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