Class PlSqlParser.Associate_statisticsContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.debezium.ddl.parser.oracle.generated.PlSqlParser.Associate_statisticsContext
-
- 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.Associate_statisticsContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Associate_statisticsContext(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.TerminalNodeASSOCIATE()PlSqlParser.Column_associationContextcolumn_association()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)PlSqlParser.Function_associationContextfunction_association()intgetRuleIndex()org.antlr.v4.runtime.tree.TerminalNodeSEMICOLON()org.antlr.v4.runtime.tree.TerminalNodeSTATISTICS()PlSqlParser.Storage_table_clauseContextstorage_table_clause()org.antlr.v4.runtime.tree.TerminalNodeWITH()-
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
-
ASSOCIATE
public org.antlr.v4.runtime.tree.TerminalNode ASSOCIATE()
-
STATISTICS
public org.antlr.v4.runtime.tree.TerminalNode STATISTICS()
-
WITH
public org.antlr.v4.runtime.tree.TerminalNode WITH()
-
SEMICOLON
public org.antlr.v4.runtime.tree.TerminalNode SEMICOLON()
-
column_association
public PlSqlParser.Column_associationContext column_association()
-
function_association
public PlSqlParser.Function_associationContext function_association()
-
storage_table_clause
public PlSqlParser.Storage_table_clauseContext storage_table_clause()
-
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
-
-