public static class JavaParser.AnnotationTypeElementRestContext
extends org.antlr.v4.runtime.ParserRuleContext
Constructor and Description |
---|
AnnotationTypeElementRestContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and 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() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public AnnotationTypeElementRestContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public JavaParser.TypeTypeContext typeType()
public JavaParser.AnnotationMethodOrConstantRestContext annotationMethodOrConstantRest()
public JavaParser.ClassDeclarationContext classDeclaration()
public JavaParser.InterfaceDeclarationContext interfaceDeclaration()
public JavaParser.EnumDeclarationContext enumDeclaration()
public JavaParser.AnnotationTypeDeclarationContext annotationTypeDeclaration()
public int getRuleIndex()
getRuleIndex
in class org.antlr.v4.runtime.RuleContext
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule
in class org.antlr.v4.runtime.ParserRuleContext
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule
in class org.antlr.v4.runtime.ParserRuleContext
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept
in interface org.antlr.v4.runtime.tree.ParseTree
accept
in class org.antlr.v4.runtime.RuleContext
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.