Package spoon.pattern
package spoon.pattern
-
Interface Summary
-
Class SummaryClassDescriptionBuilds inline statements of Pattern For example if the `for` statement in this pattern modelRepresents a single match of
PatternRepresents a pattern for matching code.The master class to create aPatterninstance.Utility class to select parts of AST to be used as a model of aPatternBuilder.Used to define pattern parameters. -
Enum SummaryEnumDescriptionDefines what happens when a
RootNodehas to be replaced by anotherRootNode, default inConflictResolutionMode.FAIL.Defines a matching strategy for pattern parameters, default isQuantifier.GREEDY.