Skip the call to postVisit
and do not visit any of the
sub-expressions.
Skip the call to postVisit
and do not visit any of the
sub-expressions. Instead, directly return res
as result
Specify the arguments to use for the individual sub-expressions
Specify the arguments to use for the individual sub-expressions
Call preVisit
again with a different expression and argument
Call preVisit
again with a different expression and argument
Use arg
for each of the direct sub-expressions
Use arg
for each of the direct sub-expressions
Use the same argument for the direct sub-expressions as for this expression
Use the same argument for the direct sub-expressions as for this expression
Check that given expression only contains variables with index at
least threshold
.
Check that given expression only contains variables with index at
least threshold
.
Check whether the given expression contains any functions
(instances of IFunApp
).
Check whether the given expression contains any functions
(instances of IFunApp
).
Check whether the given expression contains some predicate.
Check that given expression does not contain any of the variables.
Check that given expression does not contain any of the variables.
Check that given expression does not contain free/unbound variables.
Check whether the given expression is in Presburger arithmetic.
Check whether given formula is in Presburger or bit-vector arithmetic.
Check whether given formula is in Presburger, bit-vector, or non-linear arithmetic.
Check whether given formula is in Presburger, bit-vector, or non-linear arithmetic, but possibly including predicate atoms in which all arguments are concrete numbers.
Check whether given formula is in Presburger or bit-vector arithmetic, but possibly including predicate atoms in which all arguments are concrete numbers.
Check whether given formula is in Presburger arithmetic, but possibly including predicate atoms in which all arguments are concrete numbers.
(Since version ) see corresponding Javadoc for more information.
Check whether an expression contains some
IVariable
,IConstant
,IAtom
, orIFunApp
.