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

Method getDeclKind

src/api/java/FuncDecl.java:120–124  ·  view source on GitHub ↗

The kind of the function declaration.

()

Source from the content-addressed store, hash-verified

118 * The kind of the function declaration.
119 **/
120 public Z3_decl_kind getDeclKind()
121 {
122 return Z3_decl_kind.fromInt(Native.getDeclKind(getContext().nCtx(),
123 getNativeObject()));
124 }
125
126 /**
127 * The name of the function declaration

Callers 15

isTrueMethod · 0.80
isFalseMethod · 0.80
isEqMethod · 0.80
isDistinctMethod · 0.80
isITEMethod · 0.80
isAndMethod · 0.80
isOrMethod · 0.80
isIffMethod · 0.80
isXorMethod · 0.80
isNotMethod · 0.80
isImpliesMethod · 0.80
isArithmeticNumeralMethod · 0.80

Calls 4

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

Tested by

no test coverage detected