Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.wildcard.WildcardMatch
Packages that use WildcardMatch
Package
Description
-
Uses of WildcardMatch in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters declared as WildcardMatchModifier and TypeFieldDescriptionprivate final WildcardMatchSwitchStringRewriter.SwitchStringMatchResultCollector.caseStatementprivate final WildcardMatchSwitchStringRewriter.SwitchStringMatchResultCollector.hashCollisionprivate final WildcardMatchAssertRewriter.AssertUseCollector.wcmprivate final WildcardMatchAssertRewriter.AssertVarCollector.wcmprivate final WildcardMatchEnumClassRewriter.EnumInitMatchCollector.wcmprivate final WildcardMatchRedundantSuperRewriter.SuperResultCollector.wcmprivate final WildcardMatchSwitchStringRewriter.EmptySwitchStringMatchResultCollector.wcmprivate final WildcardMatchSwitchEnumRewriter.SwitchForeignEnumMatchResultCollector.wcmCaseprivate final WildcardMatchSwitchStringRewriter.SwitchStringMatchResultCollector.wholeBlockprivate final WildcardMatchExpressionWildcardReplacingRewriter.wildcardMatchMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type WildcardMatchModifier and TypeMethodDescriptionprivate Matcher<StructuredStatement> AssertRewriter.buildStandardAssertMatcher(WildcardMatch wcm1) private Matcher<StructuredStatement> AssertRewriter.buildSwitchAssertMatcher(WildcardMatch wcm1) voidSwitchEnumRewriter.EclipseVarResultCollector.collectMatches(String name, WildcardMatch wcm) voidSwitchEnumRewriter.SwitchEnumMatchResultCollector.collectMatches(String name, WildcardMatch wcm) voidSwitchEnumRewriter.SwitchForeignEnumMatchResultCollector.collectMatches(String name, WildcardMatch wcm) voidSwitchStringRewriter.EmptySwitchStringMatchResultCollector.collectMatches(String name, WildcardMatch wcm) voidSwitchStringRewriter.SwitchStringMatchResultCollector.collectMatches(String name, WildcardMatch wcm) voidSyntheticAccessorRewriter.AccessorMatchCollector.collectMatches(String name, WildcardMatch wcm) voidSyntheticAccessorRewriter.FuncMatchCollector.collectMatches(String name, WildcardMatch wcm) static MatchOneOfResourceReleaseDetector.getCloseExpressionMatch(WildcardMatch wcm, LValueExpression autocloseExpression) EnumSuperRewriter.getDeclarationsToNop(WildcardMatch wcm) RedundantSuperRewriter.getDeclarationsToNop(WildcardMatch wcm) private KleeneStarSwitchEnumRewriter.getEnumSugarKleeneStar(LValue lookupTable, Expression enumObject, WildcardMatch wcm) private static LValueEnumSuperRewriter.getLValue(WildcardMatch wcm, String name) static Matcher<StructuredStatement> ResourceReleaseDetector.getNonTestingStructuredStatementMatcher(WildcardMatch wcm, LValue throwableLValue, LValue autoclose) static Matcher<StructuredStatement> ResourceReleaseDetector.getSimpleStructuredStatementMatcher(WildcardMatch wcm, LValue throwableLValue, LValue autoclose) static Matcher<StructuredStatement> ResourceReleaseDetector.getStructuredStatementMatcher(WildcardMatch wcm, LValue throwableLValue, LValue autoclose) protected List<Expression> EnumSuperRewriter.getSuperArgs(WildcardMatch wcm) protected List<Expression> RedundantSuperRewriter.getSuperArgs(WildcardMatch wcm) private static voidRecordRewriter.hideIfMatch(JavaTypeInstance thisType, List<ClassFileField> fields, Method method, WildcardMatch wcm, StructuredStatement stm) Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type WildcardMatchModifierConstructorDescriptionprivateprivate(package private)private(package private)ExpressionWildcardReplacingRewriter(WildcardMatch wildcardMatch, Expression search, NonaryFunction<Expression> replacementFunction) privateSuperResultCollector(WildcardMatch wcm, List<StructuredStatement> structuredStatements) privateprivateSwitchStringMatchResultCollector(WildcardMatch wholeBlock, WildcardMatch caseStatement, WildcardMatch hashCollision) -
Uses of WildcardMatch in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil declared as WildcardMatchMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil with parameters of type WildcardMatchModifier and TypeMethodDescriptionvoidAbstractMatchResultIterator.collectMatches(String name, WildcardMatch wcm) voidEmptyMatchResultCollector.collectMatches(String name, WildcardMatch wcm) voidMatchResultCollector.collectMatches(String name, WildcardMatch wcm) Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil with parameters of type WildcardMatchModifierConstructorDescriptionResetAfterTest(WildcardMatch wildcardMatch, String name, Matcher<StructuredStatement> inner) ResetAfterTest(WildcardMatch wildcardMatch, Matcher<StructuredStatement> inner) -
Uses of WildcardMatch in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers declared as WildcardMatchModifier and TypeFieldDescriptionprivate final WildcardMatchInstanceOfAssignRewriter.wcmprivate final WildcardMatchInfiniteAssertRewriter.wcm1Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers with parameters of type WildcardMatchModifier and TypeMethodDescriptionvoidTryResourcesTransformerBase.TryResourcesMatchResultCollector.collectMatches(String name, WildcardMatch wcm) private List<Op04StructuredStatement> TryResourcesTransformerJ12.getCloseStatementAfter(StructuredTry structuredTry, StructuredScope scope, WildcardMatch wcm, TryResourcesTransformerBase.TryResourcesMatchResultCollector collector) private List<Op04StructuredStatement> TryResourcesTransformerJ12.getCloseStatementEndTry(StructuredTry structuredTry, StructuredScope scope, WildcardMatch wcm, TryResourcesTransformerBase.TryResourcesMatchResultCollector collector) private StaticFunctionInvokationTryResourcesTransformerBase.TryResourcesMatchResultCollector.getFn(WildcardMatch wcm, String name) private booleanTryResourcesTransformerJ12.getMatchingCloseStatement(WildcardMatch wcm, TryResourcesTransformerBase.TryResourcesMatchResultCollector collector, StructuredStatement statement)