![]() |
API 0.9.5
|
Go to the source code of this file.
Functions | |
function | CPClassFromString (aClassName) |
function | CPSelectorFromString (aSelectorName) |
function | CPStringFromClass (aClass) |
function | CPStringFromSelector (aSelector) |
Variables | |
CPNotFound = -1 | |
CPOrderedAscending = -1 | |
CPOrderedDescending = 1 | |
CPOrderedSame = 0 |
function CPClassFromString | ( | aClassName | ) |
Definition at line 33 of file CPObjJRuntime.j.
function CPSelectorFromString | ( | aSelectorName | ) |
Definition at line 28 of file CPObjJRuntime.j.
function CPStringFromClass | ( | aClass | ) |
Definition at line 38 of file CPObjJRuntime.j.
function CPStringFromSelector | ( | aSelector | ) |
Definition at line 23 of file CPObjJRuntime.j.
CPNotFound = -1 |
Definition at line 62 of file CPObjJRuntime.j.
CPOrderedAscending = -1 |
The left operand is smaller than the right. CPComparisonResult
Definition at line 48 of file CPObjJRuntime.j.
The left operand is greater than the right. CPComparisonResult
Definition at line 60 of file CPObjJRuntime.j.
CPOrderedSame = 0 |
The left and right operands are equal. CPComparisonResult
Definition at line 54 of file CPObjJRuntime.j.