| Modifier and Type | Method and Description |
|---|---|
void |
ApexParserListener.enterThisPrimary(ApexParser.ThisPrimaryContext ctx)
Enter a parse tree produced by the
thisPrimary
labeled alternative in ApexParser.primary(). |
void |
ApexParserBaseListener.enterThisPrimary(ApexParser.ThisPrimaryContext ctx)
Enter a parse tree produced by the
thisPrimary
labeled alternative in ApexParser.primary(). |
void |
ApexParserListener.exitThisPrimary(ApexParser.ThisPrimaryContext ctx)
Exit a parse tree produced by the
thisPrimary
labeled alternative in ApexParser.primary(). |
void |
ApexParserBaseListener.exitThisPrimary(ApexParser.ThisPrimaryContext ctx)
Exit a parse tree produced by the
thisPrimary
labeled alternative in ApexParser.primary(). |
T |
ApexParserVisitor.visitThisPrimary(ApexParser.ThisPrimaryContext ctx)
Visit a parse tree produced by the
thisPrimary
labeled alternative in ApexParser.primary(). |
T |
ApexParserBaseVisitor.visitThisPrimary(ApexParser.ThisPrimaryContext ctx)
Visit a parse tree produced by the
thisPrimary
labeled alternative in ApexParser.primary(). |
Copyright © 2022. All rights reserved.