|
|||||||||||
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.type.AbstractAssignment
de.dante.extex.interpreter.primitives.register.muskip.AbstractMuskip
de.dante.extex.interpreter.primitives.register.muskip.Muskipdef
This class provides an implementation for the primitive
The primitive \muskipdef can be used to define a control sequence as
alias for a muskip register. The control sequence can be used wherever a
muskip register is expected afterwards.
The primitive \muskipdef is an assignment. Thus the settings of
\afterassignment and \globaldefs are applied.
The prefix \global can be used to make the assignment to the new
control sequence global instead of the group-local assignment which is the
default.
In
Note that the extended register names and the maximal number acceptable as
register names are a feature of
\muskipdef
.
The Primitive \muskipdef
Syntax
The formal description of this primitive is the following:
〈muskipdef〉
→ 〈modifier〉 \muskipdef 〈control sequence〉 〈equals〉 〈register name〉
〈modifier〉
→
| \global
Examples
\muskipdef\abc=45
\muskipdef\abc 33
\muskipdef\abc={xyz}
\muskipdef\abc={xyz\the\count0}
Differences to
Field Summary | |
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
Constructor Summary | |
Muskipdef(java.lang.String name)
Creates a new object. |
Method Summary | |
void |
assign(Flags prefix,
Context context,
TokenSource source,
Typesetter typesetter)
The method assign is the core of the functionality of execute() . |
Methods inherited from class de.dante.extex.interpreter.primitives.register.muskip.AbstractMuskip |
getKey |
Methods inherited from class de.dante.extex.interpreter.type.AbstractAssignment |
execute |
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 Muskipdef(java.lang.String name)
name
- the name for debuggingMethod Detail |
public void assign(Flags prefix, Context context, TokenSource source, Typesetter typesetter) throws InterpreterException
AbstractAssignment
execute()
.
This method is preferable to execute() since the
execute() method provided in this class takes care of
\afterassignment and \globaldefs as well.
assign
in class AbstractAssignment
prefix
- the prefix controlling the executioncontext
- the interpreter contextsource
- the token sourcetypesetter
- the typesetter
InterpreterException
- in case of an errorAbstractAssignment.assign(
de.dante.extex.interpreter.Flags,
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 |