Uses of Enum
spoon.processing.TraversalStrategy
Package
Description
This package contains the core API for code processing.
This package contains some default implementations for commonly used processing tasks.
-
Uses of TraversalStrategy in spoon.processing
Modifier and TypeMethodDescriptionAbstractManualProcessor.getTraversalStrategy()
Invalid method in this context.AbstractProcessor.getTraversalStrategy()
Processor.getTraversalStrategy()
Gets the model's traversal strategy for this processor (default isPOST_ORDER
).static TraversalStrategy
Returns the enum constant of this type with the specified name.static TraversalStrategy[]
TraversalStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TraversalStrategy in spoon.support