public class EditableMethod extends Method implements Editable<MethodBuilder>
ABSTRACT, FINAL, PRIVATE, PROTECTED, PUBLIC, STATIC, SYNCHRONIZEDALSO_IMPORT, INIT| Constructor and Description |
|---|
EditableMethod(List<String> comments,
List<AnnotationRef> annotations,
List<TypeParamDef> parameters,
String name,
TypeRef returnType,
List<Property> arguments,
boolean varArgPreferred,
List<ClassRef> exceptions,
Block block,
int modifiers,
Map<AttributeKey,Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
MethodBuilder |
edit() |
equals, getAnnotations, getArguments, getBlock, getComments, getExceptions, getName, getParameters, getReferences, getReturnType, hashCode, isVarArgPreferred, toStringgetModifiers, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, isSynchronized, isTransientgetAttribute, getAttributes, hasAttributepublic MethodBuilder edit()
edit in interface Editable<MethodBuilder>Copyright © 2016. All Rights Reserved.