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

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

Introduction

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

The text is from its open source code.

Constructor

ThisExpression(AST ast)
Creates a new AST node for a "this" expression owned by the given AST.

Method

intgetLength()
Returns the length in characters of the original source file indicating where the source fragment corresponding to this node ends.
ASTNodegetParent()
Returns this node's parent node, or null if this is the root node.
NamegetQualifier()
Returns the qualifier of this "this" expression, 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.
ITypeBindingresolveTypeBinding()
Resolves and returns the binding for the type of this expression.
voidsetQualifier(Name name)
Sets or clears the qualifier of this "this" 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.