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