|
||||||||||
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.BreakValue
public class BreakValue
Represents a PHP break value.
Field Summary | |
---|---|
static BreakValue |
BREAK
|
Fields inherited from class com.caucho.quercus.env.Value |
---|
L, NULL_ARGS, NULL_VALUE_ARRAY |
Constructor Summary | |
---|---|
BreakValue(int target)
|
|
BreakValue(Value target)
|
Method Summary | |
---|---|
int |
getTarget()
|
void |
print(Env env)
Prints the value. |
boolean |
toBoolean()
Converts to a boolean. |
double |
toDouble()
Converts to a double. |
long |
toLong()
Converts to a long. |
java.lang.Object |
toObject()
Converts to an object. |
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, toString, wait, wait, wait |
Field Detail |
---|
public static final BreakValue BREAK
Constructor Detail |
---|
public BreakValue(Value target)
public BreakValue(int target)
Method Detail |
---|
public int getTarget()
public boolean toBoolean()
toBoolean
in class Value
public long toLong()
toLong
in class Value
public double toDouble()
toDouble
in class Value
public java.lang.Object toObject()
public void print(Env env)
print
in class Value
env
- public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |