Uses of Interface
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.MatchResultCollector
-
-
Uses of MatchResultCollector in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that implement MatchResultCollector Modifier and Type Class Description private class
AssertRewriter.AssertUseCollector
private class
AssertRewriter.AssertVarCollector
private class
AssertRewriter.SwitchAssertUseCollector
private class
EnumClassRewriter.EnumInitMatchCollector
private static class
InnerClassConstructorRewriter.ConstructResultCollector
private class
RedundantSuperRewriter.SuperResultCollector
private static class
SwitchEnumRewriter.EclipseVarResultCollector
private static class
SwitchEnumRewriter.SwitchEnumMatchResultCollector
private class
SwitchEnumRewriter.SwitchForeignEnumMatchResultCollector
private static class
SwitchStringRewriter.EmptySwitchStringMatchResultCollector
private static class
SwitchStringRewriter.SwitchStringMatchResultCollector
private class
SyntheticAccessorRewriter.AccessorMatchCollector
private class
SyntheticAccessorRewriter.FuncMatchCollector
-
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 MatchResultCollector Modifier and Type Class Description class
AbstractMatchResultIterator
class
EmptyMatchResultCollector
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil with parameters of type MatchResultCollector Modifier and Type Method Description boolean
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 MatchResultCollector Modifier and Type Class Description protected static class
TryResourcesTransformerBase.TryResourcesMatchResultCollector
-
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 MatchResultCollector Modifier and Type Method Description boolean
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 MatchResultCollector Modifier and Type Method Description boolean
BeginBlock. match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector)
boolean
ElseBlock. match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector)
boolean
EndBlock. match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector)
-