|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.janino.Java.TypeParameter
public static class Java.TypeParameter
Representation of a type parameter (which declares a type variable).
| Field Summary | |
|---|---|
String |
name
The name of the type variable. |
Java.ReferenceType[] |
optionalBound
The optional bound of the type parameter. |
| Constructor Summary | |
|---|---|
Java.TypeParameter(String name,
Java.ReferenceType[] optionalBound)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final String name
public final Java.ReferenceType[] optionalBound
| Constructor Detail |
|---|
public Java.TypeParameter(String name,
Java.ReferenceType[] optionalBound)
| Method Detail |
|---|
public String toString()
toString in class Object
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||