Uses of Interface
org.idempiere.expression.logic.SimpleBooleanVisitor
Packages that use SimpleBooleanVisitor
Package
Description
Provide antlr based implementation of iDempiere logic expression evaluation
-
Uses of SimpleBooleanVisitor in org.idempiere.expression.logic
Classes in org.idempiere.expression.logic that implement SimpleBooleanVisitorModifier and TypeClassDescriptionclass
Boolean expression visitorclass
This class provides an empty implementation ofSimpleBooleanVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.