public class InputBufferEvent extends Event
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSUME |
static int |
LA |
static int |
MARK |
static int |
REWIND |
| Constructor and Description |
|---|
InputBufferEvent(java.lang.Object source)
CharBufferEvent constructor comment.
|
InputBufferEvent(java.lang.Object source,
int type,
char c,
int lookaheadAmount)
CharBufferEvent constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
char |
getChar() |
int |
getLookaheadAmount() |
java.lang.String |
toString() |
public static final int CONSUME
public static final int LA
public static final int MARK
public static final int REWIND
public InputBufferEvent(java.lang.Object source)
source - java.lang.Objectpublic InputBufferEvent(java.lang.Object source,
int type,
char c,
int lookaheadAmount)
source - java.lang.Object