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 classprivate static final class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprivate MethodDefinitiontryLocateClassMethod(TypeDefinition currentType, AstNode compilationUnit) private MethodDefinitiontryLocateClassMethodOutOfScope(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:
runin interfaceIAstTransform
-
tryLocateClassMethod
-
tryLocateClassMethodOutOfScope
-