net.sourceforge.chaperon.process.extended
Class TerminalStackNode

java.lang.Object
  extended by net.sourceforge.chaperon.process.extended.StackNode
      extended by net.sourceforge.chaperon.process.extended.TerminalStackNode

public class TerminalStackNode
extends StackNode


Field Summary
 int position
           
 char[] text
           
 
Fields inherited from class net.sourceforge.chaperon.process.extended.StackNode
ancestor, index, last, pattern, sibling
 
Constructor Summary
TerminalStackNode(char[] text, int position, Pattern pattern, StackNode ancestor)
           
 
Method Summary
 java.lang.String getText()
           
 
Methods inherited from class net.sourceforge.chaperon.process.extended.StackNode
dump, dump, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

text

public char[] text

position

public int position
Constructor Detail

TerminalStackNode

public TerminalStackNode(char[] text,
                         int position,
                         Pattern pattern,
                         StackNode ancestor)
Method Detail

getText

public java.lang.String getText()
Specified by:
getText in class StackNode


Copyright ? 2003 Chaperon project. All Rights Reserved.