org.extex.unit.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: 5586 $
- Author:
- Gerd Neugebauer
define
void define(Flags prefix,
Context context,
TokenSource source,
Typesetter typesetter)
throws HelpingException,
TypesetterException
- Perform a define operation
- Parameters:
prefix - the flagscontext - 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