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 | toString () |
| String | getSExpr () |
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.
Definition at line 54 of file Pattern.java.
1.8.15