org.extex.interpreter.type
Interface CsConvertible
public interface CsConvertible
This is an interface which describes the feature to be convertible into a
control sequence.
- Version:
- $Revision: 5586 $
- Author:
- Gerd Neugebauer
convertCs
Token convertCs(Context context,
TokenSource source,
Typesetter typesetter)
throws HelpingException
- This method converts into control sequence.
It might be necessary to read further tokens to determine which value to
use. For instance an additional register number might be required. In
this case the additional arguments Context and TokenSource can be used.
- Parameters:
context - the interpreter contextsource - the source for new tokenstypesetter - the typesetter
- Returns:
- the converted value
- Throws:
HelpingException - in case of an error