Class 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 Detail

      • FunctionDefinitionContext

        public FunctionDefinitionContext​(org.antlr.v4.runtime.ParserRuleContext parent,
                                         int invokingState)
    • Method Detail

      • IS

        public org.antlr.v4.runtime.tree.TerminalNode IS()
      • AS

        public org.antlr.v4.runtime.tree.TerminalNode AS()
      • 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)
      • getRuleIndex

        public int getRuleIndex()
        Overrides:
        getRuleIndex in class org.antlr.v4.runtime.RuleContext
      • accept

        public <T> T accept​(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
        Specified by:
        accept in interface org.antlr.v4.runtime.tree.ParseTree
        Overrides:
        accept in class org.antlr.v4.runtime.RuleContext