Class ResetAfterTest
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.ResetAfterTest
- All Implemented Interfaces:
Matcher<StructuredStatement>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Matcher<StructuredStatement>
private final String
private final WildcardMatch
-
Constructor Summary
ConstructorsConstructorDescriptionResetAfterTest
(WildcardMatch wildcardMatch, String name, Matcher<StructuredStatement> inner) ResetAfterTest
(WildcardMatch wildcardMatch, Matcher<StructuredStatement> inner) -
Method Summary
Modifier and TypeMethodDescriptionboolean
match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector)
-
Field Details
-
wildcardMatch
-
inner
-
name
-
-
Constructor Details
-
ResetAfterTest
-
ResetAfterTest
-
-
Method Details
-
match
public boolean match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) - Specified by:
match
in interfaceMatcher<StructuredStatement>
-