|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.jdt.internal.core.JavaElement
org.eclipse.jdt.internal.core.SourceRefElement
org.eclipse.jdt.internal.core.Member
org.eclipse.jdt.internal.core.NamedMember
org.eclipse.jdt.internal.core.BinaryMember
org.eclipse.jdt.internal.core.ResolvedBinaryMethod
public class ResolvedBinaryMethod
Handle representing a binary method that is resolved. The uniqueKey contains the genericSignature of the resolved method. Use BindingKey to decode it.
Field Summary |
---|
Fields inherited from class org.eclipse.jdt.internal.core.SourceRefElement |
---|
occurrenceCount |
Fields inherited from class 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 |
Fields inherited from interface 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 | |
---|---|
ResolvedBinaryMethod(JavaElement parent,
java.lang.String name,
java.lang.String[] parameterTypes,
java.lang.String uniqueKey)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Returns true if this handle represents the same Java element as the given handle. |
IAnnotation[] |
getAnnotations()
Returns the annotations for this element. |
java.lang.String |
getAttachedJavadoc(org.eclipse.core.runtime.IProgressMonitor monitor)
Returns the Javadoc as an html source if this element has an attached javadoc, null otherwise. |
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. |
int |
getFlags()
Returns the modifier flags for this member. |
java.lang.String |
getKey()
Returns the binding key for this method. |
java.lang.String |
getKey(boolean forceOpen)
|
int |
getNumberOfParameters()
Returns the number of parameters of this method. |
java.lang.String[] |
getParameterNames()
Returns the names of parameters in this method. |
java.lang.String[] |
getParameterTypes()
Returns the type signatures for the parameters of this method. |
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)
|
JavaElement |
unresolved()
|
Methods inherited from class org.eclipse.jdt.internal.core.BinaryMember |
---|
copy, getCategories, getNameRange, getSourceRange, isBinary, isStructureKnown, move, rename, setContents |
Methods inherited from class org.eclipse.jdt.internal.core.NamedMember |
---|
getElementName, getFullyQualifiedName, getTypeQualifiedName, resolveType, resolveType |
Methods inherited from class org.eclipse.jdt.internal.core.Member |
---|
findMethods, getClassFile, getDeclaringType, getHandleFromMemento, getJavadocRange, getOuterMostLocalContext, getType, getTypeRoot, isReadOnly |
Methods inherited from class org.eclipse.jdt.internal.core.SourceRefElement |
---|
delete, findNode, getAnnotation, getCompilationUnit, getCorrespondingResource, getHandleUpdatingCountFromMemento, getOccurrenceCount, getOpenableParent, getPath, getSource, getUnderlyingResource, hasChildren, resource |
Methods inherited from class org.eclipse.jdt.internal.core.JavaElement |
---|
close, exists, getAncestor, getChildren, getChildrenOfType, getElementInfo, getElementInfo, getHandleFromMemento, getHandleIdentifier, getHandleMemento, getJavaModel, getJavaProject, getOpenable, getParent, getPrimaryElement, getPrimaryElement, getResource, getSchedulingRule, getSourceMapper, isAncestorOf, newJavaModelException, newNotPresentException, toDebugString, toString, toStringInfo, toStringWithAncestors, toStringWithAncestors |
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
---|
getAdapter |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jdt.core.IMethod |
---|
getElementName |
Methods inherited from interface org.eclipse.jdt.core.IMember |
---|
getCategories, getClassFile, getCompilationUnit, getDeclaringType, getJavadocRange, getNameRange, getOccurrenceCount, getType, getTypeRoot, isBinary |
Methods inherited from interface org.eclipse.jdt.core.IJavaElement |
---|
exists, getAncestor, getCorrespondingResource, getHandleIdentifier, getJavaModel, getJavaProject, getOpenable, getParent, getPath, getPrimaryElement, getResource, getSchedulingRule, getUnderlyingResource, isReadOnly, isStructureKnown |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Methods inherited from interface org.eclipse.jdt.core.ISourceReference |
---|
exists, getSource, getSourceRange |
Methods inherited from interface org.eclipse.jdt.core.ISourceManipulation |
---|
copy, delete, move, rename |
Methods inherited from interface org.eclipse.jdt.core.IParent |
---|
getChildren, hasChildren |
Methods inherited from interface org.eclipse.jdt.core.IAnnotatable |
---|
getAnnotation |
Constructor Detail |
---|
public ResolvedBinaryMethod(JavaElement parent, java.lang.String name, java.lang.String[] parameterTypes, java.lang.String uniqueKey)
Method Detail |
---|
public java.lang.String getKey()
IMethod
getKey
in interface IMethod
getKey
in class BinaryMember
IBinding.getKey()
,
BindingKey
public boolean isResolved()
IMethod
isResolved
in interface IMethod
public JavaElement unresolved()
unresolved
in class JavaElement
public boolean equals(java.lang.Object o)
JavaElement
If a subclass has other requirements for equality, this method must be overridden.
equals
in class SourceRefElement
Object.equals(java.lang.Object)
public IAnnotation[] getAnnotations() throws JavaModelException
IAnnotatable
getAnnotations
in interface IAnnotatable
getAnnotations
in class SourceRefElement
JavaModelException
- if this element does not exist or if an
exception occurs while accessing its corresponding resource.public IMemberValuePair getDefaultValue() throws JavaModelException
IMethod
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.
getDefaultValue
in interface IMethod
null
if none
JavaModelException
- if this element does not exist or if an
exception occurs while accessing its corresponding resource.public java.lang.String[] getExceptionTypes() throws JavaModelException
IMethod
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.
getExceptionTypes
in interface IMethod
JavaModelException
- if this element does not exist or if an
exception occurs while accessing its corresponding resource.Signature
public int getElementType()
IJavaElement
getElementType
in interface IJavaElement
IJavaElement
IJavaElement
public int getFlags() throws JavaModelException
IMember
Flags
.
Note that only flags as indicated in the source are returned. Thus if an interface
defines a method void myMethod();
the flags don't include the
'public' flag.
getFlags
in interface IMember
getFlags
in class Member
JavaModelException
- if this element does not exist or if an
exception occurs while accessing its corresponding resource.IMember
public java.lang.String getKey(boolean forceOpen) throws JavaModelException
getKey
in class BinaryMember
JavaModelException
Binding.computeUniqueKey()
public int getNumberOfParameters()
IMethod
getNumberOfParameters
in interface IMethod
public java.lang.String[] getParameterNames() throws JavaModelException
IMethod
For example, a method declared as public void foo(String text, int length)
would return the array {"text","length"}
.
getParameterNames
in interface IMethod
JavaModelException
- if this element does not exist or if an
exception occurs while accessing its corresponding resource.public java.lang.String[] getParameterTypes()
IMethod
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.
getParameterTypes
in interface IMethod
Signature
public ITypeParameter getTypeParameter(java.lang.String typeParameterName)
IMethod
getTypeParameter
in interface IMethod
typeParameterName
- the given simple name
public ITypeParameter[] getTypeParameters() throws JavaModelException
IMethod
getTypeParameters
in interface IMethod
JavaModelException
- if this element does not exist or if an
exception occurs while accessing its corresponding resource.public java.lang.String[] getTypeParameterSignatures() throws JavaModelException
IMethod
The formal type parameter signatures may be either unresolved (for source
types) or resolved (for binary types). See Signature
for details.
getTypeParameterSignatures
in interface IMethod
JavaModelException
- if this element does not exist or if an
exception occurs while accessing its corresponding resource.IMethod.getTypeParameterSignatures()
public java.lang.String[] getRawParameterNames() throws JavaModelException
IMethod
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"}
.
getRawParameterNames
in interface IMethod
JavaModelException
- if this element does not exist or if an
exception occurs while accessing its corresponding resource.public java.lang.String getReturnType() throws JavaModelException
IMethod
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.
getReturnType
in interface IMethod
JavaModelException
- if this element does not exist or if an
exception occurs while accessing its corresponding resource.Signature
public java.lang.String getSignature() throws JavaModelException
IMethod
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.
getSignature
in interface IMethod
JavaModelException
- if this element does not exist or if an
exception occurs while accessing its corresponding resource.Signature
public int hashCode()
JavaElement
hashCode
in class JavaElement
JavaElement.hashCode()
public boolean isConstructor() throws JavaModelException
IMethod
isConstructor
in interface IMethod
JavaModelException
- if this element does not exist or if an
exception occurs while accessing its corresponding resource.public boolean isMainMethod() throws JavaModelException
IMethod
"main"
void
static
and public
String[]
isMainMethod
in interface IMethod
JavaModelException
- if this element does not exist or if an
exception occurs while accessing its corresponding resource.public boolean isSimilar(IMethod method)
IMethod
isSimilar
in interface IMethod
method
- the given method
Signature.getSimpleName(char[])
public java.lang.String readableName()
readableName
in class Member
public JavaElement resolved(Binding binding)
resolved
in class JavaElement
public java.lang.String getAttachedJavadoc(org.eclipse.core.runtime.IProgressMonitor monitor) throws JavaModelException
IJavaElement
Returns the Javadoc as an html source if this element has an attached javadoc, null otherwise.
This should be used only for binary elements. Source elements will always return null.
The encoding used to read the javadoc is the one defined by the content type of the file. If none is defined, then the project's encoding of this java element is used. If the project's encoding cannot be retrieved, then the platform encoding is used.
In case of the javadoc doesn't exist for this element, null is returned.
The html is extracted from the attached javadoc and provided as is. No transformation or validation is done.
getAttachedJavadoc
in interface IJavaElement
getAttachedJavadoc
in class JavaElement
monitor
- the given progress monitor
JavaModelException
- if:IClasspathAttribute.JAVADOC_LOCATION_ATTRIBUTE_NAME
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |