org.eclipse.gmt.umlx.km3.parser
Interface KM3LPGParsersym

All Known Implementing Classes:
KM3KWLexer, KM3Lexer, KM3LPGParserprs

public interface KM3LPGParsersym


Field Summary
static boolean isValidForParser
           
static java.lang.String[] orderedTerminalSymbols
           
static int TK_abstract
           
static int TK_ARROW
           
static int TK_attribute
           
static int TK_BAR
           
static int TK_CARET
           
static int TK_CARETCARET
           
static int TK_class
           
static int TK_COLON
           
static int TK_COLONCOLON
           
static int TK_COMMA
           
static int TK_container
           
static int TK_datatype
           
static int TK_DIVIDE
           
static int TK_DOT
           
static int TK_DOTDOT
           
static int TK_enumeration
           
static int TK_EOF_TOKEN
           
static int TK_EQUAL
           
static int TK_ERROR_TOKEN
           
static int TK_extends
           
static int TK_GREATER
           
static int TK_GREATER_EQUAL
           
static int TK_IDENTIFIER
           
static int TK_instance
           
static int TK_INTEGER_LITERAL
           
static int TK_LBRACE
           
static int TK_LBRACKET
           
static int TK_LESS
           
static int TK_LESS_EQUAL
           
static int TK_literal
           
static int TK_LPAREN
           
static int TK_MINUS
           
static int TK_MULTIPLY
           
static int TK_NOT_EQUAL
           
static int TK_oppositeOf
           
static int TK_ordered
           
static int TK_package
           
static int TK_PLUS
           
static int TK_QUESTIONMARK
           
static int TK_QUOTED_NAME
           
static int TK_RBRACE
           
static int TK_RBRACKET
           
static int TK_reference
           
static int TK_RPAREN
           
static int TK_SEMICOLON
           
static int TK_unique
           
 

Field Detail

TK_QUOTED_NAME

static final int TK_QUOTED_NAME
See Also:
Constant Field Values

TK_INTEGER_LITERAL

static final int TK_INTEGER_LITERAL
See Also:
Constant Field Values

TK_MINUS

static final int TK_MINUS
See Also:
Constant Field Values

TK_MULTIPLY

static final int TK_MULTIPLY
See Also:
Constant Field Values

TK_LBRACE

static final int TK_LBRACE
See Also:
Constant Field Values

TK_RBRACE

static final int TK_RBRACE
See Also:
Constant Field Values

TK_LBRACKET

static final int TK_LBRACKET
See Also:
Constant Field Values

TK_RBRACKET

static final int TK_RBRACKET
See Also:
Constant Field Values

TK_COMMA

static final int TK_COMMA
See Also:
Constant Field Values

TK_COLON

static final int TK_COLON
See Also:
Constant Field Values

TK_COLONCOLON

static final int TK_COLONCOLON
See Also:
Constant Field Values

TK_SEMICOLON

static final int TK_SEMICOLON
See Also:
Constant Field Values

TK_DOT

static final int TK_DOT
See Also:
Constant Field Values

TK_abstract

static final int TK_abstract
See Also:
Constant Field Values

TK_attribute

static final int TK_attribute
See Also:
Constant Field Values

TK_class

static final int TK_class
See Also:
Constant Field Values

TK_container

static final int TK_container
See Also:
Constant Field Values

TK_datatype

static final int TK_datatype
See Also:
Constant Field Values

TK_enumeration

static final int TK_enumeration
See Also:
Constant Field Values

TK_extends

static final int TK_extends
See Also:
Constant Field Values

TK_literal

static final int TK_literal
See Also:
Constant Field Values

TK_oppositeOf

static final int TK_oppositeOf
See Also:
Constant Field Values

TK_ordered

static final int TK_ordered
See Also:
Constant Field Values

TK_package

static final int TK_package
See Also:
Constant Field Values

TK_reference

static final int TK_reference
See Also:
Constant Field Values

TK_unique

static final int TK_unique
See Also:
Constant Field Values

TK_EOF_TOKEN

static final int TK_EOF_TOKEN
See Also:
Constant Field Values

TK_IDENTIFIER

static final int TK_IDENTIFIER
See Also:
Constant Field Values

TK_PLUS

static final int TK_PLUS
See Also:
Constant Field Values

TK_DIVIDE

static final int TK_DIVIDE
See Also:
Constant Field Values

TK_GREATER

static final int TK_GREATER
See Also:
Constant Field Values

TK_LESS

static final int TK_LESS
See Also:
Constant Field Values

TK_EQUAL

static final int TK_EQUAL
See Also:
Constant Field Values

TK_GREATER_EQUAL

static final int TK_GREATER_EQUAL
See Also:
Constant Field Values

TK_LESS_EQUAL

static final int TK_LESS_EQUAL
See Also:
Constant Field Values

TK_NOT_EQUAL

static final int TK_NOT_EQUAL
See Also:
Constant Field Values

TK_LPAREN

static final int TK_LPAREN
See Also:
Constant Field Values

TK_RPAREN

static final int TK_RPAREN
See Also:
Constant Field Values

TK_ARROW

static final int TK_ARROW
See Also:
Constant Field Values

TK_BAR

static final int TK_BAR
See Also:
Constant Field Values

TK_DOTDOT

static final int TK_DOTDOT
See Also:
Constant Field Values

TK_CARET

static final int TK_CARET
See Also:
Constant Field Values

TK_CARETCARET

static final int TK_CARETCARET
See Also:
Constant Field Values

TK_QUESTIONMARK

static final int TK_QUESTIONMARK
See Also:
Constant Field Values

TK_instance

static final int TK_instance
See Also:
Constant Field Values

TK_ERROR_TOKEN

static final int TK_ERROR_TOKEN
See Also:
Constant Field Values

orderedTerminalSymbols

static final java.lang.String[] orderedTerminalSymbols

isValidForParser

static final boolean isValidForParser
See Also:
Constant Field Values