org.fife.rsta.ac.java.rjc.lang
Class TypeParameter
java.lang.Object
org.fife.rsta.ac.java.rjc.lang.TypeParameter
public class TypeParameter
- extends Object
A TypeParameter.
TypeParameter:
Identifier ['extends' Bound]
Bound:
Type { '&' Type }
- Version:
- 1.0
- Author:
- Robert Futrell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeParameter
public TypeParameter(Token name)
addBound
public void addBound(Type bound)
getName
public String getName()
Copyright © 2003-2011. All Rights Reserved.