Interface UnitTokenConstants

  • All Known Implementing Classes:
    UnitFormatParser

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

      Fields 
      Modifier and Type Field Description
      static int ASTERISK
      RegularExpression Id.
      static int CARET
      RegularExpression Id.
      static int CLOSE_PAREN
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int E
      RegularExpression Id.
      static int EOF
      End of File.
      static int EXTENDED_CHAR
      RegularExpression Id.
      static int FLOATING_POINT
      RegularExpression Id.
      static int INITIAL_CHAR
      RegularExpression Id.
      static int INTEGER
      RegularExpression Id.
      static int LOG
      RegularExpression Id.
      static int MIDDLE_DOT
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int NAT_LOG
      RegularExpression Id.
      static int OPEN_PAREN
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int SOLIDUS
      RegularExpression Id.
      static int SUPERSCRIPT_DIGIT
      RegularExpression Id.
      static int SUPERSCRIPT_INTEGER
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int UNIT_IDENTIFIER
      RegularExpression Id.