Public Member Functions | Static Public Attributes | Package Functions

antlr.debug.ParserMatchEvent Class Reference

Inheritance diagram for antlr.debug.ParserMatchEvent:
antlr.debug.GuessingEvent antlr.debug.Event

List of all members.

Public Member Functions

 ParserMatchEvent (Object source)
 ParserMatchEvent (Object source, int type, int value, Object target, String text, int guessing, boolean inverse, boolean matched)
Object getTarget ()
String getText ()
int getValue ()
boolean isInverse ()
boolean isMatched ()
String toString ()

Static Public Attributes

static int TOKEN = 0
static int BITSET = 1
static int CHAR = 2
static int CHAR_BITSET = 3
static int STRING = 4
static int CHAR_RANGE = 5

Package Functions

void setInverse (boolean inverse)
void setMatched (boolean matched)
void setTarget (Object target)
void setText (String text)
void setValue (int value)
void setValues (int type, int value, Object target, String text, int guessing, boolean inverse, boolean matched)

Constructor & Destructor Documentation

antlr.debug.ParserMatchEvent.ParserMatchEvent ( Object  source  ) 
antlr.debug.ParserMatchEvent.ParserMatchEvent ( Object  source,
int  type,
int  value,
Object  target,
String  text,
int  guessing,
boolean  inverse,
boolean  matched 
)

Member Function Documentation

Object antlr.debug.ParserMatchEvent.getTarget (  ) 
String antlr.debug.ParserMatchEvent.getText (  ) 
int antlr.debug.ParserMatchEvent.getValue (  ) 
boolean antlr.debug.ParserMatchEvent.isInverse (  ) 
boolean antlr.debug.ParserMatchEvent.isMatched (  ) 
void antlr.debug.ParserMatchEvent.setInverse ( boolean  inverse  )  [package]
void antlr.debug.ParserMatchEvent.setMatched ( boolean  matched  )  [package]
void antlr.debug.ParserMatchEvent.setTarget ( Object  target  )  [package]
void antlr.debug.ParserMatchEvent.setText ( String  text  )  [package]
void antlr.debug.ParserMatchEvent.setValue ( int  value  )  [package]
void antlr.debug.ParserMatchEvent.setValues ( int  type,
int  value,
Object  target,
String  text,
int  guessing,
boolean  inverse,
boolean  matched 
) [package]

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties