Uses of Interface
org.variantsync.diffdetective.feature.antlr.CExpressionVisitor
Packages that use CExpressionVisitor
Package
Description
-
Uses of CExpressionVisitor in org.variantsync.diffdetective.datasets.predefined
Classes in org.variantsync.diffdetective.datasets.predefined that implement CExpressionVisitorModifier and TypeClassDescriptionclass
Parses C preprocessor annotations in the marlin firmware. -
Uses of CExpressionVisitor in org.variantsync.diffdetective.feature.antlr
Classes in org.variantsync.diffdetective.feature.antlr that implement CExpressionVisitorModifier and TypeClassDescriptionclass
This class provides an empty implementation ofCExpressionVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods. -
Uses of CExpressionVisitor in org.variantsync.diffdetective.feature.cpp
Classes in org.variantsync.diffdetective.feature.cpp that implement CExpressionVisitorModifier and TypeClassDescriptionclass
Visitor that controls how formulas given as an ANTLR parse tree are abstracted.