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

Method getDocument

app/src/processing/app/SketchCode.java:222–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220
221
222 public Document getDocument() {
223 return document;
224 }
225
226
227 public String getDocumentText() throws BadLocationException {

Callers 9

renameMethod · 0.95
setCodeMethod · 0.45
currentDocumentMethod · 0.45
valueChangedMethod · 0.45
LineHighlightMethod · 0.45
LineBreakpointMethod · 0.45
PDEXMethod · 0.45
insertSelectionMethod · 0.45
preprocessSketchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected