Class PlSqlParser.Compound_trigger_blockContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.debezium.ddl.parser.oracle.generated.PlSqlParser.Compound_trigger_blockContext
-
- 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:
- PlSqlParser
public static class PlSqlParser.Compound_trigger_blockContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Compound_trigger_blockContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.antlr.v4.runtime.tree.TerminalNodeCOMPOUND()org.antlr.v4.runtime.tree.TerminalNodeEND()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)intgetRuleIndex()PlSqlParser.Seq_of_declare_specsContextseq_of_declare_specs()List<PlSqlParser.Timing_point_sectionContext>timing_point_section()PlSqlParser.Timing_point_sectionContexttiming_point_section(int i)org.antlr.v4.runtime.tree.TerminalNodeTRIGGER()PlSqlParser.Trigger_nameContexttrigger_name()-
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
-
COMPOUND
public org.antlr.v4.runtime.tree.TerminalNode COMPOUND()
-
TRIGGER
public org.antlr.v4.runtime.tree.TerminalNode TRIGGER()
-
END
public org.antlr.v4.runtime.tree.TerminalNode END()
-
trigger_name
public PlSqlParser.Trigger_nameContext trigger_name()
-
seq_of_declare_specs
public PlSqlParser.Seq_of_declare_specsContext seq_of_declare_specs()
-
timing_point_section
public List<PlSqlParser.Timing_point_sectionContext> timing_point_section()
-
timing_point_section
public PlSqlParser.Timing_point_sectionContext timing_point_section(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
-
-