Class PlSqlParser.Alter_overflow_clauseContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.debezium.ddl.parser.oracle.generated.PlSqlParser.Alter_overflow_clauseContext
-
- 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.Alter_overflow_clauseContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Alter_overflow_clauseContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlSqlParser.Add_overflow_clauseContextadd_overflow_clause()List<PlSqlParser.Allocate_extent_clauseContext>allocate_extent_clause()PlSqlParser.Allocate_extent_clauseContextallocate_extent_clause(int i)List<PlSqlParser.Deallocate_unused_clauseContext>deallocate_unused_clause()PlSqlParser.Deallocate_unused_clauseContextdeallocate_unused_clause(int i)voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)intgetRuleIndex()org.antlr.v4.runtime.tree.TerminalNodeOVERFLOW()List<PlSqlParser.Segment_attributes_clauseContext>segment_attributes_clause()PlSqlParser.Segment_attributes_clauseContextsegment_attributes_clause(int i)List<PlSqlParser.Shrink_clauseContext>shrink_clause()PlSqlParser.Shrink_clauseContextshrink_clause(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_overflow_clause
public PlSqlParser.Add_overflow_clauseContext add_overflow_clause()
-
OVERFLOW
public org.antlr.v4.runtime.tree.TerminalNode OVERFLOW()
-
segment_attributes_clause
public List<PlSqlParser.Segment_attributes_clauseContext> segment_attributes_clause()
-
segment_attributes_clause
public PlSqlParser.Segment_attributes_clauseContext segment_attributes_clause(int i)
-
allocate_extent_clause
public List<PlSqlParser.Allocate_extent_clauseContext> allocate_extent_clause()
-
allocate_extent_clause
public PlSqlParser.Allocate_extent_clauseContext allocate_extent_clause(int i)
-
shrink_clause
public List<PlSqlParser.Shrink_clauseContext> shrink_clause()
-
shrink_clause
public PlSqlParser.Shrink_clauseContext shrink_clause(int i)
-
deallocate_unused_clause
public List<PlSqlParser.Deallocate_unused_clauseContext> deallocate_unused_clause()
-
deallocate_unused_clause
public PlSqlParser.Deallocate_unused_clauseContext deallocate_unused_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
-
-