MCPcopy Create free account
hub / github.com/cinit/TMoe / Reflex

Method Reflex

app/src/main/java/cc/ioctl/tmoe/util/Reflex.java:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20public class Reflex {
21 private Reflex() {
22 throw new AssertionError("no instance for you!");
23 }
24
25 public static Object getStaticObjectOrNull(Class<?> clazz, String name, Class<?> type) {
26 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected