Class StringBufferUTF32
java.lang.Object
com.oracle.truffle.regex.tregex.buffer.AbstractArrayBuffer
com.oracle.truffle.regex.tregex.buffer.IntArrayBuffer
com.oracle.truffle.regex.tregex.string.StringBufferUTF32
- All Implemented Interfaces:
AbstractStringBuffer,Iterable<Integer>
-
Field Summary
Fields inherited from class com.oracle.truffle.regex.tregex.buffer.IntArrayBuffer
buf -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.oracle.truffle.regex.tregex.buffer.IntArrayBuffer
add, addAll, asFixedSizeArray, get, getBuffer, getLast, inc, iterator, removeLast, set, toArrayMethods inherited from class com.oracle.truffle.regex.tregex.buffer.AbstractArrayBuffer
clear, ensureCapacity, isEmpty, length, setLengthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.oracle.truffle.regex.tregex.string.AbstractStringBuffer
clearMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
StringBufferUTF32
public StringBufferUTF32() -
StringBufferUTF32
public StringBufferUTF32(int capacity)
-
-
Method Details
-
getEncoding
- Specified by:
getEncodingin interfaceAbstractStringBuffer
-
append
public void append(int codepoint) - Specified by:
appendin interfaceAbstractStringBuffer
-
appendOR
public void appendOR(int c1, int c2) - Specified by:
appendORin interfaceAbstractStringBuffer
-
appendXOR
public void appendXOR(int c1, int c2) - Specified by:
appendXORin interfaceAbstractStringBuffer
-
materialize
- Specified by:
materializein interfaceAbstractStringBuffer
-