Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
lazyGLB
Method · 0.95
testTypeAdHoc
Method · 0.45
parseDeclaration
Method · 0.45
functionCall
Method · 0.45
err
Method · 0.45
_merge
Method · 0.45
compute
Method · 0.45
drop_same_op
Method · 0.45
Calls
no outgoing calls
Tested by
1
testTypeAdHoc
Method · 0.36