Package org.apache.flink.table.codesplit
Class JavaParser.AnnotationTypeElementRestContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.flink.table.codesplit.JavaParser.AnnotationTypeElementRestContext
-
- 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:
- JavaParser
public static class JavaParser.AnnotationTypeElementRestContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description AnnotationTypeElementRestContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
JavaParser.AnnotationMethodOrConstantRestContext
annotationMethodOrConstantRest()
JavaParser.AnnotationTypeDeclarationContext
annotationTypeDeclaration()
JavaParser.ClassDeclarationContext
classDeclaration()
void
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
JavaParser.EnumDeclarationContext
enumDeclaration()
void
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
int
getRuleIndex()
JavaParser.InterfaceDeclarationContext
interfaceDeclaration()
JavaParser.TypeTypeContext
typeType()
-
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
-
typeType
public JavaParser.TypeTypeContext typeType()
-
annotationMethodOrConstantRest
public JavaParser.AnnotationMethodOrConstantRestContext annotationMethodOrConstantRest()
-
classDeclaration
public JavaParser.ClassDeclarationContext classDeclaration()
-
interfaceDeclaration
public JavaParser.InterfaceDeclarationContext interfaceDeclaration()
-
enumDeclaration
public JavaParser.EnumDeclarationContext enumDeclaration()
-
annotationTypeDeclaration
public JavaParser.AnnotationTypeDeclarationContext annotationTypeDeclaration()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndex
in classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
accept
in interfaceorg.antlr.v4.runtime.tree.ParseTree
- Overrides:
accept
in classorg.antlr.v4.runtime.RuleContext
-
-