Package org.jf.dexlib2.rewriter
Class TypeRewriter
java.lang.Object
org.jf.dexlib2.rewriter.TypeRewriter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TypeRewriter
public TypeRewriter()
-
-
Method Details
-
rewrite
-
rewriteUnwrappedType
This is called by the default rewrite implementation with the unwrapped type.For array types, the unwrapped type is the type with the array specifiers removed. And there is no difference for non-array types.
- Parameters:
value- The unwrapped type- Returns:
- The modified version of the unwrapped type. This will be re-array-ified if the original wrapped type was an array.
-