avrora.test.probes
Interface ProbeParserConstants

All Known Implementing Classes:
ProbeParser, ProbeParserTokenManager

public interface ProbeParserConstants


Field Summary
static int ADVANCE
           
static int BIN_LITERAL
           
static int DECIMAL_LITERAL
           
static int DEFAULT
           
static int DIGIT
           
static int EOF
           
static int EVENT
           
static int HEX_LITERAL
           
static int IDENTIFIER
           
static int IN_SINGLE_LINE_COMMENT
           
static int INSERT
           
static int INTEGER_LITERAL
           
static int LBRACKET
           
static int LETTER
           
static int MAIN
           
static int OCTAL_LITERAL
           
static int PIPE
           
static int PROBE
           
static int RBRACKET
           
static int REMOVE
           
static int RESULT
           
static int SEMI
           
static int SINGLE_LINE_COMMENT
           
static java.lang.String[] tokenImage
           
static int WATCH
           
 

Field Detail

EOF

public static final int EOF
See Also:
Constant Field Values

SINGLE_LINE_COMMENT

public static final int SINGLE_LINE_COMMENT
See Also:
Constant Field Values

INTEGER_LITERAL

public static final int INTEGER_LITERAL
See Also:
Constant Field Values

DECIMAL_LITERAL

public static final int DECIMAL_LITERAL
See Also:
Constant Field Values

HEX_LITERAL

public static final int HEX_LITERAL
See Also:
Constant Field Values

BIN_LITERAL

public static final int BIN_LITERAL
See Also:
Constant Field Values

OCTAL_LITERAL

public static final int OCTAL_LITERAL
See Also:
Constant Field Values

PROBE

public static final int PROBE
See Also:
Constant Field Values

EVENT

public static final int EVENT
See Also:
Constant Field Values

WATCH

public static final int WATCH
See Also:
Constant Field Values

MAIN

public static final int MAIN
See Also:
Constant Field Values

INSERT

public static final int INSERT
See Also:
Constant Field Values

REMOVE

public static final int REMOVE
See Also:
Constant Field Values

ADVANCE

public static final int ADVANCE
See Also:
Constant Field Values

RESULT

public static final int RESULT
See Also:
Constant Field Values

LBRACKET

public static final int LBRACKET
See Also:
Constant Field Values

RBRACKET

public static final int RBRACKET
See Also:
Constant Field Values

SEMI

public static final int SEMI
See Also:
Constant Field Values

PIPE

public static final int PIPE
See Also:
Constant Field Values

IDENTIFIER

public static final int IDENTIFIER
See Also:
Constant Field Values

LETTER

public static final int LETTER
See Also:
Constant Field Values

DIGIT

public static final int DIGIT
See Also:
Constant Field Values

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values

IN_SINGLE_LINE_COMMENT

public static final int IN_SINGLE_LINE_COMMENT
See Also:
Constant Field Values

tokenImage

public static final java.lang.String[] tokenImage