Package jflex.base

Class Build


  • public class Build
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean DEBUG
      If true, additional verbose debug information is produced.
      static java.lang.String VERSION
      Current JFlex version
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Build()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • VERSION

        public static final java.lang.String VERSION
        Current JFlex version
        See Also:
        Constant Field Values
      • DEBUG

        public static final boolean DEBUG
        If true, additional verbose debug information is produced. This is a compile time option.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Build

        private Build()