public class PreprocessorResult extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
className |
List<String> |
extraImports |
int |
headerOffset |
PdePreprocessor.Mode |
programType |
| Constructor and Description |
|---|
PreprocessorResult(PdePreprocessor.Mode programType,
int headerOffset,
String className,
List<String> extraImports) |
public final int headerOffset
public final String className
public final PdePreprocessor.Mode programType
public PreprocessorResult(PdePreprocessor.Mode programType, int headerOffset, String className, List<String> extraImports) throws SketchException
SketchExceptionCopyright © 2001–2017 Processing Foundation. All rights reserved.