| Package | Description |
|---|---|
| processing.mode.java.pdex | |
| processing.mode.java.preproc |
| Modifier and Type | Method and Description |
|---|---|
static List<TextTransform.Edit> |
SourceUtils.wrapSketch(PdePreprocessor.Mode mode,
String className,
int sourceLength) |
| Modifier and Type | Field and Description |
|---|---|
protected PdePreprocessor.Mode |
PdePreprocessor.mode |
PdePreprocessor.Mode |
PreprocessorResult.programType |
| Modifier and Type | Method and Description |
|---|---|
static PdePreprocessor.Mode |
PdePreprocessor.parseMode(CharSequence code)
Parses the code and determines the mode of the sketch.
|
static PdePreprocessor.Mode |
PdePreprocessor.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdePreprocessor.Mode[] |
PdePreprocessor.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdePreprocessor.setMode(PdePreprocessor.Mode mode) |
| Constructor and Description |
|---|
PreprocessorResult(PdePreprocessor.Mode programType,
int headerOffset,
String className,
List<String> extraImports) |
Copyright © 2001–2017 Processing Foundation. All rights reserved.