Login | Register
My pages Projects Community openCollabNet

The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours. Further details in the announcement


jmt.codebase
Interface LinesOfCodeAttribute

All Superinterfaces:
Attribute

public interface LinesOfCodeAttribute
extends Attribute

Describes an attribute containing the count of lines used to define classes, interfaces, methods or fields using a java-source.

Author:
Martin Kersten
See Also:
AttributeFactory, AbstractLinesOfCodeAttribute

Method Summary
 int getCount()
          Returns the count of code lines.
 

Method Detail

getCount

public int getCount()
Returns the count of code lines.

Returns:
The count of code lines