| Modifier and Type | Method and Description |
|---|---|
void |
ApexParserListener.enterSuperPrimary(ApexParser.SuperPrimaryContext ctx)
Enter a parse tree produced by the
superPrimary
labeled alternative in ApexParser.primary(). |
void |
ApexParserBaseListener.enterSuperPrimary(ApexParser.SuperPrimaryContext ctx)
Enter a parse tree produced by the
superPrimary
labeled alternative in ApexParser.primary(). |
void |
ApexParserListener.exitSuperPrimary(ApexParser.SuperPrimaryContext ctx)
Exit a parse tree produced by the
superPrimary
labeled alternative in ApexParser.primary(). |
void |
ApexParserBaseListener.exitSuperPrimary(ApexParser.SuperPrimaryContext ctx)
Exit a parse tree produced by the
superPrimary
labeled alternative in ApexParser.primary(). |
T |
ApexParserVisitor.visitSuperPrimary(ApexParser.SuperPrimaryContext ctx)
Visit a parse tree produced by the
superPrimary
labeled alternative in ApexParser.primary(). |
T |
ApexParserBaseVisitor.visitSuperPrimary(ApexParser.SuperPrimaryContext ctx)
Visit a parse tree produced by the
superPrimary
labeled alternative in ApexParser.primary(). |
Copyright © 2022. All rights reserved.