|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.base.parser.dimen.Accumulator
public class Accumulator
This data type contains an accumulator which can contain values of different kinds.
| Field Summary | |
|---|---|
protected int |
sp
The field sp contains the number of sp units encountered. |
protected long |
value
The field value contains the numerical value in multiples of 2-16. |
| Constructor Summary | |
|---|---|
Accumulator()
Creates a new object. |
|
Accumulator(long value)
Creates a new object. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int sp
protected long value
| Constructor Detail |
|---|
public Accumulator()
public Accumulator(long value)
value - the value| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||