Crossfire JXClient, Trunk
Public Member Functions | Private Attributes | List of all members
WC.WCStatistics Class Reference
Inheritance diagram for WC.WCStatistics:
Inheritance graph
Collaboration diagram for WC.WCStatistics:
Collaboration graph

Public Member Functions

void accept (String line)
 
void combine (WCStatistics stat)
 
String toString ()
 

Private Attributes

long characterCount
 
long lineCount
 
long maxLineLength
 
long wordCount
 

Detailed Description

Definition at line 169 of file WC.java.

Member Function Documentation

◆ accept()

void WC.WCStatistics.accept ( String  line)

Definition at line 188 of file WC.java.

References WC.WCStatistics.characterCount, WC.WCStatistics.lineCount, WC.WCStatistics.maxLineLength, WC.nonWordPattern, and WC.WCStatistics.wordCount.

Referenced by WC.collectInOnePass().

Here is the caller graph for this function:

◆ combine()

void WC.WCStatistics.combine ( WCStatistics  stat)

Definition at line 199 of file WC.java.

References WC.WCStatistics.characterCount, WC.WCStatistics.lineCount, WC.WCStatistics.maxLineLength, and WC.WCStatistics.wordCount.

Referenced by WC.collectInOnePass().

Here is the caller graph for this function:

◆ toString()

String WC.WCStatistics.toString ( )

Member Data Documentation

◆ characterCount

long WC.WCStatistics.characterCount
private

◆ lineCount

long WC.WCStatistics.lineCount
private

◆ maxLineLength

long WC.WCStatistics.maxLineLength
private

◆ wordCount

long WC.WCStatistics.wordCount
private

The documentation for this class was generated from the following file: