|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavassist.bytecode.SignatureAttribute.MethodSignature
public static class SignatureAttribute.MethodSignature
Method type signature.
Method Summary | |
---|---|
SignatureAttribute.ObjectType[] |
getExceptionTypes()
Returns the types of the exceptions that may be thrown. |
SignatureAttribute.Type[] |
getParameterTypes()
Returns the types of the formal parameters. |
SignatureAttribute.Type |
getReturnType()
Returns the type of the returned value. |
SignatureAttribute.TypeParameter[] |
getTypeParameters()
Returns the formal type parameters. |
java.lang.String |
toString()
Returns the string representation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public SignatureAttribute.TypeParameter[] getTypeParameters()
public SignatureAttribute.Type[] getParameterTypes()
public SignatureAttribute.Type getReturnType()
public SignatureAttribute.ObjectType[] getExceptionTypes()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |