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, wait
getActualInstanceClass, getType, getTypeInfo, isAvailable, register
public AbstractBridJRuntime()
public void unregister(Type type)
unregister
in interface BridJRuntime
public Type getType(NativeObject instance)
getType
in interface BridJRuntime
public static boolean isOverridenSignature(Type[] parentSignature, Type[] overrideSignature, int overrideOffset)
Copyright © 2009-2020. All Rights Reserved.