org.extex.base.parser.dimen
Interface Function
public interface Function
This interface describes a function object which is able to parse its
arguments from a toke stream.
- Version:
- $Revision: 4404 $
- Author:
- Gerd Neugebauer
apply
void apply(Accumulator accumulator,
Context context,
TokenSource source,
Typesetter typesetter)
throws HelpingException,
TypesetterException
- 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:
HelpingException - in case of an error
TypesetterException - in case of an error in the typesetter