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

Method Summary
 void define(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          Perform a define operation
 

Method Detail

define

public void define(Flags prefix,
                   Context context,
                   TokenSource source,
                   Typesetter typesetter)
            throws InterpreterException
Perform a define operation

Parameters:
prefix - the flags
context - the interpreter context
source - the source for new tokens
typesetter - the typesetter
Throws:
InterpreterException - in case of an error