Package com.github.tadukoo.java.method
Class EditableJavaMethod.EditableJavaMethodBuilder
java.lang.Object
com.github.tadukoo.java.method.JavaMethodBuilder<EditableJavaMethod>
com.github.tadukoo.java.method.EditableJavaMethod.EditableJavaMethodBuilder
- Enclosing class:
- EditableJavaMethod
public static class EditableJavaMethod.EditableJavaMethodBuilder
extends JavaMethodBuilder<EditableJavaMethod>
A builder used to make an
EditableJavaMethod- Since:
- Alpha v.0.4
- Version:
- Beta v.0.6
- Author:
- Logan Ferree (Tadukoo)
- See Also:
-
Field Summary
Fields inherited from class com.github.tadukoo.java.method.JavaMethodBuilder
annotations, isAbstract, isFinal, isStatic, javadoc, lines, name, parameters, returnType, throwTypes, typeParameters, visibility -
Method Summary
Modifier and TypeMethodDescriptionChecks for errors specific to the subclassprotected EditableJavaMethodConstructs a newJavaMethodusing the set parametersMethods inherited from class com.github.tadukoo.java.method.JavaMethodBuilder
addTypeParameters, annotation, annotations, build, copy, isAbstract, isAbstract, isFinal, isFinal, isStatic, isStatic, javadoc, line, lines, name, parameter, parameter, parameters, returnType, returnType, throwType, throwTypes, typeParameter, typeParameters, visibility
-
Method Details
-
checkForSpecificErrors
Checks for errors specific to the subclass- Specified by:
checkForSpecificErrorsin classJavaMethodBuilder<EditableJavaMethod>- Returns:
- The errors found in the subclass, or an empty List
-
constructMethod
Constructs a newJavaMethodusing the set parameters- Specified by:
constructMethodin classJavaMethodBuilder<EditableJavaMethod>- Returns:
- The newly created
JavaMethod
-