de.dante.extex.interpreter.type.dimen.parser
Class Accumulator

java.lang.Object
  extended byde.dante.extex.interpreter.type.dimen.parser.Accumulator

public class Accumulator
extends java.lang.Object

This data type contains an accumulator which can contain values of different kinds.

Version:
$Revision: 1.1 $
Author:
Gerd Neugebauer

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.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sp

protected int sp
The field sp contains the number of sp units encountered.


value

protected long value
The field value contains the numerical value in multiples of 2-16.

Constructor Detail

Accumulator

public Accumulator()
Creates a new object.

Method Detail

toString

public java.lang.String toString()
See Also:
Object.toString()