| Modifier and Type | Method and Description |
|---|---|
void |
ApexParserListener.enterSoqlPrimary(ApexParser.SoqlPrimaryContext ctx)
Enter a parse tree produced by the
soqlPrimary
labeled alternative in ApexParser.primary(). |
void |
ApexParserBaseListener.enterSoqlPrimary(ApexParser.SoqlPrimaryContext ctx)
Enter a parse tree produced by the
soqlPrimary
labeled alternative in ApexParser.primary(). |
void |
ApexParserListener.exitSoqlPrimary(ApexParser.SoqlPrimaryContext ctx)
Exit a parse tree produced by the
soqlPrimary
labeled alternative in ApexParser.primary(). |
void |
ApexParserBaseListener.exitSoqlPrimary(ApexParser.SoqlPrimaryContext ctx)
Exit a parse tree produced by the
soqlPrimary
labeled alternative in ApexParser.primary(). |
T |
ApexParserVisitor.visitSoqlPrimary(ApexParser.SoqlPrimaryContext ctx)
Visit a parse tree produced by the
soqlPrimary
labeled alternative in ApexParser.primary(). |
T |
ApexParserBaseVisitor.visitSoqlPrimary(ApexParser.SoqlPrimaryContext ctx)
Visit a parse tree produced by the
soqlPrimary
labeled alternative in ApexParser.primary(). |
Copyright © 2022. All rights reserved.