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
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 contextsource - the source for new tokenstypesetter - the typesetter
- Returns:
- the ΩPC list encountered
- Throws:
HelpingException - in case of an error