Interface UParserConstants

  • All Known Implementing Classes:
    UParser, UParserTokenManager

    public interface UParserConstants
    Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DEFAULT
      Lexical state.
      static int DIVIDE
      RegularExpression Id.
      static int DOLLAR
      RegularExpression Id.
      static int DOUBLE
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQUALS
      RegularExpression Id.
      static int EXPONENT
      RegularExpression Id.
      static int INTEGER
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LPAREN
      RegularExpression Id.
      static int LT
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int MULTIPLY
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int PORT
      RegularExpression Id.
      static int POWER
      RegularExpression Id.
      static int RPAREN
      RegularExpression Id.
      static int SEMICOLON
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int UNITLABEL
      RegularExpression Id.