public interface IJavaMethodAccess extends IMethodAccess
Modifier and Type | Interface and Description |
---|---|
static interface |
IJavaMethodAccess.IVisitor |
INamedElementAccess.INamedElementAccessVisitor
Modifier and Type | Method and Description |
---|---|
java.util.List<IAnnotationAccess> |
getAnnotations() |
IJavaTypeAccess |
getParent()
Provides access to the parent.
|
boolean |
isCompilerGenerated() |
boolean |
isConstructor() |
boolean |
isDeprecated() |
boolean |
isFinal() |
boolean |
isGeneric() |
boolean |
isNative() |
boolean |
isPackagePrivate() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isStaticBlock() |
boolean |
isSynchronized() |
isAbstract, isDestructor, isInitializer, isOverriding
getCyclomaticComplexityMetric, getExtendedCyclomaticComplexityMetric, getModifiedCyclomaticComplexityMetric, getModifiedExtendedCyclomaticComplexityMetric, getNumberOfParametersMetric, getNumberOfStatementsMetric
addDependencyTo, getDirectory, getIncomingDependencies, getIncomingDependencies, getLineNumber, getModule, getModuleNamespace, getOutgoingDependencies, getOutgoingDependencies, getOutgoingDependencies, getReferencedElements, getReferencedElements, getReferencedElements, getReferencingElements, getReferencingElements, getRootDirectory, getSourceFile, getSystemNamespace, isDefinedInEnclosingElement
accept, getChildren, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively
getName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternal
IJavaTypeAccess getParent()
INamedElementAccess
getParent
in interface INamedElementAccess
boolean isStaticBlock()
boolean isConstructor()
boolean isSynchronized()
boolean isNative()
boolean isDeprecated()
boolean isPackagePrivate()
boolean isProtected()
boolean isPrivate()
boolean isPublic()
boolean isGeneric()
boolean isFinal()
boolean isStatic()
boolean isCompilerGenerated()
java.util.List<IAnnotationAccess> getAnnotations()