| Package | Description |
|---|---|
| processing.mode.java.pdex |
| Modifier and Type | Field and Description |
|---|---|
List<ImportStatement> |
PreprocessedSketch.codeFolderImports |
List<ImportStatement> |
PreprocessedSketch.Builder.codeFolderImports |
List<ImportStatement> |
PreprocessedSketch.coreAndDefaultImports |
List<ImportStatement> |
PreprocessedSketch.Builder.coreAndDefaultImports |
List<ImportStatement> |
PreprocessedSketch.programImports |
List<ImportStatement> |
PreprocessedSketch.Builder.programImports |
| Modifier and Type | Method and Description |
|---|---|
static ImportStatement |
ImportStatement.parse(MatchResult match) |
static ImportStatement |
ImportStatement.parse(String importString) |
static ImportStatement |
ImportStatement.singleClass(String cls) |
static ImportStatement |
ImportStatement.wholePackage(String pckg) |
| Modifier and Type | Method and Description |
|---|---|
static List<ImportStatement> |
SourceUtils.parseProgramImports(CharSequence source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ImportStatement.isSameAs(ImportStatement is) |
| Modifier and Type | Method and Description |
|---|---|
static List<TextTransform.Edit> |
SourceUtils.insertImports(List<ImportStatement> imports) |
static List<TextTransform.Edit> |
SourceUtils.parseProgramImports(CharSequence source,
List<ImportStatement> outImports) |
Copyright © 2001–2017 Processing Foundation. All rights reserved.