MCPcopy Create free account
hub / github.com/chibash/stone / type

Method type

src/chap14/TypeInfo.java:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 };
16
17 public TypeInfo type() { return this; }
18 public boolean match(TypeInfo obj) {
19 return type() == obj.type();
20 }

Callers 11

matchMethod · 0.95
subtypeOfMethod · 0.95
unionMethod · 0.95
translateMethod · 0.95
typeCheckMethod · 0.45
typeCheckMethod · 0.45
getMethod · 0.45
translateExprMethod · 0.45
returnZeroMethod · 0.45
translateMethod · 0.45
javaTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected