org.extex.interpreter.type
Interface InitializableCode
- All Known Implementing Classes:
- AbstractCount, CountArray, Countdef, CountPrimitive, DimenParameter, IntegerCode, IntegerParameter, Mag, Prevgraf, ToksParameter
public interface InitializableCode
This interface describes the ability to be initialized
This is a life-cycle feature.
- Version:
- $Revision: 5631 $
- Author:
- Gerd Neugebauer
init
void init(Context context,
TokenSource source,
Typesetter typesetter)
throws HelpingException,
TypesetterException
- 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:
HelpingException - in case of an error
TypesetterException - in case of an error in the typesetter