Package | Description |
---|---|
com.caucho.quercus.env |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
static StringBuilderValue |
StringBuilderValue.EMPTY |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
Var.appendTo(StringBuilderValue sb)
Append to a string 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 |
StringBuilderValue.appendTo(StringBuilderValue bb)
Append to a string builder.
|
StringValue |
ObjectValue.appendTo(StringBuilderValue sb)
Append to a binary builder.
|
StringValue |
LongValue.appendTo(StringBuilderValue sb)
Append to a string builder.
|
static void |
ConstStringValue.generateImpl(java.io.PrintWriter out,
StringBuilderValue value)
Generates code to recreate the expression.
|
Constructor and Description |
---|
ConstStringValue(StringBuilderValue sb) |
StringBuilderValue(StringBuilderValue v) |
UnicodeBuilderValue(StringBuilderValue v,
boolean isCopy) |