Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chibash/stone
/ toString
Method
toString
src/stone/ast/ArrayRef.java:7–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
public
ArrayRef(List<ASTree> c) { super(c); }
6
public
ASTree index() {
return
child(0); }
7
public
String toString() {
return
"["
+ index() +
"]"
; }
8
}
Callers
nothing calls this directly
Calls
1
index
Method · 0.95
Tested by
no test coverage detected