public class GenMethod extends GenExecutableElement implements ExecutableElement
| Modifier and Type | Field and Description |
|---|---|
static ElementKind |
kind |
| Constructor and Description |
|---|
GenMethod() |
GenMethod(Name simpleName) |
GenMethod(String simpleName) |
| Modifier and Type | Method and Description |
|---|---|
ElementKind |
getKind() |
addModifier, addParameter, addThrownType, getBody, getDefaultValue, getParameters, getReturnType, getThrownTypes, isVarArgs, removeParameter, removeThrownType, resolveContainedTypeVariables, resolveTypeVariable, setBody, setDefaultValue, setParameters, setReturnType, setThrownTypes, setVarArgs, toStringgetReceiverType, isDefaultaddTypeParameter, getDeclaredType, getOrCreateTypeParameter, getTypeParameters, removeTypeParameter, resolveTypeVariables, setTypeParametersaccept, add, addAnnotationMirror, addEnclosedElement, asType, enclosedElementComparator, enclosingParameterizable, getAnnotationMirrors, getComment, getEnclosedElements, getEnclosingElement, getModifiers, getSimpleName, removeAnnotationMirror, removeEnclosedElement, removeModifier, setAnnotationMirrors, setComment, setEnclosedElements, setEnclosingElement, setModifiers, setSimpleName, setSimpleName, setVisibilitygetAnnotation, getAnnotationsByTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDefaultValue, getParameters, getReceiverType, getReturnType, getSimpleName, getThrownTypes, getTypeParameters, isDefault, isVarArgsaccept, asType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getEnclosingElement, getModifiers, hashCodegetAnnotationsByTypepublic static final ElementKind kind
public GenMethod(String simpleName)
public GenMethod(Name simpleName)
public GenMethod()
public ElementKind getKind()
getKind in interface ElementgetKind in class GenElementCopyright © 2018. All rights reserved.