public class

MethodTypeSignature

extends Object
implements Signature
java.lang.Object
   ↳ sun.reflect.generics.tree.MethodTypeSignature

Summary

Public Methods
void accept(Visitor v)
FieldTypeSignature[] getExceptionTypes()
FormalTypeParameter[] getFormalTypeParameters()
TypeSignature[] getParameterTypes()
ReturnType getReturnType()
static MethodTypeSignature make(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets)
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.reflect.generics.tree.Signature

Public Methods

public void accept (Visitor v)

public FieldTypeSignature[] getExceptionTypes ()

public FormalTypeParameter[] getFormalTypeParameters ()

public TypeSignature[] getParameterTypes ()

public ReturnType getReturnType ()