sun.reflect.generics.tree
Class ClassSignature
java.lang.Object
sun.reflect.generics.tree.ClassSignature
- All Implemented Interfaces:
- Signature, Tree
public class ClassSignature
- extends Object
- implements Signature
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
make
public static ClassSignature make(FormalTypeParameter[] ftps,
ClassTypeSignature sc,
ClassTypeSignature[] sis)
getFormalTypeParameters
public FormalTypeParameter[] getFormalTypeParameters()
- Specified by:
getFormalTypeParameters in interface Signature
getSuperclass
public ClassTypeSignature getSuperclass()
getSuperInterfaces
public ClassTypeSignature[] getSuperInterfaces()
accept
public void accept(Visitor v)
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.