Package proguard.classfile.util.renderer
Class ConstantViewModel
java.lang.Object
proguard.classfile.util.renderer.ProcessableViewModel
proguard.classfile.util.renderer.ConstantViewModel
This utility class renders
Constant objects into a more human-readable format. It can be
used as a Java type renderer in Intellij-based IDE to support debugging.-
Field Summary
Fields inherited from class proguard.classfile.util.renderer.ProcessableViewModel
processingFlags, processingInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA utility method that renders aConstantentry into a preview string, e.g., String(18) -> "Foo".Methods inherited from class proguard.classfile.util.renderer.ProcessableViewModel
addExtraProcessingFlags, renderProcessingFlags
-
Constructor Details
-
Method Details
-
renderPreview
A utility method that renders aConstantentry into a preview string, e.g., String(18) -> "Foo".- Returns:
- A string previewing the constant pool entry.
-