de.dante.extex.interpreter.type.dimen.parser
Interface Function
- public interface Function
This interface describes a function object which is able to parse its
arguments from a toke stream.
- Version:
- $Revision: 1.1 $
- Author:
- Gerd Neugebauer
apply
public void apply(Accumulator accumulator,
Context context,
TokenSource source,
Typesetter typesetter)
throws InterpreterException
- Acquire arguments and compute a function.
- Parameters:
accumulator
- the accumulator to receive the resultcontext
- the interpreter contextsource
- the source for new tokenstypesetter
- the typesetter
- Throws:
InterpreterException
- in case of an error