public static class TypeScriptParser.ModuleItemContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
ModuleItemContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
TypeScriptParser.ExportDeclarationContext |
exportDeclaration() |
int |
getRuleIndex() |
TypeScriptParser.ImportDeclarationContext |
importDeclaration() |
TypeScriptParser.StatementListItemContext |
statementListItem() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ModuleItemContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public TypeScriptParser.ImportDeclarationContext importDeclaration()
public TypeScriptParser.ExportDeclarationContext exportDeclaration()
public TypeScriptParser.StatementListItemContext statementListItem()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContext