Class Java.TypeParameter
java.lang.Object
org.codehaus.janino.Java.TypeParameter
- Enclosing class:
Java
Representation of a type parameter (which declares a type variable).
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Java.ReferenceType[]The optional bound of the type parameter.final StringThe name of the type variable. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name of the type variable. -
bound
The optional bound of the type parameter.
-
-
Constructor Details
-
TypeParameter
-
-
Method Details
-
toString
-