Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.core.util.CharArrayBuffer
Packages, die CharArrayBuffer verwenden
Package
Beschreibung
-
Verwendungen von CharArrayBuffer in org.aspectj.org.eclipse.jdt.internal.core.jdom
Methoden in org.aspectj.org.eclipse.jdt.internal.core.jdom mit Parametern vom Typ CharArrayBufferModifizierer und TypMethodeBeschreibungprotected voidDOMNode.appendContents(CharArrayBuffer buffer) Veraltet.Appends the current contents of this document fragment to the givenCharArrayBuffer.protected voidDOMNode.appendContentsOfChildren(CharArrayBuffer buffer) Veraltet.Appends the contents of all children of this node to the givenCharArrayBuffer.protected abstract voidDOMNode.appendFragmentedContents(CharArrayBuffer buffer) Veraltet.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. -
Verwendungen von CharArrayBuffer in org.aspectj.org.eclipse.jdt.internal.core.util
Methoden in org.aspectj.org.eclipse.jdt.internal.core.util, die CharArrayBuffer zurückgebenModifizierer und TypMethodeBeschreibungCharArrayBuffer.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.