public interface IItem
Modifier and Type | Field and Description |
---|---|
static int |
COVERAGE_BLOCK_COUNT |
static int |
COVERAGE_BLOCK_INSTR |
static int |
COVERAGE_CLASS_COUNT |
static int |
COVERAGE_LINE_COUNT |
static int |
COVERAGE_LINE_INSTR |
static int |
COVERAGE_METHOD_COUNT |
static int |
NUM_OF_AGGREGATES |
static int |
PRECISION |
static int |
TOTAL_BLOCK_COUNT |
static int |
TOTAL_BLOCK_INSTR |
static int |
TOTAL_CLASS_COUNT |
static int |
TOTAL_LINE_COUNT |
static int |
TOTAL_METHOD_COUNT |
static int |
TOTAL_SRCFILE_COUNT |
Modifier and Type | Method and Description |
---|---|
void |
accept(IItemVisitor visitor,
java.lang.Object ctx) |
int |
getAggregate(int type) |
IItemAttribute |
getAttribute(int attributeID,
int unitsID) |
int |
getChildCount() |
java.util.Iterator |
getChildren() |
java.util.Iterator |
getChildren(ItemComparator order) |
IItemMetadata |
getMetadata() |
java.lang.String |
getName() |
IItem |
getParent() |
static final int COVERAGE_CLASS_COUNT
static final int COVERAGE_METHOD_COUNT
static final int COVERAGE_BLOCK_COUNT
static final int COVERAGE_LINE_COUNT
static final int COVERAGE_BLOCK_INSTR
static final int COVERAGE_LINE_INSTR
static final int TOTAL_CLASS_COUNT
static final int TOTAL_METHOD_COUNT
static final int TOTAL_BLOCK_COUNT
static final int TOTAL_LINE_COUNT
static final int TOTAL_BLOCK_INSTR
static final int TOTAL_SRCFILE_COUNT
static final int NUM_OF_AGGREGATES
static final int PRECISION
IItem getParent()
int getChildCount()
java.util.Iterator getChildren()
java.util.Iterator getChildren(ItemComparator order)
order
- [null is equivalent to no sort]java.lang.String getName()
IItemMetadata getMetadata()
IItemAttribute getAttribute(int attributeID, int unitsID)
int getAggregate(int type)
void accept(IItemVisitor visitor, java.lang.Object ctx)