org.extex.unit.tex.typesetter.mark
Class Splitbotmarks

java.lang.Object
  extended by org.extex.interpreter.type.AbstractCode
      extended by org.extex.unit.tex.typesetter.mark.AbstractMarksCode
          extended by org.extex.unit.tex.typesetter.mark.Splitbotmarks
All Implemented Interfaces:
java.io.Serializable, Code, ExpandableCode, TokensConvertible
Direct Known Subclasses:
Splitbotmark, Splitfirstmark

public class Splitbotmarks
extends AbstractMarksCode

This class provides an implementation for the primitive \splitbotmarks.

The Primitive \splitbotmarks

TODO missing documentation

Syntax

The formal description of this primitive is the following:
    ⟨splibotmarks⟩
      → \splitbotmarks ⟨mark name⟩  

Examples

    \splitbotmarks42  
    \splitbotmarks\count0  

Version:
$Revision:4431 $
Author:
Gerd Neugebauer
See Also:
Serialized Form

Field Summary
protected static long serialVersionUID
          The constant serialVersionUID contains the id for serialization.
 
Constructor Summary
Splitbotmarks(CodeToken token)
          Creates a new object.
 
Method Summary
protected  Tokens getValue(Context context, java.lang.String key)
          Get the value for this mark.
 
Methods inherited from class org.extex.unit.tex.typesetter.mark.AbstractMarksCode
convertTokens, execute, expand, getKey
 
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
 

Field Detail

serialVersionUID

protected static final long serialVersionUID
The constant serialVersionUID contains the id for serialization.

See Also:
Constant Field Values
Constructor Detail

Splitbotmarks

public Splitbotmarks(CodeToken token)
Creates a new object.

Parameters:
token - the initial token for the primitive
Method Detail

getValue

protected Tokens getValue(Context context,
                          java.lang.String key)
Get the value for this mark.

Specified by:
getValue in class AbstractMarksCode
Parameters:
context - the interpreter context
key - the key
Returns:
the value
See Also:
AbstractMarksCode.getValue( org.extex.interpreter.context.Context, java.lang.String)