Interface ICppSourceFileAccess
-
- All Superinterfaces:
IElementAccess
,INamedElementAccess
,ISourceFileAccess
public interface ICppSourceFileAccess extends ISourceFileAccess
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.INamedElementAccess
INamedElementAccess.INamedElementAccessVisitor
-
Nested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.ISourceFileAccess
ISourceFileAccess.IVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends ICppSourceFileAccess>
getIncluders()
Get a list of source files including this file.boolean
isIncludeFile()
-
Methods inherited from interface com.hello2morrow.sonargraph.api.IElementAccess
getName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternal
-
Methods inherited from interface com.hello2morrow.sonargraph.api.INamedElementAccess
accept, getChildren, getFullyQualifiedName, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getIssueCount, getIssueCount, getIssueCount, getIssueCount, getIssueCount, getIssues, getIssues, getIssues, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively
-
Methods inherited from interface com.hello2morrow.sonargraph.api.ISourceFileAccess
getAuthors, getAverageComplexityMetric, getAverageNestingMetric, getChangeCount2y, getChangeCount30, getChangeCount365, getChangeCount5y, getChangeCount90, getChurn2y, getChurn30, getChurn365, getChurn5y, getChurn90, getChurnRate2y, getChurnRate30, getChurnRate365, getChurnRate5y, getChurnRate90, getCodeCommentLinesMetric, getCommentLinesMetric, getDaysSinceLastCommit, getFile, getLinesOfCodeMetric, getMaxNestingMetric, getNumberOfAuthors, getNumberOfAuthors2y, getNumberOfAuthors5y, getPath, getSourceLines, getSourceLines, getTotalLinesMetric, isModified
-
-
-
-
Method Detail
-
isIncludeFile
boolean isIncludeFile()
-
getIncluders
java.util.List<? extends ICppSourceFileAccess> getIncluders()
Get a list of source files including this file.- Returns:
- see above
-
-