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

Method vm

java/src/processing/mode/java/Debugger.java:103–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101
102
103 public VirtualMachine vm() {
104 if (runtime != null) {
105 return runtime.vm();
106 }
107 return null;
108 }
109
110
111 public JavaEditor getEditor() {

Callers 12

vmEventMethod · 0.95
resumeOtherThreadsMethod · 0.95
printThreadsMethod · 0.95
setValueForMethod · 0.95
continueDebugMethod · 0.45
stepMethod · 0.45
vmStartEventMethod · 0.45
vmClassPrepareEventMethod · 0.45
vmBreakPointEventMethod · 0.45
vmStepEventMethod · 0.45
isStartedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected