Package | Description |
---|---|
com.caucho.quercus.env |
Modifier and Type | Method and Description |
---|---|
StringValue |
Var.appendTo(LargeStringBuilderValue sb)
Append to a string builder.
|
StringValue |
Value.appendTo(LargeStringBuilderValue sb)
Append to a binary builder.
|
StringValue |
JavaAdapterVar.appendTo(LargeStringBuilderValue sb)
Append to a string builder.
|
StringValue |
NullValue.appendTo(LargeStringBuilderValue sb)
Append to a string builder.
|
StringValue |
StringBuilderValue.appendTo(LargeStringBuilderValue bb)
Append to a string builder.
|
StringValue |
ObjectValue.appendTo(LargeStringBuilderValue sb)
Append to a binary builder.
|
StringValue |
LongValue.appendTo(LargeStringBuilderValue sb)
Append to a string builder.
|