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 class
private class
private class
private class
private static class
private class
private static class
private static class
private class
private static class
private static class
private class
private 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 TypeClassDescriptionclass
class
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil with parameters of type MatchResultCollectorModifier and TypeMethodDescriptionboolean
CollectMatch.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
KleeneN.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
Matcher.match
(MatchIterator<T> matchIterator, MatchResultCollector matchResultCollector) boolean
MatchOneOf.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
MatchOpt.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
MatchSequence.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
ResetAfterTest.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 TypeMethodDescriptionboolean
AbstractStructuredStatement.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
AbstractUnStructuredStatement.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
Block.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredAssert.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredAssignment.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredBreak.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredCase.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredCatch.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredDefinition.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredDo.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredExpressionStatement.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredExpressionYield.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredFinally.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredFor.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredIf.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredReturn.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredSwitch.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredSynchronized.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredThrow.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredTry.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
StructuredWhile.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
UnstructuredContinue.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 TypeMethodDescriptionboolean
BeginBlock.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
ElseBlock.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector) boolean
EndBlock.match
(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector)