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
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type WildcardMatchModifier and TypeMethodDescriptionstatic MatchOneOfResourceReleaseDetector.getCloseExpressionMatch(WildcardMatch wcm, LValueExpression autocloseExpression) EnumSuperRewriter.getDeclarationsToNop(WildcardMatch wcm) RedundantSuperRewriter.getDeclarationsToNop(WildcardMatch wcm) 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) -
Uses of WildcardMatch in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil
Methods 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
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers with parameters of type WildcardMatchModifier and TypeMethodDescriptionvoidTryResourcesTransformerBase.TryResourcesMatchResultCollector.collectMatches(String name, WildcardMatch wcm)