Package org.gorpipe.gor
Class GorScriptParser.Column_selectionContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.gorpipe.gor.GorScriptParser.Column_selectionContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- GorScriptParser
public static class GorScriptParser.Column_selectionContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Column_selectionContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)java.util.List<GorScriptParser.Column_rangeContext>column_range()GorScriptParser.Column_rangeContextcolumn_range(int i)java.util.List<GorScriptParser.Column_refContext>column_ref()GorScriptParser.Column_refContextcolumn_ref(int i)java.util.List<GorScriptParser.Column_wildcardContext>column_wildcard()GorScriptParser.Column_wildcardContextcolumn_wildcard(int i)java.util.List<org.antlr.v4.runtime.tree.TerminalNode>COMMA()org.antlr.v4.runtime.tree.TerminalNodeCOMMA(int i)voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)intgetRuleIndex()-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
column_ref
public java.util.List<GorScriptParser.Column_refContext> column_ref()
-
column_ref
public GorScriptParser.Column_refContext column_ref(int i)
-
column_range
public java.util.List<GorScriptParser.Column_rangeContext> column_range()
-
column_range
public GorScriptParser.Column_rangeContext column_range(int i)
-
column_wildcard
public java.util.List<GorScriptParser.Column_wildcardContext> column_wildcard()
-
column_wildcard
public GorScriptParser.Column_wildcardContext column_wildcard(int i)
-
COMMA
public java.util.List<org.antlr.v4.runtime.tree.TerminalNode> COMMA()
-
COMMA
public org.antlr.v4.runtime.tree.TerminalNode COMMA(int i)
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRulein classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRulein classorg.antlr.v4.runtime.ParserRuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-