org.prorefactor.core.unittest
Class TP01FramesTreeLister

java.lang.Object
  extended by org.prorefactor.core.JPNodeLister
      extended by org.prorefactor.core.unittest.TP01FramesTreeLister

public class TP01FramesTreeLister
extends JPNodeLister


Field Summary
 
Fields inherited from class org.prorefactor.core.JPNodeLister
lineSep, showColumn, showFilename, showLinenum, showStoretype, spacer, tokenTypes
 
Constructor Summary
TP01FramesTreeLister(JPNode topNode, java.lang.String outfilename, TokenTypesI typesReader)
           
 
Method Summary
protected  java.lang.String generateLineText(JPNode node)
          This returns the line's text including the text indent, but not including the newline.
 
Methods inherited from class org.prorefactor.core.JPNodeLister
indent, print, setIndentby, setSpacer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TP01FramesTreeLister

public TP01FramesTreeLister(JPNode topNode,
                            java.lang.String outfilename,
                            TokenTypesI typesReader)
Method Detail

generateLineText

protected java.lang.String generateLineText(JPNode node)
Description copied from class: JPNodeLister
This returns the line's text including the text indent, but not including the newline. Override this method in order to generate your own line text. If you override this, you can use indent() to get the current indent string, or use getIndentby() and your own indent string generator.

Overrides:
generateLineText in class JPNodeLister


Copyright © 2008 Joanju Software. All Rights Reserved.