|
|||||||||||
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.table.AbstractAlign
This is the abstract base class for alignments.
Field Summary | |
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
Constructor Summary | |
AbstractAlign(java.lang.String codeName)
Creates a new object. |
Method Summary | |
protected java.util.List |
getPreamble(Context context,
TokenSource source)
Get the preamble. |
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 AbstractAlign(java.lang.String codeName)
codeName
- the name of the primitive for error messagesMethod Detail |
protected java.util.List getPreamble(Context context, TokenSource source) throws InterpreterException
context
- the interpreter contextsource
- the source for new tokens
InterpreterException
- in case of an error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |