Uses of Enum
spoon.reflect.visitor.chain.ScanningMode
Packages that use ScanningMode
Package
Description
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
This package contains a set of useful filters when querying the model.
-
Uses of ScanningMode in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type ScanningModeModifier and TypeMethodDescriptionprotected void
EarlyTerminatingScanner.doScan(CtRole role, CtElement element, ScanningMode mode)
This method is called ONLY when the listener decides that the current element and children should be visited. -
Uses of ScanningMode in spoon.reflect.visitor.chain
Methods in spoon.reflect.visitor.chain that return ScanningModeModifier and TypeMethodDescriptiondefault ScanningMode
Called before the scanner enters an elementdefault ScanningMode
Called before the scanner enters an elementstatic ScanningMode
Returns the enum constant of this type with the specified name.static ScanningMode[]
ScanningMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ScanningMode in spoon.reflect.visitor.filter
Methods in spoon.reflect.visitor.filter that return ScanningModeModifier and TypeMethodDescription