MCPcopy Create free account
hub / github.com/chibash/stone / toString

Method toString

src/stone/ast/VarStmnt.java:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 public TypeTag type() { return (TypeTag)child(1); }
8 public ASTree initializer() { return child(2); }
9 public String toString() {
10 return "(var " + name() + " " + type() + " " + initializer() + ")";
11 }
12}

Callers

nothing calls this directly

Calls 3

nameMethod · 0.95
typeMethod · 0.95
initializerMethod · 0.95

Tested by

no test coverage detected