Interface SoftMethod
- All Known Implementing Classes:
SoftMethodImpl
public interface SoftMethod
- Author:
- thevpc
-
Method Details
-
getName
String getName() -
getModifiers
int getModifiers() -
getParameterTypes
String[] getParameterTypes() -
getDeclaringClass
SoftClass getDeclaringClass() -
getDeclaringClassName
String getDeclaringClassName() -
getAnnotations
SoftAnnotation[] getAnnotations()
-