antlr.debug
public class InputBufferEvent extends Event
Modifier and Type | Field and Description |
---|---|
static int |
CONSUME |
static int |
LA |
static int |
MARK |
static int |
REWIND |
source
Constructor and Description |
---|
InputBufferEvent(Object source)
CharBufferEvent constructor comment.
|
InputBufferEvent(Object source,
int type,
char c,
int lookaheadAmount)
CharBufferEvent constructor comment.
|
Modifier and Type | Method and Description |
---|---|
char |
getChar() |
int |
getLookaheadAmount() |
String |
toString() |
getSource
public static final int CONSUME
public static final int LA
public static final int MARK
public static final int REWIND
public InputBufferEvent(Object source)
source
- java.lang.Objectpublic InputBufferEvent(Object source, int type, char c, int lookaheadAmount)
source
- java.lang.Objectpublic char getChar()
public int getLookaheadAmount()
public String toString()
toString
in class EventObject
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.