Translate the application of a function or predicate.
Translate the application of a function or predicate. The arguments can be translated recursively, given their polarity as argument.
Translate a sort AST.
(Since version ) see corresponding Javadoc for more information.
Trait for theories that can be parsed through the SMT-LIB front-end. For analysing ASTs, the extractors in
SMTParsingUtils
can be used. The trait does not extendTheory
, so that dependencies between theories, the parsing library, and the AST classes can be avoided.