MCPcopy 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

idealizeMethod · 0.45
setTypeMethod · 0.45
upcastMethod · 0.45

Calls 1

meetMethod · 0.95

Tested by

no test coverage detected