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