Class PlSqlParser.Object_propertiesContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.debezium.ddl.parser.oracle.generated.PlSqlParser.Object_propertiesContext
-
- 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.Object_propertiesContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Object_propertiesContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlSqlParser.Attribute_nameContextattribute_name()PlSqlParser.Column_nameContextcolumn_name()List<org.antlr.v4.runtime.tree.TerminalNode>COMMA()org.antlr.v4.runtime.tree.TerminalNodeCOMMA(int i)org.antlr.v4.runtime.tree.TerminalNodeDEFAULT()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)PlSqlParser.ExpressionContextexpression()intgetRuleIndex()List<PlSqlParser.Inline_constraintContext>inline_constraint()PlSqlParser.Inline_constraintContextinline_constraint(int i)PlSqlParser.Inline_ref_constraintContextinline_ref_constraint()PlSqlParser.Out_of_line_constraintContextout_of_line_constraint()PlSqlParser.Out_of_line_ref_constraintContextout_of_line_ref_constraint()PlSqlParser.Supplemental_logging_propsContextsupplemental_logging_props()-
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
-
column_name
public PlSqlParser.Column_nameContext column_name()
-
attribute_name
public PlSqlParser.Attribute_nameContext attribute_name()
-
DEFAULT
public org.antlr.v4.runtime.tree.TerminalNode DEFAULT()
-
expression
public PlSqlParser.ExpressionContext expression()
-
inline_constraint
public List<PlSqlParser.Inline_constraintContext> inline_constraint()
-
inline_constraint
public PlSqlParser.Inline_constraintContext inline_constraint(int i)
-
inline_ref_constraint
public PlSqlParser.Inline_ref_constraintContext inline_ref_constraint()
-
COMMA
public List<org.antlr.v4.runtime.tree.TerminalNode> COMMA()
-
COMMA
public org.antlr.v4.runtime.tree.TerminalNode COMMA(int i)
-
out_of_line_constraint
public PlSqlParser.Out_of_line_constraintContext out_of_line_constraint()
-
out_of_line_ref_constraint
public PlSqlParser.Out_of_line_ref_constraintContext out_of_line_ref_constraint()
-
supplemental_logging_props
public PlSqlParser.Supplemental_logging_propsContext supplemental_logging_props()
-
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
-
-