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 TypeMethodDescriptionvoid
CExpressionBaseListener.enterUnaryOperator
(CExpressionParser.UnaryOperatorContext ctx) Enter a parse tree produced byCExpressionParser.unaryOperator()
.void
CExpressionListener.enterUnaryOperator
(CExpressionParser.UnaryOperatorContext ctx) Enter a parse tree produced byCExpressionParser.unaryOperator()
.void
CExpressionBaseListener.exitUnaryOperator
(CExpressionParser.UnaryOperatorContext ctx) Exit a parse tree produced byCExpressionParser.unaryOperator()
.void
CExpressionListener.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 TypeMethodDescriptionAbstractingCExpressionVisitor.visitUnaryOperator
(CExpressionParser.UnaryOperatorContext ctx) ControllingCExpressionVisitor.visitUnaryOperator
(CExpressionParser.UnaryOperatorContext ctx)