MCPcopy Index your code
hub / github.com/processing/processing / getMainClass

Method getMainClass

java/src/processing/mode/java/Debugger.java:121–126  ·  view source on GitHub ↗

Retrieve the main class of the debuggee VM. @return the main classes ReferenceType or null if the debugger is not started.

()

Source from the content-addressed store, hash-verified

119 * or null if the debugger is not started.
120 */
121 public ReferenceType getMainClass() {
122 if (isStarted()) {
123 return mainClass;
124 }
125 return null;
126 }
127
128
129 /**

Callers

nothing calls this directly

Calls 1

isStartedMethod · 0.95

Tested by

no test coverage detected