Package io.ran
Class MethodSignature
java.lang.Object
io.ran.MethodSignature
-
Constructor Summary
ConstructorsConstructorDescriptionMethodSignature
(Clazz<?> owner, String name, Clazz<?> returnType, Clazz... parameters) MethodSignature
(Constructor method) MethodSignature
(Method method) -
Method Summary
-
Constructor Details
-
MethodSignature
-
MethodSignature
-
MethodSignature
-
MethodSignature
-
-
Method Details
-
Exceptions
-
setName
-
getName
-
getReturnType
-
getMethodDescriptor
-
getMethodSignature
-
getExceptions
-
isConstructor
public boolean isConstructor() -
isStatic
public boolean isStatic() -
getOwner
-
getParameterCount
public int getParameterCount() -
setOwner
-