Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Whiley/WhileyCompiler
/ length
Method
length
src/main/java/wyil/interpreter/AbstractSemantics.java:380–380 ·
view source on GitHub ↗
Return the length of this array. @return
()
Source
from the content-addressed store, hash-verified
378
* @
return
379
*/
380
public
Int length();
381
382
}
383
Callers
15
executeArrayLength
Method · 0.65
checkArrayBounds
Method · 0.65
writeTypeMangleRecord
Method · 0.65
writeTypeMangleNominal
Method · 0.65
writeTypeMangleVariable
Method · 0.65
toString
Method · 0.65
scan
Method · 0.65
scanNumericLiteral
Method · 0.65
scanIntegerLiteral
Method · 0.65
scanHexLiteral
Method · 0.65
scanBinaryLiteral
Method · 0.65
scanCharacterLiteral
Method · 0.65
Implementers
1
Array
src/main/java/wyil/interpreter/Concret
Calls
no outgoing calls
Tested by
3
findTestNames
Method · 0.52
findTestFiles
Method · 0.52
parseConfig
Method · 0.52