Uses of Class
org.eclipse.jdt.internal.core.util.CharArrayBuffer

Packages that use CharArrayBuffer
org.eclipse.jdt.internal.core.jdom   
org.eclipse.jdt.internal.core.util   
 

Uses of CharArrayBuffer in org.eclipse.jdt.internal.core.jdom
 

Methods in org.eclipse.jdt.internal.core.jdom with parameters of type CharArrayBuffer
protected  void DOMNode.appendContents(CharArrayBuffer buffer)
          Deprecated. Appends the current contents of this document fragment to the given CharArrayBuffer.
protected  void DOMNode.appendContentsOfChildren(CharArrayBuffer buffer)
          Deprecated. Appends the contents of all children of this node to the given CharArrayBuffer.
protected abstract  void DOMNode.appendFragmentedContents(CharArrayBuffer buffer)
          Deprecated. Appends the contents of this node to the given CharArrayBufer, using the original document and indicies as a form for the current attribute values of this node.
 

Uses of CharArrayBuffer in org.eclipse.jdt.internal.core.util
 

Methods in org.eclipse.jdt.internal.core.util that return CharArrayBuffer
 CharArrayBuffer CharArrayBuffer.append(char c)
          Appends the given char.
 CharArrayBuffer CharArrayBuffer.append(char[] src)
          Appends the entire given char array.
 CharArrayBuffer CharArrayBuffer.append(char[] src, int start, int length)
          Appends a sub array of the given array to the buffer.
 CharArrayBuffer CharArrayBuffer.append(java.lang.String src)
          Appends the given String to the buffer.