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 classAssertRewriter.AssertUseCollectorprivate classAssertRewriter.AssertVarCollectorprivate classAssertRewriter.SwitchAssertUseCollectorprivate classEnumClassRewriter.EnumInitMatchCollectorprivate static classInnerClassConstructorRewriter.ConstructResultCollectorprivate classRedundantSuperRewriter.SuperResultCollectorprivate static classSwitchEnumRewriter.EclipseVarResultCollectorprivate static classSwitchEnumRewriter.SwitchEnumMatchResultCollectorprivate classSwitchEnumRewriter.SwitchForeignEnumMatchResultCollectorprivate static classSwitchStringRewriter.EmptySwitchStringMatchResultCollectorprivate static classSwitchStringRewriter.SwitchStringMatchResultCollectorprivate classSyntheticAccessorRewriter.AccessorMatchCollectorprivate classSyntheticAccessorRewriter.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 classAbstractMatchResultIteratorclassEmptyMatchResultCollectorMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil with parameters of type MatchResultCollector Modifier and Type Method Description booleanCollectMatch. 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 MatchResultCollector Modifier and Type Class Description protected static classTryResourcesTransformerBase.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 booleanAbstractStructuredStatement. 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 MatchResultCollector Modifier and Type Method Description booleanBeginBlock. match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector)booleanElseBlock. match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector)booleanEndBlock. match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector)
-