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

Method main

core/src/processing/core/PApplet.java:10619–10621  ·  view source on GitHub ↗

main() method for running this class from the command line. Usage: PApplet [options] <class name> [sketch args] The [options] are one or several of the parameters seen below. The class name is required. If you're running outside the PDE and your class is in a package, this sho

(final String[] args)

Source from the content-addressed store, hash-verified

10617 * </PRE>
10618 */
10619 static public void main(final String[] args) {
10620 runSketch(args, null);
10621 }
10622
10623
10624 /**

Callers 1

mainMethod · 0.95

Calls 3

runSketchMethod · 0.95
concatMethod · 0.95
getNameMethod · 0.45

Tested by

no test coverage detected