|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--antlr.debug.Event
|
+--antlr.debug.GuessingEvent
|
+--antlr.debug.SemanticPredicateEvent
Untamed:
| Field Summary | |
private int |
condition
|
static int |
PREDICTING
Enabled: |
private boolean |
result
|
static int |
VALIDATING
Enabled: |
| Fields inherited from class antlr.debug.GuessingEvent |
|
| Fields inherited from class antlr.debug.Event |
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
SemanticPredicateEvent(Object source)
Enabled: |
|
SemanticPredicateEvent(Object source,
int type)
Enabled: |
|
| Method Summary | |
int |
getCondition()
Enabled: |
boolean |
getResult()
Enabled: |
(package private) void |
setCondition(int condition)
|
(package private) void |
setResult(boolean result)
|
(package private) void |
setValues(int type,
int condition,
boolean result,
int guessing)
This should NOT be called from anyone other than ParserEventSupport! |
String |
toString()
Suppressed: |
| Methods inherited from class antlr.debug.GuessingEvent |
getGuessing, setGuessing, setValues |
| Methods inherited from class antlr.debug.Event |
getType, setType, setValues |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int VALIDATING
public static final int PREDICTING
private int condition
private boolean result
| Constructor Detail |
public SemanticPredicateEvent(Object source)
public SemanticPredicateEvent(Object source,
int type)
| Method Detail |
public int getCondition()
public boolean getResult()
void setCondition(int condition)
void setResult(boolean result)
void setValues(int type,
int condition,
boolean result,
int guessing)
public String toString()
toString in class EventObject
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||