public static class ApexParser.MemberDeclarationContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
MemberDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
ApexParser.ClassDeclarationContext |
classDeclaration() |
ApexParser.ConstructorDeclarationContext |
constructorDeclaration() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
ApexParser.EnumDeclarationContext |
enumDeclaration() |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
ApexParser.FieldDeclarationContext |
fieldDeclaration() |
int |
getRuleIndex() |
ApexParser.InterfaceDeclarationContext |
interfaceDeclaration() |
ApexParser.MethodDeclarationContext |
methodDeclaration() |
ApexParser.PropertyDeclarationContext |
propertyDeclaration() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic MemberDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public ApexParser.MethodDeclarationContext methodDeclaration()
public ApexParser.FieldDeclarationContext fieldDeclaration()
public ApexParser.ConstructorDeclarationContext constructorDeclaration()
public ApexParser.InterfaceDeclarationContext interfaceDeclaration()
public ApexParser.ClassDeclarationContext classDeclaration()
public ApexParser.EnumDeclarationContext enumDeclaration()
public ApexParser.PropertyDeclarationContext propertyDeclaration()
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.ParserRuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2022. All rights reserved.