antlr.debug

Class GuessingEvent

Known Direct Subclasses:
ParserMatchEvent, SemanticPredicateEvent, SyntacticPredicateEvent, TraceEvent

public abstract class GuessingEvent
extends Event

Constructor Summary

GuessingEvent(Object source)
GuessingEvent(Object source, int type)

Method Summary

int
getGuessing()
(package private) void
setGuessing(int guessing)
(package private) void
setValues(int type, int guessing)
This should NOT be called from anyone other than ParserEventSupport!

Methods inherited from class antlr.debug.Event

getType, setType, setValues

Constructor Details

GuessingEvent

public GuessingEvent(Object source)


GuessingEvent

public GuessingEvent(Object source,
                     int type)

Method Details

getGuessing

public int getGuessing()


setGuessing

(package private)  void setGuessing(int guessing)


setValues

(package private)  void setValues(int type,
                                  int guessing)
This should NOT be called from anyone other than ParserEventSupport!