Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Whiley/WhileyCompiler
/ getType
Method
getType
src/main/java/wyil/lang/WyilFile.java:1299–1302 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1297
}
1298
1299
@Override
1300
public
WyilFile.Type getType() {
1301
return
getVariableDeclaration().getType();
1302
}
1303
1304
@SuppressWarnings(
"unchecked"
)
1305
@Override
Callers
nothing calls this directly
Calls
2
getVariableDeclaration
Method · 0.95
getType
Method · 0.65
Tested by
no test coverage detected