de.dante.extex.interpreter.type
Interface Showable
- All Known Implementing Classes:
- AbstractColor, CharCode, MacroCode, OmegaMathcharCode, TeXMathcharCode
- public interface Showable
This is a interface to mark those classes which are able to provide a
description. This description is returned in form of
Tokens
.
- Version:
- $Revision: 1.3 $
- Author:
- Gerd Neugebauer
Method Summary |
Tokens |
show(Context context)
This method is the getter for the description of the primitive. |
show
public Tokens show(Context context)
throws InterpreterException
- This method is the getter for the description of the primitive.
- Parameters:
context
- the interpreter context
- Returns:
- the description of the primitive as list of Tokens
- Throws:
InterpreterException
- in case of an error