aicas logoJamaica 3.2 release 62

sun.reflect.generics.tree
Class MethodTypeSignature

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

public class MethodTypeSignature
extends Object
implements Signature


Method Summary
 void accept(Visitor v)
           
 FieldTypeSignature[] getExceptionTypes()
           
 FormalTypeParameter[] getFormalTypeParameters()
           
 TypeSignature[] getParameterTypes()
           
 ReturnType getReturnType()
           
static MethodTypeSignature make(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

make

public static MethodTypeSignature make(FormalTypeParameter[] ftps,
                                       TypeSignature[] pts,
                                       ReturnType rt,
                                       FieldTypeSignature[] ets)

getFormalTypeParameters

public FormalTypeParameter[] getFormalTypeParameters()
Specified by:
getFormalTypeParameters in interface Signature

getParameterTypes

public TypeSignature[] getParameterTypes()

getReturnType

public ReturnType getReturnType()

getExceptionTypes

public FieldTypeSignature[] getExceptionTypes()

accept

public void accept(Visitor v)

aicas logoJamaica 3.2 release 62

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