Uses of Enum
spoon.compiler.Environment.PRETTY_PRINTING_MODE
Packages that use Environment.PRETTY_PRINTING_MODE
Package
Description
This package defines interfaces for Java file compilation with Spoon.
This package contains some default implementations for commonly used processing tasks.
-
Uses of Environment.PRETTY_PRINTING_MODE in spoon.compiler
Methods in spoon.compiler that return Environment.PRETTY_PRINTING_MODEModifier and TypeMethodDescriptionEnvironment.getPrettyPrintingMode()
Get the current pretty-printing mode.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.Methods in spoon.compiler with parameters of type Environment.PRETTY_PRINTING_MODEModifier and TypeMethodDescriptionvoid
Environment.setPrettyPrintingMode(Environment.PRETTY_PRINTING_MODE prettyPrintingMode)
-
Uses of Environment.PRETTY_PRINTING_MODE in spoon.support
Methods in spoon.support that return Environment.PRETTY_PRINTING_MODEMethods in spoon.support with parameters of type Environment.PRETTY_PRINTING_MODEModifier and TypeMethodDescriptionvoid
StandardEnvironment.setPrettyPrintingMode(Environment.PRETTY_PRINTING_MODE prettyPrintingMode)