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

Method glb

chapter21/src/main/java/com/seaofnodes/simple/type/Type.java:204–204  ·  view source on GitHub ↗

Compute greatest lower bound in the lattice

()

Source from the content-addressed store, hash-verified

202
203 /** Compute greatest lower bound in the lattice */
204 public Type glb() { return Type.BOTTOM; }
205
206 // Is forward-reference
207 public boolean isFRef() { return false; }

Callers 8

lazyGLBMethod · 0.95
testTypeAdHocMethod · 0.45
parseDeclarationMethod · 0.45
functionCallMethod · 0.45
errMethod · 0.45
_mergeMethod · 0.45
computeMethod · 0.45
drop_same_opMethod · 0.45

Calls

no outgoing calls

Tested by 1

testTypeAdHocMethod · 0.36