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

Method isFuncDecl

src/api/java/AST.java:169–172  ·  view source on GitHub ↗

Indicates whether the AST is a FunctionDeclaration

()

Source from the content-addressed store, hash-verified

167 * Indicates whether the AST is a FunctionDeclaration
168 **/
169 public boolean isFuncDecl()
170 {
171 return this.getASTKind() == Z3_ast_kind.Z3_FUNC_DECL_AST;
172 }
173
174 /**
175 * A string representation of the AST.

Callers

nothing calls this directly

Calls 1

getASTKindMethod · 0.95

Tested by

no test coverage detected