Uses of Class
org.variantsync.diffdetective.feature.antlr.CExpressionParser.MacroExpressionContext
Packages that use CExpressionParser.MacroExpressionContext
Package
Description
-
Uses of CExpressionParser.MacroExpressionContext in org.variantsync.diffdetective.feature.antlr
Methods in org.variantsync.diffdetective.feature.antlr that return CExpressionParser.MacroExpressionContextModifier and TypeMethodDescriptionCExpressionParser.macroExpression()
CExpressionParser.PrimaryExpressionContext.macroExpression()
Methods in org.variantsync.diffdetective.feature.antlr with parameters of type CExpressionParser.MacroExpressionContextModifier and TypeMethodDescriptionvoid
CExpressionBaseListener.enterMacroExpression
(CExpressionParser.MacroExpressionContext ctx) Enter a parse tree produced byCExpressionParser.macroExpression()
.void
CExpressionListener.enterMacroExpression
(CExpressionParser.MacroExpressionContext ctx) Enter a parse tree produced byCExpressionParser.macroExpression()
.void
CExpressionBaseListener.exitMacroExpression
(CExpressionParser.MacroExpressionContext ctx) Exit a parse tree produced byCExpressionParser.macroExpression()
.void
CExpressionListener.exitMacroExpression
(CExpressionParser.MacroExpressionContext ctx) Exit a parse tree produced byCExpressionParser.macroExpression()
.CExpressionBaseVisitor.visitMacroExpression
(CExpressionParser.MacroExpressionContext ctx) Visit a parse tree produced byCExpressionParser.macroExpression()
.CExpressionVisitor.visitMacroExpression
(CExpressionParser.MacroExpressionContext ctx) Visit a parse tree produced byCExpressionParser.macroExpression()
. -
Uses of CExpressionParser.MacroExpressionContext in org.variantsync.diffdetective.feature.cpp
Methods in org.variantsync.diffdetective.feature.cpp with parameters of type CExpressionParser.MacroExpressionContextModifier and TypeMethodDescriptionAbstractingCExpressionVisitor.visitMacroExpression
(CExpressionParser.MacroExpressionContext ctx) ControllingCExpressionVisitor.visitMacroExpression
(CExpressionParser.MacroExpressionContext ctx)