|
||||||||||
| 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.count.AbstractCount
org.extex.unit.tex.register.count.CountPrimitive
org.extex.unit.tex.register.count.CountArray
public class CountArray
This class provides an array of count values. The index is a number.
| Field Summary | |
|---|---|
protected static long |
serialVersionUID
The field serialVersionUID contains the version number for serialization. |
| Constructor Summary | |
|---|---|
CountArray(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 count register. |
| Methods inherited from class org.extex.unit.tex.register.count.CountPrimitive |
|---|
advance, assign, convertCount, divide, expand, multiply, the |
| Methods inherited from class org.extex.unit.tex.register.count.AbstractCount |
|---|
init |
| Methods inherited from class org.extex.interpreter.type.AbstractAssignment |
|---|
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 |
| Field Detail |
|---|
protected static final long serialVersionUID
| Constructor Detail |
|---|
public CountArray(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
getKey in class AbstractCountcontext - 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 one is declared.
TypesetterException - in case of an error in the typesetterAbstractCount.getKey(
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 | |||||||||