MCPcopy Index your code
hub / github.com/benfry/processing4 / handle

Method handle

app/src/processing/app/Library.java:136–139  ·  view source on GitHub ↗

Handles all the Java-specific parsing for library handling.

()

Source from the content-addressed store, hash-verified

134 * Handles all the Java-specific parsing for library handling.
135 */
136 protected void handle() {
137 handleNative();
138 handleExports();
139 }
140
141
142 /**

Callers 1

LibraryMethod · 0.95

Calls 2

handleNativeMethod · 0.95
handleExportsMethod · 0.95

Tested by

no test coverage detected