Interface IPythonSourceFileAccess
-
- All Superinterfaces:
IElementAccess
,INamedElementAccess
,ISourceFileAccess
public interface IPythonSourceFileAccess 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
-
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, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively
-
Methods inherited from interface com.hello2morrow.sonargraph.api.ISourceFileAccess
getAuthors, getAverageComplexityMetric, getAverageNestingMetric, getChangeCount30, getChangeCount365, getChangeCount90, getChurn30, getChurn365, getChurn90, getChurnRate30, getChurnRate365, getChurnRate90, getCodeCommentLinesMetric, getCommentLinesMetric, getFile, getLinesOfCodeMetric, getMaxNestingMetric, getNumberOfAuthors, getPath, getSourceLines, getSourceLines, getTotalLinesMetric, isModified
-
-