Package com.hello2morrow.sonargraph.api
Interface IMethodAccess
- All Superinterfaces:
IElementAccess,INamedElementAccess,IProgrammingElementAccess,IRoutineAccess,IRoutineWithBodyAccess
- All Known Subinterfaces:
IGenericMethodAccess,IJavaMethodAccess,IPythonMethodAccess
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.INamedElementAccess
INamedElementAccess.INamedElementAccessVisitor -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanMethods inherited from interface com.hello2morrow.sonargraph.api.IElementAccess
getName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternalMethods inherited from interface com.hello2morrow.sonargraph.api.INamedElementAccess
accept, getChildren, getChildrenRecursively, getFullyQualifiedName, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getIssueCount, getIssueCount, getIssueCount, getIssueCount, getIssueCount, getIssues, getIssues, getIssues, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursivelyMethods inherited from interface com.hello2morrow.sonargraph.api.IProgrammingElementAccess
getDirectory, getIncomingDependencies, getIncomingDependencies, getLineNumber, getModule, getModuleNamespace, getOutgoingDependencies, getOutgoingDependencies, getOutgoingDependencies, getReferencedElements, getReferencedElements, getReferencedElements, getReferencingElements, getReferencingElements, getRootDirectory, getSourceElementCountMetric, getSourceFile, getSystemNamespace, isDefinedInEnclosingElementMethods inherited from interface com.hello2morrow.sonargraph.api.IRoutineAccess
getNumberOfParametersMetricMethods inherited from interface com.hello2morrow.sonargraph.api.IRoutineWithBodyAccess
getCyclomaticComplexityMetric, getExtendedCyclomaticComplexityMetric, getMaxNesting, getModifiedCyclomaticComplexityMetric, getModifiedExtendedCyclomaticComplexityMetric, getNumberOfStatementsMetric
-
Method Details
-
isOverriding
boolean isOverriding() -
isDestructor
boolean isDestructor() -
isInitializer
boolean isInitializer() -
isAbstract
boolean isAbstract()
-