Uses of Class
org.variantsync.diffdetective.feature.antlr.CExpressionParser.ExclusiveOrExpressionContext
Package
Description
-
Uses of CExpressionParser.ExclusiveOrExpressionContext in org.variantsync.diffdetective.feature.antlr
Modifier and TypeMethodDescriptionCExpressionParser.exclusiveOrExpression()
CExpressionParser.InclusiveOrExpressionContext.exclusiveOrExpression
(int i) Modifier and TypeMethodDescriptionCExpressionParser.InclusiveOrExpressionContext.exclusiveOrExpression()
Modifier and TypeMethodDescriptionvoid
CExpressionBaseListener.enterExclusiveOrExpression
(CExpressionParser.ExclusiveOrExpressionContext ctx) Enter a parse tree produced byCExpressionParser.exclusiveOrExpression()
.void
CExpressionListener.enterExclusiveOrExpression
(CExpressionParser.ExclusiveOrExpressionContext ctx) Enter a parse tree produced byCExpressionParser.exclusiveOrExpression()
.void
CExpressionBaseListener.exitExclusiveOrExpression
(CExpressionParser.ExclusiveOrExpressionContext ctx) Exit a parse tree produced byCExpressionParser.exclusiveOrExpression()
.void
CExpressionListener.exitExclusiveOrExpression
(CExpressionParser.ExclusiveOrExpressionContext ctx) Exit a parse tree produced byCExpressionParser.exclusiveOrExpression()
.CExpressionBaseVisitor.visitExclusiveOrExpression
(CExpressionParser.ExclusiveOrExpressionContext ctx) Visit a parse tree produced byCExpressionParser.exclusiveOrExpression()
.CExpressionVisitor.visitExclusiveOrExpression
(CExpressionParser.ExclusiveOrExpressionContext ctx) Visit a parse tree produced byCExpressionParser.exclusiveOrExpression()
. -
Uses of CExpressionParser.ExclusiveOrExpressionContext in org.variantsync.diffdetective.feature.cpp
Modifier and TypeMethodDescriptionAbstractingCExpressionVisitor.visitExclusiveOrExpression
(CExpressionParser.ExclusiveOrExpressionContext ctx) ControllingCExpressionVisitor.visitExclusiveOrExpression
(CExpressionParser.ExclusiveOrExpressionContext ctx)