Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoarGroup/Soar
/ size
Method
size
Java/Debugger/src/edu/umich/soar/debugger/FrameList.java:28–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
private
List<MainFrame> m_List =
new
ArrayList<MainFrame>();
27
28
public
int
size()
29
{
30
return
m_List.size();
31
}
32
33
public
void
add(MainFrame f)
34
{
Callers
5
spawnDebuggerWithJMX
Method · 0.45
encode
Method · 0.45
getKeys
Method · 0.45
hasNext
Method · 0.45
thisWindowClosing
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected