MethodObjA method.
blockThe statement block (if any).
isConstructorWhether this is a constructor.
isFinalWhether this method is final.
isIgnoreWhether this method is to be ignored (using the Ignore annotation).
isNativeWhether this method is native.
isPrivateWhether this method is private.
isPublicWhether this method is public.
isStaticWhether this method is static.
isVarArgsWhether the last parameter is a var args parameter.
isVirtualWhether this method is overridden.
nameThe name.
parametersThe parameter list.
returnTypeThe return type.
| ||||||||||||||||||||||||||||||||||