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

Method isStringSymbol

src/api/java/Symbol.java:46–49  ·  view source on GitHub ↗

Indicates whether the symbol is of string kind.

()

Source from the content-addressed store, hash-verified

44 * Indicates whether the symbol is of string kind.
45 **/
46 public boolean isStringSymbol()
47 {
48 return getKind() == Z3_symbol_kind.Z3_STRING_SYMBOL;
49 }
50
51 @Override
52 public boolean equals(Object o)

Callers 1

toStringMethod · 0.95

Calls 1

getKindMethod · 0.95

Tested by

no test coverage detected