de.dante.extex.interpreter.primitives.dynamic
Interface Definer
- All Known Implementing Classes:
- JavaDef
- public interface Definer
This interface describes the capabilities needed for the NativeDef to
work on the class.
This interface is meant to enable to integration of macro definitions
implemented in arbitrary programming languages.
- Version:
- $Revision: 1.4 $
- Author:
- Gerd Neugebauer
define
public void define(Flags prefix,
Context context,
TokenSource source,
Typesetter typesetter)
throws InterpreterException
- Perform a define operation
- Parameters:
prefix
- the flagscontext
- the interpreter contextsource
- the source for new tokenstypesetter
- the typesetter
- Throws:
InterpreterException
- in case of an error