MCPcopy 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

4public 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

toStringMethod · 0.95
computeAssignMethod · 0.95
evalMethod · 0.80

Calls 1

childMethod · 0.45

Tested by

no test coverage detected