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

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

Introduction

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

The text is from its open source code.

Method

SimpleNamegetName()
Returns the name of the referenced member.
NamegetQualifier()
Returns the qualifier of this member reference, or null if there is none.
IBindingresolveBinding()
Resolves and returns the binding for the entity referred to by this member reference.
voidsetName(SimpleName name)
Sets the name of the referenced member to the given name.
voidsetQualifier(Name name)
Sets or clears the qualifier of this member reference.
StringtoString()
Returns a string representation of this node suitable for debugging purposes only.