MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / isa

Method isa

chapter17/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 /** Compute greatest lower bound in the lattice */
176 public Type glb() { return _type==TCTRL ? CONTROL : BOTTOM; }

Callers 6

errMethod · 0.95
liftExprMethod · 0.45
zsMaskMethod · 0.45
progressOnListMethod · 0.45
idealizeMethod · 0.45
setTypeMethod · 0.45

Calls 1

meetMethod · 0.95

Tested by

no test coverage detected