Class PlSqlParser.Local_partitioned_indexContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.debezium.ddl.parser.oracle.generated.PlSqlParser.Local_partitioned_indexContext
-
- 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.Local_partitioned_indexContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Local_partitioned_indexContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)intgetRuleIndex()org.antlr.v4.runtime.tree.TerminalNodeLOCAL()PlSqlParser.On_comp_partitioned_tableContexton_comp_partitioned_table()PlSqlParser.On_hash_partitioned_tableContexton_hash_partitioned_table()PlSqlParser.On_list_partitioned_tableContexton_list_partitioned_table()PlSqlParser.On_range_partitioned_tableContexton_range_partitioned_table()-
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
-
LOCAL
public org.antlr.v4.runtime.tree.TerminalNode LOCAL()
-
on_range_partitioned_table
public PlSqlParser.On_range_partitioned_tableContext on_range_partitioned_table()
-
on_list_partitioned_table
public PlSqlParser.On_list_partitioned_tableContext on_list_partitioned_table()
-
on_hash_partitioned_table
public PlSqlParser.On_hash_partitioned_tableContext on_hash_partitioned_table()
-
on_comp_partitioned_table
public PlSqlParser.On_comp_partitioned_tableContext on_comp_partitioned_table()
-
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
-
-