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

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

Introduction

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

The text is from its open source code.

Constructor

ParenthesizedExpression(AST ast)
Creates a new unparented parenthesized expression node owned by the given AST.

Method

booleanequals(Object obj)
The ASTNode implementation of this Object method uses object identity (==).
ExpressiongetExpression()
Returns the expression of this parenthesized expression.
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.
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.
voidsetExpression(Expression expression)
Sets the expression of this parenthesized 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.