public static class TypeScriptParser.TypeContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
TypeContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
TypeScriptParser.ConstructorTypeContext |
constructorType() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
TypeScriptParser.FunctionTypeContext |
functionType() |
int |
getRuleIndex() |
TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext |
unionOrIntersectionOrPrimaryType() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic TypeContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext unionOrIntersectionOrPrimaryType()
public TypeScriptParser.FunctionTypeContext functionType()
public TypeScriptParser.ConstructorTypeContext constructorType()
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