Package org.gorpipe.gor
Class GorScriptParser.Pipe_commandContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.gorpipe.gor.GorScriptParser.Pipe_commandContext
-
- 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.Pipe_commandContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Pipe_commandContext(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)GorScriptParser.Calc_commandContextcalc_command()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)GorScriptParser.Generic_commandContextgeneric_command()intgetRuleIndex()GorScriptParser.Hide_commandContexthide_command()GorScriptParser.Rename_commandContextrename_command()GorScriptParser.Replace_commandContextreplace_command()GorScriptParser.Select_commandContextselect_command()GorScriptParser.Where_commandContextwhere_command()-
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
-
calc_command
public GorScriptParser.Calc_commandContext calc_command()
-
where_command
public GorScriptParser.Where_commandContext where_command()
-
replace_command
public GorScriptParser.Replace_commandContext replace_command()
-
select_command
public GorScriptParser.Select_commandContext select_command()
-
hide_command
public GorScriptParser.Hide_commandContext hide_command()
-
rename_command
public GorScriptParser.Rename_commandContext rename_command()
-
generic_command
public GorScriptParser.Generic_commandContext generic_command()
-
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
-
-