Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.model.java.source.tree
Interface TypeParameterT  view TypeParameterT download TypeParameterT.java

All Superinterfaces:
HasNameT, Tree

public interface TypeParameterT
extends Tree, HasNameT

A type parameter declaration.


Field Summary
static TypeParameterT[] EMPTY_ARRAY
           
 
Method Summary
 java.util.List getBounds()
          A type bound on a type parameter has the following form "".
 
Methods inherited from interface javax.ide.model.java.source.tree.Tree
accept, accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty
 
Methods inherited from interface javax.ide.model.java.source.tree.HasNameT
getName, getNameElement, setName, setNameElement
 

Field Detail

EMPTY_ARRAY

public static final TypeParameterT[] EMPTY_ARRAY
Method Detail

getBounds

public java.util.List getBounds()
A type bound on a type parameter has the following form "".