|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavancss.Metric
javancss.ObjectMetric
public class ObjectMetric
Basic data class to store all metrics attached to an object.
Field Summary | |
---|---|
int |
ccn
Cyclomatic Complexity Number (McCabe metric) |
int |
classes
|
int |
functions
|
Fields inherited from class javancss.Metric |
---|
javadocs, javadocsLn, multiLn, name, ncss, singleLn |
Constructor Summary | |
---|---|
ObjectMetric()
|
Method Summary | |
---|---|
void |
clear()
|
Methods inherited from class javancss.Metric |
---|
compareTo, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int ccn
public int functions
public int classes
Constructor Detail |
---|
public ObjectMetric()
Method Detail |
---|
public void clear()
clear
in class Metric
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |