MCPcopy Create free account
hub / github.com/Z3Prover/z3 / isSort

Method isSort

src/api/java/AST.java:161–164  ·  view source on GitHub ↗

Indicates whether the AST is a Sort

()

Source from the content-addressed store, hash-verified

159 * Indicates whether the AST is a Sort
160 **/
161 public boolean isSort()
162 {
163 return this.getASTKind() == Z3_ast_kind.Z3_SORT_AST;
164 }
165
166 /**
167 * Indicates whether the AST is a FunctionDeclaration

Callers

nothing calls this directly

Calls 1

getASTKindMethod · 0.95

Tested by

no test coverage detected