Class NamedPatternMatchingCategorizer

  • All Implemented Interfaces:
    Categorizer, Function<Node,​Set<Node>>

    public class NamedPatternMatchingCategorizer
    extends Object
    implements Categorizer
    Categorizes class nodes by matching them against named patterns.

    The category of a matched node is defined by name.

    Example: de.*.test=foo matches de.some.test and creates a slice node with the name foo

    See Also:
    PatternMatcher