Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
match
Method · 0.95
subtypeOf
Method · 0.95
union
Method · 0.95
translate
Method · 0.95
typeCheck
Method · 0.45
typeCheck
Method · 0.45
get
Method · 0.45
translateExpr
Method · 0.45
returnZero
Method · 0.45
translate
Method · 0.45
javaType
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected