|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsun.reflect.generics.tree.FormalTypeParameter
public class FormalTypeParameter
AST that represents a formal type parameter.
| Method Summary | |
|---|---|
void |
accept(TypeTreeVisitor<?> v)
Accept method for the visitor pattern. |
FieldTypeSignature[] |
getBounds()
|
String |
getName()
|
static FormalTypeParameter |
make(String n,
FieldTypeSignature[] bs)
Factory method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static FormalTypeParameter make(String n,
FieldTypeSignature[] bs)
n - the name of the type variable to be created by this method.bs - - the bounds of the type variable to be created by this method.
public FieldTypeSignature[] getBounds()
public String getName()
public void accept(TypeTreeVisitor<?> v)
TypeTree
accept in interface TypeTreev - - a TypeTreeVisitor that will process this
tree
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||