Class UneditableJavaMethod
java.lang.Object
com.github.tadukoo.java.JavaMethod
com.github.tadukoo.java.uneditable.UneditableJavaMethod
Represents a method in Java that is not modifiable
- Since:
- Alpha v.0.2 (as JavaMethod), Alpha v.0.4 (as UneditableJavaMethod)
- Version:
- Alpha v.0.4
- Author:
- Logan Ferree (Tadukoo)
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.github.tadukoo.java.JavaMethod
annotations, isStatic, javadoc, lines, name, parameters, returnType, sectionComment, throwTypes, visibility -
Method Summary
Methods inherited from class com.github.tadukoo.java.JavaMethod
equals, getAnnotations, getJavadoc, getLines, getName, getParameters, getReturnType, getSectionComment, getThrowTypes, getVisibility, isEditable, isStatic, toString
-
Method Details
-
builder
- Returns:
- A new
UneditableJavaMethod.UneditableJavaMethodBuilderto use to build a newUneditableJavaMethod
-