|
Crossfire JXClient, Trunk
|
Inheritance diagram for WC.WCStatistics:
Collaboration diagram for WC.WCStatistics:Public Member Functions | |
| void | accept (String line) |
| void | combine (WCStatistics stat) |
| String | toString () |
Private Attributes | |
| long | characterCount |
| long | lineCount |
| long | maxLineLength |
| long | wordCount |
| 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:| 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:| String WC.WCStatistics.toString | ( | ) |
Definition at line 207 of file WC.java.
References WC.WCStatistics.characterCount, WC.WCStatistics.lineCount, WC.WCStatistics.maxLineLength, and WC.WCStatistics.wordCount.
|
private |
Definition at line 178 of file WC.java.
Referenced by WC.WCStatistics.accept(), WC.WCStatistics.combine(), and WC.WCStatistics.toString().
|
private |
Definition at line 179 of file WC.java.
Referenced by WC.WCStatistics.accept(), WC.WCStatistics.combine(), and WC.WCStatistics.toString().
|
private |
Definition at line 181 of file WC.java.
Referenced by WC.WCStatistics.accept(), WC.WCStatistics.combine(), and WC.WCStatistics.toString().
|
private |
Definition at line 180 of file WC.java.
Referenced by WC.WCStatistics.accept(), WC.WCStatistics.combine(), and WC.WCStatistics.toString().