Uses of Class
org.egothor.text.WeightReader

Packages that use WeightReader
org.egothor.parser.plain This package defines JavaCC parser for a plain text. 
org.egothor.text This package contains support of some textual routines/processes. 
 

Uses of WeightReader in org.egothor.parser.plain
 

Methods in org.egothor.parser.plain that return WeightReader
 WeightReader CharStream.getWeighter()
          Returns weights on the text, can be null, if none special weights should be applied.
 

Uses of WeightReader in org.egothor.text
 

Methods in org.egothor.text that return WeightReader
 WeightReader CharStreamBuffer.getWeighter()
           
 

Constructors in org.egothor.text with parameters of type WeightReader
CharStreamBuffer(java.lang.StringBuilder sb, WeightReader weighter)