Uses of Class
jnr.ffi.Type

Packages that use Type
jnr.ffi   
jnr.ffi.provider   
jnr.ffi.provider.jffi   
 

Uses of Type in jnr.ffi
 

Subclasses of Type in jnr.ffi
 class StructLayout
           
 

Fields in jnr.ffi declared as Type
protected  Type StructLayout.NumberField.type
           
protected  Type Struct.NumberField.type
           
 

Methods in jnr.ffi that return Type
abstract  Type Runtime.findType(NativeType type)
          Looks up the runtime-specific that corresponds to the pseudo-type
abstract  Type Runtime.findType(TypeAlias type)
          Looks up the runtime-specific that corresponds to the pseudo-type
 

Methods in jnr.ffi with parameters of type Type
protected  int StructLayout.addField(Type t)
           
protected  int StructLayout.addField(Type t, Struct.Offset offset)
           
abstract  long Pointer.getInt(Type type, long offset)
          Reads an integer value of the given type, at the given offset.
abstract  void Pointer.putInt(Type type, long offset, long value)
          Writes an integer of a specific type, at the given offset.
 

Constructors in jnr.ffi with parameters of type Type
Struct.Padding(Type type, int length)
           
StructLayout.AbstractField(Type type)
           
StructLayout.AbstractField(Type type, Struct.Offset offset)
           
StructLayout.NumberField(Type type)
           
StructLayout.NumberField(Type type, Struct.Offset offset)
           
StructLayout.Padding(Type type, int length)
           
 

Uses of Type in jnr.ffi.provider
 

Subclasses of Type in jnr.ffi.provider
 class BadType
           
 

Methods in jnr.ffi.provider that return Type
 Type AbstractRuntime.findType(NativeType type)
          Looks up the runtime-specific that corresponds to the pseudo-type
 

Methods in jnr.ffi.provider with parameters of type Type
 long AbstractMemoryIO.getInt(Type type, long offset)
           
 void AbstractMemoryIO.putInt(Type type, long offset, long value)
           
 

Constructor parameters in jnr.ffi.provider with type arguments of type Type
AbstractRuntime(ByteOrder byteOrder, EnumMap<NativeType,Type> typeMap)
           
 

Uses of Type in jnr.ffi.provider.jffi
 

Methods in jnr.ffi.provider.jffi that return Type
 Type NativeRuntime.findType(TypeAlias type)
           
 



Copyright © 2012. All Rights Reserved.