Uses of Class
org.variantsync.diffdetective.feature.antlr.CExpressionParser.LogicalOperandContext
Packages that use CExpressionParser.LogicalOperandContext
Package
Description
-
Uses of CExpressionParser.LogicalOperandContext in org.variantsync.diffdetective.feature.antlr
Methods in org.variantsync.diffdetective.feature.antlr that return CExpressionParser.LogicalOperandContextModifier and TypeMethodDescriptionCExpressionParser.LogicalAndExpressionContext.logicalOperand(int i) CExpressionParser.logicalOperand()Methods in org.variantsync.diffdetective.feature.antlr that return types with arguments of type CExpressionParser.LogicalOperandContextMethods in org.variantsync.diffdetective.feature.antlr with parameters of type CExpressionParser.LogicalOperandContextModifier and TypeMethodDescriptionvoidCExpressionBaseListener.enterLogicalOperand(CExpressionParser.LogicalOperandContext ctx) Enter a parse tree produced byCExpressionParser.logicalOperand().voidCExpressionListener.enterLogicalOperand(CExpressionParser.LogicalOperandContext ctx) Enter a parse tree produced byCExpressionParser.logicalOperand().voidCExpressionBaseListener.exitLogicalOperand(CExpressionParser.LogicalOperandContext ctx) Exit a parse tree produced byCExpressionParser.logicalOperand().voidCExpressionListener.exitLogicalOperand(CExpressionParser.LogicalOperandContext ctx) Exit a parse tree produced byCExpressionParser.logicalOperand().CExpressionBaseVisitor.visitLogicalOperand(CExpressionParser.LogicalOperandContext ctx) Visit a parse tree produced byCExpressionParser.logicalOperand().CExpressionVisitor.visitLogicalOperand(CExpressionParser.LogicalOperandContext ctx) Visit a parse tree produced byCExpressionParser.logicalOperand(). -
Uses of CExpressionParser.LogicalOperandContext in org.variantsync.diffdetective.feature.cpp
Methods in org.variantsync.diffdetective.feature.cpp with parameters of type CExpressionParser.LogicalOperandContextModifier and TypeMethodDescriptionorg.prop4j.NodeControllingCExpressionVisitor.visitLogicalOperand(CExpressionParser.LogicalOperandContext ctx)