Class RMethod
java.lang.Object
uk.co.terminological.rjava.plugin.RAnnotated
uk.co.terminological.rjava.plugin.RMethod
-
Field Summary
Fields inherited from class uk.co.terminological.rjava.plugin.RAnnotated
simpleName, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParameter(String name, RType parameterType, String defaultExpr) getName()getParameterCsv(String sep) getParameterDescription(String paramName) getParameterType(String paramName) getPrefixedParameterCsv(String pre, int tabs) getTests()getTitle()booleanbooleanhasTests()booleanisAsync()booleanbooleanbooleanisFuture()booleanisStatic()voidsetReturnType(RType returnType) Methods inherited from class uk.co.terminological.rjava.plugin.RAnnotated
doxygen, doxygen, doxygen, doxygen, equals, getAnnotationList, getAnnotations, getAnnotationValue, getCanonicalName, getJNIName, getModel, getSimpleName, getSnakeCase, hashCode, indent, isA, mergeAnnotations, rdEscape, rdEscapeExample
-
Constructor Details
-
RMethod
-
-
Method Details
-
setReturnType
-
addParameter
-
getSnakeCaseName
- Overrides:
getSnakeCaseNamein classRAnnotated
-
getReturnType
-
getName
-
getParameterNames
-
getParameterTypes
-
isFactory
public boolean isFactory() -
getDescription
-
getTitle
-
getNonTitleDescription
-
getParameterDescription
-
getParameterType
-
isStatic
public boolean isStatic() -
isAsync
public boolean isAsync() -
isFuture
public boolean isFuture() -
hasExamples
public boolean hasExamples() -
hasTests
public boolean hasTests() -
getExamples
-
getTests
-
isConstructor
public boolean isConstructor() -
getParameterCsv
-
getParameterCsv
-
getPrefixedParameterCsv
-
getPrefixedParameterCsv
-
getFunctionParameterCsv
-
getFunctionParameterCsv
-