com.atlassian.clover.api.registry
Interface HasParent

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

public interface HasParent

Entity which has it's own parent. For example, a parent of the statement could be a method (OO-languages) or a file (scripting languages).


Method Summary
 EntityContainer getParent()
           
 

Method Detail

getParent

EntityContainer getParent()