antlr.preprocessor

Interface PreprocessorTokenTypes

Known Implementing Classes:
Preprocessor, PreprocessorLexer

public interface PreprocessorTokenTypes

Field Summary

static int
ACTION
static int
ALT
static int
ARG_ACTION
static int
ASSIGN_RHS
static int
BANG
static int
CHAR_LITERAL
static int
COMMA
static int
COMMENT
static int
CURLY_BLOCK_SCARF
static int
DIGIT
static int
ELEMENT
static int
EOF
static int
ESC
static int
HEADER_ACTION
static int
ID
static int
ID_OR_KEYWORD
static int
LITERAL_catch
static int
LITERAL_class
static int
LITERAL_exception
static int
LITERAL_extends
static int
LITERAL_private
static int
LITERAL_protected
static int
LITERAL_public
static int
LITERAL_returns
static int
LITERAL_throws
static int
LITERAL_tokens
static int
LPAREN
static int
ML_COMMENT
static int
NEWLINE
static int
NULL_TREE_LOOKAHEAD
static int
OPTIONS_START
static int
RCURLY
static int
RPAREN
static int
RULE_BLOCK
static int
SEMI
static int
SL_COMMENT
static int
STRING_LITERAL
static int
SUBRULE_BLOCK
static int
TOKENS_SPEC
static int
WS
static int
XDIGIT

Field Details

ACTION

public static final int ACTION
Field Value:
7

ALT

public static final int ALT
Field Value:
27

ARG_ACTION

public static final int ARG_ACTION
Field Value:
20

ASSIGN_RHS

public static final int ASSIGN_RHS
Field Value:
14

BANG

public static final int BANG
Field Value:
19

CHAR_LITERAL

public static final int CHAR_LITERAL
Field Value:
38

COMMA

public static final int COMMA
Field Value:
24

COMMENT

public static final int COMMENT
Field Value:
35

CURLY_BLOCK_SCARF

public static final int CURLY_BLOCK_SCARF
Field Value:
32

DIGIT

public static final int DIGIT
Field Value:
41

ELEMENT

public static final int ELEMENT
Field Value:
28

EOF

public static final int EOF
Field Value:
1

ESC

public static final int ESC
Field Value:
40

HEADER_ACTION

public static final int HEADER_ACTION
Field Value:
5

ID

public static final int ID
Field Value:
9

ID_OR_KEYWORD

public static final int ID_OR_KEYWORD
Field Value:
31

LITERAL_catch

public static final int LITERAL_catch
Field Value:
26

LITERAL_class

public static final int LITERAL_class
Field Value:
8

LITERAL_exception

public static final int LITERAL_exception
Field Value:
25

LITERAL_extends

public static final int LITERAL_extends
Field Value:
10

LITERAL_private

public static final int LITERAL_private
Field Value:
17

LITERAL_protected

public static final int LITERAL_protected
Field Value:
16

LITERAL_public

public static final int LITERAL_public
Field Value:
18

LITERAL_returns

public static final int LITERAL_returns
Field Value:
21

LITERAL_throws

public static final int LITERAL_throws
Field Value:
23

LITERAL_tokens

public static final int LITERAL_tokens
Field Value:
4

LPAREN

public static final int LPAREN
Field Value:
29

ML_COMMENT

public static final int ML_COMMENT
Field Value:
37

NEWLINE

public static final int NEWLINE
Field Value:
34

NULL_TREE_LOOKAHEAD

public static final int NULL_TREE_LOOKAHEAD
Field Value:
3

OPTIONS_START

public static final int OPTIONS_START
Field Value:
13

RCURLY

public static final int RCURLY
Field Value:
15

RPAREN

public static final int RPAREN
Field Value:
30

RULE_BLOCK

public static final int RULE_BLOCK
Field Value:
22

SEMI

public static final int SEMI
Field Value:
11

SL_COMMENT

public static final int SL_COMMENT
Field Value:
36

STRING_LITERAL

public static final int STRING_LITERAL
Field Value:
39

SUBRULE_BLOCK

public static final int SUBRULE_BLOCK
Field Value:
6

TOKENS_SPEC

public static final int TOKENS_SPEC
Field Value:
12

WS

public static final int WS
Field Value:
33

XDIGIT

public static final int XDIGIT
Field Value:
42