Interface JGenerifiable
- All Known Implementing Classes:
JDefinedClass, JMethod
public interface JGenerifiable
Declarations that can have type variables.
Something that can be made into a generic.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Method Summary
Modifier and TypeMethodDescriptionAdds a new type variable to this declaration.Adds a new type variable to this declaration with a bound.Adds a new type variable to this declaration with a bound.JTypeVar[]Iterates all the type parameters of this class/interface.
-
Method Details
-
generify
-
generify
-
generify
-
typeParams
JTypeVar[] typeParams()Iterates all the type parameters of this class/interface.
-