Interface TextifierSupport
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An
Attribute that can print a readable representation of itself.- Author:
- Eugene Kuleshov
-
Method Summary
Modifier and TypeMethodDescriptionvoidtextify(StringBuilder outputBuilder, Map<org.objectweb.asm.Label, String> labelNames) Generates a human readable representation of this attribute.
-
Method Details
-
textify
Generates a human readable representation of this attribute.- Parameters:
outputBuilder- where the human representation of this attribute must be appended.labelNames- the human readable names of the labels.
-