|
||||||||||
| 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.interpreter.type.AbstractAssignment
org.extex.unit.tex.register.dimen.AbstractDimen
public abstract class AbstractDimen
This abstract base class provides the methods to compute the keys for numbered dimen registers.
| Constructor Summary | |
|---|---|
AbstractDimen(CodeToken token)
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 org.extex.interpreter.type.AbstractAssignment |
|---|
assign, execute |
| 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 |
| Constructor Detail |
|---|
public AbstractDimen(CodeToken token)
token - the initial token for the primitive| Method Detail |
|---|
protected java.lang.String getKey(Context context,
TokenSource source,
Typesetter typesetter)
throws HelpingException,
TypesetterException
context - the interpreter context to usesource - the source for new tokenstypesetter - the typesetter
HelpingException - in case that a derived class need to throw an
Exception this on e is declared.
TypesetterException - in case of an error in the typesetter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||