Package jtb
Class JavaParserTest
- Object
-
- JavaParserTest
-
public class JavaParserTest extends Object
-
-
Constructor Summary
Constructors Constructor Description JavaParserTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Reads the.java
file given on the command line, and writes a.java-parsed
file that should be identical.
-
-
-
Constructor Detail
-
JavaParserTest
public JavaParserTest()
-
-