com.atlassian.clover.api.registry
Interface SourceInfo

All Known Subinterfaces:
BranchInfo, ClassInfo, ElementInfo, FileInfo, MethodInfo, StatementInfo

public interface SourceInfo

A region of some source code in a file


Method Summary
 int getEndColumn()
           
 int getEndLine()
           
 int getStartColumn()
           
 int getStartLine()
           
 

Method Detail

getStartLine

int getStartLine()

getStartColumn

int getStartColumn()

getEndLine

int getEndLine()

getEndColumn

int getEndColumn()