| Modifier and Type | Method and Description |
|---|---|
void |
ApexParserListener.enterNewExpression(ApexParser.NewExpressionContext ctx)
Enter a parse tree produced by the
newExpression
labeled alternative in ApexParser.expression(). |
void |
ApexParserBaseListener.enterNewExpression(ApexParser.NewExpressionContext ctx)
Enter a parse tree produced by the
newExpression
labeled alternative in ApexParser.expression(). |
void |
ApexParserListener.exitNewExpression(ApexParser.NewExpressionContext ctx)
Exit a parse tree produced by the
newExpression
labeled alternative in ApexParser.expression(). |
void |
ApexParserBaseListener.exitNewExpression(ApexParser.NewExpressionContext ctx)
Exit a parse tree produced by the
newExpression
labeled alternative in ApexParser.expression(). |
T |
ApexParserVisitor.visitNewExpression(ApexParser.NewExpressionContext ctx)
Visit a parse tree produced by the
newExpression
labeled alternative in ApexParser.expression(). |
T |
ApexParserBaseVisitor.visitNewExpression(ApexParser.NewExpressionContext ctx)
Visit a parse tree produced by the
newExpression
labeled alternative in ApexParser.expression(). |
Copyright © 2022. All rights reserved.