| Modifier and Type | Method and Description |
|---|---|
ApexParser.InterfaceBodyContext |
ApexParser.interfaceBody() |
ApexParser.InterfaceBodyContext |
ApexParser.InterfaceDeclarationContext.interfaceBody() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApexParserListener.enterInterfaceBody(ApexParser.InterfaceBodyContext ctx)
Enter a parse tree produced by
ApexParser.interfaceBody(). |
void |
ApexParserBaseListener.enterInterfaceBody(ApexParser.InterfaceBodyContext ctx)
Enter a parse tree produced by
ApexParser.interfaceBody(). |
void |
ApexParserListener.exitInterfaceBody(ApexParser.InterfaceBodyContext ctx)
Exit a parse tree produced by
ApexParser.interfaceBody(). |
void |
ApexParserBaseListener.exitInterfaceBody(ApexParser.InterfaceBodyContext ctx)
Exit a parse tree produced by
ApexParser.interfaceBody(). |
T |
ApexParserVisitor.visitInterfaceBody(ApexParser.InterfaceBodyContext ctx)
Visit a parse tree produced by
ApexParser.interfaceBody(). |
T |
ApexParserBaseVisitor.visitInterfaceBody(ApexParser.InterfaceBodyContext ctx)
Visit a parse tree produced by
ApexParser.interfaceBody(). |
Copyright © 2022. All rights reserved.