JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.jf.dexlib2.rewriter
Interface Rewriter<T>
All Known Implementing Classes:
AnnotationElementRewriter
,
AnnotationRewriter
,
ClassDefRewriter
,
DebugItemRewriter
,
EncodedValueRewriter
,
ExceptionHandlerRewriter
,
FieldReferenceRewriter
,
FieldRewriter
,
InstructionRewriter
,
MethodImplementationRewriter
,
MethodParameterRewriter
,
MethodReferenceRewriter
,
MethodRewriter
,
TryBlockRewriter
,
TypeRewriter
public interface
Rewriter<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
rewrite
(
T
value)
Method Detail
rewrite
@Nonnull
T
rewrite(@Nonnull
T
value)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method