de.dante.extex.interpreter.primitives.table.util
Class PreambleItem

java.lang.Object
  extended byde.dante.extex.interpreter.primitives.table.util.PreambleItem

public class PreambleItem
extends java.lang.Object

This class provides a building block for the preamble of an alignment.

Version:
$Revision: 1.5 $
Author:
Gerd Neugebauer

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

PreambleItem

public PreambleItem(Tokens preTokens,
                    Tokens postTokens)
Creates a new object.

Parameters:
preTokens - the tokens before the insertion text
postTokens - the tokens after the insertion text
Method Detail

getPost

public Tokens getPost()
Getter for the tokens after the insertion text.

Returns:
the tokens after the insertion text

getPre

public Tokens getPre()
Getter for the tokens before the insertion text.

Returns:
the tokens before the insertion text

toString

public java.lang.String toString()
See Also:
Object.toString()