Interface SunConfigParserConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ANY
      RegularExpression Id.
      static int CLASSNAME
      RegularExpression Id.
      static int CLOSE_BKT
      RegularExpression Id.
      static int CONTROL_FLAG
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int DOUBLE
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQUALS
      RegularExpression Id.
      static int FLOAT
      RegularExpression Id.
      static int IDENTIFIER
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LONG
      RegularExpression Id.
      static int MULTI_LINE_COMMENT
      RegularExpression Id.
      static int NOTSPACE_EQUALS
      RegularExpression Id.
      static int OPEN_BKT
      RegularExpression Id.
      static int SEMI_COLON
      RegularExpression Id.
      static int SINGLE_LINE_COMMENT
      RegularExpression Id.
      static int STRING
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.