|
||||||||||
| 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.tex.math.AbstractMathCode
public abstract class AbstractMathCode
This is the base class for all math primitives using the TeX encoding. It tries to ensure that the primitive is invoked in math mode only.
| Field Summary | |
|---|---|
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
| Constructor Summary | |
|---|---|
AbstractMathCode(CodeToken token)
Creates a new object. |
|
| Method Summary | |
|---|---|
protected NoadConsumer |
getListMaker(Context context,
Typesetter typesetter)
Get the current list maker as Noad consumer. |
| 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 |
| Field Detail |
|---|
protected static final long serialVersionUID
| Constructor Detail |
|---|
public AbstractMathCode(CodeToken token)
token - the initial token for the primitive| Method Detail |
|---|
protected NoadConsumer getListMaker(Context context,
Typesetter typesetter)
throws MissingMathException
context - the interpreter contexttypesetter - the master typesetter
MissingMathException - in case that the current mode is not a
math mode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||