MCPcopy Create free account
hub / github.com/FabricMC/Matcher / ClassInstance

Method ClassInstance

src/main/java/matcher/type/ClassInstance.java:34–38  ·  view source on GitHub ↗

Create a shared unknown class.

(String id, ClassEnv env)

Source from the content-addressed store, hash-verified

32 * Create a shared unknown class.
33 */
34 ClassInstance(String id, ClassEnv env) {
35 this(id, null, env, null, false, false, null);
36
37 assert id.indexOf('[') == -1 : id;
38 }
39
40 /**
41 * Create a known class (class path).

Callers

nothing calls this directly

Calls 4

getArrayDimensionsMethod · 0.95
isArrayMethod · 0.80
addArrayMethod · 0.80
isSharedMethod · 0.65

Tested by

no test coverage detected