Class KleeneN
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.KleeneN
- All Implemented Interfaces:
Matcher<StructuredStatement>
- Direct Known Subclasses:
KleenePlus, KleeneStar
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKleeneN(int nRequired, Matcher<StructuredStatement> inner) KleeneN(int nRequired, Matcher<StructuredStatement>... matchers) -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector)
-
Field Details
-
inner
-
nRequired
private final int nRequired
-
-
Constructor Details
-
KleeneN
-
KleeneN
-
-
Method Details
-
match
public boolean match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) - Specified by:
matchin interfaceMatcher<StructuredStatement>
-