Searched refs:treeString (Results 1 – 2 of 2) sorted by relevance
37 private String treeString; field in TestCaseOutputAST40 this.treeString = script; in TestCaseOutputAST()44 this.treeString = script; in setScript()48 return this.treeString; in getScript()54 return String.format(" -> %s", treeString); in toString()
127 got = treeString(e)205 if got := treeString(f.Stmts[0]); test.want != got {324 got += treeString(stmt)345 func treeString(n syntax.Node) string { func