The abstract syntax tree (AST) class. More...
Inheritance diagram for AST:Public Member Functions | |
| override bool | Equals (object o) |
| Object comparison. More... | |
| virtual int | CompareTo (object other) |
| Object Comparison. More... | |
| override int | GetHashCode () |
| The AST's hash code. More... | |
| AST | Translate (Context ctx) |
| Translates (copies) the AST to the Context ctx . More... | |
| override string | ToString () |
| A string representation of the AST. More... | |
| string | SExpr () |
| A string representation of the AST in s-expression notation. More... | |
Public Member Functions inherited from Z3Object | |
| void | Dispose () |
| Disposes of the underlying native Z3 object. More... | |
Static Public Member Functions | |
| static bool | operator== (AST a, AST b) |
| Comparison operator. More... | |
| static bool | operator!= (AST a, AST b) |
| Comparison operator. More... | |
Properties | |
| uint | Id [get] |
| A unique identifier for the AST (unique among all ASTs). More... | |
| Z3_ast_kind | ASTKind [get] |
| The kind of the AST. More... | |
| bool | IsExpr [get] |
| Indicates whether the AST is an Expr More... | |
| bool | IsApp [get] |
| Indicates whether the AST is an application More... | |
| bool | IsVar [get] |
| Indicates whether the AST is a BoundVariable More... | |
| bool | IsQuantifier [get] |
| Indicates whether the AST is a Quantifier More... | |
| bool | IsSort [get] |
| Indicates whether the AST is a Sort More... | |
| bool | IsFuncDecl [get] |
| Indicates whether the AST is a FunctionDeclaration More... | |
Properties inherited from Z3Object | |
| Context | Context [get] |
| Access Context object More... | |
|
inlinevirtual |
Object Comparison.
| other | Another AST |
Definition at line 75 of file AST.cs.
|
inline |
|
inline |
Comparison operator.
|
inline |
|
inline |
|
get |
The kind of the AST.
Definition at line 127 of file AST.cs.
|
get |
A unique identifier for the AST (unique among all ASTs).
Definition at line 104 of file AST.cs.
Referenced by AST.CompareTo().
|
get |
Indicates whether the AST is an application
Definition at line 153 of file AST.cs.
Referenced by Expr.Update().
|
get |
Indicates whether the AST is a FunctionDeclaration
|
get |
Indicates whether the AST is a Quantifier
|
get |
|
get |
Indicates whether the AST is a BoundVariable