Class PythonSourceFileAccess
- java.lang.Object
-
- com.hello2morrow.sonargraph.core.api.model.ElementAccess<com.hello2morrow.sonargraph.core.model.path.SourceFile>
-
- com.hello2morrow.sonargraph.core.api.model.SourceFileAccess
-
- com.hello2morrow.sonargraph.languageprovider.python.api.model.PythonSourceFileAccess
-
- All Implemented Interfaces:
IElementAccess
,INamedElementAccess
,ISourceFileAccess
,IPythonSourceFileAccess
public final class PythonSourceFileAccess extends SourceFileAccess implements IPythonSourceFileAccess
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.hello2morrow.sonargraph.core.api.model.ElementAccess
ElementAccess.IAccessFactory
-
Nested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.model.INamedElementAccess
INamedElementAccess.INamedElementAccessVisitor
-
Nested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.model.ISourceFileAccess
ISourceFileAccess.IVisitor
-
-
Constructor Summary
Constructors Constructor Description PythonSourceFileAccess(com.hello2morrow.sonargraph.core.model.path.SourceFile element)
-
Method Summary
-
Methods inherited from class com.hello2morrow.sonargraph.core.api.model.SourceFileAccess
accept, getAuthors, getAverageComplexityMetric, getAverageNestingMetric, getChangeCount30, getChangeCount365, getChangeCount90, getChurn30, getChurn365, getChurn90, getChurnRate30, getChurnRate365, getChurnRate90, getCodeCommentLinesMetric, getCommentLinesMetric, getFile, getLinesOfCodeMetric, getMaxNestingMetric, getMetricLevel, getNumberOfAuthors, getPath, getSourceLines, getSourceLines, getTotalLinesMetric, isModified
-
Methods inherited from class com.hello2morrow.sonargraph.core.api.model.ElementAccess
equals, getChildren, getElement, getFullyQualifiedName, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getIssueCount, getName, getNameWithSignature, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively, getShortName, getShortNameWithSignature, hashCode, ignoreIssues, isExcluded, isExternal, setFactory, toString
-
Methods inherited from interface com.hello2morrow.sonargraph.api.model.IElementAccess
getName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternal
-
Methods inherited from interface com.hello2morrow.sonargraph.api.model.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.model.ISourceFileAccess
getAuthors, getAverageComplexityMetric, getAverageNestingMetric, getChangeCount30, getChangeCount365, getChangeCount90, getChurn30, getChurn365, getChurn90, getChurnRate30, getChurnRate365, getChurnRate90, getCodeCommentLinesMetric, getCommentLinesMetric, getFile, getLinesOfCodeMetric, getMaxNestingMetric, getNumberOfAuthors, getPath, getSourceLines, getSourceLines, getTotalLinesMetric, isModified
-
-