Class OracleStatementParser.FunctionDefinitionContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.FunctionDefinitionContext
-
- 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:
- OracleStatementParser
public static class OracleStatementParser.FunctionDefinitionContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description FunctionDefinitionContext(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)org.antlr.v4.runtime.tree.TerminalNodeAS()OracleStatementParser.BodyContextbody()OracleStatementParser.CallSpecContextcallSpec()OracleStatementParser.DeclareSectionContextdeclareSection()List<org.antlr.v4.runtime.tree.TerminalNode>DETERMINISTIC()org.antlr.v4.runtime.tree.TerminalNodeDETERMINISTIC(int i)OracleStatementParser.FunctionHeadingContextfunctionHeading()intgetRuleIndex()org.antlr.v4.runtime.tree.TerminalNodeIS()List<org.antlr.v4.runtime.tree.TerminalNode>PARALLEL_ENABLE()org.antlr.v4.runtime.tree.TerminalNodePARALLEL_ENABLE(int i)List<org.antlr.v4.runtime.tree.TerminalNode>PIPELINED()org.antlr.v4.runtime.tree.TerminalNodePIPELINED(int i)List<OracleStatementParser.ResultCacheClauseContext>resultCacheClause()OracleStatementParser.ResultCacheClauseContextresultCacheClause(int i)-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
functionHeading
public OracleStatementParser.FunctionHeadingContext functionHeading()
-
IS
public org.antlr.v4.runtime.tree.TerminalNode IS()
-
AS
public org.antlr.v4.runtime.tree.TerminalNode AS()
-
body
public OracleStatementParser.BodyContext body()
-
callSpec
public OracleStatementParser.CallSpecContext callSpec()
-
DETERMINISTIC
public List<org.antlr.v4.runtime.tree.TerminalNode> DETERMINISTIC()
-
DETERMINISTIC
public org.antlr.v4.runtime.tree.TerminalNode DETERMINISTIC(int i)
-
PIPELINED
public List<org.antlr.v4.runtime.tree.TerminalNode> PIPELINED()
-
PIPELINED
public org.antlr.v4.runtime.tree.TerminalNode PIPELINED(int i)
-
PARALLEL_ENABLE
public List<org.antlr.v4.runtime.tree.TerminalNode> PARALLEL_ENABLE()
-
PARALLEL_ENABLE
public org.antlr.v4.runtime.tree.TerminalNode PARALLEL_ENABLE(int i)
-
resultCacheClause
public List<OracleStatementParser.ResultCacheClauseContext> resultCacheClause()
-
resultCacheClause
public OracleStatementParser.ResultCacheClauseContext resultCacheClause(int i)
-
declareSection
public OracleStatementParser.DeclareSectionContext declareSection()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
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
-
-