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

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

Introduction

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

The text is from its open source code.

Field

ChildPropertyDescriptorTYPE_PROPERTY
The "type" structural property of this node type (child type: Type ).

Constructor

TypeLiteral(AST ast)
Creates a new AST node for a type literal owned by the given AST.

Method

ASTgetAST()
Returns this node's AST.
intgetLength()
Returns the length in characters of the original source file indicating where the source fragment corresponding to this node ends.
intgetStartPosition()
Returns the character index into the original source file indicating where the source fragment corresponding to this node begins.
TypegetType()
Returns the type in this type literal expression.
ITypeBindingresolveTypeBinding()
Resolves and returns the binding for the type of 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.
voidsetType(Type type)
Sets the type in this type literal expression to the given type.
StringtoString()
Returns a string representation of this node suitable for debugging purposes only.