Package org.codehaus.janino
Class Java.TypeParameter
- java.lang.Object
-
- org.codehaus.janino.Java.TypeParameter
-
-
Field Summary
Fields Modifier and Type Field Description String
name
The name of the type variable.Java.ReferenceType[]
optionalBound
The optional bound of the type parameter.
-
Constructor Summary
Constructors Constructor Description TypeParameter(String name, Java.ReferenceType[] optionalBound)
-
-
-
Field Detail
-
name
public final String name
The name of the type variable.
-
optionalBound
public final Java.ReferenceType[] optionalBound
The optional bound of the type parameter.
-
-
Constructor Detail
-
TypeParameter
public TypeParameter(String name, Java.ReferenceType[] optionalBound)
-
-