Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.util.CharArrayBuffer
Packages that use CharArrayBuffer
Package
Description
-
Uses of CharArrayBuffer in org.aspectj.org.eclipse.jdt.internal.core.jdom
Methods in org.aspectj.org.eclipse.jdt.internal.core.jdom with parameters of type CharArrayBufferModifier and TypeMethodDescriptionprotected voidDOMNode.appendContents(CharArrayBuffer buffer) Deprecated.Appends the current contents of this document fragment to the givenCharArrayBuffer.protected voidDOMNode.appendContentsOfChildren(CharArrayBuffer buffer) Deprecated.Appends the contents of all children of this node to the givenCharArrayBuffer.protected abstract voidDOMNode.appendFragmentedContents(CharArrayBuffer buffer) Deprecated.Appends the contents of this node to the givenCharArrayBufer, using the original document and indicies as a form for the current attribute values of this node. -
Uses of CharArrayBuffer in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util that return CharArrayBufferModifier and TypeMethodDescriptionCharArrayBuffer.append(char c) Appends the given char.CharArrayBuffer.append(char[] src) Appends the entire given char array.CharArrayBuffer.append(char[] src, int start, int length) Appends a sub array of the given array to the buffer.Appends the given String to the buffer.