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
convertPair
public Pair convertPair(Context context,
TokenSource source)
throws InterpreterException
- Convert to a pair.
- Parameters:
context
- the interpreter contextsource
- the source for new tokens
- Returns:
- the converted value
- Throws:
InterpreterException
- in case of an error