Uses of Class
org.variantsync.diffdetective.feature.antlr.JPPExpressionParser.OperandContext
Packages that use JPPExpressionParser.OperandContext
Package
Description
-
Uses of JPPExpressionParser.OperandContext in org.variantsync.diffdetective.feature.antlr
Methods in org.variantsync.diffdetective.feature.antlr that return JPPExpressionParser.OperandContextModifier and TypeMethodDescriptionJPPExpressionParser.ComparisonExpressionContext.operand
(int i) JPPExpressionParser.operand()
Methods in org.variantsync.diffdetective.feature.antlr that return types with arguments of type JPPExpressionParser.OperandContextMethods in org.variantsync.diffdetective.feature.antlr with parameters of type JPPExpressionParser.OperandContextModifier 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
Methods in org.variantsync.diffdetective.feature.jpp with parameters of type JPPExpressionParser.OperandContextModifier and TypeMethodDescriptionAbstractingJPPExpressionVisitor.visitOperand
(JPPExpressionParser.OperandContext ctx)