Class TypeParameter
java.lang.Object
org.fife.rsta.ac.java.rjc.lang.TypeParameter
A TypeParameter.
TypeParameter:
Identifier ['extends' Bound]
Bound:
Type { '&' Type }
- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
bounds
-
-
Constructor Details
-
TypeParameter
-
-
Method Details
-
addBound
Adds a bound to this type parameter.- Parameters:
bound- The bound to add.
-
getName
-