org.aspectj.org.eclipse.jdt.internal.core
Class SourceMethod

java.lang.Object
  extended by PlatformObject
      extended by org.aspectj.org.eclipse.jdt.internal.core.JavaElement
          extended by org.aspectj.org.eclipse.jdt.internal.core.SourceRefElement
              extended by org.aspectj.org.eclipse.jdt.internal.core.Member
                  extended by org.aspectj.org.eclipse.jdt.internal.core.NamedMember
                      extended by org.aspectj.org.eclipse.jdt.internal.core.SourceMethod
All Implemented Interfaces:
IAnnotatable, IJavaElement, IMember, IMethod, IParent, ISourceManipulation, ISourceReference
Direct Known Subclasses:
ResolvedSourceMethod

public class SourceMethod
extends NamedMember
implements IMethod

See Also:
IMethod

Field Summary
protected  java.lang.String[] parameterTypes
          The parameter type signatures of the method - stored locally to perform equality test.
 
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.NamedMember
name
 
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.SourceRefElement
occurrenceCount
 
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.JavaElement
JEM_ANNOTATION, JEM_CLASSFILE, JEM_COMPILATIONUNIT, JEM_COUNT, JEM_ESCAPE, JEM_FIELD, JEM_IMPORTDECLARATION, JEM_INITIALIZER, JEM_JAVAPROJECT, JEM_LOCALVARIABLE, JEM_METHOD, JEM_PACKAGEDECLARATION, JEM_PACKAGEFRAGMENT, JEM_PACKAGEFRAGMENTROOT, JEM_TYPE, JEM_TYPE_PARAMETER, NO_ELEMENTS, NO_INFO, parent
 
Fields inherited from interface org.aspectj.org.eclipse.jdt.core.IJavaElement
ANNOTATION, CLASS_FILE, COMPILATION_UNIT, FIELD, IMPORT_CONTAINER, IMPORT_DECLARATION, INITIALIZER, JAVA_MODEL, JAVA_PROJECT, LOCAL_VARIABLE, METHOD, PACKAGE_DECLARATION, PACKAGE_FRAGMENT, PACKAGE_FRAGMENT_ROOT, TYPE, TYPE_PARAMETER
 
Constructor Summary
protected SourceMethod(JavaElement parent, java.lang.String name, java.lang.String[] parameterTypes)
           
 
Method Summary
protected  void closing(java.lang.Object info)
          This element is being closed.
 boolean equals(java.lang.Object o)
          Returns true if this handle represents the same Java element as the given handle.
 IMemberValuePair getDefaultValue()
          Returns a member value pair representing the default value of this method if any, or null if this method's parent is not an annotation type, or else if this method does not have a default value.
 int getElementType()
          Returns this element's kind encoded as an integer.
 java.lang.String[] getExceptionTypes()
          Returns the type signatures of the exceptions this method throws, in the order declared in the source.
protected  void getHandleMemento(java.lang.StringBuffer buff)
           
protected  char getHandleMementoDelimiter()
          Returns the char that marks the start of this handles contribution to a memento.
 java.lang.String getKey()
          Returns the binding key for this method only if the given method is resolved.
 int getNumberOfParameters()
          Returns the number of parameters of this method.
 java.lang.String[] getParameterNames()
          Returns the names of parameters in this method.
 ILocalVariable[] getParameters()
          Returns the parameters of this method.
 java.lang.String[] getParameterTypes()
          Returns the type signatures for the parameters of this method.
 IJavaElement getPrimaryElement(boolean checkOwner)
           
 java.lang.String[] getRawParameterNames()
          Returns the names of parameters in this method.
 java.lang.String getReturnType()
          Returns the type signature of the return value of this method.
 java.lang.String getSignature()
          Returns the signature of this method.
 ITypeParameter getTypeParameter(java.lang.String typeParameterName)
          Returns the type parameter declared in this method with the given name.
 ITypeParameter[] getTypeParameters()
          Returns the formal type parameters for this method.
 java.lang.String[] getTypeParameterSignatures()
          Deprecated.  
 int hashCode()
          Returns the hash code for this Java element.
 boolean isConstructor()
          Returns whether this method is a constructor.
 boolean isMainMethod()
          Returns whether this method is a main method.
 boolean isResolved()
          Returns whether this method represents a resolved method.
 boolean isSimilar(IMethod method)
          Returns whether this method is similar to the given method.
 java.lang.String readableName()
           
 JavaElement resolved(Binding binding)
           
protected  void toStringInfo(int tab, java.lang.StringBuffer buffer, java.lang.Object info, boolean showResolvedInfo)
          Debugging purposes
protected  void toStringName(java.lang.StringBuffer buffer)
          Debugging purposes
protected  void toStringName(java.lang.StringBuffer buffer, int flags)
           
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.NamedMember
getElementName, getFullyQualifiedName, getFullyQualifiedParameterizedName, getKey, getKey, getKey, getPackageFragment, getTypeQualifiedName, resolveType, resolveType
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.Member
areSimilarMethods, convertConstant, findMethods, getCategories, getClassFile, getDeclaringType, getFlags, getHandleFromMemento, getJavadocRange, getNameRange, getOuterMostLocalContext, getType, getTypeRoot, isBinary, isMainMethod, isReadOnly
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.SourceRefElement
copy, createElementInfo, delete, findNode, generateInfos, getAnnotation, getAnnotations, getCompilationUnit, getCorrespondingResource, getHandleUpdatingCountFromMemento, getOccurrenceCount, getOpenableParent, getPath, getSource, getSourceRange, getUnderlyingResource, hasChildren, isStructureKnown, move, rename, resource
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.JavaElement
close, escapeMementoName, exists, getAncestor, getAttachedJavadoc, getChildren, getChildrenOfType, getElementInfo, getElementInfo, getHandleFromMemento, getHandleIdentifier, getHandleMemento, getJavadocBaseLocation, getJavaModel, getJavaProject, getLibraryJavadocLocation, getOpenable, getParent, getPrimaryElement, getResource, getSchedulingRule, getSourceElementAt, getSourceMapper, getURLContents, isAncestorOf, newDoesNotExistStatus, newJavaModelException, newNotPresentException, openWhenClosed, tabString, toDebugString, toString, toString, toStringAncestors, toStringChildren, toStringInfo, toStringWithAncestors, toStringWithAncestors, unresolved
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.aspectj.org.eclipse.jdt.core.IMethod
getElementName
 
Methods inherited from interface org.aspectj.org.eclipse.jdt.core.IMember
getCategories, getClassFile, getCompilationUnit, getDeclaringType, getFlags, getJavadocRange, getOccurrenceCount, getType, getTypeRoot, isBinary
 
Methods inherited from interface org.aspectj.org.eclipse.jdt.core.IJavaElement
exists, getAncestor, getAttachedJavadoc, getCorrespondingResource, getHandleIdentifier, getJavaModel, getJavaProject, getOpenable, getParent, getPath, getPrimaryElement, getResource, getSchedulingRule, getUnderlyingResource, isReadOnly, isStructureKnown
 
Methods inherited from interface org.aspectj.org.eclipse.jdt.core.ISourceReference
exists, getNameRange, getSource, getSourceRange
 
Methods inherited from interface org.aspectj.org.eclipse.jdt.core.ISourceManipulation
copy, delete, move, rename
 
Methods inherited from interface org.aspectj.org.eclipse.jdt.core.IParent
getChildren, hasChildren
 
Methods inherited from interface org.aspectj.org.eclipse.jdt.core.IAnnotatable
getAnnotation, getAnnotations
 

Field Detail

parameterTypes

protected java.lang.String[] parameterTypes
The parameter type signatures of the method - stored locally to perform equality test. null indicates no parameters.

Constructor Detail

SourceMethod

protected SourceMethod(JavaElement parent,
                       java.lang.String name,
                       java.lang.String[] parameterTypes)
Method Detail

closing

protected void closing(java.lang.Object info)
                throws JavaModelException
Description copied from class: SourceRefElement
This element is being closed. Do any necessary cleanup.

Overrides:
closing in class SourceRefElement
Throws:
JavaModelException

equals

public boolean equals(java.lang.Object o)
Description copied from class: JavaElement
Returns true if this handle represents the same Java element as the given handle. By default, two handles represent the same element if they are identical or if they represent the same type of element, have equal names, parents, and occurrence counts.

If a subclass has other requirements for equality, this method must be overridden.

Overrides:
equals in class SourceRefElement
See Also:
Object.equals(java.lang.Object)

getDefaultValue

public IMemberValuePair getDefaultValue()
                                 throws JavaModelException
Description copied from interface: IMethod
Returns a member value pair representing the default value of this method if any, or null if this method's parent is not an annotation type, or else if this method does not have a default value.

Note that IMemberValuePair.getValue() might return null. Please see this method for more details.

Specified by:
getDefaultValue in interface IMethod
Returns:
a member pair value if any, or null if none
Throws:
JavaModelException - if this element does not exist or if an exception occurs while accessing its corresponding resource.

getElementType

public int getElementType()
Description copied from interface: IJavaElement
Returns this element's kind encoded as an integer. This is a handle-only method.

Specified by:
getElementType in interface IJavaElement
Returns:
the kind of element; one of the constants declared in IJavaElement
See Also:
IJavaElement

getExceptionTypes

public java.lang.String[] getExceptionTypes()
                                     throws JavaModelException
Description copied from interface: IMethod
Returns the type signatures of the exceptions this method throws, in the order declared in the source. Returns an empty array if this method throws no exceptions.

For example, a source method declaring "throws IOException", would return the array {"QIOException;"}.

The type signatures may be either unresolved (for source types) or resolved (for binary types), and either basic (for basic types) or rich (for parameterized types). See Signature for details.

Specified by:
getExceptionTypes in interface IMethod
Returns:
the type signatures of the exceptions this method throws, in the order declared in the source, an empty array if this method throws no exceptions
Throws:
JavaModelException - if this element does not exist or if an exception occurs while accessing its corresponding resource.
See Also:
IMethod

getHandleMemento

protected void getHandleMemento(java.lang.StringBuffer buff)
Overrides:
getHandleMemento in class SourceRefElement
See Also:
JavaElement.getHandleMemento(StringBuffer)

getHandleMementoDelimiter

protected char getHandleMementoDelimiter()
Description copied from class: JavaElement
Returns the char that marks the start of this handles contribution to a memento.

Overrides:
getHandleMementoDelimiter in class Member
See Also:
JavaElement.getHandleMemento()

getKey

public java.lang.String getKey()
Description copied from interface: IMethod
Returns the binding key for this method only if the given method is resolved. A binding key is a key that uniquely identifies this method. It allows access to:

If the given method is not resolved, the returned key is simply the java element's key.

Specified by:
getKey in interface IMethod
Returns:
the binding key for this method
See Also:
IBinding.getKey(), BindingKey, IMethod.isResolved()

getNumberOfParameters

public int getNumberOfParameters()
Description copied from interface: IMethod
Returns the number of parameters of this method. This is a handle-only method.

Specified by:
getNumberOfParameters in interface IMethod
Returns:
the number of parameters of this method
See Also:
IMethod

getParameterNames

public java.lang.String[] getParameterNames()
                                     throws JavaModelException
Description copied from interface: IMethod
Returns the names of parameters in this method. For binary types, associated source or attached Javadoc are used to retrieve the names. If none can be retrieved, then these names are invented as "arg"+i, where i starts at 0. Returns an empty array if this method has no parameters.

For example, a method declared as public void foo(String text, int length) would return the array {"text","length"}.

Specified by:
getParameterNames in interface IMethod
Returns:
the names of parameters in this method, an empty array if this method has no parameters
Throws:
JavaModelException - if this element does not exist or if an exception occurs while accessing its corresponding resource.
See Also:
IMethod

getParameterTypes

public java.lang.String[] getParameterTypes()
Description copied from interface: IMethod
Returns the type signatures for the parameters of this method. Returns an empty array if this method has no parameters. This is a handle-only method.

For example, a source method declared as public void foo(String text, int length) would return the array {"QString;","I"}.

The type signatures may be either unresolved (for source types) or resolved (for binary types), and either basic (for basic types) or rich (for parameterized types). See Signature for details.

Specified by:
getParameterTypes in interface IMethod
Returns:
the type signatures for the parameters of this method, an empty array if this method has no parameters
See Also:
IMethod

getTypeParameter

public ITypeParameter getTypeParameter(java.lang.String typeParameterName)
Description copied from interface: IMethod
Returns the type parameter declared in this method with the given name. This is a handle-only method. The type parameter may or may not exist.

Specified by:
getTypeParameter in interface IMethod
Parameters:
typeParameterName - the given simple name
Returns:
the type parameter declared in this method with the given name

getTypeParameters

public ITypeParameter[] getTypeParameters()
                                   throws JavaModelException
Description copied from interface: IMethod
Returns the formal type parameters for this method. Returns an empty array if this method has no formal type parameters.

Specified by:
getTypeParameters in interface IMethod
Overrides:
getTypeParameters in class NamedMember
Returns:
the formal type parameters of this method, in the order declared in the source, an empty array if none
Throws:
JavaModelException - if this element does not exist or if an exception occurs while accessing its corresponding resource.

getParameters

public ILocalVariable[] getParameters()
                               throws JavaModelException
Description copied from interface: IMethod
Returns the parameters of this method.

An empty array is returned, if the method has no parameters.

For binary types, associated source is used to retrieve the name range, source range and the flags.

These local variables can be used to retrieve the parameter annotations.

Specified by:
getParameters in interface IMethod
Returns:
the parameters of this method
Throws:
JavaModelException - if this element does not exist or if an exception occurs while accessing its corresponding resource.

getTypeParameterSignatures

public java.lang.String[] getTypeParameterSignatures()
                                              throws JavaModelException
Deprecated. 

Description copied from interface: IMethod
Returns the formal type parameter signatures for this method. Returns an empty array if this method has no formal type parameters.

The formal type parameter signatures may be either unresolved (for source types) or resolved (for binary types). See Signature for details.

Specified by:
getTypeParameterSignatures in interface IMethod
Returns:
the formal type parameter signatures of this method, in the order declared in the source, an empty array if none
Throws:
JavaModelException - if this element does not exist or if an exception occurs while accessing its corresponding resource.
Since:
3.0
See Also:
IMethod.getTypeParameterSignatures()

getPrimaryElement

public IJavaElement getPrimaryElement(boolean checkOwner)
Overrides:
getPrimaryElement in class JavaElement

getRawParameterNames

public java.lang.String[] getRawParameterNames()
                                        throws JavaModelException
Description copied from interface: IMethod
Returns the names of parameters in this method. For binary types, these names are invented as "arg"+i, where i starts at 0 (even if source is associated with the binary or if Javdoc is attached to the binary). Returns an empty array if this method has no parameters.

For example, a method declared as public void foo(String text, int length) would return the array {"text","length"}. For the same method in a binary, this would return {"arg0", "arg1"}.

Specified by:
getRawParameterNames in interface IMethod
Returns:
the names of parameters in this method, an empty array if this method has no parameters
Throws:
JavaModelException - if this element does not exist or if an exception occurs while accessing its corresponding resource.

getReturnType

public java.lang.String getReturnType()
                               throws JavaModelException
Description copied from interface: IMethod
Returns the type signature of the return value of this method. For constructors, this returns the signature for void.

For example, a source method declared as public String getName() would return "QString;".

The type signature may be either unresolved (for source types) or resolved (for binary types), and either basic (for basic types) or rich (for parameterized types). See Signature for details.

Specified by:
getReturnType in interface IMethod
Returns:
the type signature of the return value of this method, void for constructors
Throws:
JavaModelException - if this element does not exist or if an exception occurs while accessing its corresponding resource.
See Also:
IMethod

getSignature

public java.lang.String getSignature()
                              throws JavaModelException
Description copied from interface: IMethod
Returns the signature of this method. This includes the signatures for the parameter types and return type, but does not include the method name, exception types, or type parameters.

For example, a source method declared as public void foo(String text, int length) would return "(QString;I)V".

The type signatures embedded in the method signature may be either unresolved (for source types) or resolved (for binary types), and either basic (for basic types) or rich (for parameterized types). See Signature for details.

Specified by:
getSignature in interface IMethod
Returns:
the signature of this method
Throws:
JavaModelException - if this element does not exist or if an exception occurs while accessing its corresponding resource.
See Also:
IMethod

hashCode

public int hashCode()
Description copied from class: JavaElement
Returns the hash code for this Java element. By default, the hash code for an element is a combination of its name and parent's hash code. Elements with other requirements must override this method.

Overrides:
hashCode in class JavaElement
See Also:
JavaElement.hashCode()

isConstructor

public boolean isConstructor()
                      throws JavaModelException
Description copied from interface: IMethod
Returns whether this method is a constructor.

Specified by:
isConstructor in interface IMethod
Returns:
true if this method is a constructor, false otherwise
Throws:
JavaModelException - if this element does not exist or if an exception occurs while accessing its corresponding resource.
See Also:
IMethod

isMainMethod

public boolean isMainMethod()
                     throws JavaModelException
Description copied from interface: IMethod
Returns whether this method is a main method. It is a main method if:

Specified by:
isMainMethod in interface IMethod
Returns:
true if this method is a main method, false otherwise
Throws:
JavaModelException - if this element does not exist or if an exception occurs while accessing its corresponding resource.
See Also:
IMethod.isMainMethod()

isResolved

public boolean isResolved()
Description copied from interface: IMethod
Returns whether this method represents a resolved method. If a method is resolved, its key contains resolved information.

Specified by:
isResolved in interface IMethod
Returns:
whether this method represents a resolved method.

isSimilar

public boolean isSimilar(IMethod method)
Description copied from interface: IMethod
Returns whether this method is similar to the given method. Two methods are similar if: This is a handle-only method.

Specified by:
isSimilar in interface IMethod
Parameters:
method - the given method
Returns:
true if this method is similar to the given method.
See Also:
IMethod.isSimilar(IMethod)

readableName

public java.lang.String readableName()
Overrides:
readableName in class Member

resolved

public JavaElement resolved(Binding binding)
Overrides:
resolved in class JavaElement

toStringInfo

protected void toStringInfo(int tab,
                            java.lang.StringBuffer buffer,
                            java.lang.Object info,
                            boolean showResolvedInfo)
Description copied from class: JavaElement
Debugging purposes

Overrides:
toStringInfo in class JavaElement
showResolvedInfo - TODO

toStringName

protected void toStringName(java.lang.StringBuffer buffer)
Description copied from class: JavaElement
Debugging purposes

Overrides:
toStringName in class SourceRefElement

toStringName

protected void toStringName(java.lang.StringBuffer buffer,
                            int flags)