public static class TypeScriptParser.ParenthesizedPrimTypeContext extends TypeScriptParser.PrimaryTypeContext
| Constructor and Description |
|---|
ParenthesizedPrimTypeContext(TypeScriptParser.PrimaryTypeContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
org.antlr.v4.runtime.tree.TerminalNode |
CloseParen() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
org.antlr.v4.runtime.tree.TerminalNode |
OpenParen() |
TypeScriptParser.TypeContext |
type() |
copyFrom, getRuleIndexaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ParenthesizedPrimTypeContext(TypeScriptParser.PrimaryTypeContext ctx)
public org.antlr.v4.runtime.tree.TerminalNode OpenParen()
public TypeScriptParser.TypeContext type()
public org.antlr.v4.runtime.tree.TerminalNode CloseParen()
public 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