public abstract class GenJava8ExecutableElement extends GenParameterizable implements ExecutableElement
| Constructor and Description |
|---|
GenJava8ExecutableElement() |
GenJava8ExecutableElement(Name simpleName) |
GenJava8ExecutableElement(String simpleName) |
| Modifier and Type | Method and Description |
|---|---|
TypeMirror |
getReceiverType() |
boolean |
isDefault() |
addTypeParameter, getDeclaredType, getOrCreateTypeParameter, getTypeParameters, removeTypeParameter, resolveTypeVariable, resolveTypeVariables, setTypeParametersaccept, add, addAnnotationMirror, addEnclosedElement, addModifier, asType, enclosedElementComparator, enclosingParameterizable, getAnnotationMirrors, getComment, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleName, removeAnnotationMirror, removeEnclosedElement, removeModifier, resolveContainedTypeVariables, setAnnotationMirrors, setComment, setEnclosedElements, setEnclosingElement, setModifiers, setSimpleName, setSimpleName, setVisibilitygetAnnotation, getAnnotationsByTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultValue, getParameters, getReturnType, getSimpleName, getThrownTypes, getTypeParameters, isVarArgsaccept, asType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getEnclosingElement, getKind, getModifiers, hashCodegetAnnotationsByTypepublic GenJava8ExecutableElement()
public GenJava8ExecutableElement(Name simpleName)
public GenJava8ExecutableElement(String simpleName)
public TypeMirror getReceiverType()
getReceiverType in interface ExecutableElementpublic boolean isDefault()
isDefault in interface ExecutableElementCopyright © 2018. All rights reserved.