antlr.debug

Class SyntacticPredicateEvent


public class SyntacticPredicateEvent
extends GuessingEvent

Constructor Summary

SyntacticPredicateEvent(Object source)
SyntacticPredicateEvent(Object source, int type)

Method Summary

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

Methods inherited from class antlr.debug.GuessingEvent

getGuessing, setGuessing, setValues

Methods inherited from class antlr.debug.Event

getType, setType, setValues

Constructor Details

SyntacticPredicateEvent

public SyntacticPredicateEvent(Object source)

SyntacticPredicateEvent

public SyntacticPredicateEvent(Object source,
                               int type)

Method Details

setValues

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

toString

public String toString()