|
|||||||||||
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.dimen.AbstractDimen
This abstract base class provides the methods to compute the keys for numbered dimen registers.
Field Summary |
Fields inherited from class de.dante.extex.interpreter.type.AbstractCode |
serialVersionUID |
Constructor Summary | |
AbstractDimen(java.lang.String name)
Creates a new object. |
Method Summary | |
protected java.lang.String |
getKey(Context context,
TokenSource source,
Typesetter typesetter)
Return the key (the name of the primitive) for the numbered dimen register. |
Methods inherited from class de.dante.extex.interpreter.type.AbstractAssignment |
assign, 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 |
Constructor Detail |
public AbstractDimen(java.lang.String name)
name
- the name for debuggingMethod Detail |
protected java.lang.String getKey(Context context, TokenSource source, Typesetter typesetter) throws InterpreterException
context
- the interpreter context to usesource
- the source for new tokenstypesetter
- the typesetter
InterpreterException
- in case that a derived class need to throw
an Exception this on e is declared.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |