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() |
getSourcepublic 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 EventObjectCopyright © 2017–2019 Eclipse Foundation. All rights reserved.