public static class Java7Parser.TypeVariableContext
extends org.antlr.v4.runtime.ParserRuleContext
Constructor and Description |
---|
TypeVariableContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Java7Parser.AnnotationContext> |
annotation() |
Java7Parser.AnnotationContext |
annotation(int i) |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
Identifier() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public TypeVariableContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode Identifier()
public java.util.List<Java7Parser.AnnotationContext> annotation()
public Java7Parser.AnnotationContext annotation(int i)
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
Copyright © 2015. All Rights Reserved.