de.dante.extex.interpreter.type.bool
Interface BoolConvertible

All Known Implementing Classes:
NamedBool

public interface BoolConvertible

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

Version:
$Revision: 1.3 $
Author:
Michael Niedermair

Method Summary
 Bool convertBool(Context context, TokenSource source)
          Convert to a bool.
 

Method Detail

convertBool

public Bool convertBool(Context context,
                        TokenSource source)
                 throws InterpreterException
Convert to a bool.

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