Method |
JavaClass.addMethod() |
Method |
JavaClass.addMethod(Method method) |
Method |
Method.addParameter(Class<?> type,
String name) |
Method |
Method.addParameter(Class<?> type,
String name,
boolean vararg) |
Method |
Method.addParameter(GenericType type,
String name) |
Method |
Method.addParameter(GenericType type,
String name,
boolean vararg) |
Method |
Method.addParameter(String type,
String name) |
Method |
Method.addParameter(String type,
String name,
boolean vararg) |
Method |
Method.addThrows(Class<?> type) |
Method |
Method.addThrows(GenericType type) |
Method |
Method.addThrows(String type) |
Method |
Method.copy() |
Method |
Property.getAccessor() |
Method |
Property.getMutator() |
Method |
Method.setAbstract() |
Method |
Method.setBody(String... statements) |
Method |
Method.setBody(String body) |
Method |
Method.setBodyF(String format,
Object... args) |
Method |
Method.setConstructor(boolean cns) |
Method |
Method.setDefault() |
Method |
Method.setName(String name) |
Method |
Method.setPrivate() |
Method |
Method.setProtected() |
Method |
Method.setPublic() |
Method |
Method.setReturnType(GenericType returnType) |
Method |
Method.setReturnType(String returnType) |
Method |
Method.setReturnType(Type returnType) |
Method |
Method.setSignature(String signature) |
Method |
Method.setStatic() |