站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Traceable (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.asm.util.attrs
Interface Traceable

All Known Implementing Classes:
ASMStackMapAttribute, ASMStackMapTableAttribute

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.

Author:
Eugene Kuleshov

Method Summary
 void trace(StringBuffer buf, Map labelNames)
          Build a human readable representation of the attribute.
 

Method Detail

trace

void trace(StringBuffer buf,
           Map labelNames)
Build a human readable representation of the attribute.

Parameters:
buf - A buffer used for printing Java code.
labelNames - map of label instances to their names.


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.