Uses of Enum Class
spoon.processing.TraversalStrategy
Packages that use 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
Methods in spoon.processing that return TraversalStrategyModifier and TypeMethodDescriptionfinal TraversalStrategyAbstractManualProcessor.getTraversalStrategy()Invalid method in this context.AbstractProcessor.getTraversalStrategy()Processor.getTraversalStrategy()Gets the model's traversal strategy for this processor (default isPOST_ORDER).static TraversalStrategyReturns the enum constant of this class with the specified name.static TraversalStrategy[]TraversalStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TraversalStrategy in spoon.support
Methods in spoon.support that return TraversalStrategy