Interface OwnableRewriteRule

All Superinterfaces:
RewriteRule
All Known Subinterfaces:
FilteredFieldRewriteRule, OwnableMethodRewriteRule, OwnableMethodRewriteRule.Filtered
All Known Implementing Classes:
DirectParameterRewrite, DirectReturnRewrite, DirectStaticRewrite, FieldToMethodRewrite, FuzzyParameterRewrite, MoveInstanceMethod, SubTypeReturnRewrite, SuperTypeParamRewrite

public interface OwnableRewriteRule extends RewriteRule
Represents a RewriteRule that has a set of specific owners that it targets. The owners can be for a targeted method or a field.