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, isOverridinggetCyclomaticComplexityMetric, getExtendedCyclomaticComplexityMetric, getModifiedCyclomaticComplexityMetric, getModifiedExtendedCyclomaticComplexityMetric, getNumberOfParametersMetric, getNumberOfStatementsMetricaddDependencyTo, getDirectory, getIncomingDependencies, getIncomingDependencies, getLineNumber, getModule, getModuleNamespace, getOutgoingDependencies, getOutgoingDependencies, getOutgoingDependencies, getReferencedElements, getReferencedElements, getReferencedElements, getReferencingElements, getReferencingElements, getRootDirectory, getSourceFile, getSystemNamespace, isDefinedInEnclosingElementaccept, getChildren, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursivelygetName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternalIJavaTypeAccess getParent()
INamedElementAccessgetParent in interface INamedElementAccessboolean 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()