Java org.eclipse.jdt.core.dom MethodRef fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.dom MethodRef fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.dom MethodRef.

The text is from its open source code.

Field

ASTNode.NodeListparameters
The parameter declarations (element type: MethodRefParameter ).

Method

SimpleNamegetName()
Returns the name of the referenced method or constructor.
NamegetQualifier()
Returns the qualifier of this method reference, or null if there is none.
intgetStartPosition()
Returns the character index into the original source file indicating where the source fragment corresponding to this node begins.
IBindingresolveBinding()
Resolves and returns the binding for the entity referred to by this method reference.
voidsetName(SimpleName name)
Sets the name of the referenced method or constructor to the given name.
voidsetQualifier(Name name)
Sets or clears the qualifier of this method reference.
StringtoString()
Returns a string representation of this node suitable for debugging purposes only.