Uses of Interface
org.bridj.BridJRuntime.TypeInfo

Packages that use BridJRuntime.TypeInfo
org.bridj BridJ core classes and C runtime (Pointer, BridJ, SizeT, Platform, LastError...). 
org.bridj.cpp BridJ C++ runtime. 
org.bridj.cs.dotnet BridJ C# support specific to Microsoft's .NET platform (stub, not implemented). 
org.bridj.cs.mono BridJ C# support specific to Novell's Mono platform (stub, not implemented). 
org.bridj.objc BridJ Objective-C runtime (MacOS X only, not working properly yet). 
 

Uses of BridJRuntime.TypeInfo in org.bridj
 

Classes in org.bridj that implement BridJRuntime.TypeInfo
 class CRuntime.CTypeInfo<T extends NativeObject>
           
 

Fields in org.bridj declared as BridJRuntime.TypeInfo
protected  BridJRuntime.TypeInfo NativeObject.typeInfo
           
 

Methods in org.bridj that return BridJRuntime.TypeInfo
<T extends NativeObject>
BridJRuntime.TypeInfo<T>
CRuntime.getTypeInfo(Type type)
           
<T extends NativeObject>
BridJRuntime.TypeInfo<T>
BridJRuntime.getTypeInfo(Type type)
           
 

Uses of BridJRuntime.TypeInfo in org.bridj.cpp
 

Classes in org.bridj.cpp that implement BridJRuntime.TypeInfo
 class CPPRuntime.CPPTypeInfo<T extends CPPObject>
           
 

Methods in org.bridj.cpp that return BridJRuntime.TypeInfo
<T extends NativeObject>
BridJRuntime.TypeInfo<T>
CPPRuntime.getTypeInfo(Type type)
           
 

Uses of BridJRuntime.TypeInfo in org.bridj.cs.dotnet
 

Methods in org.bridj.cs.dotnet that return BridJRuntime.TypeInfo
<T extends NativeObject>
BridJRuntime.TypeInfo<T>
DotNetRuntime.getTypeInfo(Type type)
           
 

Uses of BridJRuntime.TypeInfo in org.bridj.cs.mono
 

Methods in org.bridj.cs.mono that return BridJRuntime.TypeInfo
<T extends NativeObject>
BridJRuntime.TypeInfo<T>
MonoRuntime.getTypeInfo(Type type)
           
 

Uses of BridJRuntime.TypeInfo in org.bridj.objc
 

Methods in org.bridj.objc that return BridJRuntime.TypeInfo
<T extends NativeObject>
BridJRuntime.TypeInfo<T>
ObjectiveCRuntime.getTypeInfo(Type type)
           
 



Copyright © 2009-2012. All Rights Reserved.