Package org.fife.rsta.ac.java.rjc.lang
Class TypeParameter
- java.lang.Object
-
- org.fife.rsta.ac.java.rjc.lang.TypeParameter
-
public class TypeParameter extends java.lang.ObjectA TypeParameter.TypeParameter: Identifier ['extends' Bound] Bound: Type { '&' Type }- Version:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description TypeParameter(Token name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBound(Type bound)Adds a bound to this type parameter.java.lang.StringgetName()
-