org.bridj
Class NativeObject
java.lang.Object
org.bridj.NativeObject
- All Implemented Interfaces:
- NativeObjectInterface
- Direct Known Subclasses:
- Callback, ObjCObject, StructObject
public abstract class NativeObject
- extends Object
- implements NativeObjectInterface
Base class for native objects.
- Author:
- Olivier
peer
protected Pointer<? extends NativeObject> peer
typeInfo
protected BridJRuntime.TypeInfo typeInfo
NativeObject
protected NativeObject(Pointer<? extends NativeObject> peer)
NativeObject
protected NativeObject()
NativeObject
protected NativeObject(int constructorId,
Object... args)
clone
public NativeObject clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
Copyright © 2009-2012. All Rights Reserved.