Uses of Interface
org.bridj.BridJRuntime

Packages that use BridJRuntime
org.bridj BridJ core classes and C runtime (Pointer, BridJ, SizeT, Platform, LastError...). 
org.bridj.cpp BridJ C++ runtime. 
org.bridj.cpp.com BridJ COM support (Windows-only, working but under-tested). 
org.bridj.cpp.mfc BridJ Windows MFC runtime (not working properly yet). 
org.bridj.cs BridJ C# support (stub, not implemented). 
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 in org.bridj
 

Classes in org.bridj that implement BridJRuntime
 class AbstractBridJRuntime
          Base class for implementation of runtimes
 class CRuntime
          C runtime (used by default when no Runtime annotation is found).
 

Methods in org.bridj with type parameters of type BridJRuntime
static
<R extends BridJRuntime>
R
BridJ.getRuntimeByRuntimeClass(Class<R> runtimeClass)
           
 

Methods in org.bridj that return BridJRuntime
 BridJRuntime CRuntime.CTypeInfo.getRuntime()
           
 BridJRuntime BridJRuntime.TypeInfo.getRuntime()
           
static BridJRuntime BridJ.getRuntime(Class<?> type)
          Get the runtime associated with a class (using the Runtime annotation, if any, looking up parents and defaulting to CRuntime).
static BridJRuntime BridJ.register(Class<?> type)
          Registers the native method of a type (and all its inner types).
 

Methods in org.bridj that return types with arguments of type BridJRuntime
static Class<? extends BridJRuntime> BridJ.getRuntimeClass(Class<?> type)
          Get the runtime class associated with a class (using the Runtime annotation, if any, looking up parents and defaulting to CRuntime).
 

Uses of BridJRuntime in org.bridj.cpp
 

Classes in org.bridj.cpp that implement BridJRuntime
 class CPPRuntime
          C++ runtime (derives from the C runtime).
 

Uses of BridJRuntime in org.bridj.cpp.com
 

Classes in org.bridj.cpp.com that implement BridJRuntime
 class COMRuntime
          Microsoft COM runtime, along with useful constants and methods.
 

Uses of BridJRuntime in org.bridj.cpp.mfc
 

Classes in org.bridj.cpp.mfc that implement BridJRuntime
 class MFCRuntime
           
 

Uses of BridJRuntime in org.bridj.cs
 

Subinterfaces of BridJRuntime in org.bridj.cs
 interface CSharpRuntime
           
 

Uses of BridJRuntime in org.bridj.cs.dotnet
 

Classes in org.bridj.cs.dotnet that implement BridJRuntime
 class DotNetRuntime
           
 

Uses of BridJRuntime in org.bridj.cs.mono
 

Classes in org.bridj.cs.mono that implement BridJRuntime
 class MonoRuntime
          Stub, not implemented (see
Uses of BridJRuntime in org.bridj.objc
 

Classes in org.bridj.objc that implement BridJRuntime
 class ObjectiveCRuntime
           
 



Copyright © 2009-2012. All Rights Reserved.