Class PlSqlParser.Package_obj_specContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.debezium.ddl.parser.oracle.generated.PlSqlParser.Package_obj_specContext
-
- 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.Package_obj_specContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Package_obj_specContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlSqlParser.Cursor_declarationContextcursor_declaration()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)PlSqlParser.Exception_declarationContextexception_declaration()voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)PlSqlParser.Function_specContextfunction_spec()intgetRuleIndex()PlSqlParser.Pragma_declarationContextpragma_declaration()PlSqlParser.Procedure_specContextprocedure_spec()PlSqlParser.Subtype_declarationContextsubtype_declaration()PlSqlParser.Type_declarationContexttype_declaration()PlSqlParser.Variable_declarationContextvariable_declaration()-
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
-
pragma_declaration
public PlSqlParser.Pragma_declarationContext pragma_declaration()
-
variable_declaration
public PlSqlParser.Variable_declarationContext variable_declaration()
-
subtype_declaration
public PlSqlParser.Subtype_declarationContext subtype_declaration()
-
cursor_declaration
public PlSqlParser.Cursor_declarationContext cursor_declaration()
-
exception_declaration
public PlSqlParser.Exception_declarationContext exception_declaration()
-
type_declaration
public PlSqlParser.Type_declarationContext type_declaration()
-
procedure_spec
public PlSqlParser.Procedure_specContext procedure_spec()
-
function_spec
public PlSqlParser.Function_specContext function_spec()
-
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
-
-