source:
trunk/openjdk/langtools/make/test/HelloWorld.javap.gold.txt
Last change on this file was 2, checked in by , 15 years ago | |
---|---|
File size: 190 bytes |
Line | |
---|---|
1 | Compiled from "HelloWorld.java" |
2 | public class HelloWorld extends java.lang.Object{ |
3 | public HelloWorld(); |
4 | public static void main(java.lang.String[]); |
5 | public native void test(); |
6 | } |
7 |
Note:
See TracBrowser
for help on using the repository browser.