Class ProcessingEnvironmentWrapper.CustomExecutableTypeBuilder
java.lang.Object
com.codename1.rad.annotations.processors.ProcessingEnvironmentWrapper.CustomTypeMirrorBuilder<ProcessingEnvironmentWrapper.CustomExecutableTypeBuilder,ProcessingEnvironmentWrapper.CustomExecutableType>
com.codename1.rad.annotations.processors.ProcessingEnvironmentWrapper.CustomExecutableTypeBuilder
- Enclosing class:
- ProcessingEnvironmentWrapper
public class ProcessingEnvironmentWrapper.CustomExecutableTypeBuilder
extends ProcessingEnvironmentWrapper.CustomTypeMirrorBuilder<ProcessingEnvironmentWrapper.CustomExecutableTypeBuilder,ProcessingEnvironmentWrapper.CustomExecutableType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TypeMirror>protected TypeMirrorprotected TypeMirrorprotected List<TypeMirror>protected List<TypeVariable> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddParameterType(TypeMirror parameterType) addThrownType(TypeMirror mirror) build()protected voidreceiverType(TypeMirror receiverType) returnType(TypeMirror returnType) Methods inherited from class com.codename1.rad.annotations.processors.ProcessingEnvironmentWrapper.CustomTypeMirrorBuilder
kind, stringValue
-
Field Details
-
typeVariables
-
returnType
-
parameterTypes
-
receiverType
-
thrownTypes
-
-
Constructor Details
-
CustomExecutableTypeBuilder
public CustomExecutableTypeBuilder()
-
-
Method Details
-
addTypeVariable
-
returnType
-
addParameterType
public ProcessingEnvironmentWrapper.CustomExecutableTypeBuilder addParameterType(TypeMirror parameterType) -
receiverType
public ProcessingEnvironmentWrapper.CustomExecutableTypeBuilder receiverType(TypeMirror receiverType) -
addThrownType
-
decorate
-
build
-