visad.data.units
Interface UnitParserConstants

All Known Implementing Classes:
UnitParser, UnitParser, UnitParserTokenManager

public interface UnitParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
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.
static int UTC
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

SP

static final int SP
RegularExpression Id.

See Also:
Constant Field Values

PLUS

static final int PLUS
RegularExpression Id.

See Also:
Constant Field Values

MINUS

static final int MINUS
RegularExpression Id.

See Also:
Constant Field Values

COLON

static final int COLON
RegularExpression Id.

See Also:
Constant Field Values

UINT

static final int UINT
RegularExpression Id.

See Also:
Constant Field Values

SIGN

static final int SIGN
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

LPAREN

static final int LPAREN
RegularExpression Id.

See Also:
Constant Field Values

RPAREN

static final int RPAREN
RegularExpression Id.

See Also:
Constant Field Values

REAL_EXP

static final int REAL_EXP
RegularExpression Id.

See Also:
Constant Field Values

RAISE

static final int RAISE
RegularExpression Id.

See Also:
Constant Field Values

PERIOD

static final int PERIOD
RegularExpression Id.

See Also:
Constant Field Values

STAR

static final int STAR
RegularExpression Id.

See Also:
Constant Field Values

DIVIDE

static final int DIVIDE
RegularExpression Id.

See Also:
Constant Field Values

SHIFT

static final int SHIFT
RegularExpression Id.

See Also:
Constant Field Values

SYMBOL

static final int SYMBOL
RegularExpression Id.

See Also:
Constant Field Values

T

static final int T
RegularExpression Id.

See Also:
Constant Field Values

NAME

static final int NAME
RegularExpression Id.

See Also:
Constant Field Values

LB

static final int LB
RegularExpression Id.

See Also:
Constant Field Values

LN

static final int LN
RegularExpression Id.

See Also:
Constant Field Values

LG

static final int LG
RegularExpression Id.

See Also:
Constant Field Values

UTC

static final int UTC
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.