Uses of Interface
org.eclipse.mat.query.annotations.descriptors.IArgumentDescriptor

Packages that use IArgumentDescriptor
org.eclipse.mat.query.registry Package for getting a list of queries and examining their capabilities and setting them up. 
org.eclipse.mat.snapshot.query Utilities to develop heap dump queries. 
 

Uses of IArgumentDescriptor in org.eclipse.mat.query.registry
 

Classes in org.eclipse.mat.query.registry that implement IArgumentDescriptor
 class ArgumentDescriptor
           
 

Uses of IArgumentDescriptor in org.eclipse.mat.snapshot.query
 

Methods in org.eclipse.mat.snapshot.query that return types with arguments of type IArgumentDescriptor
 java.util.List<? extends IArgumentDescriptor> SnapshotQuery.getArguments()
          Get the list of the query arguments.