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

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

Method Detail

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