Uses of Class
org.extex.base.parser.dimen.Accumulator

Packages that use Accumulator
org.extex.base.parser.dimen This package contains an expression parser and evaluator for ExTeX. 
 

Uses of Accumulator in org.extex.base.parser.dimen
 

Methods in org.extex.base.parser.dimen with parameters of type Accumulator
 void Function1.apply(Accumulator accumulator)
          Compute the function value for the argument stored in the accumulator and return in the accumulator overwriting the value stored therein.
 void Function0.apply(Accumulator accumulator)
          Return the value in the accumulator overwriting the value stored therein.
 void Function.apply(Accumulator accumulator, Context context, TokenSource source, Typesetter typesetter)
          Acquire arguments and compute a function.
static void LengthParser.evalTerm(Accumulator accumulator, Context context, TokenSource source, Typesetter typesetter)
          Evaluate a terminal.