|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Pointer
A line pointer. It seems an object who refers to a certain portion of code and needs to be counted.
Method Summary | |
---|---|
int |
getStartLine()
Return the start line of the pointer. |
int |
getStopLine()
Return the stop line of the pointer. |
void |
setCommentLines(int lines)
Set the final number of comment lines for this pointer. |
void |
setLinesOfCode(int lines)
Set the final number of lines of code for this pointer. |
void |
setPhysicalLines(int lines)
Set the final number of physical lines for this pointer. |
Method Detail |
---|
int getStartLine()
int getStopLine()
void setLinesOfCode(int lines)
lines
- The number of lines of code.void setPhysicalLines(int lines)
lines
- The number of physical lines.void setCommentLines(int lines)
lines
- The number of comment lines.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |