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

Method EnumSort

src/api/java/EnumSort.java:95–101  ·  view source on GitHub ↗
(Context ctx, Symbol name, Symbol[] enumNames)

Source from the content-addressed store, hash-verified

93 }
94
95 EnumSort(Context ctx, Symbol name, Symbol[] enumNames)
96 {
97 super(ctx, Native.mkEnumerationSort(ctx.nCtx(),
98 name.getNativeObject(), enumNames.length,
99 Symbol.arrayToNative(enumNames),
100 new long[enumNames.length], new long[enumNames.length]));
101 }
102};

Callers

nothing calls this directly

Calls 3

nCtxMethod · 0.80
getNativeObjectMethod · 0.80
arrayToNativeMethod · 0.80

Tested by

no test coverage detected