| Modifier and Type | Method and Description |
|---|---|
void |
ApexParserListener.enterBitNotExpression(ApexParser.BitNotExpressionContext ctx)
Enter a parse tree produced by the
bitNotExpression
labeled alternative in ApexParser.expression(). |
void |
ApexParserBaseListener.enterBitNotExpression(ApexParser.BitNotExpressionContext ctx)
Enter a parse tree produced by the
bitNotExpression
labeled alternative in ApexParser.expression(). |
void |
ApexParserListener.exitBitNotExpression(ApexParser.BitNotExpressionContext ctx)
Exit a parse tree produced by the
bitNotExpression
labeled alternative in ApexParser.expression(). |
void |
ApexParserBaseListener.exitBitNotExpression(ApexParser.BitNotExpressionContext ctx)
Exit a parse tree produced by the
bitNotExpression
labeled alternative in ApexParser.expression(). |
T |
ApexParserVisitor.visitBitNotExpression(ApexParser.BitNotExpressionContext ctx)
Visit a parse tree produced by the
bitNotExpression
labeled alternative in ApexParser.expression(). |
T |
ApexParserBaseVisitor.visitBitNotExpression(ApexParser.BitNotExpressionContext ctx)
Visit a parse tree produced by the
bitNotExpression
labeled alternative in ApexParser.expression(). |
Copyright © 2022. All rights reserved.