Uses of Class
org.variantsync.diffdetective.feature.antlr.JPPExpressionParser.UnaryOperatorContext
Package
Description
-
Uses of JPPExpressionParser.UnaryOperatorContext in org.variantsync.diffdetective.feature.antlr
Modifier and TypeMethodDescriptionJPPExpressionParser.OperandContext.unaryOperator()
JPPExpressionParser.unaryOperator()
Modifier 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
Modifier and TypeMethodDescriptionAbstractingJPPExpressionVisitor.visitUnaryOperator
(JPPExpressionParser.UnaryOperatorContext ctx)