antlr.debug
Class ParserMatchEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--antlr.debug.Event
              |
              +--antlr.debug.GuessingEvent
                    |
                    +--antlr.debug.ParserMatchEvent
All Implemented Interfaces:
Serializable

public class ParserMatchEvent
extends GuessingEvent

See Also:
Serialized Form

Field Summary
static int BITSET
           
static int CHAR
           
static int CHAR_BITSET
           
static int CHAR_RANGE
           
static int STRING
           
static int TOKEN
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ParserMatchEvent(Object source)
           
ParserMatchEvent(Object source, int type, int value, Object target, String text, int guessing, boolean inverse, boolean matched)
           
 
Method Summary
 Object getTarget()
           
 String getText()
           
 int getValue()
           
 boolean isInverse()
           
 boolean isMatched()
           
 String toString()
           
 
Methods inherited from class antlr.debug.GuessingEvent
getGuessing
 
Methods inherited from class antlr.debug.Event
getType
 
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

TOKEN

public static int TOKEN

BITSET

public static int BITSET

CHAR

public static int CHAR

CHAR_BITSET

public static int CHAR_BITSET

STRING

public static int STRING

CHAR_RANGE

public static int CHAR_RANGE
Constructor Detail

ParserMatchEvent

public ParserMatchEvent(Object source)

ParserMatchEvent

public ParserMatchEvent(Object source,
                        int type,
                        int value,
                        Object target,
                        String text,
                        int guessing,
                        boolean inverse,
                        boolean matched)
Method Detail

getTarget

public Object getTarget()

getText

public String getText()

getValue

public int getValue()

isInverse

public boolean isInverse()

isMatched

public boolean isMatched()

toString

public String toString()
Overrides:
toString in class EventObject


Copyright © 1999-2003 Oliver Zeigermann. All Rights Reserved.