|
|||||||||||
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.primitives.typesetter.AbstractVerticalCode
This an abstract base class for primitives in vertical mode.
Field Summary | |
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
Constructor Summary | |
AbstractVerticalCode(java.lang.String codeName)
Creates a new object. |
Method Summary | |
protected void |
ensureVerticalMode(Typesetter typesetter)
Check that the current mode is a vertical mode and throw an exception if another mode is detected. |
Methods inherited from class de.dante.extex.interpreter.type.AbstractCode |
enableLocalization, execute, 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 |
Field Detail |
protected static final long serialVersionUID
Constructor Detail |
public AbstractVerticalCode(java.lang.String codeName)
codeName
- the name of the codeMethod Detail |
protected void ensureVerticalMode(Typesetter typesetter) throws InterpreterException
typesetter
- the typesetter to ask for the mode
InterpreterException
- in case of an error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |