| Modifier and Type | Method and Description |
|---|---|
void |
ApexParserListener.enterCastExpression(ApexParser.CastExpressionContext ctx)
Enter a parse tree produced by the
castExpression
labeled alternative in ApexParser.expression(). |
void |
ApexParserBaseListener.enterCastExpression(ApexParser.CastExpressionContext ctx)
Enter a parse tree produced by the
castExpression
labeled alternative in ApexParser.expression(). |
void |
ApexParserListener.exitCastExpression(ApexParser.CastExpressionContext ctx)
Exit a parse tree produced by the
castExpression
labeled alternative in ApexParser.expression(). |
void |
ApexParserBaseListener.exitCastExpression(ApexParser.CastExpressionContext ctx)
Exit a parse tree produced by the
castExpression
labeled alternative in ApexParser.expression(). |
T |
ApexParserVisitor.visitCastExpression(ApexParser.CastExpressionContext ctx)
Visit a parse tree produced by the
castExpression
labeled alternative in ApexParser.expression(). |
T |
ApexParserBaseVisitor.visitCastExpression(ApexParser.CastExpressionContext ctx)
Visit a parse tree produced by the
castExpression
labeled alternative in ApexParser.expression(). |
Copyright © 2022. All rights reserved.