|
Simian - Similarity Analyser v2.3.33 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.harukizaemon.simian.SourceFile
public final class SourceFile
Represents a source file that was processed.
Constructor Summary | |
---|---|
SourceFile(java.lang.String filename)
|
|
SourceFile(java.lang.String filename,
java.lang.String language)
|
Method Summary | |
---|---|
java.lang.String |
getFilename()
Obtains the name of the file. |
int |
getRawLineCount()
Obtains the number of lines in the file including comments, ignored lines, etc. |
int |
getSignificantLineCount()
Obtains the number of lines in the file excluding comments, ignored lines, etc. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SourceFile(java.lang.String filename)
public SourceFile(java.lang.String filename, java.lang.String language)
Method Detail |
---|
public java.lang.String getFilename()
public int getRawLineCount()
public int getSignificantLineCount()
|
Simian - Similarity Analyser v2.3.33 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |