public static class TypeScriptParser.MemberFunctionDeclarationContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
MemberFunctionDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
TypeScriptParser.AccessibilityModifierContext |
accessibilityModifier() |
TypeScriptParser.CallSignatureContext |
callSignature() |
org.antlr.v4.runtime.tree.TerminalNode |
CloseBrace() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
TypeScriptParser.FunctionBodyContext |
functionBody() |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
OpenBrace() |
TypeScriptParser.PropertyNameContext |
propertyName() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic MemberFunctionDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public TypeScriptParser.PropertyNameContext propertyName()
public TypeScriptParser.CallSignatureContext callSignature()
public TypeScriptParser.AccessibilityModifierContext accessibilityModifier()
public org.antlr.v4.runtime.tree.TerminalNode OpenBrace()
public TypeScriptParser.FunctionBodyContext functionBody()
public org.antlr.v4.runtime.tree.TerminalNode CloseBrace()
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