public class Method extends AbstractMethod
annotations, name, paramAnnotations, parameters, returnType| Constructor and Description |
|---|
Method() |
Method(String name,
Class returnType,
Class[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
createMethod(org.objectweb.asm.ClassWriter cw) |
boolean |
isAbstract() |
addAnnotation, addAnnotationProperty, addParamAnnotation, addParamAnnotationProperty, equals, getAnnotation, getMethodSignature, getName, getParamAnnotation, getParameters, getReturnType, hashCode, setName, setParameters, setReturnTypepublic void createMethod(org.objectweb.asm.ClassWriter cw)
createMethod in class AbstractMethodpublic boolean isAbstract()
isAbstract in class AbstractMethodCopyright © 2016 Esfinge Framework. All rights reserved.