|
||||||||||
| 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, SCALAR_V |
| 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 |
| 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, neg, nextIndex, pos, print, serialize, sub, sub, toBoolean, toByteMarshalCost, toDouble, toDoubleMarshalCost, toIntegerMarshalCost, toJavaObject, toKey, toLong, toLongMarshalCost, toLongValue, toObject, toShortMarshalCost, toString, toStringBuilder, varDumpImpl, varExport |
| Methods inherited from class com.caucho.quercus.env.NumberValue |
|---|
compareNum, jsonEncode |
| 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 LongValuepublic Value subOne()
subOne in class LongValuepublic Value preincr()
preincr in class LongValuepublic Value predecr()
predecr in class LongValuepublic Value postincr()
postincr in class LongValuepublic Value postdecr()
postdecr in class LongValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||