Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Whiley/WhileyCompiler
/ isAlias
Method
isAlias
src/main/java/wyil/lang/WyilFile.java:6046–6048 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6044
}
6045
6046
public
boolean isAlias() {
6047
return
getLink().getTarget().getInvariant().size() == 0;
6048
}
6049
6050
@Override
6051
public
boolean isWriteable() {
Callers
2
isSubtype
Method · 0.80
greatestLowerBound
Method · 0.80
Calls
4
getLink
Method · 0.95
size
Method · 0.65
getInvariant
Method · 0.65
getTarget
Method · 0.65
Tested by
no test coverage detected