de.dante.extex.interpreter.type.pair
Interface PairConvertible

All Known Implementing Classes:
NamedPair

public interface PairConvertible

This is an interface which describes the feature to be convertibe into a pair.

Version:
$Revision: 1.2 $
Author:
Michael Niedermair

Method Summary
 Pair convertPair(Context context, TokenSource source)
          Convert to a pair.
 

Method Detail

convertPair

public Pair convertPair(Context context,
                        TokenSource source)
                 throws InterpreterException
Convert to a pair.

Parameters:
context - the interpreter context
source - the source for new tokens
Returns:
the converted value
Throws:
InterpreterException - in case of an error