Uses of Interface
spoon.pattern.internal.node.RepeatableMatcher
Packages that use RepeatableMatcher
-
Uses of RepeatableMatcher in spoon.pattern.internal.node
Subinterfaces of RepeatableMatcher in spoon.pattern.internal.nodeModifier and TypeInterfaceDescriptioninterfaceDefines API of a primitive matcher - matcher for single target objectClasses in spoon.pattern.internal.node that implement RepeatableMatcherModifier and TypeClassDescriptionclassConstantNode<T>Generates/Matches a copy of single template objectclassGenerates/Matches a copy of a single CtElement AST node with all it's children (whole AST tree of the root CtElement)classPattern node of multiple occurrences of the same model, just with different parameters.classRepresents a ValueResolver of one Map.EntryclassRepresents pattern model variable Delivers/Matches 0, 1 or more values of defined parameter.classDelivers single String value, which is created by replacing string markers in constant String template by String value of appropriate parameter.