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