Class SoftMethodImpl
java.lang.Object
net.thevpc.common.prs.softreflect.SoftMethodImpl
- All Implemented Interfaces:
SoftMethod
- Author:
- thevpc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetName()String[]voidsetAnnotations(SoftAnnotation[] annotations) voidsetDeclaringClass(SoftClass declaringClass) voidsetDeclaringClassName(String declaringClassName) voidsetModifiers(int modifiers) voidvoidsetParameterTypes(String[] parameterTypes) voidsetReturnType(String returnType) toString()
-
Constructor Details
-
SoftMethodImpl
public SoftMethodImpl() -
SoftMethodImpl
-
-
Method Details
-
getDeclaringClass
- Specified by:
getDeclaringClassin interfaceSoftMethod
-
setDeclaringClass
-
getDeclaringClassName
- Specified by:
getDeclaringClassNamein interfaceSoftMethod
-
setDeclaringClassName
-
getAnnotations
- Specified by:
getAnnotationsin interfaceSoftMethod
-
setAnnotations
-
getModifiers
public int getModifiers()- Specified by:
getModifiersin interfaceSoftMethod
-
setModifiers
public void setModifiers(int modifiers) -
getName
- Specified by:
getNamein interfaceSoftMethod
-
setName
-
getParameterTypes
- Specified by:
getParameterTypesin interfaceSoftMethod
-
setParameterTypes
-
getReturnType
-
setReturnType
-
toString
-