cz.cuni.amis.pogamut.sposh.elements
Interface PoshParserConstants

Package class diagram package PoshParserConstants
All Known Implementing Classes:
PoshParser, PoshParserTokenManager

public interface PoshParserConstants

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


Field Summary
static int AD
          RegularExpression Id.
static int AP
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int COMMENT
          RegularExpression Id.
static int COMPETENCE
          RegularExpression Id.
static int DC
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DOCUMENTATION
          RegularExpression Id.
static int DRIVES
          RegularExpression Id.
static int ELEMENTS
          RegularExpression Id.
static int ENUM_VALUE
          RegularExpression Id.
static int EOF
          End of File.
static int EQUAL_SIGN
          RegularExpression Id.
static int ERROR_CHARS
          RegularExpression Id.
static int FALSE
          RegularExpression Id.
static int GOAL
          RegularExpression Id.
static int HOURS
          RegularExpression Id.
static int HZ
          RegularExpression Id.
static int JAVA_IDENTIFIER
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int MINUTES
          RegularExpression Id.
static int NAME
          RegularExpression Id.
static int NIL
          RegularExpression Id.
static int NONE
          RegularExpression Id.
static int NUMFLOAT
          RegularExpression Id.
static int NUMINT
          RegularExpression Id.
static int PM
          RegularExpression Id.
static int PREDICATE
          RegularExpression Id.
static int RBRACE
          RegularExpression Id.
static int SECONDS
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int TRIGGER
          RegularExpression Id.
static int TRUE
          RegularExpression Id.
static int VARIABLE
          RegularExpression Id.
static int VARS
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

LBRACE

static final int LBRACE
RegularExpression Id.

See Also:
Constant Field Values

RBRACE

static final int RBRACE
RegularExpression Id.

See Also:
Constant Field Values

DC

static final int DC
RegularExpression Id.

See Also:
Constant Field Values

AP

static final int AP
RegularExpression Id.

See Also:
Constant Field Values

AD

static final int AD
RegularExpression Id.

See Also:
Constant Field Values

COMPETENCE

static final int COMPETENCE
RegularExpression Id.

See Also:
Constant Field Values

ELEMENTS

static final int ELEMENTS
RegularExpression Id.

See Also:
Constant Field Values

GOAL

static final int GOAL
RegularExpression Id.

See Also:
Constant Field Values

HOURS

static final int HOURS
RegularExpression Id.

See Also:
Constant Field Values

MINUTES

static final int MINUTES
RegularExpression Id.

See Also:
Constant Field Values

SECONDS

static final int SECONDS
RegularExpression Id.

See Also:
Constant Field Values

HZ

static final int HZ
RegularExpression Id.

See Also:
Constant Field Values

PM

static final int PM
RegularExpression Id.

See Also:
Constant Field Values

NONE

static final int NONE
RegularExpression Id.

See Also:
Constant Field Values

TRIGGER

static final int TRIGGER
RegularExpression Id.

See Also:
Constant Field Values

NIL

static final int NIL
RegularExpression Id.

See Also:
Constant Field Values

DRIVES

static final int DRIVES
RegularExpression Id.

See Also:
Constant Field Values

DOCUMENTATION

static final int DOCUMENTATION
RegularExpression Id.

See Also:
Constant Field Values

VARS

static final int VARS
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

EQUAL_SIGN

static final int EQUAL_SIGN
RegularExpression Id.

See Also:
Constant Field Values

TRUE

static final int TRUE
RegularExpression Id.

See Also:
Constant Field Values

FALSE

static final int FALSE
RegularExpression Id.

See Also:
Constant Field Values

PREDICATE

static final int PREDICATE
RegularExpression Id.

See Also:
Constant Field Values

NUMFLOAT

static final int NUMFLOAT
RegularExpression Id.

See Also:
Constant Field Values

NUMINT

static final int NUMINT
RegularExpression Id.

See Also:
Constant Field Values

NAME

static final int NAME
RegularExpression Id.

See Also:
Constant Field Values

JAVA_IDENTIFIER

static final int JAVA_IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

ENUM_VALUE

static final int ENUM_VALUE
RegularExpression Id.

See Also:
Constant Field Values

COMMENT

static final int COMMENT
RegularExpression Id.

See Also:
Constant Field Values

VARIABLE

static final int VARIABLE
RegularExpression Id.

See Also:
Constant Field Values

ERROR_CHARS

static final int ERROR_CHARS
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.



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.