de.dante.extex.interpreter.type
Interface InitializableCode
- All Known Implementing Classes:
- AbstractCount, DimenParameter, IntegerCode, IntegerParameter, ToksParameter
- public interface InitializableCode
This interface describes the ability to be initialized
This is a life-cycle feature.
- Version:
- $Revision: 1.7 $
- Author:
- Gerd Neugebauer
init
public void init(Context context,
TokenSource source,
Typesetter typesetter)
throws InterpreterException
- Initialize the Code with some value coming from a String.
- Parameters:
context
- the interpreter contextsource
- the source of information for the initializationtypesetter
- the typesetter
- Throws:
InterpreterException
- in case of an error