Uses of Class
org.variantsync.diffdetective.feature.antlr.CExpressionParser.UnaryOperatorContext
Packages that use CExpressionParser.UnaryOperatorContext
Package
Description
-
Uses of CExpressionParser.UnaryOperatorContext in org.variantsync.diffdetective.feature.antlr
Methods in org.variantsync.diffdetective.feature.antlr that return CExpressionParser.UnaryOperatorContextModifier and TypeMethodDescriptionCExpressionParser.PrimaryExpressionContext.unaryOperator()CExpressionParser.unaryOperator()Methods in org.variantsync.diffdetective.feature.antlr with parameters of type CExpressionParser.UnaryOperatorContextModifier and TypeMethodDescriptionvoidCExpressionBaseListener.enterUnaryOperator(CExpressionParser.UnaryOperatorContext ctx) Enter a parse tree produced byCExpressionParser.unaryOperator().voidCExpressionListener.enterUnaryOperator(CExpressionParser.UnaryOperatorContext ctx) Enter a parse tree produced byCExpressionParser.unaryOperator().voidCExpressionBaseListener.exitUnaryOperator(CExpressionParser.UnaryOperatorContext ctx) Exit a parse tree produced byCExpressionParser.unaryOperator().voidCExpressionListener.exitUnaryOperator(CExpressionParser.UnaryOperatorContext ctx) Exit a parse tree produced byCExpressionParser.unaryOperator().CExpressionBaseVisitor.visitUnaryOperator(CExpressionParser.UnaryOperatorContext ctx) Visit a parse tree produced byCExpressionParser.unaryOperator().CExpressionVisitor.visitUnaryOperator(CExpressionParser.UnaryOperatorContext ctx) Visit a parse tree produced byCExpressionParser.unaryOperator(). -
Uses of CExpressionParser.UnaryOperatorContext in org.variantsync.diffdetective.feature.cpp
Methods in org.variantsync.diffdetective.feature.cpp with parameters of type CExpressionParser.UnaryOperatorContextModifier and TypeMethodDescriptionorg.prop4j.NodeControllingCExpressionVisitor.visitUnaryOperator(CExpressionParser.UnaryOperatorContext ctx)