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