public class RealTologParser extends antlr.LLkParser implements RealTologParserTokenTypes
Modifier and Type | Field and Description |
---|---|
static String[] |
_tokenNames |
static antlr.collections.impl.BitSet |
_tokenSet_0 |
static antlr.collections.impl.BitSet |
_tokenSet_1 |
static antlr.collections.impl.BitSet |
_tokenSet_2 |
static antlr.collections.impl.BitSet |
_tokenSet_3 |
static antlr.collections.impl.BitSet |
_tokenSet_4 |
static antlr.collections.impl.BitSet |
_tokenSet_5 |
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepth
ADDRESS, AS, ASC, BY, COLON, COMMA, CONNECT, COUNT, DELETE, DESC, DOUBLEPIPE, EOF, EQUALS, FOR, FROM, GREATERTHAN, GREATERTHANEQ, IDENT, IMPORT, INDICATOR, INSERT, LCURLY, LESSTHAN, LESSTHANEQ, LIMIT, LPAREN, MERGE, NOT, NOTEQUALS, NULL_TREE_LOOKAHEAD, NUMBER, OBJID, OFFSET, ORDER, PARAMETER, PERIOD, PIPE, POSITIVEINTEGER, QUESTIONM, RCURLY, RPAREN, SELECT, SOURCELOC, STRING, UPDATE, USING, VARIABLE
Modifier | Constructor and Description |
---|---|
|
RealTologParser(antlr.ParserSharedInputState state) |
|
RealTologParser(antlr.TokenBuffer tokenBuf) |
protected |
RealTologParser(antlr.TokenBuffer tokenBuf,
int k) |
|
RealTologParser(antlr.TokenStream lexer) |
protected |
RealTologParser(antlr.TokenStream lexer,
int k) |
Modifier and Type | Method and Description |
---|---|
void |
clause() |
void |
clauselist() |
void |
comparator() |
void |
declarations() |
void |
delete() |
void |
funccall() |
TologStatement |
getStatement() |
void |
importdecl() |
void |
init(TologLexer lexer) |
void |
insert() |
void |
limit() |
void |
lit() |
void |
litlist() |
void |
merge() |
protected void |
notQNameHere() |
void |
offset() |
void |
order() |
void |
orderpart() |
void |
param() |
void |
paramlist() |
protected Number |
parseNumber(String number) |
void |
predicateref() |
void |
prefixdecl() |
void |
query() |
void |
rule() |
void |
ruleset() |
void |
selectlist() |
void |
setContext(ParseContextIF context) |
void |
topicref() |
void |
update() |
void |
updatestatement() |
void |
value() |
void |
valueorpair() |
addMessageListener, addParserListener, addParserMatchListener, addParserTokenListener, addSemanticPredicateListener, addSyntacticPredicateListener, addTraceListener, consumeUntil, consumeUntil, defaultDebuggingSetup, getAST, getASTFactory, getFilename, getInputState, getTokenName, getTokenNames, getTokenTypeToASTClassMap, isDebugMode, mark, match, match, matchNot, panic, recover, removeMessageListener, removeParserListener, removeParserMatchListener, removeParserTokenListener, removeSemanticPredicateListener, removeSyntacticPredicateListener, removeTraceListener, reportError, reportError, reportWarning, rewind, setASTFactory, setASTNodeClass, setASTNodeType, setDebugMode, setFilename, setIgnoreInvalidDebugCalls, setInputState, setTokenBuffer, traceIndent
public static final String[] _tokenNames
public static final antlr.collections.impl.BitSet _tokenSet_0
public static final antlr.collections.impl.BitSet _tokenSet_1
public static final antlr.collections.impl.BitSet _tokenSet_2
public static final antlr.collections.impl.BitSet _tokenSet_3
public static final antlr.collections.impl.BitSet _tokenSet_4
public static final antlr.collections.impl.BitSet _tokenSet_5
protected RealTologParser(antlr.TokenBuffer tokenBuf, int k)
public RealTologParser(antlr.TokenBuffer tokenBuf)
protected RealTologParser(antlr.TokenStream lexer, int k)
public RealTologParser(antlr.TokenStream lexer)
public RealTologParser(antlr.ParserSharedInputState state)
public void init(TologLexer lexer)
public void setContext(ParseContextIF context)
public TologStatement getStatement()
protected void notQNameHere() throws AntlrWrapException, antlr.TokenStreamException
AntlrWrapException
antlr.TokenStreamException
public final void query() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void prefixdecl() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void importdecl() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void rule() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void selectlist() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void clauselist() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void order() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void limit() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void offset() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void declarations() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void clause() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void ruleset() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void paramlist() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void orderpart() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void predicateref() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void valueorpair() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void value() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void comparator() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void topicref() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void updatestatement() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void delete() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void merge() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void update() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void insert() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void litlist() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void funccall() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void lit() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void param() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException