Uses of Interface
spoon.pattern.internal.node.PrimitiveMatcher
Packages that use PrimitiveMatcher
-
Uses of PrimitiveMatcher in spoon.pattern.internal.node
Classes in spoon.pattern.internal.node that implement PrimitiveMatcherModifier and TypeClassDescriptionclass
ConstantNode<T>
Generates/Matches a copy of single template objectclass
Generates/Matches a copy of a single CtElement AST node with all it's children (whole AST tree of the root CtElement)class
Represents a ValueResolver of one Map.Entryclass
Represents pattern model variable Delivers/Matches 0, 1 or more values of defined parameter.class
Delivers single String value, which is created by replacing string markers in constant String template by String value of appropriate parameter.Methods in spoon.pattern.internal.node with parameters of type PrimitiveMatcherModifier and TypeMethodDescriptionvoid
SwitchNode.addCase(PrimitiveMatcher vrOfExpression, RootNode statement)
Adds another case into this switch statementvoid
ForEachNode.setIterableParameter(PrimitiveMatcher substRequestOfIterable)