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

Method getASTKind

src/api/java/AST.java:103–107  ·  view source on GitHub ↗

The kind of the AST. @throws Z3Exception on error

()

Source from the content-addressed store, hash-verified

101 * @throws Z3Exception on error
102 **/
103 public Z3_ast_kind getASTKind()
104 {
105 return Z3_ast_kind.fromInt(Native.getAstKind(getContext().nCtx(),
106 getNativeObject()));
107 }
108
109 /**
110 * Indicates whether the AST is an Expr

Callers 6

isExprMethod · 0.95
isAppMethod · 0.95
isVarMethod · 0.95
isQuantifierMethod · 0.95
isSortMethod · 0.95
isFuncDeclMethod · 0.95

Calls 4

fromIntMethod · 0.80
nCtxMethod · 0.80
getContextMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected