| Modifier and Type | Method and Description |
|---|---|
void |
ApexParserListener.enterLiteralPrimary(ApexParser.LiteralPrimaryContext ctx)
Enter a parse tree produced by the
literalPrimary
labeled alternative in ApexParser.primary(). |
void |
ApexParserBaseListener.enterLiteralPrimary(ApexParser.LiteralPrimaryContext ctx)
Enter a parse tree produced by the
literalPrimary
labeled alternative in ApexParser.primary(). |
void |
ApexParserListener.exitLiteralPrimary(ApexParser.LiteralPrimaryContext ctx)
Exit a parse tree produced by the
literalPrimary
labeled alternative in ApexParser.primary(). |
void |
ApexParserBaseListener.exitLiteralPrimary(ApexParser.LiteralPrimaryContext ctx)
Exit a parse tree produced by the
literalPrimary
labeled alternative in ApexParser.primary(). |
T |
ApexParserVisitor.visitLiteralPrimary(ApexParser.LiteralPrimaryContext ctx)
Visit a parse tree produced by the
literalPrimary
labeled alternative in ApexParser.primary(). |
T |
ApexParserBaseVisitor.visitLiteralPrimary(ApexParser.LiteralPrimaryContext ctx)
Visit a parse tree produced by the
literalPrimary
labeled alternative in ApexParser.primary(). |
Copyright © 2022. All rights reserved.