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

Method Summary
 void init(Context context, TokenSource source, Typesetter typesetter)
          Initialize the Code with some value coming from a String.
 

Method Detail

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 context
source - the source of information for the initialization
typesetter - the typesetter
Throws:
HelpingException - in case of an error
TypesetterException - in case of an error in the typesetter