|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.interpreter.type.AbstractCode
de.dante.extex.interpreter.primitives.typesetter.mark.AbstractMarksCode
de.dante.extex.interpreter.primitives.typesetter.mark.Splitbotmarks
de.dante.extex.interpreter.primitives.typesetter.mark.Splitbotmark
This class provides an implementation for the primitive
TODO missing documentation
\splitbotmark
.
The Primitive \splitbotmark
Syntax
The formal description of this primitive is the following:
\splitbotmark
Examples
\splitbotmark
Field Summary | |
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
Constructor Summary | |
Splitbotmark(java.lang.String name)
Creates a new object. |
Method Summary | |
protected java.lang.String |
getKey(Context context,
TokenSource source,
Typesetter typesetter)
Get the key for this mark. |
Methods inherited from class de.dante.extex.interpreter.primitives.typesetter.mark.Splitbotmarks |
getValue |
Methods inherited from class de.dante.extex.interpreter.primitives.typesetter.mark.AbstractMarksCode |
convertTokens, execute, expand |
Methods inherited from class de.dante.extex.interpreter.type.AbstractCode |
enableLocalization, getLocalizer, getName, isIf, isOuter, printable, printableControlSequence, readResolve, setName, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final long serialVersionUID
Constructor Detail |
public Splitbotmark(java.lang.String name)
name
- the name for debuggingMethod Detail |
protected java.lang.String getKey(Context context, TokenSource source, Typesetter typesetter) throws InterpreterException
AbstractMarksCode
A mark name determines under which key a mark can be
addressed. In
The alternative is controlled by the count register \register.max. The following interpretation of the value of this count is used:
The value of the count register \register.max is set differently
for various configurations of
Note that the register name \register.max contains a period.
Thus it can normally not be entered easily since the catcode of the
period is OTHER but needs to be LETTER. Thus you have to use a
temporarily reassigned category code (see
\catcode)
or use
{@link de.dante.extex.interpreter.primitives.macro.Csname \csname}.
〈register name〉 → {@linkplain de.dante.extex.interpreter.TokenSource#scanTokens(Context,boolean,boolean,String) 〈tokens〉} | {@linkplain de.dante.extex.interpreter.TokenSource#scanNumber(Context) 〈number〉}
123 {abc
getKey
in class AbstractMarksCode
context
- the interpreter contextsource
- the source for new tokenstypesetter
- the typesetter
InterpreterException
- in case of an errorAbstractMarkCode.getKey(
de.dante.extex.interpreter.context.Context,
de.dante.extex.interpreter.TokenSource,
de.dante.extex.typesetter.Typesetter)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |