org.rococoa
Interface NSClass

All Superinterfaces:
NSObject
All Known Subinterfaces:
NSArray._Class, NSData._Class, NSDate._Class, NSDictionary._Class, NSError._Class, NSMutableArray._Class, NSMutableDictionary._Class, NSNotification._Class, NSNotificationCenter._Class, NSNumber._Class, NSObject._Class, NSString._Class, NSURL._Class, NSValue._Class

public interface NSClass
extends NSObject

Marker interface that an OCObject represents a Class. Note that in Objective-C Class is a struct, so there are no methods to call.

Author:
duncan

Nested Class Summary
static class NSClass._Class
           
 
Field Summary
static NSClass._Class CLASS
           
 
Method Summary
 
Methods inherited from interface org.rococoa.NSObject
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

Field Detail

CLASS

static final NSClass._Class CLASS


Copyright © 2009. All Rights Reserved.