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