Package org.eclipse.mat.query
Interface IDecorator
-
- All Known Implementing Classes:
DuplicatedClassesQuery
,ObjectListResult.Inbound
,ObjectListResult.Outbound
,Path2GCRootsQuery.Tree
public interface IDecorator
Used for rows of reports
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
prefix(Object row)
Add before the object for example <local>String
suffix(Object row)
Add after the object
-