Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ isa
Method
isa
chapter15/src/main/java/com/seaofnodes/simple/type/Type.java:175–175 ·
view source on GitHub ↗
( Type t )
Source
from the content-addressed store, hash-verified
173
174
// True if this "isa" t; e.g. 17 isa TypeInteger.BOT
175
public
boolean isa( Type t ) {
return
meet(t)==t; }
176
177
/**
178
* Compute greatest lower bound in the lattice
Callers
6
parseExpressionStatement
Method · 0.95
err
Method · 0.95
zsMask
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