public abstract class AbstractBridJRuntime extends Object implements BridJRuntime
BridJRuntime.TypeInfo<T extends NativeObject>| Constructor and Description |
|---|
AbstractBridJRuntime() |
| Modifier and Type | Method and Description |
|---|---|
Type |
getType(NativeObject instance) |
static boolean |
isOverridenSignature(Type[] parentSignature,
Type[] overrideSignature,
int overrideOffset) |
void |
unregister(Type type) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActualInstanceClass, getType, getTypeInfo, isAvailable, registerpublic AbstractBridJRuntime()
public void unregister(Type type)
unregister in interface BridJRuntimepublic Type getType(NativeObject instance)
getType in interface BridJRuntimepublic static boolean isOverridenSignature(Type[] parentSignature, Type[] overrideSignature, int overrideOffset)
Copyright © 2009-2015. All Rights Reserved.