|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bridj.AbstractBridJRuntime
public abstract class AbstractBridJRuntime
Base class for implementation of runtimes
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.bridj.BridJRuntime |
|---|
BridJRuntime.TypeInfo<T extends NativeObject> |
| Constructor Summary | |
|---|---|
AbstractBridJRuntime()
|
|
| Method Summary | |
|---|---|
Type |
getType(NativeObject instance)
|
static boolean |
isOverridenSignature(Type[] parentSignature,
Type[] overrideSignature,
int overrideOffset)
|
void |
unregister(Type type)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.bridj.BridJRuntime |
|---|
getActualInstanceClass, getTypeInfo, isAvailable, register |
| Constructor Detail |
|---|
public AbstractBridJRuntime()
| Method Detail |
|---|
public void unregister(Type type)
unregister in interface BridJRuntimepublic Type getType(NativeObject instance)
getType in interface BridJRuntime
public static boolean isOverridenSignature(Type[] parentSignature,
Type[] overrideSignature,
int overrideOffset)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||