|
||||||||||
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.NumberValue
com.caucho.quercus.env.LongValue
com.caucho.quercus.env.LongCacheValue
public class LongCacheValue
Represents a PHP long value.
Field Summary |
---|
Fields inherited from class com.caucho.quercus.env.LongValue |
---|
MINUS_ONE, ONE, STATIC_MAX, STATIC_MIN, STATIC_VALUES, ZERO |
Fields inherited from class com.caucho.quercus.env.Value |
---|
L, NULL_ARGS, NULL_VALUE_ARRAY |
Constructor Summary | |
---|---|
LongCacheValue(long value,
LongValue next)
|
Method Summary | |
---|---|
Value |
addOne()
Returns the next integer |
Value |
postdecr()
Post-decrement the following value. |
Value |
postincr()
Post-increment the following value. |
Value |
predecr()
Pre-increment the following value. |
Value |
preincr()
Pre-increment the following value. |
Value |
subOne()
Returns the previous integer |
StringValue |
toStringValue(Env env)
Converts to a StringValue. |
Methods inherited from class com.caucho.quercus.env.LongValue |
---|
abs, add, add, appendTo, appendTo, appendTo, appendTo, cmp, create, create, eql, equals, generate, getType, getValueType, hashCode, increment, isDouble, isEmpty, isLong, isLongConvertible, isNumeric, isScalar, jsonEncode, neg, nextIndex, pos, print, serialize, sub, sub, toBoolean, toByteMarshalCost, toDouble, toDoubleMarshalCost, toIntegerMarshalCost, toJavaObject, toKey, toLong, toLongMarshalCost, toLongValue, toObject, toShortMarshalCost, toString, toStringBuilder, varDumpImpl, varExportImpl |
Methods inherited from class com.caucho.quercus.env.NumberValue |
---|
compareNum |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LongCacheValue(long value, LongValue next)
Method Detail |
---|
public Value addOne()
addOne
in class LongValue
public Value subOne()
subOne
in class LongValue
public Value preincr()
preincr
in class LongValue
public Value predecr()
predecr
in class LongValue
public Value postincr()
postincr
in class LongValue
public Value postdecr()
postdecr
in class LongValue
public StringValue toStringValue(Env env)
toStringValue
in class Value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |