public static class PreprocessedSketch.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
URLClassLoader |
classLoader |
com.google.classpath.ClassPath |
classPath |
String[] |
classPathArray |
List<ImportStatement> |
codeFolderImports |
org.eclipse.jdt.core.dom.CompilationUnit |
compilationUnit |
List<ImportStatement> |
coreAndDefaultImports |
boolean |
hasCompilationErrors |
boolean |
hasSyntaxErrors |
String |
javaCode |
List<Problem> |
missingBraceProblems |
TextTransform.OffsetMapper |
offsetMapper |
String |
pdeCode |
List<ImportStatement> |
programImports |
String[] |
searchClassPathArray |
Sketch |
sketch |
int[] |
tabStartOffsets |
| Constructor and Description |
|---|
Builder() |
public Sketch sketch
public org.eclipse.jdt.core.dom.CompilationUnit compilationUnit
public String[] classPathArray
public com.google.classpath.ClassPath classPath
public URLClassLoader classLoader
public String[] searchClassPathArray
public int[] tabStartOffsets
public String pdeCode
public String javaCode
public TextTransform.OffsetMapper offsetMapper
public boolean hasSyntaxErrors
public boolean hasCompilationErrors
public final List<ImportStatement> programImports
public final List<ImportStatement> coreAndDefaultImports
public final List<ImportStatement> codeFolderImports
public PreprocessedSketch build()
Copyright © 2001–2017 Processing Foundation. All rights reserved.