com.thoughtworks.qdox.parser.structs
Class TypeVariableDef
java.lang.Object
com.thoughtworks.qdox.parser.structs.TypeVariableDef
public class TypeVariableDef
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
bounds
public List bounds
TypeVariableDef
public TypeVariableDef(String name)
TypeVariableDef
public TypeVariableDef(String name,
List bounds)
Copyright © 2002-2011. All Rights Reserved.