|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StringBuilderValue | |
|---|---|
| com.caucho.quercus.env | |
| Uses of StringBuilderValue in com.caucho.quercus.env |
|---|
| Subclasses of StringBuilderValue in com.caucho.quercus.env | |
|---|---|
class |
BinaryBuilderValue
Represents a 8-bit PHP 6 style binary builder (unicode.semantics = on) |
class |
CompiledConstStringValue
Represents a StringValue that is never modified. |
class |
ConstStringValue
Represents a StringValue that is never modified. |
class |
UnsetBinaryValue
|
class |
UnsetStringValue
|
| Fields in com.caucho.quercus.env declared as StringBuilderValue | |
|---|---|
static StringBuilderValue |
StringBuilderValue.EMPTY
|
| Methods in com.caucho.quercus.env that return StringBuilderValue | |
|---|---|
StringBuilderValue |
StringBuilderValue.createStringBuilder()
Creates a string builder of the same type. |
StringBuilderValue |
StringBuilderValue.createStringBuilder(byte[] buffer,
int offset,
int length)
Creates a string builder of the same type. |
StringBuilderValue |
StringBuilderValue.createStringBuilder(int length)
Creates a string builder of the same type. |
| Methods in com.caucho.quercus.env with parameters of type StringBuilderValue | |
|---|---|
StringValue |
StringValue.append(StringBuilderValue sb,
int head,
int tail)
Append a Java buffer to the value. |
StringValue |
StringBuilderValue.append(StringBuilderValue sb,
int head,
int tail)
Append a Java buffer to the value. |
StringValue |
ObjectExtValue.appendTo(StringBuilderValue sb)
Append to a binary builder. |
StringValue |
Value.appendTo(StringBuilderValue sb)
Append to a binary builder. |
StringValue |
JavaAdapterVar.appendTo(StringBuilderValue sb)
Append to a string builder. |
StringValue |
NullValue.appendTo(StringBuilderValue sb)
Append to a string builder. |
StringValue |
LongValue.appendTo(StringBuilderValue sb)
Append to a string builder. |
StringValue |
StringBuilderValue.appendTo(StringBuilderValue bb)
Append to a string builder. |
StringValue |
Var.appendTo(StringBuilderValue sb)
Append to a string builder. |
| Constructors in com.caucho.quercus.env with parameters of type StringBuilderValue | |
|---|---|
ConstStringValue(StringBuilderValue sb)
|
|
StringBuilderValue(StringBuilderValue v)
|
|
UnicodeBuilderValue(StringBuilderValue v,
boolean isCopy)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||