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

Method isa

chapter21/src/main/java/com/seaofnodes/simple/type/Type.java:193–193  ·  view source on GitHub ↗
( Type t )

Source from the content-addressed store, hash-verified

191
192 // True if this "isa" t; e.g. 17 isa TypeInteger.BOT
193 public boolean isa( Type t ) { return meet(t)==t; }
194
195 // True if this "isa" t up to named structures
196 public boolean shallowISA( Type t ) { return isa(t); }

Callers 15

shallowISAMethod · 0.95
idealizeMethod · 0.95
parseDeclarationMethod · 0.45
allocMethod · 0.45
zsMaskMethod · 0.45
functionCallMethod · 0.45
progressOnListMethod · 0.45
makeAryMethod · 0.45
idealizeMethod · 0.45
errMethod · 0.45
drop_same_opMethod · 0.45
NewNodeMethod · 0.45

Calls 1

meetMethod · 0.95

Tested by

no test coverage detected