Inheritance diagram for AST:Public Member Functions | |
| boolean | equals (Object o) |
| int | compareTo (AST other) |
| int | hashCode () |
| int | getId () |
| AST | translate (Context ctx) |
| Z3_ast_kind | getASTKind () |
| boolean | isExpr () |
| boolean | isApp () |
| boolean | isVar () |
| boolean | isQuantifier () |
| boolean | isSort () |
| boolean | isFuncDecl () |
| String | toString () |
| String | getSExpr () |
Additional Inherited Members | |
Static Public Member Functions inherited from Z3Object | |
| static long[] | arrayToNative (Z3Object[] a) |
| static int | arrayLength (Z3Object[] a) |
|
inline |
Object Comparison.
| other | Another AST |
| Z3Exception | on error |
Definition at line 55 of file AST.java.
|
inline |
Object comparison.
| o | another AST |
Reimplemented in Sort, and FuncDecl< R extends Sort >.
Definition at line 35 of file AST.java.
|
inline |
The kind of the AST.
| Z3Exception | on error |
Definition at line 103 of file AST.java.
Referenced by AST.isApp(), AST.isExpr(), AST.isFuncDecl(), AST.isQuantifier(), AST.isSort(), and AST.isVar().
|
inline |
A unique identifier for the AST (unique among all ASTs).
| Z3Exception | on error |
Reimplemented in Sort, and FuncDecl< R extends Sort >.
Definition at line 78 of file AST.java.
Referenced by AST.compareTo().
|
inline |
|
inline |
|
inline |
Indicates whether the AST is an application
| Z3Exception | on error |
Definition at line 133 of file AST.java.
|
inline |
Indicates whether the AST is an Expr
| Z3Exception | on error |
| Z3Exception | on error |
Definition at line 114 of file AST.java.
|
inline |
Indicates whether the AST is a FunctionDeclaration
|
inline |
|
inline |
|
inline |
A string representation of the AST.
Reimplemented in Sort, Pattern, FuncDecl< R extends Sort >, and Expr< R extends Sort >.
Translates (copies) the AST to the Context
.
| ctx | A context |
| Z3Exception | on error |
Reimplemented in Sort, FuncDecl< R extends Sort >, and Expr< R extends Sort >.
Definition at line 90 of file AST.java.
Referenced by AstRef.__copy__(), Goal.__copy__(), AstVector.__copy__(), FuncInterp.__copy__(), ModelRef.__copy__(), Solver.__copy__(), Goal.__deepcopy__(), AstVector.__deepcopy__(), FuncInterp.__deepcopy__(), ModelRef.__deepcopy__(), and Solver.__deepcopy__().