Package spoon.pattern
package spoon.pattern
-
ClassDescriptionBuilds inline statements of Pattern For example if the `for` statement in this pattern modelRepresents a single match of
Pattern
Represents a pattern for matching code.The master class to create aPattern
instance.Utility class to select parts of AST to be used as a model of aPatternBuilder
.Used to define pattern parameters. -
EnumDescriptionDefines what happens when a
RootNode
has to be replaced by anotherRootNode
, default inConflictResolutionMode.FAIL
.Defines a matching strategy for pattern parameters, default isQuantifier.GREEDY
.