Lines Matching defs:result

50     public String toString() { return result.toString() ; }
52 public void append( boolean arg ) { result.append( arg ) ; }
54 public void append( char arg ) { result.append( arg ) ; }
56 public void append( short arg ) { result.append( arg ) ; }
58 public void append( int arg ) { result.append( arg ) ; }
60 public void append( long arg ) { result.append( arg ) ; }
62 public void append( float arg ) { result.append( arg ) ; }
64 public void append( double arg ) { result.append( arg ) ; }
66 public void append( String arg ) { result.append( arg ) ; }
72 protected StringBuffer result ;
76 result = new StringBuffer() ;
81 result.append( obj.getClass().getName() ) ;
82 result.append( "<" ) ;
83 result.append( System.identityHashCode( obj ) ) ;
84 result.append( ">" ) ;
88 result.append( "[" ) ;
91 result.append( arr.length ) ;
92 result.append( "]" ) ;
95 result.append( arr.length ) ;
96 result.append( "]" ) ;
99 result.append( arr.length ) ;
100 result.append( "]" ) ;
103 result.append( arr.length ) ;
104 result.append( "]" ) ;
107 result.append( arr.length ) ;
108 result.append( "]" ) ;
111 result.append( arr.length ) ;
112 result.append( "]" ) ;
115 result.append( arr.length ) ;
116 result.append( "]" ) ;
119 result.append( arr.length ) ;
120 result.append( "]" ) ;
123 result.append( arr.length ) ;
124 result.append( "]" ) ;
128 result.append( "(" ) ;
154 result.append( fill ) ;
165 result.append( "\n" ) ;
176 result.append( str ) ;
177 result.append( ")" ) ;
183 result.append( "\n" ) ;
185 result.append( ")" ) ;
193 result.append( " " ) ;
198 result.append( " " ) ;
203 result.append( str ) ;
204 result.append( ")" ) ;
213 result.append( ")" ) ;