com.ibm.sigtest
Class MethodDesc
java.lang.Object
com.ibm.sigtest.MemberDesc
com.ibm.sigtest.MethodDesc
- public class MethodDesc
- extends MemberDesc
This class stores all the information needed to identify a method
signature.
- Author:
- Matthew J. Duftler (duftler@us.ibm.com)
Constructor Summary |
MethodDesc(java.lang.String name,
int modifiers,
java.lang.String returnTypeName,
java.util.List paramTypeNames,
java.util.List exceptionTypeNames)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MethodDesc
public MethodDesc(java.lang.String name,
int modifiers,
java.lang.String returnTypeName,
java.util.List paramTypeNames,
java.util.List exceptionTypeNames)
setReturnTypeName
public void setReturnTypeName(java.lang.String returnTypeName)
getReturnTypeName
public java.lang.String getReturnTypeName()
setParameterTypeNames
public void setParameterTypeNames(java.util.List paramTypeNames)
getParameterTypeNames
public java.util.List getParameterTypeNames()
setExceptionTypeNames
public void setExceptionTypeNames(java.util.List exceptionTypeNames)
getExceptionTypeNames
public java.util.List getExceptionTypeNames()
parseMethodDesc
public static MethodDesc parseMethodDesc(java.lang.String methodDescStr)
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
toString
public java.lang.String toString(boolean expandModifiers)
toString
public java.lang.String toString()
Copyright © 2003,2006 IBM. All Rights Reserved.