Uses of Class
org.variantsync.diffdetective.feature.antlr.CExpressionParser.LogicalOperandContext
Package
Description
-
Uses of CExpressionParser.LogicalOperandContext in org.variantsync.diffdetective.feature.antlr
Modifier and TypeMethodDescriptionCExpressionParser.LogicalAndExpressionContext.logicalOperand
(int i) CExpressionParser.logicalOperand()
Modifier 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
Modifier and TypeMethodDescriptionAbstractingCExpressionVisitor.visitLogicalOperand
(CExpressionParser.LogicalOperandContext ctx) ControllingCExpressionVisitor.visitLogicalOperand
(CExpressionParser.LogicalOperandContext ctx)