Uses of Class
com.caucho.quercus.env.UnicodeBuilderValue

Packages that use UnicodeBuilderValue
com.caucho.quercus   
com.caucho.quercus.env   
 

Uses of UnicodeBuilderValue in com.caucho.quercus
 

Methods in com.caucho.quercus that return UnicodeBuilderValue
 UnicodeBuilderValue QuercusContext.createUnicodeString(java.lang.String name)
          Creates a string.
 

Uses of UnicodeBuilderValue in com.caucho.quercus.env
 

Subclasses of UnicodeBuilderValue in com.caucho.quercus.env
 class UnicodeValueImpl
          Represents a unicode string value.
 class UnsetUnicodeValue
           
 

Fields in com.caucho.quercus.env declared as UnicodeBuilderValue
static UnicodeBuilderValue UnicodeBuilderValue.EMPTY
           
 

Methods in com.caucho.quercus.env with parameters of type UnicodeBuilderValue
 StringValue StringValue.append(UnicodeBuilderValue sb, int head, int tail)
          Append a Java buffer to the value.
 StringValue UnicodeBuilderValue.append(UnicodeBuilderValue sb, int head, int tail)
          Append a Java buffer to the value.
 StringValue BinaryBuilderValue.appendTo(UnicodeBuilderValue sb)
          Append to a string builder.
 StringValue JavaAdapterVar.appendTo(UnicodeBuilderValue sb)
          Append to a string builder.
 StringValue LargeStringBuilderValue.appendTo(UnicodeBuilderValue sb)
          Append to a string builder.
 StringValue LongValue.appendTo(UnicodeBuilderValue sb)
          Append to a unicode builder.
 StringValue NullValue.appendTo(UnicodeBuilderValue sb)
          Append to a unicode builder.
 StringValue ObjectValue.appendTo(UnicodeBuilderValue sb)
          Append to a string builder.
 StringValue StringBuilderValue.appendTo(UnicodeBuilderValue bb)
          Append to a string builder.
 StringValue StringValue.appendTo(UnicodeBuilderValue sb)
          Append to a string builder.
 StringValue UnicodeBuilderValue.appendTo(UnicodeBuilderValue sb)
          Append to a string builder.
 StringValue Value.appendTo(UnicodeBuilderValue sb)
          Append to a string builder.
 StringValue Var.appendTo(UnicodeBuilderValue sb)
          Append to a unicode builder.
 

Constructors in com.caucho.quercus.env with parameters of type UnicodeBuilderValue
UnicodeBuilderValue(UnicodeBuilderValue v)