|
||||||||||
| 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, SCALAR_V |
| 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 Valuepublic long toLong()
toLong in class Valuepublic double toDouble()
toDouble in class Valuepublic java.lang.Object toObject()
public void print(Env env)
print in class Valueenv -
public void varDumpImpl(Env env,
WriteStream out,
int depth,
java.util.IdentityHashMap<Value,java.lang.String> valueSet)
throws java.io.IOException
varDumpImpl in class Valuejava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||