webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Protected Attributes | List of all members
MyFirstInterface Class Reference
Inheritance diagram for MyFirstInterface:
NSObject

Instance Methods

(int) - getInt
 
(void- setInt:
 
(MySecondInterface *) - getMySecondInterface
 
(void- logMessage:
 
(void- setJSObject:
 

Protected Attributes

int myInt
 
MySecondInterfacemySecondInterface
 
id jsobject
 
NSStringstring
 

Method Documentation

◆ getInt()

- (int) getInt

◆ getMySecondInterface()

- (MySecondInterface *) getMySecondInterface

◆ logMessage:()

- (void) logMessage: (NSString *)  message

◆ setInt:()

- (void) setInt: (int)  anInt

◆ setJSObject:()

- (void) setJSObject: (id jsobject

Member Data Documentation

◆ jsobject

- (id) jsobject
protected

◆ myInt

- (int) myInt
protected

◆ mySecondInterface

- (MySecondInterface*) mySecondInterface
protected

◆ string

- (NSString*) string
protected

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