Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ isa
Method
isa
chapter14/src/main/java/com/seaofnodes/simple/type/Type.java:173–173 ·
view source on GitHub ↗
( Type t )
Source
from the content-addressed store, hash-verified
171
172
// True if this "isa" t; e.g. 17 isa TypeInteger.BOT
173
public
boolean isa( Type t ) {
return
meet(t)==t; }
174
175
/**
176
* Compute greatest lower bound in the lattice
Callers
7
parseExpressionStatement
Method · 0.95
err
Method · 0.95
zsMask
Method · 0.45
idealize
Method · 0.45
idealize
Method · 0.45
setType
Method · 0.45
upcast
Method · 0.45
Calls
1
meet
Method · 0.95
Tested by
no test coverage detected