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

Method isa

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

Source from the content-addressed store, hash-verified

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

Callers 15

progressOnListMethod · 0.95
imeetMethod · 0.95
shallowISAMethod · 0.95
glbMethod · 0.95
sccpMethod · 0.95
idealizeMethod · 0.95
parseDeclarationMethod · 0.45
parseComparisonMethod · 0.45
allocMethod · 0.45
zsMaskMethod · 0.45
functionCallMethod · 0.45
checkMethod · 0.45

Calls 1

meetMethod · 0.95

Tested by

no test coverage detected