org.codehaus.janino
Class Java.TypeParameter
java.lang.Object
org.codehaus.janino.Java.TypeParameter
- Enclosing class:
- Java
public static class Java.TypeParameter
- extends java.lang.Object
Representation of a type parameter (which declares a type variable).
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
public final java.lang.String name
- The name of the type variable.
optionalBound
public final Java.ReferenceType[] optionalBound
- The optional bound of the type parameter.
Java.TypeParameter
public Java.TypeParameter(java.lang.String name,
Java.ReferenceType[] optionalBound)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object