Package | Description |
---|---|
spoon.compiler |
This package defines interfaces for Java file compilation with Spoon.
|
spoon.support |
This package contains some default implementations for commonly used processing tasks.
|
Modifier and Type | Method and Description |
---|---|
Environment.PRETTY_PRINTING_MODE |
Environment.getPrettyPrintingMode() |
static Environment.PRETTY_PRINTING_MODE |
Environment.PRETTY_PRINTING_MODE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Environment.PRETTY_PRINTING_MODE[] |
Environment.PRETTY_PRINTING_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 |
Environment.setPrettyPrintingMode(Environment.PRETTY_PRINTING_MODE prettyPrintingMode) |
Modifier and Type | Method and Description |
---|---|
Environment.PRETTY_PRINTING_MODE |
StandardEnvironment.getPrettyPrintingMode() |
Modifier and Type | Method and Description |
---|---|
void |
StandardEnvironment.setPrettyPrintingMode(Environment.PRETTY_PRINTING_MODE prettyPrintingMode) |
Copyright © 2007–2021 Inria. All rights reserved.