org.extex.unit.tex.typesetter.mark
Class Splitfirstmark
java.lang.Object
org.extex.interpreter.type.AbstractCode
org.extex.unit.tex.typesetter.mark.AbstractMarksCode
org.extex.unit.tex.typesetter.mark.Splitbotmarks
org.extex.unit.tex.typesetter.mark.Splitfirstmark
- All Implemented Interfaces:
- java.io.Serializable, Code, ExpandableCode, TokensConvertible
public class Splitfirstmark
- extends Splitbotmarks
This class provides an implementation for the primitive
\splitfirstmark.
The Primitive \splitfirstmark
TODO missing documentation
Syntax
The formal description of this primitive is the following:
\splitfirstmark
Examples
\splitfirstmark
- Version:
- $Revision:4431 $
- Author:
- Gerd Neugebauer
- See Also:
- Serialized Form
|
Field Summary |
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for
serialization. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
protected static final long serialVersionUID
- The constant serialVersionUID contains the id for
serialization.
- See Also:
- Constant Field Values
Splitfirstmark
public Splitfirstmark(CodeToken token)
- Creates a new object.
- Parameters:
token - the initial token for the primitive
getKey
protected java.lang.String getKey(Context context,
TokenSource source,
Typesetter typesetter)
- Get the key for this mark.
- Overrides:
getKey in class AbstractMarksCode
- Parameters:
context - the interpreter contextsource - the source for new tokenstypesetter - the typesetter
- Returns:
- the key for the mark primitive
- See Also:
AbstractMarkCode.getKey(
org.extex.interpreter.context.Context,
org.extex.interpreter.TokenSource, org.extex.typesetter.Typesetter)