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
Prepare to process the given formula at a later point; this might include measuring the number of occurrences of the various symbols in the formulae
(Since version ) see corresponding Javadoc for more information.
Class to automatically generate triggers for quantified formulae, using heuristics similar to Simplify. The parameter
consideredFunctions
determines which functions are allowed in triggers. The argument of the visitor determines how many existential quantifiers are immediately above the current position