public static class TypeScriptParser.InstanceofExpressionContext extends TypeScriptParser.SingleExpressionContext
| Constructor and Description |
|---|
InstanceofExpressionContext(TypeScriptParser.SingleExpressionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
org.antlr.v4.runtime.tree.TerminalNode |
Instanceof() |
java.util.List<TypeScriptParser.SingleExpressionContext> |
singleExpression() |
TypeScriptParser.SingleExpressionContext |
singleExpression(int i) |
copyFrom, getRuleIndexaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic InstanceofExpressionContext(TypeScriptParser.SingleExpressionContext ctx)
public java.util.List<TypeScriptParser.SingleExpressionContext> singleExpression()
public TypeScriptParser.SingleExpressionContext singleExpression(int i)
public org.antlr.v4.runtime.tree.TerminalNode Instanceof()
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