-
Nested Class Summary
Nested Classes
-
Method Summary
Provides access to the parent.
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
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, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively
Methods inherited from interface com.hello2morrow.sonargraph.api.IProgrammingElementAccess
getDirectory, getIncomingDependencies, getIncomingDependencies, getLineNumber, getModule, getModuleNamespace, getOutgoingDependencies, getOutgoingDependencies, getOutgoingDependencies, getReferencedElements, getReferencedElements, getReferencedElements, getReferencingElements, getReferencingElements, getRootDirectory, getSourceFile, getSystemNamespace, isDefinedInEnclosingElement
-
Method Details
-
getParent
Provides access to the parent.
- Specified by:
getParent
in interface INamedElementAccess
- Returns:
- the parent or 'null' if there is no parent.
-
isGeneric
boolean isGeneric()
-
isTransient
boolean isTransient()
-
isVolatile
boolean isVolatile()
-
isDeprecated
boolean isDeprecated()
-
isPackagePrivate
boolean isPackagePrivate()
-
isProtected
boolean isProtected()
-
isPrivate
boolean isPrivate()
-
isPublic
boolean isPublic()
-
isFinal
boolean isFinal()
-
isStatic
boolean isStatic()
-