MCPcopy 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

spawnDebuggerWithJMXMethod · 0.45
encodeMethod · 0.45
getKeysMethod · 0.45
hasNextMethod · 0.45
thisWindowClosingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected