jsutil
Class TranslateStats

java.lang.Object
  |
  +--jsutil.TranslateStats

public class TranslateStats
extends Object

Statistics on the activity in HtmlDispToActual.translate(). See HtmlDispToActual.translate.

Source code:  TranslateStats.java


Field Summary
 int iImportDirReplaces
          How many instances of s_importRDirDisp were replaced with s_importRDirNew?.
 int iLineEnd
          At which line did translation start?.
 int iLineStart
          At which line did translation start?.
 int iTagMarkersElim
          How many tag markers were eliminated?..
 VWInt vwiLiteralReplaces
          How many instances of each html literal were replaced?.
 
Constructor Summary
TranslateStats()
           
 
Method Summary
protected  void addStats(TranslateStats translate_stats)
           
 String toString(HtmlDispToActual hdt_actual)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iLineStart

public int iLineStart

At which line did translation start?. This is the line after the start delimiter.


iLineEnd

public int iLineEnd

At which line did translation start?. This is the line after the start delimiter.


iTagMarkersElim

public int iTagMarkersElim

How many tag markers were eliminated?..


iImportDirReplaces

public int iImportDirReplaces

How many instances of s_importRDirDisp were replaced with s_importRDirNew?.


vwiLiteralReplaces

public VWInt vwiLiteralReplaces

How many instances of each html literal were replaced?. Each element corresponds with that same element in as_htmlLiterals

Constructor Detail

TranslateStats

public TranslateStats()
Method Detail

addStats

protected final void addStats(TranslateStats translate_stats)

toString

public final String toString(HtmlDispToActual hdt_actual)



Copyright 2003-2005, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/jsutiljava

 

SourceForge.net Logo