MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / lazyGLB

Method lazyGLB

chapter21/src/main/java/com/seaofnodes/simple/Var.java:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 return (_type=_type.meet(def));
34 }
35 public Type lazyGLB() {
36 Type t = type();
37 return t instanceof TypeMemPtr ? t : t.glb();
38 }
39
40 // Forward reference variables (not types) must be BOTTOM and
41 // distinct from inferred variables

Callers 1

updateMethod · 0.45

Calls 2

typeMethod · 0.95
glbMethod · 0.95

Tested by

no test coverage detected