Class Main

java.lang.Object
org.fife.rsta.ac.java.rjc.parser.Main

public final class Main extends Object
Test application for the Java scanner.
Version:
1.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final boolean
     
    static final String
    If this system property is set to "true", output will not be written to stdout for each file.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    Private constructor to prevent instantiation.
  • Method Summary

    Modifier and Type
    Method
    Description
    private static void
    log(Object text)
     
    static void
    main(String[] args)
    Program entry point.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PROPERTY_NO_OUTPUT

      public static final String PROPERTY_NO_OUTPUT
      If this system property is set to "true", output will not be written to stdout for each file.
      See Also:
    • LOG

      private static final boolean LOG
  • Constructor Details

    • Main

      private Main()
      Private constructor to prevent instantiation.
  • Method Details

    • log

      private static void log(Object text)
    • main

      public static void main(String[] args) throws IOException
      Program entry point.
      Parameters:
      args - Command line arguments.
      Throws:
      IOException - If an IO error occurs.