Uses of Interface
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.MatchResultCollector
Packages that use MatchResultCollector
Package
Description
-
Uses of MatchResultCollector in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that implement MatchResultCollectorModifier and TypeClassDescriptionprivate classprivate classprivate classprivate classprivate static classprivate classprivate static classprivate static classprivate classprivate static classprivate static classprivate classprivate class -
Uses of MatchResultCollector in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil that implement MatchResultCollectorModifier and TypeClassDescriptionclassclassMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil with parameters of type MatchResultCollectorModifier and TypeMethodDescriptionbooleanCollectMatch.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanKleeneN.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanMatcher.match(MatchIterator<T> matchIterator, MatchResultCollector matchResultCollector) booleanMatchOneOf.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanMatchOpt.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanMatchSequence.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanResetAfterTest.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) -
Uses of MatchResultCollector in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers that implement MatchResultCollectorModifier and TypeClassDescriptionprotected static class -
Uses of MatchResultCollector in org.benf.cfr.reader.bytecode.analysis.structured.statement
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement with parameters of type MatchResultCollectorModifier and TypeMethodDescriptionbooleanAbstractStructuredStatement.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanAbstractUnStructuredStatement.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanBlock.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredAssert.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredAssignment.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredBreak.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredCase.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredCatch.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredDefinition.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredDo.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredExpressionStatement.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredExpressionYield.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredFinally.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredFor.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredIf.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredReturn.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredSwitch.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredSynchronized.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredThrow.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredTry.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanStructuredWhile.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanUnstructuredContinue.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) -
Uses of MatchResultCollector in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder with parameters of type MatchResultCollectorModifier and TypeMethodDescriptionbooleanBeginBlock.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanElseBlock.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) booleanEndBlock.match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector)