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