public class TransformerFunction extends java.lang.Object implements com.google.common.base.Function<IPatternMatch,PatternMatchContent>
Constructor and Description |
---|
TransformerFunction(PatternMatcherContent matcher) |
Modifier and Type | Method and Description |
---|---|
PatternMatchContent |
apply(IPatternMatch match) |
public TransformerFunction(PatternMatcherContent matcher)
public PatternMatchContent apply(IPatternMatch match)
apply
in interface com.google.common.base.Function<IPatternMatch,PatternMatchContent>