public static class TypeScriptParser.DeclarationModuleElementContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
DeclarationModuleElementContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
TypeScriptParser.DeclarationElementContext |
declarationElement() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
TypeScriptParser.ExportAssignmentContext |
exportAssignment() |
TypeScriptParser.ExportDeclarationElementContext |
exportDeclarationElement() |
TypeScriptParser.ExportDefaultDeclarationElementContext |
exportDefaultDeclarationElement() |
TypeScriptParser.ExportListDeclarationContext |
exportListDeclaration() |
int |
getRuleIndex() |
TypeScriptParser.ImportAliasDeclarationContext |
importAliasDeclaration() |
TypeScriptParser.ImportDeclarationContext |
importDeclaration() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic DeclarationModuleElementContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public TypeScriptParser.DeclarationElementContext declarationElement()
public TypeScriptParser.ImportDeclarationContext importDeclaration()
public TypeScriptParser.ImportAliasDeclarationContext importAliasDeclaration()
public TypeScriptParser.ExportDeclarationElementContext exportDeclarationElement()
public TypeScriptParser.ExportDefaultDeclarationElementContext exportDefaultDeclarationElement()
public TypeScriptParser.ExportListDeclarationContext exportListDeclaration()
public TypeScriptParser.ExportAssignmentContext exportAssignment()
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