public class DBEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ADD_CHILD |
static int |
ALL |
static int |
BECOME_ROOT |
static int |
BEGIN_BACKTRACK |
static int |
BEGIN_RESYNC |
static int |
COMMENCE |
static int |
CONSUME_HIDDEN_TOKEN |
static int |
CONSUME_TOKEN |
static int |
CREATE_NODE |
static int |
END_BACKTRACK |
static int |
END_RESYNC |
static int |
ENTER_ALT |
static int |
ENTER_DECISION |
static int |
ENTER_RULE |
static int |
ENTER_SUBRULE |
static int |
ERROR_NODE |
static int |
EXIT_DECISION |
static int |
EXIT_RULE |
static int |
EXIT_SUBRULE |
static Integer[] |
ints |
static int |
LOCATION |
static int |
LT |
static int |
MARK |
static Integer |
negOne |
static int |
NIL_NODE |
static int |
NO_EVENT |
static int |
NONE |
static int |
RECOGNITION_EXCEPTION |
static int |
REWIND |
static int |
SET_TOKEN_BOUNDARIES |
static int |
TERMINATE |
| Constructor and Description |
|---|
DBEvent(int eventType) |
| Modifier and Type | Method and Description |
|---|---|
static Integer |
convertToInteger(int eventType) |
static String |
getEventName(int type) |
int |
getEventType() |
String |
getGrammarName() |
void |
setEventType(int eventType) |
void |
setGrammarName(String grammarName) |
String |
toString() |
public static final int NO_EVENT
public static final Integer negOne
public static final Integer[] ints
public static final int ALL
public static final int NONE
public static final int COMMENCE
public static final int TERMINATE
public static final int LOCATION
public static final int CONSUME_TOKEN
public static final int CONSUME_HIDDEN_TOKEN
public static final int LT
public static final int ENTER_RULE
public static final int EXIT_RULE
public static final int ENTER_SUBRULE
public static final int EXIT_SUBRULE
public static final int ENTER_DECISION
public static final int EXIT_DECISION
public static final int ENTER_ALT
public static final int MARK
public static final int REWIND
public static final int BEGIN_BACKTRACK
public static final int END_BACKTRACK
public static final int BEGIN_RESYNC
public static final int END_RESYNC
public static final int NIL_NODE
public static final int CREATE_NODE
public static final int BECOME_ROOT
public static final int ADD_CHILD
public static final int SET_TOKEN_BOUNDARIES
public static final int RECOGNITION_EXCEPTION
public static final int ERROR_NODE
public static String getEventName(int type)
public static Integer convertToInteger(int eventType)
public int getEventType()
public void setEventType(int eventType)
public String getGrammarName()
public void setGrammarName(String grammarName)
Copyright © 2013. All rights reserved.