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

Method glb

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

Compute greatest lower bound in the lattice

()

Source from the content-addressed store, hash-verified

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

Callers 7

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

Calls

no outgoing calls

Tested by 1

testTypeAdHocMethod · 0.36