public class Compiler extends Object
| Constructor and Description |
|---|
Compiler() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
caretColumn(String caretLine) |
static boolean |
compile(JavaBuild build)
Compile with ECJ.
|
protected static void |
handleCrustyCode() |
public static boolean compile(JavaBuild build) throws SketchException
sketch - Sketch object to be compiled, used for placing exceptionsbuildPath - Where the temporary files live and will be built from.RunnerException - Only if there's a problem. Only then.SketchExceptionprotected static void handleCrustyCode()
protected int caretColumn(String caretLine)
Copyright © 2001–2017 Processing Foundation. All rights reserved.