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

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

Introduction

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

The text is from its open source code.

Field

ChildPropertyDescriptorNAME_PROPERTY
The "name" structural property of this node type (child type: SimpleName ).
ASTNode.NodeListtypeBounds
The type bounds (element type: Type ).
ASTNode.NodeListmodifiers
The modifiers (element type: IExtendedModifier ).

Constructor

TypeParameter(AST ast)
Creates a new unparented node for a parameterized type owned by the given AST.

Method

voidaccept(ASTVisitor visitor)
Accepts the given visitor on a visit of the current node.
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.
SimpleNamegetName()
Returns the name of the type variable declared in this type parameter.
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.
ITypeBindingresolveBinding()
Resolves and returns the binding for this type parameter.
voidsetName(SimpleName typeName)
Sets the name of the type variable of this type parameter to the given name.
voidsetSourceRange(int startPosition, int length)
Sets the source range of the original source file where the source fragment corresponding to this node was found.