Uses of Class
com.github.tadukoo.parsing.code.java.JavaMethod.JavaMethodBuilder
-
Uses of JavaMethod.JavaMethodBuilder in com.github.tadukoo.parsing.code.java
Modifier and TypeMethodDescriptionJavaMethod.JavaMethodBuilder.annotation
(JavaAnnotation annotation) JavaMethod.JavaMethodBuilder.annotations
(List<JavaAnnotation> annotations) static JavaMethod.JavaMethodBuilder
JavaMethod.builder()
JavaMethod.JavaMethodBuilder.parameters
(List<com.github.tadukoo.util.tuple.Pair<String, String>> parameters) JavaMethod.JavaMethodBuilder.returnType
(String returnType) JavaMethod.JavaMethodBuilder.throwTypes
(List<String> throwTypes) JavaMethod.JavaMethodBuilder.visibility
(Visibility visibility)