Uses of Class
org.variantsync.diffdetective.feature.antlr.JPPExpressionParser.UnaryOperatorContext
Packages that use JPPExpressionParser.UnaryOperatorContext
Package
Description
-
Uses of JPPExpressionParser.UnaryOperatorContext in org.variantsync.diffdetective.feature.antlr
Methods in org.variantsync.diffdetective.feature.antlr that return JPPExpressionParser.UnaryOperatorContextModifier and TypeMethodDescriptionJPPExpressionParser.OperandContext.unaryOperator()JPPExpressionParser.unaryOperator()Methods in org.variantsync.diffdetective.feature.antlr with parameters of type JPPExpressionParser.UnaryOperatorContextModifier and TypeMethodDescriptionvoidJPPExpressionBaseListener.enterUnaryOperator(JPPExpressionParser.UnaryOperatorContext ctx) Enter a parse tree produced byJPPExpressionParser.unaryOperator().voidJPPExpressionListener.enterUnaryOperator(JPPExpressionParser.UnaryOperatorContext ctx) Enter a parse tree produced byJPPExpressionParser.unaryOperator().voidJPPExpressionBaseListener.exitUnaryOperator(JPPExpressionParser.UnaryOperatorContext ctx) Exit a parse tree produced byJPPExpressionParser.unaryOperator().voidJPPExpressionListener.exitUnaryOperator(JPPExpressionParser.UnaryOperatorContext ctx) Exit a parse tree produced byJPPExpressionParser.unaryOperator().JPPExpressionBaseVisitor.visitUnaryOperator(JPPExpressionParser.UnaryOperatorContext ctx) Visit a parse tree produced byJPPExpressionParser.unaryOperator().JPPExpressionVisitor.visitUnaryOperator(JPPExpressionParser.UnaryOperatorContext ctx) Visit a parse tree produced byJPPExpressionParser.unaryOperator(). -
Uses of JPPExpressionParser.UnaryOperatorContext in org.variantsync.diffdetective.feature.jpp
Methods in org.variantsync.diffdetective.feature.jpp with parameters of type JPPExpressionParser.UnaryOperatorContextModifier and TypeMethodDescriptionorg.prop4j.NodeControllingJPPExpressionVisitor.visitUnaryOperator(JPPExpressionParser.UnaryOperatorContext ctx)