org.extex.unit.omega.ocp.util
Interface OcplistConvertible

All Known Implementing Classes:
AbstractOcplist, Addafterocplist, Addbeforeocplist, Nullocplist, OcpList, Removeafterocplist, Removebeforeocplist

public interface OcplistConvertible

This interface describes the feature of a code to be convertible into an ΩPC list.

Version:
$Revision:4411 $
Author:
Gerd Neugebauer

Method Summary
 OcpList convertOcplist(Context context, TokenSource source, Typesetter typesetter)
          Convert the value into an ΩPC list.
 

Method Detail

convertOcplist

OcpList convertOcplist(Context context,
                       TokenSource source,
                       Typesetter typesetter)
                       throws HelpingException
Convert the value into an ΩPC list. Some tokens may be read from the input stream to perform the job.

Parameters:
context - the interpreter context
source - the source for new tokens
typesetter - the typesetter
Returns:
the ΩPC list encountered
Throws:
HelpingException - in case of an error