Package | Description |
---|---|
org.bridj | |
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.objc |
BridJ Objective-C runtime (MacOS X only, not working properly yet).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBridJRuntime
Base class for implementation of runtimes
|
class |
CRuntime
C runtime (used by default when no
Runtime annotation
is found). |
Modifier and Type | Method and Description |
---|---|
static <R extends BridJRuntime> |
BridJ.getRuntimeByRuntimeClass(Class<R> runtimeClass) |
Modifier and Type | Method and Description |
---|---|
BridJRuntime |
CRuntime.CTypeInfo.getRuntime() |
BridJRuntime |
BridJRuntime.TypeInfo.getRuntime() |
static BridJRuntime |
BridJ.getRuntime(Class<?> type)
|
static BridJRuntime |
BridJ.register(Class<?> type)
Registers the native method of a type (and all its inner types).
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends BridJRuntime> |
BridJ.getRuntimeClass(Class<?> type)
|
Modifier and Type | Class and Description |
---|---|
class |
CPPRuntime
C++ runtime (derives from the C runtime).
|
Modifier and Type | Class and Description |
---|---|
class |
COMRuntime
Microsoft COM runtime, along with useful constants and methods.
|
Modifier and Type | Class and Description |
---|---|
class |
MFCRuntime |
Modifier and Type | Class and Description |
---|---|
class |
ObjectiveCRuntime |
Copyright © 2009-2020. All Rights Reserved.