org.bridj.objc
Class ObjCClass

java.lang.Object
  extended by org.bridj.NativeObject
      extended by org.bridj.objc.ObjCObject
          extended by org.bridj.objc.ObjCClass
All Implemented Interfaces:
NativeObjectInterface

public class ObjCClass
extends ObjCObject


Field Summary
 
Fields inherited from class org.bridj.NativeObject
peer, typeInfo
 
Constructor Summary
ObjCClass()
           
 
Method Summary
<T extends ObjCObject>
Pointer<T>
alloc()
           
 IMP instanceMethodFor(SEL aSelector)
           
 boolean instancesRespondTo(SEL sel)
           
<T extends ObjCObject>
Pointer<T>
new$()
           
 
Methods inherited from class org.bridj.objc.ObjCObject
description, equals, hash, hashCode, init, isEqual, isKindOf, isKindOfClassNamed, isMemberOf, isMemberOfClassNamed, methodFor, perform, perform$with, perform$with$with, respondsTo, stringValue, toString
 
Methods inherited from class org.bridj.NativeObject
clone
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjCClass

public ObjCClass()
Method Detail

alloc

public <T extends ObjCObject> Pointer<T> alloc()

new$

public <T extends ObjCObject> Pointer<T> new$()

instancesRespondTo

public boolean instancesRespondTo(SEL sel)

instanceMethodFor

public IMP instanceMethodFor(SEL aSelector)


Copyright © 2009-2012. All Rights Reserved.