Class Java7Parser.AnnotationTypeElementRestContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- com.carrotsearch.hppc.generator.parser.Java7Parser.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:
- Java7Parser
public static class Java7Parser.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> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)Java7Parser.AnnotationMethodOrConstantRestContextannotationMethodOrConstantRest()Java7Parser.AnnotationTypeDeclarationContextannotationTypeDeclaration()Java7Parser.ClassDeclarationContextclassDeclaration()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)Java7Parser.EnumDeclarationContextenumDeclaration()voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)intgetRuleIndex()Java7Parser.InterfaceDeclarationContextinterfaceDeclaration()org.antlr.v4.runtime.tree.TerminalNodeSEMI()Java7Parser.TypeContexttype()-
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
-
type
public Java7Parser.TypeContext type()
-
annotationMethodOrConstantRest
public Java7Parser.AnnotationMethodOrConstantRestContext annotationMethodOrConstantRest()
-
SEMI
public org.antlr.v4.runtime.tree.TerminalNode SEMI()
-
classDeclaration
public Java7Parser.ClassDeclarationContext classDeclaration()
-
interfaceDeclaration
public Java7Parser.InterfaceDeclarationContext interfaceDeclaration()
-
enumDeclaration
public Java7Parser.EnumDeclarationContext enumDeclaration()
-
annotationTypeDeclaration
public Java7Parser.AnnotationTypeDeclarationContext annotationTypeDeclaration()
-
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
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-