Uses of Class
org.bytedeco.javacpp.tools.MethodInformation
-
Packages that use MethodInformation Package Description org.bytedeco.javacpp.tools Contains classes used at build time by JavaCPP. -
-
Uses of MethodInformation in org.bytedeco.javacpp.tools
Fields in org.bytedeco.javacpp.tools with type parameters of type MethodInformation Modifier and Type Field Description (package private) java.util.Map<java.lang.reflect.Method,MethodInformation>
Generator. annotationCache
Methods in org.bytedeco.javacpp.tools that return MethodInformation Modifier and Type Method Description (package private) MethodInformation
Generator. methodInformation(java.lang.reflect.Method method)
Methods in org.bytedeco.javacpp.tools with parameters of type MethodInformation Modifier and Type Method Description (package private) AdapterInformation
Generator. adapterInformation(boolean out, MethodInformation methodInfo, int j)
(package private) static boolean
Generator. asUtf16(MethodInformation methodInfo, int j)
(package private) java.lang.annotation.Annotation
Generator. by(MethodInformation methodInfo, int j)
(package private) void
Generator. call(MethodInformation methodInfo, java.lang.String returnPrefix, boolean secondCall)
(package private) void
Generator. callback(java.lang.Class<?> cls, java.lang.reflect.Method callbackMethod, java.lang.String callbackName, int allocatorMax, boolean needDefinition, MethodInformation methodInfo)
(package private) java.lang.String
Generator. cast(MethodInformation methodInfo, int j)
(package private) static java.lang.String
Generator. cppScopeName(MethodInformation methodInfo)
(package private) java.lang.String[]
Generator. cppTypeName(MethodInformation methodInfo, int j)
(package private) void
Generator. parametersAfter(MethodInformation methodInfo)
(package private) void
Generator. parametersBefore(MethodInformation methodInfo)
(package private) void
Generator. returnAfter(MethodInformation methodInfo)
(package private) java.lang.String
Generator. returnBefore(MethodInformation methodInfo)
-