| Modifier and Type | Method and Description |
|---|---|
ApexParser.SoqlLiteralContext |
ApexParser.soqlLiteral() |
ApexParser.SoqlLiteralContext |
ApexParser.SoqlPrimaryContext.soqlLiteral() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApexParserListener.enterSoqlLiteral(ApexParser.SoqlLiteralContext ctx)
Enter a parse tree produced by
ApexParser.soqlLiteral(). |
void |
ApexParserBaseListener.enterSoqlLiteral(ApexParser.SoqlLiteralContext ctx)
Enter a parse tree produced by
ApexParser.soqlLiteral(). |
void |
ApexParserListener.exitSoqlLiteral(ApexParser.SoqlLiteralContext ctx)
Exit a parse tree produced by
ApexParser.soqlLiteral(). |
void |
ApexParserBaseListener.exitSoqlLiteral(ApexParser.SoqlLiteralContext ctx)
Exit a parse tree produced by
ApexParser.soqlLiteral(). |
T |
ApexParserVisitor.visitSoqlLiteral(ApexParser.SoqlLiteralContext ctx)
Visit a parse tree produced by
ApexParser.soqlLiteral(). |
T |
ApexParserBaseVisitor.visitSoqlLiteral(ApexParser.SoqlLiteralContext ctx)
Visit a parse tree produced by
ApexParser.soqlLiteral(). |
Copyright © 2022. All rights reserved.