Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Whiley/WhileyCompiler
/ getLink
Method
getLink
src/main/java/wyil/lang/WyilFile.java:6060–6063 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6058
}
6059
6060
@Override
6061
public
Decl.Link<Decl.Type> getLink() {
6062
return
(Decl.Link<Decl.Type>) get(0);
6063
}
6064
6065
public
WyilFile.Tuple<Type> getParameters() {
6066
return
(WyilFile.Tuple<Type>) get(1);
Callers
7
shape
Method · 0.95
dimension
Method · 0.95
isAlias
Method · 0.95
getConcreteType
Method · 0.95
substitute
Method · 0.95
toString
Method · 0.95
toCanonicalString
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected