Uses of Class
org.variantsync.diffdetective.feature.antlr.CExpressionParser.UnaryOperatorContext
Package
Description
-
Uses of CExpressionParser.UnaryOperatorContext in org.variantsync.diffdetective.feature.antlr
Modifier and TypeMethodDescriptionCExpressionParser.PrimaryExpressionContext.unaryOperator()
CExpressionParser.unaryOperator()
Modifier 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
Modifier and TypeMethodDescriptionAbstractingCExpressionVisitor.visitUnaryOperator
(CExpressionParser.UnaryOperatorContext ctx) ControllingCExpressionVisitor.visitUnaryOperator
(CExpressionParser.UnaryOperatorContext ctx)