Package ucar.units

Interface StandardUnitFormatConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int COLON
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIVIDE
      RegularExpression Id.
      static int EOF
      End of File.
      static int LB
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LG
      RegularExpression Id.
      static int LN
      RegularExpression Id.
      static int LPAREN
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int NAME
      RegularExpression Id.
      static int PERIOD
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int RAISE
      RegularExpression Id.
      static int REAL_EXP
      RegularExpression Id.
      static int RPAREN
      RegularExpression Id.
      static int SHIFT
      RegularExpression Id.
      static int SIGN
      RegularExpression Id.
      static int SP
      RegularExpression Id.
      static int STAR
      RegularExpression Id.
      static int SYMBOL
      RegularExpression Id.
      static int T
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.
      static int UINT
      RegularExpression Id.