|
||||||||||
| 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.etex.register.muskip.Muexpr
public class Muexpr
This class provides an implementation for the primitive
The primitive \muexpr evaluates an expression which results in a
mu value.
TODO missing documentation
\muexpr.
The Primitive \muexpr
Syntax
The formal description of this primitive is the following:
〈muexpr〉
→ \muexpr
Examples
\muexpr
| Constructor Summary | |
|---|---|
Muexpr(CodeToken token)
Creates a new object. |
|
| Method Summary | |
|---|---|
Muskip |
convertMuskip(Context context,
TokenSource source,
Typesetter typesetter)
This method converts a register into a muskip. |
| Methods inherited from class org.extex.interpreter.type.AbstractCode |
|---|
execute, 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 Muexpr(CodeToken token)
token - the initial token for the primitive| Method Detail |
|---|
public Muskip convertMuskip(Context context,
TokenSource source,
Typesetter typesetter)
throws HelpingException,
TypesetterException
convertMuskip in interface MuskipConvertiblecontext - the interpreter contextsource - the source for new tokenstypesetter - the typesetter to use for conversion
HelpingException - in case of an error
TypesetterException - in case of an error in the typesetterMuskipConvertible.convertMuskip(
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 | |||||||||