| Modifier and Type | Method and Description |
|---|---|
ApexParser.ForUpdateContext |
ApexParser.forUpdate() |
ApexParser.ForUpdateContext |
ApexParser.ForControlContext.forUpdate() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApexParserListener.enterForUpdate(ApexParser.ForUpdateContext ctx)
Enter a parse tree produced by
ApexParser.forUpdate(). |
void |
ApexParserBaseListener.enterForUpdate(ApexParser.ForUpdateContext ctx)
Enter a parse tree produced by
ApexParser.forUpdate(). |
void |
ApexParserListener.exitForUpdate(ApexParser.ForUpdateContext ctx)
Exit a parse tree produced by
ApexParser.forUpdate(). |
void |
ApexParserBaseListener.exitForUpdate(ApexParser.ForUpdateContext ctx)
Exit a parse tree produced by
ApexParser.forUpdate(). |
T |
ApexParserVisitor.visitForUpdate(ApexParser.ForUpdateContext ctx)
Visit a parse tree produced by
ApexParser.forUpdate(). |
T |
ApexParserBaseVisitor.visitForUpdate(ApexParser.ForUpdateContext ctx)
Visit a parse tree produced by
ApexParser.forUpdate(). |
Copyright © 2022. All rights reserved.