aicas logo Jamaica 3.4 release 8

sun.reflect.generics.tree
Class ClassSignature

java.lang.Object
  extended by sun.reflect.generics.tree.ClassSignature
All Implemented Interfaces:
Signature, Tree

public class ClassSignature
extends Object
implements Signature


Method Summary
 void accept(Visitor v)
           
 FormalTypeParameter[] getFormalTypeParameters()
           
 ClassTypeSignature getSuperclass()
           
 ClassTypeSignature[] getSuperInterfaces()
           
static ClassSignature make(FormalTypeParameter[] ftps, ClassTypeSignature sc, ClassTypeSignature[] sis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.