Class ClassBuilderInfo.ClassMethod
java.lang.Object
org.freedesktop.dbus.utils.generator.ClassBuilderInfo.ClassMethod
- Enclosing class:
ClassBuilderInfo
Pojo which represents a class method.
- Since:
- v3.0.1 - 2018-12-20
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of annotations for this method.private final List<ClassBuilderInfo.MemberOrArgument> Arguments for this method, key is argument name, value is argument type.private final booleanTrue if method should be final, false otherwise.private final StringName of this method.private final StringReturn value of the method. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
Name of this method. -
returnType
Return value of the method. -
finalMethod
private final boolean finalMethodTrue if method should be final, false otherwise. -
arguments
Arguments for this method, key is argument name, value is argument type. -
annotations
List of annotations for this method.
-
-
Constructor Details
-
ClassMethod
-
-
Method Details
-
getName
-
getReturnType
-
isFinalMethod
public boolean isFinalMethod() -
getArguments
-
getAnnotations
-