public class Memoizer extends java.lang.Object implements MatchHandler
Constructor and Description |
---|
Memoizer(int length) |
Modifier and Type | Method and Description |
---|---|
boolean |
match(MatcherContext context) |
void |
onMatch(MatcherContext context) |
void |
onMissmatch(MatcherContext context) |
public boolean match(MatcherContext context)
match
in interface MatchHandler
public void onMatch(MatcherContext context)
onMatch
in interface MatchHandler
public void onMissmatch(MatcherContext context)
onMissmatch
in interface MatchHandler
Copyright © 2012 SonarSource. All Rights Reserved.