Package org.fife.rsta.ac.java.rjc.parser
Class Main
- java.lang.Object
-
- org.fife.rsta.ac.java.rjc.parser.Main
-
public final class Main extends java.lang.ObjectTest application for the Java scanner.- Version:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description private static booleanLOGstatic java.lang.StringPROPERTY_NO_OUTPUTIf this system property is set to "true", output will not be written to stdout for each file.
-
Constructor Summary
Constructors Modifier Constructor Description privateMain()Private constructor to prevent instantiation.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static voidlog(java.lang.Object text)static voidmain(java.lang.String[] args)Program entry point.
-
-
-
Field Detail
-
PROPERTY_NO_OUTPUT
public static final java.lang.String PROPERTY_NO_OUTPUT
If this system property is set to "true", output will not be written to stdout for each file.- See Also:
- Constant Field Values
-
LOG
private static final boolean LOG
-
-