| Modifier and Type | Method and Description |
|---|---|
ApexParser.UsingScopeContext |
ApexParser.usingScope() |
ApexParser.UsingScopeContext |
ApexParser.QueryContext.usingScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApexParserListener.enterUsingScope(ApexParser.UsingScopeContext ctx)
Enter a parse tree produced by
ApexParser.usingScope(). |
void |
ApexParserBaseListener.enterUsingScope(ApexParser.UsingScopeContext ctx)
Enter a parse tree produced by
ApexParser.usingScope(). |
void |
ApexParserListener.exitUsingScope(ApexParser.UsingScopeContext ctx)
Exit a parse tree produced by
ApexParser.usingScope(). |
void |
ApexParserBaseListener.exitUsingScope(ApexParser.UsingScopeContext ctx)
Exit a parse tree produced by
ApexParser.usingScope(). |
T |
ApexParserVisitor.visitUsingScope(ApexParser.UsingScopeContext ctx)
Visit a parse tree produced by
ApexParser.usingScope(). |
T |
ApexParserBaseVisitor.visitUsingScope(ApexParser.UsingScopeContext ctx)
Visit a parse tree produced by
ApexParser.usingScope(). |
Copyright © 2022. All rights reserved.