MCPcopy 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

errMethod · 0.95
zsMaskMethod · 0.45
idealizeMethod · 0.45
setTypeMethod · 0.45
upcastMethod · 0.45

Calls 1

meetMethod · 0.95

Tested by

no test coverage detected