Uses of Class
com.github.tadukoo.java.JavaMethodBuilder
Packages that use JavaMethodBuilder
Package
Description
Contains the base classes for dealing with Java code
Contains editable versions of Java types for working with Java code
Contains uneditable versions of Java types to use for handling Java code
-
Uses of JavaMethodBuilder in com.github.tadukoo.java
Methods in com.github.tadukoo.java that return JavaMethodBuilderModifier and TypeMethodDescriptionJavaMethodBuilder.annotation(JavaAnnotation annotation) JavaMethodBuilder.annotations(List<JavaAnnotation> annotations) JavaMethodBuilder.isStatic()Sets the method as staticJavaMethodBuilder.isStatic(boolean isStatic) JavaMethodBuilder.parameters(List<com.github.tadukoo.util.tuple.Pair<String, String>> parameters) JavaMethodBuilder.returnType(String returnType) JavaMethodBuilder.sectionComment(String sectionComment) JavaMethodBuilder.throwTypes(List<String> throwTypes) JavaMethodBuilder.visibility(Visibility visibility) -
Uses of JavaMethodBuilder in com.github.tadukoo.java.editable
Subclasses of JavaMethodBuilder in com.github.tadukoo.java.editable -
Uses of JavaMethodBuilder in com.github.tadukoo.java.uneditable
Subclasses of JavaMethodBuilder in com.github.tadukoo.java.uneditable