Uses of Class
org.variantsync.diffdetective.feature.antlr.JPPExpressionParser.OperandContext
Package
Description
-
Uses of JPPExpressionParser.OperandContext in org.variantsync.diffdetective.feature.antlr
Modifier and TypeMethodDescriptionJPPExpressionParser.ComparisonExpressionContext.operand
(int i) JPPExpressionParser.operand()
Modifier and TypeMethodDescriptionvoid
JPPExpressionBaseListener.enterOperand
(JPPExpressionParser.OperandContext ctx) Enter a parse tree produced byJPPExpressionParser.operand()
.void
JPPExpressionListener.enterOperand
(JPPExpressionParser.OperandContext ctx) Enter a parse tree produced byJPPExpressionParser.operand()
.void
JPPExpressionBaseListener.exitOperand
(JPPExpressionParser.OperandContext ctx) Exit a parse tree produced byJPPExpressionParser.operand()
.void
JPPExpressionListener.exitOperand
(JPPExpressionParser.OperandContext ctx) Exit a parse tree produced byJPPExpressionParser.operand()
.JPPExpressionBaseVisitor.visitOperand
(JPPExpressionParser.OperandContext ctx) Visit a parse tree produced byJPPExpressionParser.operand()
.JPPExpressionVisitor.visitOperand
(JPPExpressionParser.OperandContext ctx) Visit a parse tree produced byJPPExpressionParser.operand()
. -
Uses of JPPExpressionParser.OperandContext in org.variantsync.diffdetective.feature.jpp
Modifier and TypeMethodDescriptionAbstractingJPPExpressionVisitor.visitOperand
(JPPExpressionParser.OperandContext ctx)