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

Method isIntSymbol

src/api/java/Symbol.java:38–41  ·  view source on GitHub ↗

Indicates whether the symbol is of Int kind

()

Source from the content-addressed store, hash-verified

36 * Indicates whether the symbol is of Int kind
37 **/
38 public boolean isIntSymbol()
39 {
40 return getKind() == Z3_symbol_kind.Z3_INT_SYMBOL;
41 }
42
43 /**
44 * Indicates whether the symbol is of string kind.

Callers 2

toStringMethod · 0.95
getIntMethod · 0.80

Calls 1

getKindMethod · 0.95

Tested by

no test coverage detected