Go to the source code of this file.
Functions | |
import CPLog j function | CPStringFromSelector (aSelector) |
function | CPSelectorFromString (aSelectorName) |
function | CPClassFromString (aClassName) |
function | CPStringFromClass (aClass) |
Variables | |
CPOrderedAscending = -1 | |
CPOrderedSame = 0 | |
CPOrderedDescending = 1 | |
CPNotFound = -1 | |
MIN = Math.min | |
MAX = Math.max | |
ABS = Math.abs |
function CPClassFromString | ( | aClassName | ) |
Definition at line 36 of file CPObjJRuntime.j.
function CPSelectorFromString | ( | aSelectorName | ) |
Definition at line 31 of file CPObjJRuntime.j.
function CPStringFromClass | ( | aClass | ) |
Definition at line 41 of file CPObjJRuntime.j.
import CPLog j function CPStringFromSelector | ( | aSelector | ) |
Definition at line 26 of file CPObjJRuntime.j.
ABS = Math.abs |
Definition at line 54 of file CPObjJRuntime.j.
CPNotFound = -1 |
Definition at line 50 of file CPObjJRuntime.j.
CPOrderedAscending = -1 |
Definition at line 46 of file CPObjJRuntime.j.
Definition at line 48 of file CPObjJRuntime.j.
CPOrderedSame = 0 |
Definition at line 47 of file CPObjJRuntime.j.
MAX = Math.max |
Definition at line 53 of file CPObjJRuntime.j.
MIN = Math.min |
Definition at line 52 of file CPObjJRuntime.j.