Uses of Class
org.bytedeco.javacpp.tools.MethodInformation
Packages that use MethodInformation
-
Uses of MethodInformation in org.bytedeco.javacpp.tools
Fields in org.bytedeco.javacpp.tools with type parameters of type MethodInformationModifier and TypeFieldDescription(package private) Map
<Method, MethodInformation> Generator.annotationCache
Methods in org.bytedeco.javacpp.tools that return MethodInformationModifier and TypeMethodDescription(package private) MethodInformation
Generator.methodInformation
(Method method) Methods in org.bytedeco.javacpp.tools with parameters of type MethodInformationModifier and TypeMethodDescription(package private) AdapterInformation
Generator.adapterInformation
(boolean out, MethodInformation methodInfo, int j) (package private) static boolean
Generator.asUtf16
(MethodInformation methodInfo, int j) (package private) Annotation
Generator.by
(MethodInformation methodInfo, int j) (package private) void
Generator.call
(MethodInformation methodInfo, String returnPrefix, boolean secondCall) (package private) void
Generator.callback
(Class<?> cls, Method callbackMethod, String callbackName, int allocatorMax, boolean needDefinition, MethodInformation methodInfo) (package private) String
Generator.cast
(MethodInformation methodInfo, int j) (package private) static String
Generator.cppScopeName
(MethodInformation methodInfo) (package private) 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) String
Generator.returnBefore
(MethodInformation methodInfo)