Uses of Class
org.eclipse.mat.report.QuerySpec

Packages that use QuerySpec
org.eclipse.mat.report.internal Internal classes for controlling building of reports from XML report definitions (not API). 
 

Uses of QuerySpec in org.eclipse.mat.report.internal
 

Methods in org.eclipse.mat.report.internal that return QuerySpec
 QuerySpec QueryPart.spec()
           
 

Constructors in org.eclipse.mat.report.internal with parameters of type QuerySpec
QueryPart(java.lang.String id, AbstractPart parent, DataFile artefact, QuerySpec spec)