All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
GbjObject[] |
acceptClassText_oldClass_(String aString,
GbjObject oldClass) |
com.gemstone.tools.GbxActivationHolder[] |
activationHoldersFor_maxLevels_(GbjObject aProcess,
int maxLevels) |
GbjObject |
addDict_at_(String aString,
int index) |
void |
addProtocol_toClass_(String newProtocol,
GbjObject aClass) |
GbjObject |
at_(GbjObject anObject,
int index) |
String |
classDefinitionFor_(GbjObject anObject) |
GbjObject |
classFor_(GbjObject aClass) |
com.gemstone.tools.GbxClassHolder[] |
classHierarchyHoldersFor_(GbjObject anObject) |
GbjObject |
classHistoryFor_(GbjObject aClass) |
com.gemstone.tools.GbxClassHolder[] |
classHoldersFor_(GbjObject anObject) |
GbjObject |
classNamed_(String aClassName) |
GbjObject |
classNameFor_(GbjObject anObject) |
String[] |
classNamesMatching_(String aClassName) |
String[] |
classVarNamesInClass_(GbjObject aClass) |
com.gemstone.tools.GbxClassHolder[] |
classVersionHoldersFor_(GbjObject anObject) |
boolean |
collection_includes_(GbjObject anObject,
GbjObject element) |
String |
commentForClass_(GbjObject aClass) |
Vector |
compile_classified_class_(String source,
String aProtocol,
GbjObject aClass) |
GbjObject |
continueProcess_(GbjObject aProcess,
GbjSession session) |
com.gemstone.tools.GbxDictionaryHolder |
dictionaryForClass_(GbjObject aClassProxy) |
com.gemstone.tools.GbxDictionaryHolder |
dictionaryHolderFor_(GbjObject anObject) |
com.gemstone.tools.GbxDictionaryHolder[] |
dictionaryHolders() |
String[] |
dictionaryNames() |
void |
disableAllBreaks() |
void |
disableBreakpoint_inMethod_(int stepPoint,
GbjObject aMethod) |
void |
enableAllBreaks() |
void |
enableBreakpoint_inMethod_(int stepPoint,
GbjObject aMethod) |
GbjObject[] |
errorInfoFrom_(GbjObject errorArray) |
GbjObject |
evaluate_inContext_names_values_printing_(String aString,
GbjObject context,
GbjObject names,
GbjObject values,
boolean aBoolean) |
void |
fileInString_(String aString) |
String |
fileOutOfClass_(GbjObject aClass) |
String |
fileOutOfDictionary_(GbjObject aDict) |
String |
fileOutOfMethod_inClass_(String aSelector,
GbjObject aClass) |
GbjObject[] |
infoForClassNamed_(String aClassName) |
GbjObject |
instancesOf_(GbjObject aClass) |
String[] |
instVarNamesInClass_(GbjObject aClass) |
boolean |
isDictionary_(GbjObject anObject) |
boolean |
makeClass_aVersionOf_(GbjObject aClass,
GbjObject targetClass) |
String[] |
messagesInMethod_inClass_(String aSelector,
GbjObject aClass) |
com.gemstone.tools.GbxMethodHolder[] |
methodHoldersFor_inProtocol_(GbjObject anObject,
String aProtocol) |
com.gemstone.tools.GbxMethodHolder[] |
methodHoldersFor_inProtocol_toLevel_(GbjObject anObject,
String aProtocol,
int aLevel) |
com.gemstone.tools.GbxMethodHolder[] |
methodHoldersForBreakpoints() |
com.gemstone.tools.GbxMethodHolder[] |
methodHoldersForImplementorsOf_(String selector) |
com.gemstone.tools.GbxMethodHolder[] |
methodHoldersForReferencesTo_(String aSymbol) |
com.gemstone.tools.GbxMethodHolder[] |
methodHoldersForRefsToClass_(GbjObject aProxy) |
com.gemstone.tools.GbxMethodHolder[] |
methodHoldersForRefsToClassVar_inClass_(String cvName,
GbjObject aProxy) |
com.gemstone.tools.GbxMethodHolder[] |
methodHoldersForRefsToInstVar_inClass_(String ivName,
GbjObject aProxy) |
com.gemstone.tools.GbxMethodHolder[] |
methodHoldersForSendersOf_(String selector) |
com.gemstone.tools.GbxMethodHolder[] |
methodHoldersForSubstring_(String substring) |
void |
migrateInstancesOf_to_(GbjObject fromClass,
GbjObject toClass) |
void |
moveClass_fromDict_toDict_(GbjObject aClass,
GbjObject fromDict,
GbjObject toDict) |
void |
moveMethod_to_inClass_(String aSelector,
String newProtocol,
GbjObject aClass) |
String |
nameOf_(GbjObject anObject) |
com.gemstone.tools.GbxObjectHolder[] |
objectHoldersFor_maxObjects_(GbjObject anObject,
int max) |
com.gemstone.tools.GbxObjectHolder[] |
objectHoldersForNames_values_(GbjObject names,
GbjObject values) |
String |
printStringFor_(GbjObject anObject) |
String |
protocolForSelector_inClass_(String aSelector,
GbjObject aClass) |
String[] |
protocolHoldersFor_(GbjObject anObject) |
String[] |
protocolHoldersFor_toLevel_(GbjObject anObject,
int aLevel) |
int |
remoteSizeOf_(GbjObject anObject) |
void |
removeAllBreaks() |
void |
removeBreakpoint_inMethod_(int stepPoint,
GbjObject aMethod) |
void |
removeClass_fromDict_(GbjObject aClass,
GbjObject aDict) |
void |
removeDictionary_(GbjObject aProxy) |
void |
removeFromClassHistory_(GbjObject aClass) |
void |
removeMethod_fromClass_(String aSelector,
GbjObject aClass) |
void |
removeProtocol_fromClass_(String aProtocol,
GbjObject aClass) |
boolean |
renameDictionary_as_(GbjObject aDictionary,
String aString) |
void |
renameProtocol_to_inClass_(String oldName,
String newName,
GbjObject aClass) |
void |
resetClassOrganizer() |
String[] |
selectorsForClass_(GbjObject aClass) |
void |
setBreakIn_at_(GbjObject aMethod,
int offset) |
String |
sourceCodeAt_inClass_(String selector,
GbjObject aClass) |
String |
sourceCodeForMethod_(GbjObject aMethod) |
String |
sourceStringFor_(GbjObject anObject) |
void |
stepIntoInProcess_(GbjObject aProcess) |
GbjObject |
stepOverInProcess_(GbjObject aProcess) |
GbjObject |
stepOverInProcess_inFrame_(GbjObject aProcess,
int aLevel) |
void |
storeObject_intoObject_atIndex_atKey_isNamedSlot_(GbjObject slotObject,
GbjObject anObject,
int slot,
GbjObject aKey,
boolean isNamedSlot) |
String[] |
stringContentsOf_(GbjCollection collectionProxy) |
String[] |
symbolsMatching_(String sel) |
GbjObject |
thisClass_(GbjObject aClass) |
GbjObject |
transactionConflicts() |
void |
trimStackOf_toLevel_(GbjObject aProcess,
int aLevel) |