|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> csharp >> llk >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.eclipse.csharp.llk.parser
Interface ILLKCSharpLexer

- All Known Implementing Classes:
- CSharpLexer
- public interface ILLKCSharpLexer
| Field Summary | |
static int |
ABSTRACT
|
static int |
ADD
|
static int |
AS
|
static int |
ASSIGN
|
static int |
BANG
|
static int |
BASE
|
static int |
BITWISE_AND
|
static int |
BITWISE_OR
|
static int |
BOOL
|
static int |
BREAK
|
static int |
BYTE
|
static int |
CARRET
|
static int |
CASE
|
static int |
CATCH
|
static int |
CHAR
|
static int |
CHAR_LITERAL
|
static int |
CHECKED
|
static int |
CLASS
|
static int |
CLOSE_BRACE
|
static int |
CLOSE_BRACKET
|
static int |
CLOSE_PARENS
|
static int |
COLON
|
static int |
COMMA
|
static int |
COMMENT
|
static int |
CONST
|
static int |
CONTINUE
|
static int |
CPP_COMMENT
|
static int |
DECIMAL
|
static int |
DEFAULT
|
static int |
DEFINE_DIRECTIVE
|
static int |
DELEGATE
|
static int |
DIAGNOSTIC_DIRECTIVE
|
static int |
DIV
|
static int |
DO
|
static int |
DOC_COMMENT
|
static int |
DOT
|
static int |
DOUBLE
|
static int |
ELIF_DIRECTIVE
|
static int |
ELSE
|
static int |
ELSE_DIRECTIVE
|
static int |
END_REGION_DIRECTIVE
|
static int |
ENDIF_DIRECTIVE
|
static int |
ENUM
|
static int |
EOF
|
static int |
ESCAPED_STRING_LITERAL
|
static int |
EVENT
|
static int |
EXPLICIT
|
static int |
EXTERN
|
static int |
FALSE
|
static int |
FINALLY
|
static int |
FIXED
|
static int |
FLOAT
|
static int |
FOR
|
static int |
FOREACH
|
static int |
GET
|
static int |
GOTO
|
static int |
HASH
|
static int |
IDENTIFIER
|
static int |
IF
|
static int |
IF_DIRECTIVE
|
static int |
IGNORE
|
static int |
IMPLICIT
|
static int |
IN
|
static int |
INT
|
static int |
INTERFACE
|
static int |
INTERNAL
|
static int |
INTERR
|
static int |
INVALID
|
static int |
IS
|
static int |
LINE_DIRECTIVE
|
static int |
LLK_TOKENTYPE_LAST
|
static int |
LOCK
|
static int |
LONG
|
static int |
MINUS
|
static int |
NAMESPACE
|
static int |
NEW
|
static int |
NEWLINE
|
static int |
NON_SPECIAL_ELIF_DIRECTIVE
|
static int |
NON_SPECIAL_ELSE_DIRECTIVE
|
static int |
NON_SPECIAL_ENDIF_DIRECTIVE
|
static int |
NON_SPECIAL_IF_DIRECTIVE
|
static int |
NULL
|
static int |
NULL_TREE
|
static int |
NUMBER
|
static int |
OBJECT
|
static int |
OP_ADD_ASSIGN
|
static int |
OP_AND
|
static int |
OP_AND_ASSIGN
|
static int |
OP_DEC
|
static int |
OP_DIV_ASSIGN
|
static int |
OP_EQ
|
static int |
OP_GE
|
static int |
OP_GT
|
static int |
OP_INC
|
static int |
OP_LE
|
static int |
OP_LT
|
static int |
OP_MOD_ASSIGN
|
static int |
OP_MULT_ASSIGN
|
static int |
OP_NE
|
static int |
OP_OR
|
static int |
OP_OR_ASSIGN
|
static int |
OP_PTR
|
static int |
OP_SHIFT_LEFT
|
static int |
OP_SHIFT_LEFT_ASSIGN
|
static int |
OP_SHIFT_RIGHT
|
static int |
OP_SHIFT_RIGHT_ASSIGN
|
static int |
OP_SUB_ASSIGN
|
static int |
OP_XOR_ASSIGN
|
static int |
OPEN_BRACE
|
static int |
OPEN_BRACKET
|
static int |
OPEN_PARENS
|
static int |
OPERATOR
|
static int |
OUT
|
static int |
OVERRIDE
|
static int |
PARAMS
|
static int |
PERCENT
|
static int |
PLUS
|
static int |
PREPROCESSOR
|
static int |
PRIVATE
|
static int |
PROTECTED
|
static int |
PUBLIC
|
static int |
READONLY
|
static int |
REF
|
static int |
REGION_DIRECTIVE
|
static int |
REMOVE
|
static int |
RETURN
|
static int |
SBYTE
|
static int |
SEALED
|
static int |
SEMICOLON
|
static int |
SET
|
static int |
SHORT
|
static int |
SIZEOF
|
static int |
SPACES
|
static int |
STACKALLOC
|
static int |
STAR
|
static int |
STATIC
|
static int |
STRING
|
static int |
STRING_LITERAL
|
static int |
STRUCT
|
static int |
SWITCH
|
static int |
THIS
|
static int |
THROW
|
static int |
TILDE
|
static java.lang.String[] |
TOKEN_NAMES
|
static int |
TRUE
|
static int |
TRY
|
static int |
TYPEOF
|
static int |
UINT
|
static int |
ULONG
|
static int |
UNARY_MINUS
|
static int |
UNARY_PLUS
|
static int |
UNCHECKED
|
static int |
UNSAFE
|
static int |
USHORT
|
static int |
USING
|
static int |
VIRTUAL
|
static int |
VOID
|
static int |
VOLATILE
|
static int |
WHILE
|
| Field Detail |
EOF
public static final int EOF
- See Also:
- Constant Field Values
IGNORE
public static final int IGNORE
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
- See Also:
- Constant Field Values
NULL_TREE
public static final int NULL_TREE
- See Also:
- Constant Field Values
ABSTRACT
public static final int ABSTRACT
- See Also:
- Constant Field Values
AS
public static final int AS
- See Also:
- Constant Field Values
BASE
public static final int BASE
- See Also:
- Constant Field Values
BOOL
public static final int BOOL
- See Also:
- Constant Field Values
BREAK
public static final int BREAK
- See Also:
- Constant Field Values
BYTE
public static final int BYTE
- See Also:
- Constant Field Values
CASE
public static final int CASE
- See Also:
- Constant Field Values
CATCH
public static final int CATCH
- See Also:
- Constant Field Values
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
CHECKED
public static final int CHECKED
- See Also:
- Constant Field Values
CLASS
public static final int CLASS
- See Also:
- Constant Field Values
CONST
public static final int CONST
- See Also:
- Constant Field Values
CONTINUE
public static final int CONTINUE
- See Also:
- Constant Field Values
DECIMAL
public static final int DECIMAL
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
DELEGATE
public static final int DELEGATE
- See Also:
- Constant Field Values
DO
public static final int DO
- See Also:
- Constant Field Values
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
ELSE
public static final int ELSE
- See Also:
- Constant Field Values
ENUM
public static final int ENUM
- See Also:
- Constant Field Values
EVENT
public static final int EVENT
- See Also:
- Constant Field Values
EXPLICIT
public static final int EXPLICIT
- See Also:
- Constant Field Values
EXTERN
public static final int EXTERN
- See Also:
- Constant Field Values
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
FINALLY
public static final int FINALLY
- See Also:
- Constant Field Values
FIXED
public static final int FIXED
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
FOR
public static final int FOR
- See Also:
- Constant Field Values
FOREACH
public static final int FOREACH
- See Also:
- Constant Field Values
GOTO
public static final int GOTO
- See Also:
- Constant Field Values
IF
public static final int IF
- See Also:
- Constant Field Values
IMPLICIT
public static final int IMPLICIT
- See Also:
- Constant Field Values
IN
public static final int IN
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
INTERFACE
public static final int INTERFACE
- See Also:
- Constant Field Values
INTERNAL
public static final int INTERNAL
- See Also:
- Constant Field Values
IS
public static final int IS
- See Also:
- Constant Field Values
LOCK
public static final int LOCK
- See Also:
- Constant Field Values
LONG
public static final int LONG
- See Also:
- Constant Field Values
NAMESPACE
public static final int NAMESPACE
- See Also:
- Constant Field Values
NEW
public static final int NEW
- See Also:
- Constant Field Values
NULL
public static final int NULL
- See Also:
- Constant Field Values
OBJECT
public static final int OBJECT
- See Also:
- Constant Field Values
OPERATOR
public static final int OPERATOR
- See Also:
- Constant Field Values
OUT
public static final int OUT
- See Also:
- Constant Field Values
OVERRIDE
public static final int OVERRIDE
- See Also:
- Constant Field Values
PARAMS
public static final int PARAMS
- See Also:
- Constant Field Values
PRIVATE
public static final int PRIVATE
- See Also:
- Constant Field Values
PROTECTED
public static final int PROTECTED
- See Also:
- Constant Field Values
PUBLIC
public static final int PUBLIC
- See Also:
- Constant Field Values
READONLY
public static final int READONLY
- See Also:
- Constant Field Values
REF
public static final int REF
- See Also:
- Constant Field Values
RETURN
public static final int RETURN
- See Also:
- Constant Field Values
SBYTE
public static final int SBYTE
- See Also:
- Constant Field Values
SEALED
public static final int SEALED
- See Also:
- Constant Field Values
SHORT
public static final int SHORT
- See Also:
- Constant Field Values
SIZEOF
public static final int SIZEOF
- See Also:
- Constant Field Values
STACKALLOC
public static final int STACKALLOC
- See Also:
- Constant Field Values
STATIC
public static final int STATIC
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
STRUCT
public static final int STRUCT
- See Also:
- Constant Field Values
SWITCH
public static final int SWITCH
- See Also:
- Constant Field Values
THIS
public static final int THIS
- See Also:
- Constant Field Values
THROW
public static final int THROW
- See Also:
- Constant Field Values
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
TRY
public static final int TRY
- See Also:
- Constant Field Values
TYPEOF
public static final int TYPEOF
- See Also:
- Constant Field Values
UINT
public static final int UINT
- See Also:
- Constant Field Values
ULONG
public static final int ULONG
- See Also:
- Constant Field Values
UNCHECKED
public static final int UNCHECKED
- See Also:
- Constant Field Values
UNSAFE
public static final int UNSAFE
- See Also:
- Constant Field Values
USHORT
public static final int USHORT
- See Also:
- Constant Field Values
USING
public static final int USING
- See Also:
- Constant Field Values
VIRTUAL
public static final int VIRTUAL
- See Also:
- Constant Field Values
VOID
public static final int VOID
- See Also:
- Constant Field Values
VOLATILE
public static final int VOLATILE
- See Also:
- Constant Field Values
WHILE
public static final int WHILE
- See Also:
- Constant Field Values
GET
public static final int GET
- See Also:
- Constant Field Values
SET
public static final int SET
- See Also:
- Constant Field Values
ADD
public static final int ADD
- See Also:
- Constant Field Values
REMOVE
public static final int REMOVE
- See Also:
- Constant Field Values
OPEN_BRACE
public static final int OPEN_BRACE
- See Also:
- Constant Field Values
CLOSE_BRACE
public static final int CLOSE_BRACE
- See Also:
- Constant Field Values
OPEN_BRACKET
public static final int OPEN_BRACKET
- See Also:
- Constant Field Values
CLOSE_BRACKET
public static final int CLOSE_BRACKET
- See Also:
- Constant Field Values
OPEN_PARENS
public static final int OPEN_PARENS
- See Also:
- Constant Field Values
CLOSE_PARENS
public static final int CLOSE_PARENS
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
SEMICOLON
public static final int SEMICOLON
- See Also:
- Constant Field Values
TILDE
public static final int TILDE
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
BANG
public static final int BANG
- See Also:
- Constant Field Values
ASSIGN
public static final int ASSIGN
- See Also:
- Constant Field Values
OP_LT
public static final int OP_LT
- See Also:
- Constant Field Values
OP_GT
public static final int OP_GT
- See Also:
- Constant Field Values
BITWISE_AND
public static final int BITWISE_AND
- See Also:
- Constant Field Values
BITWISE_OR
public static final int BITWISE_OR
- See Also:
- Constant Field Values
STAR
public static final int STAR
- See Also:
- Constant Field Values
PERCENT
public static final int PERCENT
- See Also:
- Constant Field Values
DIV
public static final int DIV
- See Also:
- Constant Field Values
CARRET
public static final int CARRET
- See Also:
- Constant Field Values
INTERR
public static final int INTERR
- See Also:
- Constant Field Values
OP_INC
public static final int OP_INC
- See Also:
- Constant Field Values
OP_DEC
public static final int OP_DEC
- See Also:
- Constant Field Values
OP_SHIFT_LEFT
public static final int OP_SHIFT_LEFT
- See Also:
- Constant Field Values
OP_SHIFT_RIGHT
public static final int OP_SHIFT_RIGHT
- See Also:
- Constant Field Values
OP_LE
public static final int OP_LE
- See Also:
- Constant Field Values
OP_GE
public static final int OP_GE
- See Also:
- Constant Field Values
OP_EQ
public static final int OP_EQ
- See Also:
- Constant Field Values
OP_NE
public static final int OP_NE
- See Also:
- Constant Field Values
OP_AND
public static final int OP_AND
- See Also:
- Constant Field Values
OP_OR
public static final int OP_OR
- See Also:
- Constant Field Values
OP_MULT_ASSIGN
public static final int OP_MULT_ASSIGN
- See Also:
- Constant Field Values
OP_DIV_ASSIGN
public static final int OP_DIV_ASSIGN
- See Also:
- Constant Field Values
OP_MOD_ASSIGN
public static final int OP_MOD_ASSIGN
- See Also:
- Constant Field Values
OP_ADD_ASSIGN
public static final int OP_ADD_ASSIGN
- See Also:
- Constant Field Values
OP_SUB_ASSIGN
public static final int OP_SUB_ASSIGN
- See Also:
- Constant Field Values
OP_SHIFT_LEFT_ASSIGN
public static final int OP_SHIFT_LEFT_ASSIGN
- See Also:
- Constant Field Values
OP_SHIFT_RIGHT_ASSIGN
public static final int OP_SHIFT_RIGHT_ASSIGN
- See Also:
- Constant Field Values
OP_AND_ASSIGN
public static final int OP_AND_ASSIGN
- See Also:
- Constant Field Values
OP_XOR_ASSIGN
public static final int OP_XOR_ASSIGN
- See Also:
- Constant Field Values
OP_OR_ASSIGN
public static final int OP_OR_ASSIGN
- See Also:
- Constant Field Values
OP_PTR
public static final int OP_PTR
- See Also:
- Constant Field Values
HASH
public static final int HASH
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
UNARY_PLUS
public static final int UNARY_PLUS
- See Also:
- Constant Field Values
UNARY_MINUS
public static final int UNARY_MINUS
- See Also:
- Constant Field Values
NON_SPECIAL_IF_DIRECTIVE
public static final int NON_SPECIAL_IF_DIRECTIVE
- See Also:
- Constant Field Values
NON_SPECIAL_ELIF_DIRECTIVE
public static final int NON_SPECIAL_ELIF_DIRECTIVE
- See Also:
- Constant Field Values
NON_SPECIAL_ELSE_DIRECTIVE
public static final int NON_SPECIAL_ELSE_DIRECTIVE
- See Also:
- Constant Field Values
NON_SPECIAL_ENDIF_DIRECTIVE
public static final int NON_SPECIAL_ENDIF_DIRECTIVE
- See Also:
- Constant Field Values
DOC_COMMENT
public static final int DOC_COMMENT
- See Also:
- Constant Field Values
DEFINE_DIRECTIVE
public static final int DEFINE_DIRECTIVE
- See Also:
- Constant Field Values
IF_DIRECTIVE
public static final int IF_DIRECTIVE
- See Also:
- Constant Field Values
ELIF_DIRECTIVE
public static final int ELIF_DIRECTIVE
- See Also:
- Constant Field Values
ELSE_DIRECTIVE
public static final int ELSE_DIRECTIVE
- See Also:
- Constant Field Values
ENDIF_DIRECTIVE
public static final int ENDIF_DIRECTIVE
- See Also:
- Constant Field Values
DIAGNOSTIC_DIRECTIVE
public static final int DIAGNOSTIC_DIRECTIVE
- See Also:
- Constant Field Values
REGION_DIRECTIVE
public static final int REGION_DIRECTIVE
- See Also:
- Constant Field Values
END_REGION_DIRECTIVE
public static final int END_REGION_DIRECTIVE
- See Also:
- Constant Field Values
LINE_DIRECTIVE
public static final int LINE_DIRECTIVE
- See Also:
- Constant Field Values
SPACES
public static final int SPACES
- See Also:
- Constant Field Values
NEWLINE
public static final int NEWLINE
- See Also:
- Constant Field Values
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
CPP_COMMENT
public static final int CPP_COMMENT
- See Also:
- Constant Field Values
PREPROCESSOR
public static final int PREPROCESSOR
- See Also:
- Constant Field Values
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
ESCAPED_STRING_LITERAL
public static final int ESCAPED_STRING_LITERAL
- See Also:
- Constant Field Values
CHAR_LITERAL
public static final int CHAR_LITERAL
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
LLK_TOKENTYPE_LAST
public static final int LLK_TOKENTYPE_LAST
- See Also:
- Constant Field Values
TOKEN_NAMES
public static final java.lang.String[] TOKEN_NAMES
|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> csharp >> llk >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC