|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.interpreter.primitives.table.util.PreambleItem
This class provides a building block for the preamble of an alignment.
Constructor Summary | |
PreambleItem(Tokens preTokens,
Tokens postTokens)
Creates a new object. |
Method Summary | |
Tokens |
getPost()
Getter for the tokens after the insertion text. |
Tokens |
getPre()
Getter for the tokens before the insertion text. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PreambleItem(Tokens preTokens, Tokens postTokens)
preTokens
- the tokens before the insertion textpostTokens
- the tokens after the insertion textMethod Detail |
public Tokens getPost()
public Tokens getPre()
public java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |