public class Method extends Object
| Constructor and Description |
|---|
Method() |
public Method setPublic()
public Method setProtected()
public Method setPrivate()
public Method setStatic()
public Method setDefault()
public Method setAbstract()
public String getName()
public String getReturnTypeLiteral()
public GenericType getReturnType()
public Method setReturnType(GenericType returnType)
public Method addParameter(GenericType type, String name)
public Method addParameter(GenericType type, String name, boolean vararg)
public String getBody()
public Method addThrows(GenericType type)
public Annotation addAnnotation(Class<? extends Annotation> clazz)
public boolean hasAnnotation(Class<? extends Annotation> clazz)
public Annotation getAnnotation(Class<? extends Annotation> clazz)
public Javadoc getJavaDoc()
public Method setConstructor(boolean cns)
public boolean hasJavaDoc()
public Method copy()
Apache Camel