|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISimpleCountingResult
Field Summary | |
---|---|
static int |
NO_COUNT_AVAILABLE
|
Method Summary | |
---|---|
int |
getFileType()
Simple getter for input file type. |
long |
getInputCharacterisation()
|
java.lang.Long |
getMethodCount(java.lang.String methodName)
TODO |
java.lang.Long |
getOpcodeCount(int opcode)
TODO |
java.lang.Long |
getOpcodeCount(java.lang.String opcode)
TODO |
long |
getOutputCharacterisation()
|
java.lang.Long |
getTotalCount(boolean includeInvokeOpcodes)
TODO |
void |
setOpcodeCount(int opcode,
java.lang.Long count)
Set counted BCs for a opcode-specified BC |
Field Detail |
---|
static final int NO_COUNT_AVAILABLE
Method Detail |
---|
int getFileType()
long getInputCharacterisation()
java.lang.Long getMethodCount(java.lang.String methodName)
methodName
-
java.lang.Long getOpcodeCount(int opcode)
java.lang.Long getOpcodeCount(java.lang.String opcode)
long getOutputCharacterisation()
java.lang.Long getTotalCount(boolean includeInvokeOpcodes)
includeInvokeOpcodes
-
void setOpcodeCount(int opcode, java.lang.Long count)
opcode
- count
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |