Class PlSqlParser.Add_modify_drop_column_clausesContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.debezium.ddl.parser.oracle.generated.PlSqlParser.Add_modify_drop_column_clausesContext
-
- 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.Add_modify_drop_column_clausesContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Add_modify_drop_column_clausesContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PlSqlParser.Add_column_clauseContext>add_column_clause()PlSqlParser.Add_column_clauseContextadd_column_clause(int i)List<PlSqlParser.Drop_column_clauseContext>drop_column_clause()PlSqlParser.Drop_column_clauseContextdrop_column_clause(int i)voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)intgetRuleIndex()List<PlSqlParser.Modify_column_clausesContext>modify_column_clauses()PlSqlParser.Modify_column_clausesContextmodify_column_clauses(int i)-
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
-
add_column_clause
public List<PlSqlParser.Add_column_clauseContext> add_column_clause()
-
add_column_clause
public PlSqlParser.Add_column_clauseContext add_column_clause(int i)
-
modify_column_clauses
public List<PlSqlParser.Modify_column_clausesContext> modify_column_clauses()
-
modify_column_clauses
public PlSqlParser.Modify_column_clausesContext modify_column_clauses(int i)
-
drop_column_clause
public List<PlSqlParser.Drop_column_clauseContext> drop_column_clause()
-
drop_column_clause
public PlSqlParser.Drop_column_clauseContext drop_column_clause(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
-
-