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

Method isa

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

Source from the content-addressed store, hash-verified

317
318 // True if this "isa" t; e.g. 17 isa TypeInteger.BOT
319 public boolean isa( Type t ) { return meet(t)==t; }
320
321 // True if this "isa" t up to named structures
322 public boolean shallowISA( Type t ) { return isa(t); }

Callers 15

imeetMethod · 0.95
shallowISAMethod · 0.95
glbMethod · 0.95
idealizeMethod · 0.95
parseDeclarationMethod · 0.45
allocMethod · 0.45
zsMaskMethod · 0.45
functionCallMethod · 0.45
progressOnListMethod · 0.45
idealizeMethod · 0.45
errMethod · 0.45
idealizeMethod · 0.45

Calls 1

meetMethod · 0.95

Tested by

no test coverage detected