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 TypeMethodDescriptionvoid
JPPExpressionBaseListener.enterUnaryOperator
(JPPExpressionParser.UnaryOperatorContext ctx) Enter a parse tree produced byJPPExpressionParser.unaryOperator()
.void
JPPExpressionListener.enterUnaryOperator
(JPPExpressionParser.UnaryOperatorContext ctx) Enter a parse tree produced byJPPExpressionParser.unaryOperator()
.void
JPPExpressionBaseListener.exitUnaryOperator
(JPPExpressionParser.UnaryOperatorContext ctx) Exit a parse tree produced byJPPExpressionParser.unaryOperator()
.void
JPPExpressionListener.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 TypeMethodDescriptionAbstractingJPPExpressionVisitor.visitUnaryOperator
(JPPExpressionParser.UnaryOperatorContext ctx)