public class EditableMethod extends Method implements Editable<MethodBuilder>
ABSTRACT, FINAL, PRIVATE, PROTECTED, PUBLIC, STATIC, SYNCHRONIZED
ALSO_IMPORT, DEFAULT_VALUE, INIT, INIT_FUNCTION, LAZY_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, toString
getModifiers, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, isSynchronized, isTransient
getAttribute, getAttributes, hasAttribute
public MethodBuilder edit()
edit
in interface Editable<MethodBuilder>
Copyright © 2019 JBoss by Red Hat. All rights reserved.