public interface DBInputProcessor
| Modifier and Type | Field and Description |
|---|---|
static int |
TOKEN_DEAD |
static int |
TOKEN_HIDDEN |
static int |
TOKEN_NORMAL |
| Modifier and Type | Method and Description |
|---|---|
void |
consumeToken(org.antlr.runtime.Token token,
int flavor) |
int |
getCurrentTokenIndex() |
DBInputTextTokenInfo |
getTokenInfoAtTokenIndex(int index) |
void |
LT(org.antlr.runtime.Token token) |
void |
removeAllLT() |
void |
reset() |
void |
rewind(int i) |
void |
rewindAll() |
void |
setLocation(DBEventLocation event) |
static final int TOKEN_NORMAL
static final int TOKEN_HIDDEN
static final int TOKEN_DEAD
void reset()
void removeAllLT()
void rewind(int i)
void rewindAll()
void LT(org.antlr.runtime.Token token)
void consumeToken(org.antlr.runtime.Token token,
int flavor)
void setLocation(DBEventLocation event)
int getCurrentTokenIndex()
DBInputTextTokenInfo getTokenInfoAtTokenIndex(int index)
Copyright © 2013. All rights reserved.