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 TypeMethodDescriptionvoid
CExpressionBaseListener.enterLogicalOperand
(CExpressionParser.LogicalOperandContext ctx) Enter a parse tree produced byCExpressionParser.logicalOperand()
.void
CExpressionListener.enterLogicalOperand
(CExpressionParser.LogicalOperandContext ctx) Enter a parse tree produced byCExpressionParser.logicalOperand()
.void
CExpressionBaseListener.exitLogicalOperand
(CExpressionParser.LogicalOperandContext ctx) Exit a parse tree produced byCExpressionParser.logicalOperand()
.void
CExpressionListener.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 TypeMethodDescriptionAbstractingCExpressionVisitor.visitLogicalOperand
(CExpressionParser.LogicalOperandContext ctx) ControllingCExpressionVisitor.visitLogicalOperand
(CExpressionParser.LogicalOperandContext ctx)