public class ProcessingEnvironmentWrapper.CustomExecutableElementBuilder extends ProcessingEnvironmentWrapper.CustomElementBuilder<ProcessingEnvironmentWrapper.CustomExecutableElementBuilder,ProcessingEnvironmentWrapper.CustomExecutableElement>
| Constructor and Description |
|---|
CustomExecutableElementBuilder() |
add, add, enclosingElement, kind, modifiers, simpleName, typepublic ProcessingEnvironmentWrapper.CustomExecutableElementBuilder addTypeParameter(TypeParameterElement el)
public ProcessingEnvironmentWrapper.CustomExecutableElementBuilder returnType(TypeMirror returnType)
public ProcessingEnvironmentWrapper.CustomExecutableElementBuilder addParameter(VariableElement param)
public ProcessingEnvironmentWrapper.CustomExecutableElementBuilder receiverType(TypeMirror receiverType)
public ProcessingEnvironmentWrapper.CustomExecutableElementBuilder varargs(boolean varargs)
public ProcessingEnvironmentWrapper.CustomExecutableElementBuilder setDefault(boolean def)
public ProcessingEnvironmentWrapper.CustomExecutableElementBuilder addThrownType(TypeMirror thrownType)
protected ProcessingEnvironmentWrapper.CustomExecutableElementBuilder decorate(ProcessingEnvironmentWrapper.CustomExecutableElement element)
Copyright © 2022. All Rights Reserved.