Public Member Functions | |
| SyntacticPredicateEvent (Object source) | |
| SyntacticPredicateEvent (Object source, int type) | |
| String | toString () |
Package Functions | |
| void | setValues (int type, int guessing) |
| antlr.debug.SyntacticPredicateEvent.SyntacticPredicateEvent | ( | Object | source | ) |
| antlr.debug.SyntacticPredicateEvent.SyntacticPredicateEvent | ( | Object | source, | |
| int | type | |||
| ) |
| void antlr.debug.SyntacticPredicateEvent.setValues | ( | int | type, | |
| int | guessing | |||
| ) | [package] |
This should NOT be called from anyone other than ParserEventSupport!
Reimplemented from antlr.debug.GuessingEvent.
Referenced by antlr.debug.ParserEventSupport.fireSyntacticPredicateFailed(), antlr.debug.ParserEventSupport.fireSyntacticPredicateStarted(), and antlr.debug.ParserEventSupport.fireSyntacticPredicateSucceeded().
| String antlr.debug.SyntacticPredicateEvent.toString | ( | ) |
References antlr.debug.GuessingEvent.getGuessing().
1.7.0