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