MCPcopy
hub / github.com/Col-E/Recaf / createWriter

Method createWriter

src/main/java/me/coley/recaf/workspace/Workspace.java:354–356  ·  view source on GitHub ↗

@param flags Writer flags. @return ClassWriter capable of frame-generation.

(int flags)

Source from the content-addressed store, hash-verified

352 * @return {@link ClassWriter} capable of frame-generation.
353 */
354 public WorkspaceClassWriter createWriter(int flags) {
355 return new WorkspaceClassWriter(this, flags);
356 }
357
358 /**
359 * @param name

Callers 5

openMethod · 0.95
callMethod · 0.95
acceptMethod · 0.80
assembleMethod · 0.80
saveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected