Uses of Class
com.kenai.jffi.ObjectParameterType
-
Packages that use ObjectParameterType Package Description com.kenai.jffi -
-
Uses of ObjectParameterType in com.kenai.jffi
Fields in com.kenai.jffi declared as ObjectParameterType Modifier and Type Field Description (package private) static ObjectParameterType[]ObjectParameterType.TypeCache. arrayTypeCache(package private) static ObjectParameterType[]ObjectParameterType.TypeCache. bufferTypeCache(package private) static ObjectParameterTypeObjectParameterType. INVALID(package private) static ObjectParameterTypeObjectParameterType. NONEMethods in com.kenai.jffi that return ObjectParameterType Modifier and Type Method Description static ObjectParameterTypeObjectParameterType. create(ObjectParameterType.ObjectType objectType, ObjectParameterType.ComponentType componentType)Constructors in com.kenai.jffi with parameters of type ObjectParameterType Constructor Description DirectObjectParameterStrategy(boolean isDirect, ObjectParameterType parameterType)ObjectParameterStrategy(boolean isDirect, ObjectParameterType type)ObjectParameterStrategy(ObjectParameterStrategy.StrategyType strategyType, ObjectParameterType parameterType)
-