MCPcopy Create free account
hub / github.com/SoarGroup/Soar / remove

Method remove

Java/Debugger/src/edu/umich/soar/debugger/FrameList.java:38–41  ·  view source on GitHub ↗
(MainFrame f)

Source from the content-addressed store, hash-verified

36 }
37
38 public void remove(MainFrame f)
39 {
40 m_List.remove(f);
41 }
42
43 public MainFrame get(int index)
44 {

Callers 13

updateNowMethod · 0.45
rhsFunctionHandlerMethod · 0.45
removeButtonMethod · 0.45
removeLastLineMethod · 0.45
replaceChildMethod · 0.45
unregisterNameMethod · 0.45
popNextCommandMethod · 0.45
popNextCommandMethod · 0.45
removeFrameMethod · 0.45
unregisterRHSFunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected