public static class SPQLParser.ScientificTermsContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
SPQLParser.ExpandClauseContext |
e |
Term |
term |
SPQLParser.UnfoldClauseContext |
u |
SPQLParser.WordsRuleContext |
w |
| Constructor and Description |
|---|
ScientificTermsContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
SPQLParser.ExpandClauseContext |
expandClause() |
int |
getRuleIndex() |
SPQLParser.UnfoldClauseContext |
unfoldClause() |
SPQLParser.WordsRuleContext |
wordsRule() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic Term term
public SPQLParser.WordsRuleContext w
public SPQLParser.UnfoldClauseContext u
public SPQLParser.ExpandClauseContext e
public ScientificTermsContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public SPQLParser.WordsRuleContext wordsRule()
public SPQLParser.UnfoldClauseContext unfoldClause()
public SPQLParser.ExpandClauseContext expandClause()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContextCopyright © 2017. All Rights Reserved.