Inheritance diagram for Pattern:Public Member Functions | |
| int | getNumTerms () |
| Expr<?>[] | getTerms () |
| String | toString () |
Public Member Functions inherited from AST | |
| 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 | getSExpr () |
Additional Inherited Members | |
Static Public Member Functions inherited from Z3Object | |
| static long[] | arrayToNative (Z3Object[] a) |
| static int | arrayLength (Z3Object[] a) |
Patterns comprise a list of terms. The list should be non-empty. If the list comprises of more than one term, it is also called a multi-pattern.
Definition at line 24 of file Pattern.java.
|
inline |
The number of terms in the pattern.
Definition at line 29 of file Pattern.java.
Referenced by Pattern.getTerms().
|
inline |
|
inline |
A string representation of the pattern.
Reimplemented from AST.
Definition at line 54 of file Pattern.java.