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

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

Introduction

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

The text is from its open source code.

Field

ChildPropertyDescriptorNAME_PROPERTY
The "name" structural property of this node type (child type: SimpleName ).

Constructor

SuperFieldAccess(AST ast)
Creates a new unparented node for a super field access expression owned by the given AST.

Method

SimpleNamegetName()
Returns the name of the field accessed in this "super" field access expression.
ASTNodegetParent()
Returns this node's parent node, or null if this is the root node.
NamegetQualifier()
Returns the qualifier of this "super" field access expression, or null if there is none.
IVariableBindingresolveFieldBinding()
Resolves and returns the binding for the field accessed by this expression.
ITypeBindingresolveTypeBinding()
Resolves and returns the binding for the type of this expression.
voidsetName(SimpleName fieldName)
Sets the name of the field accessed in this "super" field access expression.
voidsetQualifier(Name name)
Sets or clears the qualifier of this "super" field access expression.
voidsetSourceRange(int startPosition, int length)
Sets the source range of the original source file where the source fragment corresponding to this node was found.
StringtoString()
Returns a string representation of this node suitable for debugging purposes only.