| Modifier and Type | Method and Description |
|---|---|
void |
ApexParserListener.enterBitAndExpression(ApexParser.BitAndExpressionContext ctx)
Enter a parse tree produced by the
bitAndExpression
labeled alternative in ApexParser.expression(). |
void |
ApexParserBaseListener.enterBitAndExpression(ApexParser.BitAndExpressionContext ctx)
Enter a parse tree produced by the
bitAndExpression
labeled alternative in ApexParser.expression(). |
void |
ApexParserListener.exitBitAndExpression(ApexParser.BitAndExpressionContext ctx)
Exit a parse tree produced by the
bitAndExpression
labeled alternative in ApexParser.expression(). |
void |
ApexParserBaseListener.exitBitAndExpression(ApexParser.BitAndExpressionContext ctx)
Exit a parse tree produced by the
bitAndExpression
labeled alternative in ApexParser.expression(). |
T |
ApexParserVisitor.visitBitAndExpression(ApexParser.BitAndExpressionContext ctx)
Visit a parse tree produced by the
bitAndExpression
labeled alternative in ApexParser.expression(). |
T |
ApexParserBaseVisitor.visitBitAndExpression(ApexParser.BitAndExpressionContext ctx)
Visit a parse tree produced by the
bitAndExpression
labeled alternative in ApexParser.expression(). |
Copyright © 2022. All rights reserved.