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 TypeMethodDescriptionvoidJPPExpressionBaseListener.enterOperand(JPPExpressionParser.OperandContext ctx) Enter a parse tree produced byJPPExpressionParser.operand().voidJPPExpressionListener.enterOperand(JPPExpressionParser.OperandContext ctx) Enter a parse tree produced byJPPExpressionParser.operand().voidJPPExpressionBaseListener.exitOperand(JPPExpressionParser.OperandContext ctx) Exit a parse tree produced byJPPExpressionParser.operand().voidJPPExpressionListener.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 TypeMethodDescriptionorg.prop4j.NodeControllingJPPExpressionVisitor.visitOperand(JPPExpressionParser.OperandContext ctx)