Home | History | Annotate | Download | only in impl

Lines Matching refs:append

91         buf.append("[" + this.getClass().getSimpleName() + "@" + System.identityHashCode(this) + " ");
92 buf.append("\n\tname: '");
93 buf.append(this.getName());
94 buf.append("' type: '");
95 buf.append(this.getType());
96 buf.append("' info: '");
97 buf.append(this.getInfo());
98 buf.append("']");
99 // buf.append("' source: ");
100 // buf.append("\n\t" + source + "");
101 // buf.append("\n]");