Uses of Class
org.variantsync.diffdetective.feature.antlr.CExpressionParser.AndExpressionContext
Packages that use CExpressionParser.AndExpressionContext
Package
Description
-
Uses of CExpressionParser.AndExpressionContext in org.variantsync.diffdetective.feature.antlr
Methods in org.variantsync.diffdetective.feature.antlr that return CExpressionParser.AndExpressionContextModifier and TypeMethodDescriptionCExpressionParser.andExpression()
CExpressionParser.ExclusiveOrExpressionContext.andExpression
(int i) Methods in org.variantsync.diffdetective.feature.antlr that return types with arguments of type CExpressionParser.AndExpressionContextMethods in org.variantsync.diffdetective.feature.antlr with parameters of type CExpressionParser.AndExpressionContextModifier and TypeMethodDescriptionvoid
CExpressionBaseListener.enterAndExpression
(CExpressionParser.AndExpressionContext ctx) Enter a parse tree produced byCExpressionParser.andExpression()
.void
CExpressionListener.enterAndExpression
(CExpressionParser.AndExpressionContext ctx) Enter a parse tree produced byCExpressionParser.andExpression()
.void
CExpressionBaseListener.exitAndExpression
(CExpressionParser.AndExpressionContext ctx) Exit a parse tree produced byCExpressionParser.andExpression()
.void
CExpressionListener.exitAndExpression
(CExpressionParser.AndExpressionContext ctx) Exit a parse tree produced byCExpressionParser.andExpression()
.CExpressionBaseVisitor.visitAndExpression
(CExpressionParser.AndExpressionContext ctx) Visit a parse tree produced byCExpressionParser.andExpression()
.CExpressionVisitor.visitAndExpression
(CExpressionParser.AndExpressionContext ctx) Visit a parse tree produced byCExpressionParser.andExpression()
. -
Uses of CExpressionParser.AndExpressionContext in org.variantsync.diffdetective.feature.cpp
Methods in org.variantsync.diffdetective.feature.cpp with parameters of type CExpressionParser.AndExpressionContextModifier and TypeMethodDescriptionAbstractingCExpressionVisitor.visitAndExpression
(CExpressionParser.AndExpressionContext ctx) ControllingCExpressionVisitor.visitAndExpression
(CExpressionParser.AndExpressionContext ctx)