Class RewriteLegacyClassConstantsTransform
java.lang.Object
com.strobel.decompiler.languages.java.ast.transforms.RewriteLegacyClassConstantsTransform
- All Implemented Interfaces:
IAstTransform
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
private static final class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
private MethodDefinition
tryLocateClassMethod
(TypeDefinition currentType, AstNode compilationUnit) private MethodDefinition
tryLocateClassMethodOutOfScope
(TypeDefinition currentType)
-
Field Details
-
CANDIDATE_MAX_CODE_SIZE
private static final int CANDIDATE_MAX_CODE_SIZE- See Also:
-
_context
-
-
Constructor Details
-
RewriteLegacyClassConstantsTransform
-
-
Method Details
-
run
- Specified by:
run
in interfaceIAstTransform
-
tryLocateClassMethod
-
tryLocateClassMethodOutOfScope
-