Oolite 1.91.0.7668-250429-8542c40
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
StationEntity(OOJavaScriptExtensions) Category Reference

Instance Methods

(void) - getJSClass:andPrototype: [implementation]
 
(NSString *) - oo_jsClassName [implementation]
 

Detailed Description

Definition at line 213 of file OOJSStation.m.

Method Documentation

◆ getJSClass:andPrototype:

- (void) getJSClass: (JSClass **) outClass
andPrototype: (JSObject **) outPrototype 
implementation

Extends class StationEntity.

Definition at line 215 of file OOJSStation.m.

215 :(JSClass **)outClass andPrototype:(JSObject **)outPrototype
216{
217 *outClass = &sStationClass;
218 *outPrototype = sStationPrototype;
219}
static JSClass sStationClass
Definition OOJSStation.m:69
static JSObject * sStationPrototype
Definition OOJSStation.m:40

References sStationClass, and sStationPrototype.

◆ oo_jsClassName

- (NSString *) oo_jsClassName
implementation

Extends class StationEntity.

Definition at line 222 of file OOJSStation.m.

223{
224 return @"Station";
225}

References oo_jsClassName.

Referenced by oo_jsClassName.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this category was generated from the following file: