| Modifier and Type | Method and Description |
|---|---|
ApexParser.TypeOfContext |
ApexParser.typeOf() |
ApexParser.TypeOfContext |
ApexParser.SelectEntryContext.typeOf() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApexParserListener.enterTypeOf(ApexParser.TypeOfContext ctx)
Enter a parse tree produced by
ApexParser.typeOf(). |
void |
ApexParserBaseListener.enterTypeOf(ApexParser.TypeOfContext ctx)
Enter a parse tree produced by
ApexParser.typeOf(). |
void |
ApexParserListener.exitTypeOf(ApexParser.TypeOfContext ctx)
Exit a parse tree produced by
ApexParser.typeOf(). |
void |
ApexParserBaseListener.exitTypeOf(ApexParser.TypeOfContext ctx)
Exit a parse tree produced by
ApexParser.typeOf(). |
T |
ApexParserVisitor.visitTypeOf(ApexParser.TypeOfContext ctx)
Visit a parse tree produced by
ApexParser.typeOf(). |
T |
ApexParserBaseVisitor.visitTypeOf(ApexParser.TypeOfContext ctx)
Visit a parse tree produced by
ApexParser.typeOf(). |
Copyright © 2022. All rights reserved.