public static class Java8Parser.ImportDeclarationContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
ImportDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
<Result> Result |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor) |
int |
getRuleIndex() |
Java8Parser.SingleStaticImportDeclarationContext |
singleStaticImportDeclaration() |
Java8Parser.SingleTypeImportDeclarationContext |
singleTypeImportDeclaration() |
Java8Parser.StaticImportOnDemandDeclarationContext |
staticImportOnDemandDeclaration() |
Java8Parser.TypeImportOnDemandDeclarationContext |
typeImportOnDemandDeclaration() |
addChild, addChild, addChild, addErrorNode, copyFrom, emptyContext, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ImportDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public Java8Parser.SingleTypeImportDeclarationContext singleTypeImportDeclaration()
public Java8Parser.TypeImportOnDemandDeclarationContext typeImportOnDemandDeclaration()
public Java8Parser.SingleStaticImportDeclarationContext singleStaticImportDeclaration()
public Java8Parser.StaticImportOnDemandDeclarationContext staticImportOnDemandDeclaration()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic <Result> Result accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2007–2016 CodeLutin. All rights reserved.