sun.reflect.generics.tree
Class MethodTypeSignature
java.lang.Object
sun.reflect.generics.tree.MethodTypeSignature
- All Implemented Interfaces:
- Signature, Tree
public class MethodTypeSignature
- 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 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 GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.