- a2s - Variable in class org.eclipse.mat.parser.index.IndexManager
-
- a2size() - Method in class org.eclipse.mat.parser.index.IndexManager
-
- AbstractArrayImpl - Class in org.eclipse.mat.parser.model
-
The general implementation of any Java array object (primitive array, object array).
- AbstractArrayImpl(int, long, ClassImpl, int) - Constructor for class org.eclipse.mat.parser.model.AbstractArrayImpl
-
Construct a general object, called from subclass.
- AbstractEditorPane - Class in org.eclipse.mat.ui.editor
-
This is used to display a result of a query etc.
- AbstractEditorPane() - Constructor for class org.eclipse.mat.ui.editor.AbstractEditorPane
-
- AbstractExtractedCollection<E,X extends ICollectionExtractor> - Class in org.eclipse.mat.inspections.collectionextract
-
An abstract class representing a collection extracted from the heap.
- AbstractExtractedCollection(IObject, X) - Constructor for class org.eclipse.mat.inspections.collectionextract.AbstractExtractedCollection
-
- AbstractExtractedCollection_ToString - Static variable in class org.eclipse.mat.internal.Messages
-
- AbstractExtractedCollection_UnhandledCollection - Static variable in class org.eclipse.mat.internal.Messages
-
- AbstractFillRatioQuery - Class in org.eclipse.mat.inspections.collections
-
- AbstractFillRatioQuery() - Constructor for class org.eclipse.mat.inspections.collections.AbstractFillRatioQuery
-
- AbstractObjectImpl - Class in org.eclipse.mat.parser.model
-
The general implementation of any Java object (plain object, array, class, classloader).
- AbstractObjectImpl(int, long, ClassImpl) - Constructor for class org.eclipse.mat.parser.model.AbstractObjectImpl
-
Construct a general object, called from subclass.
- AbstractObjectImpl_Error_FieldContainsIllegalReference - Static variable in class org.eclipse.mat.parser.internal.Messages
-
- AbstractObjectImpl_Error_FieldIsNotReference - Static variable in class org.eclipse.mat.parser.internal.Messages
-
- AbstractPaneJob - Class in org.eclipse.mat.ui.editor
-
- AbstractPaneJob(String, AbstractEditorPane) - Constructor for class org.eclipse.mat.ui.editor.AbstractPaneJob
-
- AbstractParser_Error_IllegalType - Static variable in class org.eclipse.mat.hprof.Messages
-
- AbstractParser_Error_InvalidHPROFHeader - Static variable in class org.eclipse.mat.hprof.Messages
-
- AbstractParser_Error_NotHeapDump - Static variable in class org.eclipse.mat.hprof.Messages
-
- AbstractParser_Error_UnknownHPROFVersion - Static variable in class org.eclipse.mat.hprof.Messages
-
- AbstractParser_Error_UnsupportedHPROFVersion - Static variable in class org.eclipse.mat.hprof.Messages
-
- AbstractParser_GuessedRecordLength - Static variable in class org.eclipse.mat.hprof.Messages
-
- AbstractPart - Class in org.eclipse.mat.report.internal
-
- accept(IQueryContext) - Method in class org.eclipse.mat.query.registry.QueryDescriptor
-
Can the query be satisfied by the current context, possibly with other user supplied arguments?
- accept(QueryDescriptor) - Method in class org.eclipse.mat.ui.internal.browser.Policy
-
- accept(QueryDescriptor) - Method in interface org.eclipse.mat.ui.util.IPolicy
-
- accepts(PaneState, MultiPaneEditor) - Static method in class org.eclipse.mat.ui.compare.CompareBasketView
-
- access(Table) - Static method in class org.eclipse.mat.ui.accessibility.AccessibleCompositeAdapter
-
- access(Tree) - Static method in class org.eclipse.mat.ui.accessibility.AccessibleCompositeAdapter
-
- AccessibleCompositeAdapter - Class in org.eclipse.mat.ui.accessibility
-
AccessibleCompositeAdapter Accessibility utility class provides a single
encapsulated implementation of accessibility enhancements for Table and Tree
Controls within MAT.
- AccessibleCompositeAdapter() - Constructor for class org.eclipse.mat.ui.accessibility.AccessibleCompositeAdapter
-
- AccessibleObjectResolver() - Constructor for class org.eclipse.mat.inspections.CommonNameResolver.AccessibleObjectResolver
-
- AccessibleToolbarAdapter - Class in org.eclipse.mat.ui.accessibility
-
- AccessibleToolbarAdapter(ToolBar) - Constructor for class org.eclipse.mat.ui.accessibility.AccessibleToolbarAdapter
-
- AccumulationPoint(IObject) - Constructor for class org.eclipse.mat.inspections.FindLeaksQuery.AccumulationPoint
-
- AccumulationPoint(IObject, long, int[]) - Constructor for class org.eclipse.mat.inspections.FindLeaksQuery2.AccumulationPoint
-
- AccumulationPointOfGroupOfObject(IObject, int[], IMultiplePathsFromGCRootsComputer) - Constructor for class org.eclipse.mat.inspections.FindLeaksQuery.AccumulationPointOfGroupOfObject
-
- AcquireDialog - Class in org.eclipse.mat.ui.internal.acquire
-
Handles the list of all VMs.
- AcquireDialog(Collection<HeapDumpProviderDescriptor>) - Constructor for class org.eclipse.mat.ui.internal.acquire.AcquireDialog
-
- AcquireDialog_BrowseButton - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireDialog_ChooseDestinationDirectory - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireDialog_ChooseDestinationDirectoryAndFile - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireDialog_ChooseDestinationDirectoryMessage - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireDialog_ChooseProcess - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireDialog_ColumnDescription - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireDialog_ColumnPID - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireDialog_ConfigureButtonLabel - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireDialog_DialogDescription - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireDialog_DialogName - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireDialog_FileExists - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireDialog_FileIsDirectory - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireDialog_HeapDumpProviderColumnHeader - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireDialog_InvalidFilenameTemplate - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireDialog_RefreshButtonLabel - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireDialog_SaveFileLocation - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireDialog_SaveLocation - Static variable in class org.eclipse.mat.ui.Messages
-
- acquireDump(VmInfo, File, IProgressListener) - Method in class org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider
-
- acquireDump(VmInfo, File, IProgressListener) - Method in class org.eclipse.mat.ibmvm.acquire.IBMDumpProvider
-
- acquireDump(VmInfo, File, IProgressListener) - Method in class org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider
-
- acquireDump(VmInfo, File, IProgressListener) - Method in interface org.eclipse.mat.snapshot.acquire.IHeapDumpProvider
-
Acquire a heap dump from a locally running Java process.
- AcquireSnapshotAction - Class in org.eclipse.mat.ui.internal.acquire
-
- AcquireSnapshotAction() - Constructor for class org.eclipse.mat.ui.internal.acquire.AcquireSnapshotAction
-
- AcquireSnapshotAction.AcquireWizard - Class in org.eclipse.mat.ui.internal.acquire
-
- AcquireSnapshotAction.Handler - Class in org.eclipse.mat.ui.internal.acquire
-
- AcquireSnapshotAction_AcquireDialogName - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireSnapshotAction_Confirmation - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireSnapshotAction_DirectoryDoesntExist - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireSnapshotAction_FailedToCreateProvider - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireSnapshotAction_FileAlreadyExists - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireSnapshotAction_IllegalTypeErrorMessage - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireSnapshotAction_MissingParameterErrorMessage - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireSnapshotAction_NoProviderError - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireSnapshotAction_UnableToCreateDirectory - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireSnapshotAction_UnableToOpenEditor - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireSnapshotAction_UnexpectedException - Static variable in class org.eclipse.mat.ui.Messages
-
- AcquireWizard(Collection<HeapDumpProviderDescriptor>) - Constructor for class org.eclipse.mat.ui.internal.acquire.AcquireSnapshotAction.AcquireWizard
-
- AcquireWizard() - Constructor for class org.eclipse.mat.ui.internal.acquire.AcquireSnapshotAction.AcquireWizard
-
- add(int) - Method in class org.eclipse.mat.collect.ArrayInt
-
append one more entry
- add(int) - Method in class org.eclipse.mat.collect.ArrayIntBig
-
Add int to IntArray
.
- add(long) - Method in class org.eclipse.mat.collect.ArrayLong
-
append one more entry
- add(long) - Method in class org.eclipse.mat.collect.ArrayLongBig
-
Add long to LongArray
.
- add(int) - Method in class org.eclipse.mat.collect.SetInt
-
Add a value to the set
- add(long) - Method in class org.eclipse.mat.collect.SetLong
-
Add a value to the set
- add(long) - Method in class org.eclipse.mat.parser.index.IndexWriter.Identifier
-
- add(long) - Method in class org.eclipse.mat.parser.index.IndexWriter.LongIndexStreamer
-
- add(long) - Method in class org.eclipse.mat.parser.internal.snapshot.ClassHistogramRecordBuilder
-
- add(int, long) - Method in class org.eclipse.mat.parser.internal.snapshot.ClassHistogramRecordBuilder
-
- add(ClassHistogramRecord) - Method in class org.eclipse.mat.parser.internal.snapshot.ClassLoaderHistogramRecordBuilder
-
- add(int, int, long) - Method in class org.eclipse.mat.parser.internal.snapshot.HistogramBuilder
-
- add(int, int) - Method in class org.eclipse.mat.parser.internal.util.LimitedValueIntStore
-
- add(long) - Method in class org.eclipse.mat.query.Bytes
-
- add(Object) - Method in interface org.eclipse.mat.query.quantize.Quantize.Function
-
Called when an object is added to the bucket.
- add(QueryDescriptor) - Method in class org.eclipse.mat.query.registry.CategoryDescriptor
-
- add(CategoryDescriptor) - Method in class org.eclipse.mat.query.registry.CategoryDescriptor
-
- add(Spec) - Method in class org.eclipse.mat.report.SectionSpec
-
- add(Action) - Method in class org.eclipse.mat.ui.util.PopupMenu
-
- add(PopupMenu) - Method in class org.eclipse.mat.ui.util.PopupMenu
-
- addAll(int[]) - Method in class org.eclipse.mat.collect.ArrayInt
-
Append a group of entries
- addAll(ArrayInt) - Method in class org.eclipse.mat.collect.ArrayInt
-
Append all of another ArrayInt to the end of this one.
- addAll(int[]) - Method in class org.eclipse.mat.collect.ArrayIntBig
-
Add int[] to IntArray
.
- addAll(long[]) - Method in class org.eclipse.mat.collect.ArrayLong
-
Append a group of entries
- addAll(ArrayLong) - Method in class org.eclipse.mat.collect.ArrayLong
-
Append all of another ArrayLong to the end of this one.
- addAll(long[]) - Method in class org.eclipse.mat.collect.ArrayLongBig
-
Add long[] to LongArray
.
- addAll(IteratorLong) - Method in class org.eclipse.mat.parser.index.IndexWriter.LongIndexStreamer
-
- addAll(ArrayLong) - Method in class org.eclipse.mat.parser.index.IndexWriter.LongIndexStreamer
-
- addAll(long[]) - Method in class org.eclipse.mat.parser.index.IndexWriter.LongIndexStreamer
-
- addAll(long[], int, int) - Method in class org.eclipse.mat.parser.index.IndexWriter.LongIndexStreamer
-
- addAll(long, long) - Method in class org.eclipse.mat.parser.internal.snapshot.ClassHistogramRecordBuilder
-
- addAll(int[], long) - Method in class org.eclipse.mat.parser.internal.snapshot.ClassHistogramRecordBuilder
-
- addBranch(int) - Method in class org.eclipse.mat.inspections.util.ObjectTreeFactory.TreePathBuilder
-
- addChangeListener(ISnapshotEditorInput.IChangeListener) - Method in interface org.eclipse.mat.ui.snapshot.editor.ISnapshotEditorInput
-
- addChangeListener(SnapshotHistoryService.IChangeListener) - Method in class org.eclipse.mat.ui.SnapshotHistoryService
-
- addChangeStateListener(NavigatorState.IStateChangeListener) - Method in class org.eclipse.mat.ui.util.NavigatorState
-
- addChild(int, boolean) - Method in class org.eclipse.mat.inspections.util.ObjectTreeFactory.TreePathBuilder
-
- addChildren(int[]) - Method in class org.eclipse.mat.inspections.util.ObjectTreeFactory.TreePathBuilder
-
- addClass(ClassImpl, long, int, int) - Method in class org.eclipse.mat.hprof.HprofParserHandlerImpl
-
- addClass(ClassImpl, long, int, int) - Method in interface org.eclipse.mat.hprof.IHprofParserHandler
-
- addColumn(Column, ListResult.ValueProvider) - Method in class org.eclipse.mat.query.results.ListResult
-
- addConfigurationElement(ConfigurationElement) - Method in class org.eclipse.mat.inspections.osgi.model.eclipse.ConfigurationElement
-
- addConfigurationElement(ConfigurationElement) - Method in class org.eclipse.mat.inspections.osgi.model.eclipse.Extension
-
- addContext(ContextProvider) - Method in class org.eclipse.mat.query.ResultMetaData.Builder
-
- addContext(MultipleSnapshotsException.Context) - Method in exception org.eclipse.mat.snapshot.MultipleSnapshotsException
-
- addContextActions(PopupMenu, IStructuredSelection, Control) - Method in class org.eclipse.mat.ui.util.QueryContextMenu
-
- addContextDerivedColumn(ContextProvider, ContextDerivedData.DerivedOperation) - Method in class org.eclipse.mat.query.refined.RefinedResultBuilder
-
- addContextMenu(PopupMenu) - Method in class org.eclipse.mat.ui.internal.viewer.RefinedResultViewer
-
- addContextResult(String, IResult) - Method in interface org.eclipse.mat.report.IOutputter.Context
-
- addDefaultContextDerivedColumn(ContextDerivedData.DerivedOperation) - Method in class org.eclipse.mat.query.refined.RefinedResultBuilder
-
Add a derived column such as for retained size.
- addDerivedData(ContextDerivedData.DerivedOperation) - Method in class org.eclipse.mat.query.quantize.Quantize.Builder
-
- addDerivedData(ContextDerivedData.DerivedOperation) - Method in class org.eclipse.mat.query.ResultMetaData.Builder
-
Extra data for the result
- addDerivedDataColumn(ContextProvider, ContextDerivedData.DerivedColumn) - Method in class org.eclipse.mat.query.refined.RefinedStructuredResult
-
- addDetailResult(DetailResultProvider) - Method in class org.eclipse.mat.query.ResultMetaData.Builder
-
- addDetails(String, IResult) - Method in interface org.eclipse.mat.snapshot.extension.IThreadInfo
-
Add details of tasks performed by the thread.
- addDominated(int) - Method in class org.eclipse.mat.snapshot.DominatorsSummary.ClassDominatorRecord
-
Add a dominated object to the record
- addDominatedNetSize(long) - Method in class org.eclipse.mat.snapshot.DominatorsSummary.ClassDominatorRecord
-
Increase the dominated net heap size
- addDominator(int) - Method in class org.eclipse.mat.snapshot.DominatorsSummary.ClassDominatorRecord
-
Add a dominator to the record
- addDominatorNetSize(long) - Method in class org.eclipse.mat.snapshot.DominatorsSummary.ClassDominatorRecord
-
Increase the dominators total size
- addExtension(Extension) - Method in class org.eclipse.mat.inspections.osgi.model.eclipse.ExtensionPoint
-
- addExtension(IExtensionTracker, IExtension) - Method in class org.eclipse.mat.util.RegistryReader
-
- addGCRoot(long, long, int) - Method in class org.eclipse.mat.hprof.HprofParserHandlerImpl
-
- addGCRoot(long, long, int) - Method in interface org.eclipse.mat.hprof.IHprofParserHandler
-
- addIcon(URL) - Method in interface org.eclipse.mat.report.IOutputter.Context
-
Get string to represent an icon
- addInstance(long) - Method in class org.eclipse.mat.parser.model.ClassImpl
-
- ADDITIONAL_CLASS_REFERENCES - Static variable in class org.eclipse.mat.hprof.ui.HprofPreferences
-
Additional references for classes
- addKeyword(String) - Method in interface org.eclipse.mat.snapshot.extension.IThreadInfo
-
To add a keyword used for error report summaries
- addListener(ProviderArgumentsTable.ITableListener) - Method in class org.eclipse.mat.ui.internal.acquire.ProviderArgumentsTable
-
- addListener(ArgumentEditor.IEditorListener) - Method in class org.eclipse.mat.ui.internal.query.arguments.ArgumentEditor
-
- addListener(ArgumentsTable.ITableListener) - Method in class org.eclipse.mat.ui.internal.query.arguments.ArgumentsTable
-
- addNewPage(String, Object, boolean) - Method in class org.eclipse.mat.ui.editor.MultiPaneEditor
-
Create and add a new pane if only if a pane with that id does not exist.
- addNewPage(String, Object, boolean, boolean) - Method in class org.eclipse.mat.ui.editor.MultiPaneEditor
-
Create and add a new pane if only if a pane with that id does not exist.
- addNewPage(String, Object) - Method in class org.eclipse.mat.ui.editor.MultiPaneEditor
-
Create and add a new pane to the folder.
- addNewPage(AbstractEditorPane, Object, String, Image) - Method in class org.eclipse.mat.ui.editor.MultiPaneEditor
-
- addNewPage(String, Object, boolean, boolean, String, Image) - Method in class org.eclipse.mat.ui.editor.MultiPaneEditor
-
- addNextPath() - Method in class org.eclipse.mat.internal.snapshot.inspections.Path2GCRootsQuery.Tree
-
- addObject(IHprofParserHandler.HeapObject) - Method in class org.eclipse.mat.hprof.HprofParserHandlerImpl
-
- addObject(IHprofParserHandler.HeapObject) - Method in interface org.eclipse.mat.hprof.IHprofParserHandler
-
- addObjectAddress(long) - Method in class org.eclipse.mat.internal.snapshot.HeapObjectParamArgument
-
- addObjectAddress(long) - Method in class org.eclipse.mat.parser.internal.oql.compiler.Query.FromClause
-
- addObjectId(int) - Method in class org.eclipse.mat.parser.internal.oql.compiler.Query.FromClause
-
- addObjectReferer(PathsFromGCRootsTreeBuilder) - Method in class org.eclipse.mat.parser.internal.snapshot.PathsFromGCRootsTreeBuilder
-
- addOption(String) - Method in class org.eclipse.mat.snapshot.MultipleSnapshotsException.Context
-
- addOql(String) - Method in class org.eclipse.mat.internal.snapshot.HeapObjectParamArgument
-
- addPages() - Method in class org.eclipse.mat.ui.internal.acquire.AcquireSnapshotAction.AcquireWizard
-
- addPages() - Method in class org.eclipse.mat.ui.internal.GettingStartedWizard
-
- addPages() - Method in class org.eclipse.mat.ui.internal.query.arguments.ArgumentsWizard
-
- addParameter(ArgumentDescriptor) - Method in class org.eclipse.mat.query.registry.AnnotatedObjectDescriptor
-
- addPath(int[]) - Method in class org.eclipse.mat.snapshot.MultiplePathsFromGCRootsClassRecord
-
This method is used only when the record is built.
- addPath(int[]) - Method in class org.eclipse.mat.snapshot.MultiplePathsFromGCRootsRecord
-
This method is used only when the record is built.
- addPattern(Pattern) - Method in class org.eclipse.mat.internal.snapshot.HeapObjectParamArgument
-
- addProperty(String, String) - Method in class org.eclipse.mat.hprof.HprofParserHandlerImpl
-
- addProperty(String, String) - Method in interface org.eclipse.mat.hprof.IHprofParserHandler
-
- addPropertyListener(IPropertyListener) - Method in class org.eclipse.mat.ui.editor.AbstractEditorPane
-
- addQuery(String) - Static method in class org.eclipse.mat.ui.internal.browser.QueryHistory
-
- addrefs - Variable in class org.eclipse.mat.internal.snapshot.inspections.CompareTablesQuery
-
- addRequest(String, IResult) - Method in interface org.eclipse.mat.snapshot.extension.IThreadInfo
-
Add requests such as the URL from a web server
- Address() - Constructor for class org.eclipse.mat.ui.snapshot.actions.CopyActions.Address
-
- addResult(IResult) - Method in class org.eclipse.mat.query.results.CompositeResult
-
Add one more result
- addResult(String, IResult) - Method in class org.eclipse.mat.query.results.CompositeResult
-
Add one more result with the given name
- addResult(File) - Method in class org.eclipse.mat.report.TestSuite
-
- addResultToCompare(PaneState, MultiPaneEditor) - Method in class org.eclipse.mat.ui.compare.CompareBasketView
-
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.mat.ui.editor.CompositeHeapEditorPane
-
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.mat.ui.editor.MultiPaneEditorSelectionProvider
-
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.mat.ui.internal.chart.PieChartPane
-
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.mat.ui.internal.panes.QueryResultPane
-
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.mat.ui.internal.panes.QueryTextResultPane
-
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.mat.ui.internal.views.NavigatorViewPage
-
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.mat.ui.snapshot.editor.HeapEditor
-
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.mat.ui.snapshot.panes.OverviewPane
-
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.mat.ui.snapshot.views.SnapshotOutlinePage
-
- addSeparator() - Method in class org.eclipse.mat.ui.util.PopupMenu
-
- addSibling(int, boolean) - Method in class org.eclipse.mat.inspections.util.ObjectTreeFactory.TreePathBuilder
-
- addSlice(int) - Method in class org.eclipse.mat.snapshot.query.PieFactory
-
Create and add a new slice for the given object.
- addSlice(int, Color) - Method in class org.eclipse.mat.snapshot.query.PieFactory
-
Create and add a new slice for the given object.
- addSlice(IObject) - Method in class org.eclipse.mat.snapshot.query.PieFactory
-
Create and add a new slice for the given object.
- addSlice(IObject, Color) - Method in class org.eclipse.mat.snapshot.query.PieFactory
-
Create and add a new slice for the given object.
- addSlice(int, String, long, long) - Method in class org.eclipse.mat.snapshot.query.PieFactory
-
Create and add a new slice for the given object.
- addSlice(int, String, long, long, Color) - Method in class org.eclipse.mat.snapshot.query.PieFactory
-
Create and add a new slice for the given object.
- addSubClass(ClassImpl) - Method in class org.eclipse.mat.parser.model.ClassImpl
-
- addSubtask(TaskInfo) - Method in class org.eclipse.mat.inspections.threads.TaskInfo
-
- addToMenu(IStatusLineManager, Menu) - Method in class org.eclipse.mat.ui.util.PopupMenu
-
- addUnionQuery(Query) - Method in class org.eclipse.mat.parser.internal.oql.compiler.Query
-
- addValue(int, Object...) - Method in class org.eclipse.mat.query.quantize.Quantize
-
Add one value to the quantize function representing one heap object.
- addValue(int[], Object...) - Method in class org.eclipse.mat.query.quantize.Quantize
-
Add one value to the quantize function representing a set of objects.
- addVisitedPath(String, String, Serializable) - Method in class org.eclipse.mat.ui.SnapshotHistoryService
-
- addVisitedPath(String, String) - Method in class org.eclipse.mat.ui.SnapshotHistoryService
-
- adjustBeginLineColumn(int, int) - Method in class org.eclipse.mat.parser.internal.oql.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- agentmain(String) - Static method in class org.eclipse.mat.ibmvm.agent.DumpAgent
-
Generate a dump on this machine
- aggressive - Variable in class org.eclipse.mat.inspections.component.ComponentReportQuery
-
- aggressive - Variable in class org.eclipse.mat.inspections.component.TopComponentsReportQuery
-
- aligning(Column.Alignment) - Method in class org.eclipse.mat.query.Column
-
Alignment of the column.
- ALL - Static variable in enum org.eclipse.mat.snapshot.extension.JdkVersion
-
- ALL - Static variable in class org.eclipse.mat.ui.internal.browser.QueryAllProvider
-
- ALL_METHODS_AS_CLASSES - Static variable in class org.eclipse.mat.dtfj.PreferenceConstants
-
- and(Object[]) - Method in class org.eclipse.mat.parser.internal.oql.compiler.CompilerImpl
-
- and(Object[]) - Method in interface org.eclipse.mat.parser.internal.oql.ICompiler
-
- AND - Static variable in interface org.eclipse.mat.parser.internal.oql.parser.OQLParserConstants
-
RegularExpression Id.
- AnnotatedObjectArgumentsSet - Class in org.eclipse.mat.query.registry
-
Container class for annotated objects and arguments.
- AnnotatedObjectArgumentsSet(IAnnotatedObjectDescriptor) - Constructor for class org.eclipse.mat.query.registry.AnnotatedObjectArgumentsSet
-
- AnnotatedObjectDescriptor - Class in org.eclipse.mat.query.registry
-
A description of the meta information attached to a class such as a query or heap dump provider.
- AnnotatedObjectDescriptor(String, String, String, URL, String, String, Locale) - Constructor for class org.eclipse.mat.query.registry.AnnotatedObjectDescriptor
-
- anyInstances(ISnapshot, String) - Method in class org.eclipse.mat.ui.util.QueryContextMenu
-
- anySubInstances(IClass) - Method in class org.eclipse.mat.ui.util.QueryContextMenu
-
- appendUsage(StringBuilder) - Method in class org.eclipse.mat.internal.snapshot.HeapObjectContextArgument
-
- appendUsage(StringBuilder) - Method in class org.eclipse.mat.internal.snapshot.HeapObjectParamArgument
-
- appendUsage(StringBuilder) - Method in class org.eclipse.mat.internal.snapshot.SnapshotArgument
-
- appendUsage(StringBuilder) - Method in interface org.eclipse.mat.query.registry.ArgumentFactory
-
- apply(Item, int, String, Color, Font) - Method in class org.eclipse.mat.ui.internal.viewer.RefinedTableViewer.TableAdapter
-
- apply(Item, Font) - Method in class org.eclipse.mat.ui.internal.viewer.RefinedTableViewer.TableAdapter
-
- apply(Item, int, String) - Method in class org.eclipse.mat.ui.internal.viewer.RefinedTableViewer.TableAdapter
-
- apply(Item, int, String, Color, Font) - Method in class org.eclipse.mat.ui.internal.viewer.RefinedTreeViewer.TreeAdapter
-
- apply(Item, Font) - Method in class org.eclipse.mat.ui.internal.viewer.RefinedTreeViewer.TreeAdapter
-
- apply(Item, int, String) - Method in class org.eclipse.mat.ui.internal.viewer.RefinedTreeViewer.TreeAdapter
-
- APPROXIMATE - Static variable in class org.eclipse.mat.snapshot.query.RetainedSizeDerivedData
-
Indicates approximate retained size.
- Argument - Annotation Type in org.eclipse.mat.query.annotations
-
Annotates a member variable to be an query argument.
- Argument.Advice - Enum in org.eclipse.mat.query.annotations
-
Optional advice for the query argument that is needed if the declaring
type does not give enough evidence how to convert or validate this
argument.
- ArgumentDescriptor - Class in org.eclipse.mat.query.registry
-
Provides details about an argument to be injected into a query or heap dump provider.
- ArgumentDescriptor() - Constructor for class org.eclipse.mat.query.registry.ArgumentDescriptor
-
- ArgumentEditor - Class in org.eclipse.mat.ui.internal.query.arguments
-
- ArgumentEditor(Composite, IQueryContext, ArgumentDescriptor, TableItem) - Constructor for class org.eclipse.mat.ui.internal.query.arguments.ArgumentEditor
-
- ArgumentEditor.IEditorListener - Interface in org.eclipse.mat.ui.internal.query.arguments
-
- ArgumentFactory - Interface in org.eclipse.mat.query.registry
-
- ArgumentParser - Class in org.eclipse.mat.internal.snapshot
-
- ArgumentParser() - Constructor for class org.eclipse.mat.internal.snapshot.ArgumentParser
-
- ArgumentParser_ErrorMsg_ParsingError - Static variable in class org.eclipse.mat.internal.Messages
-
- ArgumentParser_ErrorMsg_Unparsed - Static variable in class org.eclipse.mat.internal.Messages
-
- ARGUMENTS_WIZARD - Static variable in interface org.eclipse.mat.ui.MemoryAnalyserPlugin.ISharedImages
-
- ArgumentSet - Class in org.eclipse.mat.query.registry
-
Holds a query, all the arguments for a query, and the query context, ready for execution.
- ArgumentSet_Error_IllegalArgument - Static variable in class org.eclipse.mat.report.internal.Messages
-
- ArgumentSet_Error_Inaccessible - Static variable in class org.eclipse.mat.report.internal.Messages
-
- ArgumentSet_Error_Instantiation - Static variable in class org.eclipse.mat.report.internal.Messages
-
- ArgumentSet_Error_MissingMandatoryArgument - Static variable in class org.eclipse.mat.report.internal.Messages
-
- ArgumentSet_Error_NoSuchArgument - Static variable in class org.eclipse.mat.report.internal.Messages
-
- ArgumentSet_Error_SetField - Static variable in class org.eclipse.mat.report.internal.Messages
-
- ArgumentSet_Msg_NullValue - Static variable in class org.eclipse.mat.report.internal.Messages
-
- ArgumentsTable - Class in org.eclipse.mat.ui.internal.query.arguments
-
- ArgumentsTable(Composite, int, IQueryContext, ArgumentSet, LinkEditor.Mode) - Constructor for class org.eclipse.mat.ui.internal.query.arguments.ArgumentsTable
-
- ArgumentsTable.ITableListener - Interface in org.eclipse.mat.ui.internal.query.arguments
-
- ArgumentsTable_AddressNotComplete - Static variable in class org.eclipse.mat.ui.Messages
-
- ArgumentsTable_Argument - Static variable in class org.eclipse.mat.ui.Messages
-
- ArgumentsTable_Encountered - Static variable in class org.eclipse.mat.ui.Messages
-
- ArgumentsTable_InvalidAddress - Static variable in class org.eclipse.mat.ui.Messages
-
- ArgumentsTable_InvalidClassNamePattern - Static variable in class org.eclipse.mat.ui.Messages
-
- ArgumentsTable_isMandatory - Static variable in class org.eclipse.mat.ui.Messages
-
- ArgumentsTable_ProvidePattern - Static variable in class org.eclipse.mat.ui.Messages
-
- ArgumentsTable_selectedRows - Static variable in class org.eclipse.mat.ui.Messages
-
- ArgumentsTable_Value - Static variable in class org.eclipse.mat.ui.Messages
-
- ArgumentsTable_WasExpecting - Static variable in class org.eclipse.mat.ui.Messages
-
- ArgumentsWizard - Class in org.eclipse.mat.ui.internal.query.arguments
-
- ArgumentsWizard(IQueryContext, ArgumentSet) - Constructor for class org.eclipse.mat.ui.internal.query.arguments.ArgumentsWizard
-
- ArgumentsWizardPage - Class in org.eclipse.mat.ui.internal.query.arguments
-
- ArgumentsWizardPage(IQueryContext, ArgumentSet) - Constructor for class org.eclipse.mat.ui.internal.query.arguments.ArgumentsWizardPage
-
- ArgumentsWizardPage_QueryArguments - Static variable in class org.eclipse.mat.ui.Messages
-
- array(Object) - Method in class org.eclipse.mat.parser.internal.oql.compiler.CompilerImpl
-
- array(Object, Object) - Method in class org.eclipse.mat.parser.internal.oql.compiler.CompilerImpl
-
- array(Object) - Method in interface org.eclipse.mat.parser.internal.oql.ICompiler
-
- array(Object, Object) - Method in interface org.eclipse.mat.parser.internal.oql.ICompiler
-
- ARRAY - Static variable in interface org.eclipse.mat.parser.internal.oql.parser.OQLParserConstants
-
RegularExpression Id.
- array_attribute - Variable in class org.eclipse.mat.inspections.collections.CollectionFillRatioQuery
-
- array_attribute - Variable in class org.eclipse.mat.inspections.collections.HashEntriesQuery
-
- array_attribute - Variable in class org.eclipse.mat.inspections.collections.HashSetValuesQuery
-
- array_attribute - Variable in class org.eclipse.mat.inspections.collections.MapCollisionRatioQuery
-
- ARRAY_INSTANCE - Static variable in class org.eclipse.mat.snapshot.query.Icons
-
An array instance.
- ARRAY_INSTANCE - Static variable in interface org.eclipse.mat.ui.snapshot.ImageHelper.Type
-
- ARRAY_INSTANCE_AS_GC_ROOT - Static variable in class org.eclipse.mat.snapshot.query.Icons
-
An array instance decorated as Garbage Collection Root.
- ARRAY_INSTANCE_GC_ROOT - Static variable in interface org.eclipse.mat.ui.snapshot.ImageHelper.Type
-
- arrayAsString(IPrimitiveArray, int, int, int) - Static method in class org.eclipse.mat.snapshot.model.PrettyPrinter
-
Convert a char[]
object into a String.
- ArrayCollectionExtractor - Class in org.eclipse.mat.internal.collectionextract
-
- ArrayFillRatioQuery - Class in org.eclipse.mat.inspections.collections
-
- ArrayFillRatioQuery() - Constructor for class org.eclipse.mat.inspections.collections.ArrayFillRatioQuery
-
- ArrayFillRatioQuery_ColumnFillRatio - Static variable in class org.eclipse.mat.internal.Messages
-
- ArrayFillRatioQuery_ColumnNumObjects - Static variable in class org.eclipse.mat.internal.Messages
-
- ArrayFillRatioQuery_ExtractingFillRatios - Static variable in class org.eclipse.mat.internal.Messages
-
- ArrayInt - Class in org.eclipse.mat.collect
-
Utility class to hold a list of ints
Similar to a list, but efficient for ints
- ArrayInt() - Constructor for class org.eclipse.mat.collect.ArrayInt
-
Create a list of default size
- ArrayInt(int) - Constructor for class org.eclipse.mat.collect.ArrayInt
-
Create an empty list of given capacity for more entries.
- ArrayInt(int[]) - Constructor for class org.eclipse.mat.collect.ArrayInt
-
Create a list based on a supplied array
- ArrayInt(ArrayInt) - Constructor for class org.eclipse.mat.collect.ArrayInt
-
Create a list based on an existing ArrayInt, of size of the template
- ArrayInt_Error_LengthExceeded - Static variable in class org.eclipse.mat.report.internal.Messages
-
- ArrayIntBig - Class in org.eclipse.mat.collect
-
This class simplifies the handling of growing int[] in a very fast and memory
efficient manner so that no slow collections must be used.
- ArrayIntBig() - Constructor for class org.eclipse.mat.collect.ArrayIntBig
-
Create an IntArray
.
- ArrayIntCompressed - Class in org.eclipse.mat.collect
-
This class compresses fixed-size int[] in a very fast and memory efficient
manner if many leading and/or trailing bits of the stored ints are not used
commonly.
- ArrayIntCompressed(byte[]) - Constructor for class org.eclipse.mat.collect.ArrayIntCompressed
-
- ArrayIntCompressed(int, int, int) - Constructor for class org.eclipse.mat.collect.ArrayIntCompressed
-
Create IntArrayCompressed
from number of ints to be stored,
the number of leading and trailing clear bits.
- ArrayIntCompressed(int[]) - Constructor for class org.eclipse.mat.collect.ArrayIntCompressed
-
Create IntArrayCompressed
from ints representing the data to
be stored in compressed form.
- ArrayIntCompressed(int[], int, int) - Constructor for class org.eclipse.mat.collect.ArrayIntCompressed
-
Create IntArrayCompressed
from ints representing the data to
be stored in compressed form (from offset to offset+length).
- ARRAYLEFT - Static variable in interface org.eclipse.mat.parser.internal.oql.parser.OQLParserConstants
-
RegularExpression Id.
- ArrayLong - Class in org.eclipse.mat.collect
-
Utility class to hold a list of longs
Similar to a list, but efficient for longs
- ArrayLong() - Constructor for class org.eclipse.mat.collect.ArrayLong
-
Create a list of default size
- ArrayLong(int) - Constructor for class org.eclipse.mat.collect.ArrayLong
-
Create an empty list of given capacity for more entries.
- ArrayLong(long[]) - Constructor for class org.eclipse.mat.collect.ArrayLong
-
Create a list based on a supplied array
- ArrayLong(ArrayLong) - Constructor for class org.eclipse.mat.collect.ArrayLong
-
Create a list based on an existing ArrayInt, of size of the template
- ArrayLong_Error_LengthExceeded - Static variable in class org.eclipse.mat.report.internal.Messages
-
- ArrayLongBig - Class in org.eclipse.mat.collect
-
This class simplifies the handling of growing long[] in a very fast and
memory efficient manner so that no slow collections must be used.
- ArrayLongBig() - Constructor for class org.eclipse.mat.collect.ArrayLongBig
-
Create an LongArray
.
- ArrayLongCompressed - Class in org.eclipse.mat.collect
-
This class compresses fixed-size long[] in a very fast and memory efficient
manner if many leading and/or trailing bits of the stored longs are not used
commonly.
- ArrayLongCompressed(byte[]) - Constructor for class org.eclipse.mat.collect.ArrayLongCompressed
-
- ArrayLongCompressed(int, int, int) - Constructor for class org.eclipse.mat.collect.ArrayLongCompressed
-
Create LongArrayCompressed
from number of longs to be
stored, the number of leading and trailing clear bits.
- ArrayLongCompressed(long[]) - Constructor for class org.eclipse.mat.collect.ArrayLongCompressed
-
Create LongArrayCompressed
from longs representing the data
to be stored in compressed form.
- ArrayLongCompressed(long[], int, int) - Constructor for class org.eclipse.mat.collect.ArrayLongCompressed
-
Create LongArrayCompressed
from longs representing the data
to be stored in compressed form (from offset to offset+length).
- ARRAYRIGHT - Static variable in interface org.eclipse.mat.parser.internal.oql.parser.OQLParserConstants
-
RegularExpression Id.
- ArraysBySizeQuery - Class in org.eclipse.mat.inspections.collections
-
- ArraysBySizeQuery() - Constructor for class org.eclipse.mat.inspections.collections.ArraysBySizeQuery
-
- ArraysBySizeQuery_ColumnLength - Static variable in class org.eclipse.mat.internal.Messages
-
- ArraysBySizeQuery_ColumnNumObjects - Static variable in class org.eclipse.mat.internal.Messages
-
- ArraysBySizeQuery_ExtractingArraySizes - Static variable in class org.eclipse.mat.internal.Messages
-
- arraySize - Variable in class org.eclipse.mat.hprof.IHprofParserHandler.HeapObject
-
- ArrayUtils - Class in org.eclipse.mat.collect
-
Utility class for sorting arrays etc.
- ArrayUtils() - Constructor for class org.eclipse.mat.collect.ArrayUtils
-
- asHtml() - Method in class org.eclipse.mat.query.results.CompositeResult
-
Whether to display the results as HTML.
- asTable() - Method in class org.eclipse.mat.snapshot.query.HistogramResult
-
Deprecated.
- AtomicBooleanResolver() - Constructor for class org.eclipse.mat.inspections.CommonNameResolver.AtomicBooleanResolver
-
- AtomicReferenceValueResolver() - Constructor for class org.eclipse.mat.inspections.CommonNameResolver.AtomicReferenceValueResolver
-
- AtomicStampedReferenceValueResolver() - Constructor for class org.eclipse.mat.inspections.CommonNameResolver.AtomicStampedReferenceValueResolver
-
- attachTo(Table, ITableLabelProvider, int) - Static method in class org.eclipse.mat.ui.util.SearchOnTyping
-
- attachTo(Tree, ITableLabelProvider, int) - Static method in class org.eclipse.mat.ui.util.SearchOnTyping
-
- attachTo(Control, int) - Static method in class org.eclipse.mat.ui.util.SearchOnTyping
-
- Attribute - Class in org.eclipse.mat.parser.internal.oql.compiler
-
- Attribute(String, boolean, boolean) - Constructor for class org.eclipse.mat.parser.internal.oql.compiler.Attribute
-
- AttributeExtractor - Class in org.eclipse.mat.ui.snapshot.panes.oql.contentAssist
-
Context extractor to be used in the SELECT and WHERE clause of a query.
- AttributeExtractor() - Constructor for class org.eclipse.mat.ui.snapshot.panes.oql.contentAssist.AttributeExtractor
-
- available(Class<?>, Argument.Advice) - Method in class org.eclipse.mat.internal.snapshot.SnapshotQueryContext
-
- available(Class<?>, Argument.Advice) - Method in interface org.eclipse.mat.query.IQueryContext
-
Is this type of data available from the context?
- available(Class<?>, Argument.Advice) - Method in class org.eclipse.mat.query.registry.QueryContextImpl
-
- AVERAGE - Static variable in class org.eclipse.mat.query.quantize.Quantize
-
Function to find the average value.
- AVERAGE_LONG - Static variable in class org.eclipse.mat.query.quantize.Quantize
-
Function to find the average long value.
- avoidPattern - Variable in class org.eclipse.mat.hprof.ExportHprof
-