|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.env.Value
com.caucho.quercus.env.ResourceValue
public class ResourceValue
Represents a PHP resource
Field Summary |
---|
Fields inherited from class com.caucho.quercus.env.Value |
---|
L, NULL_ARGS, NULL_VALUE_ARRAY |
Constructor Summary | |
---|---|
ResourceValue()
|
Method Summary | |
---|---|
void |
cleanup()
Implements the EnvCleanup interface. |
void |
close()
By default close() will call cleanup(). |
boolean |
isResource()
Returns true for a resource. |
protected void |
printRImpl(Env env,
WriteStream out,
int depth,
java.util.IdentityHashMap<Value,java.lang.String> valueSet)
|
void |
serialize(Env env,
java.lang.StringBuilder sb)
Serializes the value. |
Value |
toKey()
Converts to a key. |
java.lang.String |
toString()
Converts to a string. |
protected void |
varDumpImpl(Env env,
WriteStream out,
int depth,
java.util.IdentityHashMap<Value,java.lang.String> valueSet)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceValue()
Method Detail |
---|
public boolean isResource()
Value
isResource
in class Value
public void cleanup()
cleanup
in interface EnvCleanup
public void close()
public Value toKey()
toKey
in class Value
public void serialize(Env env, java.lang.StringBuilder sb)
serialize
in class Value
public java.lang.String toString()
toString
in class java.lang.Object
protected void varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet) throws java.io.IOException
varDumpImpl
in class Value
java.io.IOException
protected void printRImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet) throws java.io.IOException
printRImpl
in class Value
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |