org.objectweb.asm.util
接口 Traceable
public interface Traceable
An attribute that can print eadable representation of the attribute.
Implementation should construct readable output from an attribute data
structures for current attribute state. Such representation could be used in
unit test assertions.
- 作者:
- Eugene Kuleshov
|
方法摘要 |
void |
trace(StringBuffer buf,
Map labelNames)
Build a human readable representation of the attribute. |
trace
void trace(StringBuffer buf,
Map labelNames)
- Build a human readable representation of the attribute.
- 参数:
buf - A buffer used for printing Java code.labelNames - map of label instances to their names.
Copyright © 2013. All Rights Reserved.