|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.interpreter.type.AbstractCode
org.extex.unit.omega.ocp.AbstractOcplist
org.extex.unit.omega.ocp.Addbeforeocplist
public class Addbeforeocplist
This class provides an implementation for the primitive
The primitive \addbeforeocplist can be used to build up an
ΩPC list. It is valid in the context of the primitive \ocplist
only.
\addbeforeocplist.
The Primitive \addbeforeocplist
Syntax
The formal description of this primitive is the following:
〈addbeforeocplist〉
→ \addbeforeocplist 〈float〉 〈ocp register〉
Examples
\addbeforeocplist 1.5 \myopc
| Constructor Summary | |
|---|---|
Addbeforeocplist(CodeToken token)
Creates a new object. |
|
| Method Summary | |
|---|---|
OcpList |
convertOcplist(Context context,
TokenSource source,
Typesetter typesetter)
Convert the value into an ΩPC list. |
| Methods inherited from class org.extex.unit.omega.ocp.AbstractOcplist |
|---|
execute, scanOcplist |
| Methods inherited from class org.extex.interpreter.type.AbstractCode |
|---|
getLocalizer, getName, getToken, isIf, isOuter, readResolve, toString, toText, toText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Addbeforeocplist(CodeToken token)
token - the initial token for the primitive| Method Detail |
|---|
public OcpList convertOcplist(Context context,
TokenSource source,
Typesetter typesetter)
throws HelpingException
context - the interpreter contextsource - the source for new tokenstypesetter - the typesetter
HelpingException - in case of an errorOcplistConvertible.convertOcplist(
org.extex.interpreter.context.Context,
org.extex.interpreter.TokenSource, org.extex.typesetter.Typesetter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||