Uses of Interface
org.variantsync.diffdetective.feature.antlr.CExpressionVisitor
Package
Description
-
Uses of CExpressionVisitor in org.variantsync.diffdetective.feature.antlr
Modifier 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
Modifier and TypeClassDescriptionclass
Visitor that abstracts all symbols of a formula, given as ANTLR parse tree, that might interfere with further formula analysis.class
Visitor that controls how formulas given as an ANTLR parse tree are abstracted.