Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- I2RETAINED - Enum constant in enum org.eclipse.mat.parser.index.IndexManager.Index
-
Retained size cache.
- i2sv2 - Variable in class org.eclipse.mat.parser.index.IndexManager
-
The cache for the retained size from the object ID
- IAnnotatedObjectDescriptor - Interface in org.eclipse.mat.query.annotations.descriptors
-
A descriptor which allows to inspect an annotated object, e.g.
- IArgumentDescriptor - Interface in org.eclipse.mat.query.annotations.descriptors
-
A descriptor for fields annotated with the annotation @Argument.
- IArray - Interface in org.eclipse.mat.snapshot.model
-
Interface for an array object in the heap dump.
- IBM14 - Enum constant in enum org.eclipse.mat.snapshot.extension.JdkVersion
- IBM15 - Enum constant in enum org.eclipse.mat.snapshot.extension.JdkVersion
- IBM16 - Enum constant in enum org.eclipse.mat.snapshot.extension.JdkVersion
- IBM17 - Enum constant in enum org.eclipse.mat.snapshot.extension.JdkVersion
- IBM18 - Enum constant in enum org.eclipse.mat.snapshot.extension.JdkVersion
- IBM19 - Enum constant in enum org.eclipse.mat.snapshot.extension.JdkVersion
- IBM6ArrayListCollectionExtractor - Class in org.eclipse.mat.internal.collectionextract
- IBM6ArrayListCollectionExtractor(String, String, String) - Constructor for class org.eclipse.mat.internal.collectionextract.IBM6ArrayListCollectionExtractor
- IBM6ArrayListCollectionExtractor(String, String, String, String) - Constructor for class org.eclipse.mat.internal.collectionextract.IBM6ArrayListCollectionExtractor
- IBMDumpProvider - Class in org.eclipse.mat.ibmvm.acquire
-
Base class for generating dumps on IBM VMs.
- IBMDumpProvider() - Constructor for class org.eclipse.mat.ibmvm.acquire.IBMDumpProvider
- IBMExecDumpProvider - Class in org.eclipse.mat.ibmvm.acquire
-
Enables the creation of dumps from IBM VMs when a non-IBM VM or old IBM VM is used to run Memory Analyzer.
- IBMExecDumpProvider() - Constructor for class org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider
- IBMExecVmInfo - Class in org.eclipse.mat.ibmvm.acquire
-
Information about an IBM VM, for use when using a helper VM to create a dump.
- IBMJavaDumpProvider - Class in org.eclipse.mat.ibmvm.acquire
-
Helper dump provider - the IBMDumpProvider delegates to this to do the work for java core dumps.
- IBMJavaDumpProvider() - Constructor for class org.eclipse.mat.ibmvm.acquire.IBMJavaDumpProvider
- IBMVmInfo - Class in org.eclipse.mat.ibmvm.acquire
-
Stores information about the target VM.
- IBundleReader - Interface in org.eclipse.mat.inspections.osgi.model
- IClass - Interface in org.eclipse.mat.snapshot.model
-
Interface for a class instance in the heap dump.
- IClassLoader - Interface in org.eclipse.mat.snapshot.model
-
An interface for class loader.
- IClassSpecificNameResolver - Interface in org.eclipse.mat.snapshot.extension
-
Interface describing a name resolver for objects of specific classes (found in an snapshot), e.g.
- ICollectionExtractor - Interface in org.eclipse.mat.inspections.collectionextract
-
CollectionExtractors are used to extract from the heap dump the contents of an object which represents a collection of a certain type.
- ICollectionExtractorProvider - Interface in org.eclipse.mat.snapshot.extension
- ICompiler - Interface in org.eclipse.mat.parser.internal.oql
- icon() - Element in annotation type org.eclipse.mat.query.annotations.Menu.Entry
-
The icon path for the menu item.
- Icon - Annotation Type in org.eclipse.mat.query.annotations
-
Annotates the icon of the query.
- ICON_KEY_PREFIX - Static variable in class org.eclipse.mat.ui.IconLabels
- IconLabels - Class in org.eclipse.mat.ui
- Icons - Class in org.eclipse.mat.snapshot.query
-
A factory class for well-known icons, such as object, class and class loader.
- Icons() - Constructor for class org.eclipse.mat.snapshot.query.Icons
- IContextObject - Interface in org.eclipse.mat.query
-
Interface to describe the heap objects.
- IContextObjectSet - Interface in org.eclipse.mat.query
-
Interface to describe a set of objects.
- ICUBaseLocaleResolver() - Constructor for class org.eclipse.mat.inspections.CommonNameResolver.ICUBaseLocaleResolver
- ID - Static variable in class org.eclipse.mat.ui.compare.CompareBasketView
- ID - Static variable in interface org.eclipse.mat.ui.MemoryAnalyserPlugin.ISharedImages
- IDecorator - Interface in org.eclipse.mat.query
-
Used for rows of reports
- identifier - Static variable in class org.eclipse.mat.ui.snapshot.views.Messages
- Identifier() - Constructor for class org.eclipse.mat.parser.index.IndexWriter.Identifier
- IDENTIFIER - Enum constant in enum org.eclipse.mat.parser.index.IndexManager.Index
-
Index to address: object id to address (as a long)
- IDENTIFIER - Static variable in interface org.eclipse.mat.parser.internal.oql.parser.OQLParserConstants
-
RegularExpression Id.
- identifier_format - Static variable in class org.eclipse.mat.ui.snapshot.views.Messages
- identifier_size - Static variable in class org.eclipse.mat.ui.snapshot.views.Messages
- IDENTIFIER_SIZE - Static variable in interface org.eclipse.mat.hprof.IHprofParserHandler
- IdentityHashMapCollectionExtractor - Class in org.eclipse.mat.internal.collectionextract
-
Info for IdentityHashMaps These are stored as key/value pairs in an array
- IdentityHashMapCollectionExtractor(String, String) - Constructor for class org.eclipse.mat.internal.collectionextract.IdentityHashMapCollectionExtractor
- ids - Variable in class org.eclipse.mat.hprof.IHprofParserHandler.HeapObject
- idSize - Variable in class org.eclipse.mat.hprof.IHprofParserHandler.HeapObject
- idx - Variable in class org.eclipse.mat.parser.index.IndexManager
-
The index from object ID to its address
- IHeapDumpProvider - Interface in org.eclipse.mat.snapshot.acquire
-
Provides functionality to acquire a heap dump from a locally running Java process Implementations of this interface need to be registered using the
org.eclipse.mat.api.heapDumpProvider
extension point. - IHeapObjectArgument - Interface in org.eclipse.mat.snapshot.query
-
An argument of type IHeapObjectArgument can be used to inject heap objects into Query.
- IHistogramBuilderResolver - Interface in org.eclipse.mat.parser.internal.snapshot
-
Deprecated.
- IHprofParserHandler - Interface in org.eclipse.mat.hprof
- IHprofParserHandler.HeapObject - Class in org.eclipse.mat.hprof
- IIconProvider - Interface in org.eclipse.mat.query
-
Interface to provide icon representation for rows of a
IStructuredResult
. - IIndexBuilder - Interface in org.eclipse.mat.parser
-
Part of the parser which builds the indexes
- IIndexReader - Interface in org.eclipse.mat.parser.index
-
Interfaces for reading various indexes into the snapshot.
- IIndexReader.IOne2LongIndex - Interface in org.eclipse.mat.parser.index
-
Index from object id to a long.
- IIndexReader.IOne2ManyIndex - Interface in org.eclipse.mat.parser.index
-
Index from object id to several object ids.
- IIndexReader.IOne2ManyObjectsIndex - Interface in org.eclipse.mat.parser.index
-
Index from object id to several object ids.
- IIndexReader.IOne2OneIndex - Interface in org.eclipse.mat.parser.index
-
Index from object id to another int.
- IIndexReader.IOne2SizeIndex - Interface in org.eclipse.mat.parser.index
-
Index from object id to size, stored compressed as an int.
- IInstance - Interface in org.eclipse.mat.snapshot.model
-
Interface for a plain vanilla object instance in the heap dump.
- image - Variable in class org.eclipse.mat.parser.internal.oql.parser.Token
-
The string image of the token.
- ImageHelper - Class in org.eclipse.mat.ui.snapshot
- ImageHelper() - Constructor for class org.eclipse.mat.ui.snapshot.ImageHelper
- ImageHelper.Decorations - Interface in org.eclipse.mat.ui.snapshot
- ImageHelper.ImageImageDescriptor - Class in org.eclipse.mat.ui.snapshot
- ImageHelper.Type - Interface in org.eclipse.mat.ui.snapshot
- ImageImageDescriptor(Image) - Constructor for class org.eclipse.mat.ui.snapshot.ImageHelper.ImageImageDescriptor
- ImageTextEditor - Class in org.eclipse.mat.ui.internal.query.arguments
- ImageTextEditor(Composite, IQueryContext, ArgumentDescriptor, TableItem, TextEditor.DecoratorType) - Constructor for class org.eclipse.mat.ui.internal.query.arguments.ImageTextEditor
- IMapExtractor - Interface in org.eclipse.mat.inspections.collectionextract
-
MapExtractors are used to extract from the heap dump the contents of an object which represents a map of a certain type.
- IMapExtractor.EntryObject - Class in org.eclipse.mat.inspections.collectionextract
- ImmediateDominatorsQuery - Class in org.eclipse.mat.inspections
- ImmediateDominatorsQuery() - Constructor for class org.eclipse.mat.inspections.ImmediateDominatorsQuery
- ImmediateDominatorsQuery_Column_DominatedShallowHeap - Static variable in class org.eclipse.mat.internal.Messages
- ImmediateDominatorsQuery_ColumnDominatedObjects - Static variable in class org.eclipse.mat.internal.Messages
- ImmediateDominatorsQuery_DominatedObjects - Static variable in class org.eclipse.mat.internal.Messages
- ImmediateDominatorsQuery_Objects - Static variable in class org.eclipse.mat.internal.Messages
- ImmediateDominatorsQuery_ProgressName - Static variable in class org.eclipse.mat.internal.Messages
- ImmediateDominatorsQuery.ResultImpl - Class in org.eclipse.mat.inspections
- IMPLEMENTS - Static variable in interface org.eclipse.mat.parser.internal.oql.parser.OQLParserConstants
-
RegularExpression Id.
- IMPORT_REPORT - Static variable in interface org.eclipse.mat.ui.MemoryAnalyserPlugin.ISharedImages
- ImportReportAction - Class in org.eclipse.mat.ui.actions
- ImportReportAction(MultiPaneEditor) - Constructor for class org.eclipse.mat.ui.actions.ImportReportAction
- ImportReportAction(MultiPaneEditor, File) - Constructor for class org.eclipse.mat.ui.actions.ImportReportAction
- ImportReportAction_ImportReport - Static variable in class org.eclipse.mat.ui.Messages
- ImportReportAction_MemoryAnalyzerReports - Static variable in class org.eclipse.mat.ui.Messages
- ImportReportAction_OpenReport - Static variable in class org.eclipse.mat.ui.Messages
- ImportReportAction_Report - Static variable in class org.eclipse.mat.ui.Messages
- IMultiPaneEditorContributor - Interface in org.eclipse.mat.ui.editor
-
Used to contribute items to the tool bar of the editor.
- IMultiplePathsFromGCRootsComputer - Interface in org.eclipse.mat.snapshot
-
Objects of this type can be used to work with paths to many objects
- in - Variable in class org.eclipse.mat.parser.index.IndexReader.IntIndexReader
-
For use reading the actual index file
- in(Object, Object) - Method in class org.eclipse.mat.parser.internal.oql.compiler.CompilerImpl
- in(Object, Object) - Method in interface org.eclipse.mat.parser.internal.oql.ICompiler
- IN_FORMAL_COMMENT - Static variable in interface org.eclipse.mat.parser.internal.oql.parser.OQLParserConstants
-
Lexical state.
- IN_MULTI_LINE_COMMENT - Static variable in interface org.eclipse.mat.parser.internal.oql.parser.OQLParserConstants
-
Lexical state.
- IN_SINGLE_LINE_COMMENT - Static variable in interface org.eclipse.mat.parser.internal.oql.parser.OQLParserConstants
-
Lexical state.
- inbound - Variable in class org.eclipse.mat.inspections.ClassReferrersQuery
- inbound - Variable in class org.eclipse.mat.inspections.ObjectListQuery
- inbound - Variable in class org.eclipse.mat.parser.index.IndexManager
-
The index for objects which refer to each object
- inbound() - Method in class org.eclipse.mat.parser.index.IndexManager
-
The inbounds index for each object to its inbound references.
- inbound(ISnapshot, int) - Static method in class org.eclipse.mat.snapshot.query.Icons
-
Construct an inbound reference icon URL for the current object pointing to the right image and containing the right GC decoration.
- Inbound(ISnapshot, int[]) - Constructor for class org.eclipse.mat.snapshot.query.ObjectListResult.Inbound
-
Construct a inbound references tree
- INBOUND - Enum constant in enum org.eclipse.mat.parser.index.IndexManager.Index
-
Inbounds: object id to N outbound object ids
- InboundClasses(ISnapshot, int[]) - Constructor for class org.eclipse.mat.inspections.ClassReferrersQuery.InboundClasses
- InboundWriter(int, File) - Constructor for class org.eclipse.mat.parser.index.IndexWriter.InboundWriter
-
Construct an inbound writer.
- InClause(Object, boolean) - Method in class org.eclipse.mat.parser.internal.oql.parser.OQLParser
- INCLUDE_CLASS_INSTANCE - Enum constant in enum org.eclipse.mat.ui.internal.query.arguments.CheckBoxEditor.Type
- INCLUDE_CLASS_INSTANCE - Static variable in interface org.eclipse.mat.internal.snapshot.HeapObjectParamArgument.Flags
- INCLUDE_LOADED_INSTANCES - Static variable in interface org.eclipse.mat.internal.snapshot.HeapObjectParamArgument.Flags
- INCLUDE_SUBCLASSES - Enum constant in enum org.eclipse.mat.ui.internal.query.arguments.CheckBoxEditor.Type
- INCLUDE_SUBCLASSES - Static variable in interface org.eclipse.mat.internal.snapshot.HeapObjectParamArgument.Flags
- includeObjects() - Method in class org.eclipse.mat.parser.internal.oql.compiler.Query.FromClause
- includeSubClasses() - Method in class org.eclipse.mat.parser.internal.oql.compiler.Query.FromClause
- incNumberOfObjects() - Method in class org.eclipse.mat.snapshot.HistogramRecord
-
Increment number of objects this histogram record stands for by 1.
- incNumberOfObjects(long) - Method in class org.eclipse.mat.snapshot.HistogramRecord
-
Increment number of objects this histogram record stands for.
- incRetainedHeapSize(long) - Method in class org.eclipse.mat.snapshot.HistogramRecord
- incUsedHeapSize(long) - Method in class org.eclipse.mat.snapshot.HistogramRecord
-
Increment number of bytes in heap area this histogram record stands for.
- INDEX_BUILDER - Static variable in class org.eclipse.mat.parser.internal.util.ParserRegistry
- IndexManager - Class in org.eclipse.mat.parser.index
-
Handles the indexes into the snapshot.
- IndexManager() - Constructor for class org.eclipse.mat.parser.index.IndexManager
- IndexManager.Index - Enum in org.eclipse.mat.parser.index
-
The different index types.
- indexOf(Item) - Method in class org.eclipse.mat.ui.internal.viewer.RefinedTableViewer.TableAdapter
- indexOf(Item) - Method in class org.eclipse.mat.ui.internal.viewer.RefinedTreeViewer.TreeAdapter
- IndexReader - Class in org.eclipse.mat.parser.index
-
Implementations to read index files.
- IndexReader() - Constructor for class org.eclipse.mat.parser.index.IndexReader
- IndexReader_Error_IndexIsEmbedded - Static variable in class org.eclipse.mat.parser.internal.Messages
- IndexReader.IntIndex1NSortedReader - Class in org.eclipse.mat.parser.index
- IndexReader.IntIndexReader - Class in org.eclipse.mat.parser.index
-
An int to int index reader.
- IndexReader.LongIndex1NReader - Class in org.eclipse.mat.parser.index
- IndexReader.LongIndexReader - Class in org.eclipse.mat.parser.index
-
Creates a int to long index reader Disk file structure:
- IndexReader.SizeIndexReader - Class in org.eclipse.mat.parser.index
-
Creates a index reader for array sizes, presuming the sizes are stored as ints and get expanded in the reverse of the compression.
- IndexWriter - Class in org.eclipse.mat.parser.index
-
Base implementations to write index files.
- IndexWriter() - Constructor for class org.eclipse.mat.parser.index.IndexWriter
- IndexWriter_Error_ArrayLength - Static variable in class org.eclipse.mat.parser.internal.Messages
- IndexWriter_Error_ObjectArrayLength - Static variable in class org.eclipse.mat.parser.internal.Messages
- IndexWriter_NotImplemented - Static variable in class org.eclipse.mat.parser.internal.Messages
- IndexWriter_StoredError - Static variable in class org.eclipse.mat.parser.internal.Messages
- IndexWriter_StoredException - Static variable in class org.eclipse.mat.parser.internal.Messages
- IndexWriter.Identifier - Class in org.eclipse.mat.parser.index
-
Used to collect the objects by address.
- IndexWriter.InboundWriter - Class in org.eclipse.mat.parser.index
-
A writer for inbound references.
- IndexWriter.IntArray1NSortedWriter - Class in org.eclipse.mat.parser.index
-
Used to write out a sorted array of ints.
- IndexWriter.IntArray1NUncompressedCollector - Class in org.eclipse.mat.parser.index
-
Build index for mapping int to int array.
- IndexWriter.IntArray1NWriter - Class in org.eclipse.mat.parser.index
-
Write out a mapping of ints to int arrays.
- IndexWriter.IntIndexCollector - Class in org.eclipse.mat.parser.index
-
A collector of ArrayIntCompressed.
- IndexWriter.IntIndexCollectorUncompressed - Class in org.eclipse.mat.parser.index
-
Collect a mapping of int to int.
- IndexWriter.IntIndexStreamer - Class in org.eclipse.mat.parser.index
-
A helper to write out an index to a file.
- IndexWriter.KeyWriter - Interface in org.eclipse.mat.parser.index
-
Used to write out a key for an index.
- IndexWriter.LongArray1NWriter - Class in org.eclipse.mat.parser.index
- IndexWriter.LongIndexCollector - Class in org.eclipse.mat.parser.index
-
A collector for a int to long mapping.
- IndexWriter.LongIndexCollectorUncompressed - Class in org.eclipse.mat.parser.index
-
Build a int to long index.
- IndexWriter.LongIndexStreamer - Class in org.eclipse.mat.parser.index
-
A helper class to output a list of longs.
- IndexWriter.SizeIndexCollectorUncompressed - Class in org.eclipse.mat.parser.index
-
Store sizes of objects by compressing the size to a 32-bit int.
- Inet6AddressHolderResolver() - Constructor for class org.eclipse.mat.inspections.CommonNameResolver.Inet6AddressHolderResolver
- Inet6AddressResolver() - Constructor for class org.eclipse.mat.inspections.CommonNameResolver.Inet6AddressResolver
- InetAddressHolderResolver() - Constructor for class org.eclipse.mat.inspections.CommonNameResolver.InetAddressHolderResolver
- InetAddressResolver() - Constructor for class org.eclipse.mat.inspections.CommonNameResolver.InetAddressResolver
- InetSocketAddressHolderResolver() - Constructor for class org.eclipse.mat.inspections.CommonNameResolver.InetSocketAddressHolderResolver
- InetSocketAddressResolver() - Constructor for class org.eclipse.mat.inspections.CommonNameResolver.InetSocketAddressResolver
- InflaterInputStream - Class in io.nayuki.deflate
-
Decompresses a DEFLATE data stream (raw format without zlib or gzip headers or footers) into a byte stream.
- InflaterInputStream(InflaterInputStream) - Constructor for class io.nayuki.deflate.InflaterInputStream
-
Extra constructor added for org.eclipse.mat.hprof Only safe to use copy or original once the underlying stream has been positioned to the appropriate location.
- InflaterInputStream(InputStream, boolean) - Constructor for class io.nayuki.deflate.InflaterInputStream
-
Constructs an inflater input stream over the specified underlying input stream, and with the specified option for detachability.
- InflaterInputStream(InputStream, boolean, int) - Constructor for class io.nayuki.deflate.InflaterInputStream
-
Constructs an inflater input stream over the specified underlying input stream, with the specified options for detachability and input buffer size.
- info - Variable in class org.eclipse.mat.inspections.HeapDumpInfoQuery
- INFO - Enum constant in enum org.eclipse.mat.util.IProgressListener.Severity
-
Severity indicating this user message is informational only.
- INFO - Static variable in interface org.eclipse.mat.ui.MemoryAnalyserPlugin.ISharedImages
- INFO_SEPARATOR - Static variable in class org.eclipse.mat.ibmvm.agent.DumpAgent
- InfoItem(ImageDescriptor, String) - Constructor for class org.eclipse.mat.ui.snapshot.views.inspector.InspectorView.InfoItem
- InfoItem(IObject, ImageDescriptor, String) - Constructor for class org.eclipse.mat.ui.snapshot.views.inspector.InspectorView.InfoItem
- init(File, String) - Method in class org.eclipse.mat.dtfj.DTFJIndexBuilder
- init(File, String) - Method in class org.eclipse.mat.hprof.HprofIndexBuilder
- init(File, String) - Method in interface org.eclipse.mat.parser.IIndexBuilder
-
Initialize with file and prefix (needed for naming conventions).
- init(String) - Method in class org.eclipse.mat.parser.index.IndexManager
-
Populate all the index readers
- init(MultiPaneEditor) - Method in interface org.eclipse.mat.ui.editor.IMultiPaneEditorContributor
-
Called when the editor starts
- init(MultiPaneEditor) - Method in class org.eclipse.mat.ui.snapshot.editor.HeapEditorContributions
- init(Composite, MultiPaneEditor, AbstractEditorPane) - Method in class org.eclipse.mat.ui.internal.viewer.RefinedResultViewer
- init(Composite, MultiPaneEditor, AbstractEditorPane) - Method in class org.eclipse.mat.ui.internal.viewer.RefinedTableViewer
- init(Composite, MultiPaneEditor, AbstractEditorPane) - Method in class org.eclipse.mat.ui.internal.viewer.RefinedTreeViewer
- init(IEditorSite, IEditorInput) - Method in class org.eclipse.mat.ui.editor.AbstractEditorPane
- init(IEditorSite, IEditorInput) - Method in class org.eclipse.mat.ui.editor.MultiPaneEditor
- init(IEditorSite, IEditorInput) - Method in class org.eclipse.mat.ui.snapshot.editor.HeapEditor
- init(IEditorSite, IEditorInput) - Method in class org.eclipse.mat.ui.snapshot.editor.HeapEditorPane
- init(IIntroPart, IMemento) - Method in class org.eclipse.mat.ui.internal.CheatSheetStandbyContent
- init(IWorkbench) - Method in class org.eclipse.mat.dtfj.DTFJPreferencePage
- init(IWorkbench) - Method in class org.eclipse.mat.hprof.ui.HPROFPreferencePage
-
No-op
- init(IWorkbench) - Method in class org.eclipse.mat.ui.internal.UIPreferencePage
- init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.mat.ui.internal.acquire.AcquireSnapshotAction.AcquireWizard
- init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.mat.ui.internal.diagnostics.DiagnosticsWizardAction.DiagnosticsWizard
- init(IWorkbenchWindow) - Method in class org.eclipse.mat.ui.internal.acquire.AcquireSnapshotAction
- init(IWorkbenchWindow) - Method in class org.eclipse.mat.ui.internal.diagnostics.DiagnosticsWizardAction
- init(IWorkbenchWindow) - Method in class org.eclipse.mat.ui.snapshot.actions.OpenIconAssistAction
- init(IWorkbenchWindow) - Method in class org.eclipse.mat.ui.snapshot.actions.OpenSnapshotAction
- init(IPageSite) - Method in class org.eclipse.mat.ui.internal.views.NavigatorViewPage
- init(IPageSite) - Method in class org.eclipse.mat.ui.snapshot.views.SnapshotOutlinePage
- InitDTFJ - Class in org.eclipse.mat.dtfj
-
Controls the loading of this plugin and finds the available DTFJ implementations.
- InitDTFJ() - Constructor for class org.eclipse.mat.dtfj.InitDTFJ
- InitDTFJ_ErrorClearDumps - Static variable in class org.eclipse.mat.dtfj.Messages
- InitDTFJ_ErrorUpdatingBundle - Static variable in class org.eclipse.mat.dtfj.Messages
- InitDTFJ_FailedToCreate - Static variable in class org.eclipse.mat.dtfj.Messages
- InitDTFJ_FailedToUpdateBundle - Static variable in class org.eclipse.mat.dtfj.Messages
- InitDTFJ_UpdatedBundle - Static variable in class org.eclipse.mat.dtfj.Messages
- InitDTFJ_UpdatingBundle - Static variable in class org.eclipse.mat.dtfj.Messages
- InitDTFJ.DynamicInfo - Class in org.eclipse.mat.dtfj
-
This is created and called from the MAT parser handling code It provides a list of parsers E.g.
- initializeDefaultPreferences() - Method in class org.eclipse.mat.dtfj.PreferenceInitializer
- initializeDefaultPreferences() - Method in class org.eclipse.mat.hprof.ui.PreferenceInitializer
- initializeDefaultPreferences() - Method in class org.eclipse.mat.ui.internal.PreferenceInitializer
- initWithAnotherArgument(PaneState, PaneState) - Method in class org.eclipse.mat.ui.editor.MultiPaneEditor
- initWithArgument(Object) - Method in class org.eclipse.mat.ui.editor.AbstractEditorPane
- initWithArgument(Object) - Method in class org.eclipse.mat.ui.internal.chart.PieChartPane
- initWithArgument(Object) - Method in class org.eclipse.mat.ui.internal.panes.QueryResultPane
- initWithArgument(Object) - Method in class org.eclipse.mat.ui.internal.panes.QueryTextResultPane
- initWithArgument(Object) - Method in class org.eclipse.mat.ui.internal.panes.TableResultPane
- initWithArgument(Object) - Method in class org.eclipse.mat.ui.internal.panes.TextViewPane
- initWithArgument(Object) - Method in class org.eclipse.mat.ui.snapshot.panes.BundlesPane
- initWithArgument(Object) - Method in class org.eclipse.mat.ui.snapshot.panes.CompareTablesPane
- initWithArgument(Object) - Method in class org.eclipse.mat.ui.snapshot.panes.DominatorPane
- initWithArgument(Object) - Method in class org.eclipse.mat.ui.snapshot.panes.HistogramPane
- initWithArgument(Object) - Method in class org.eclipse.mat.ui.snapshot.panes.MultiplePath2GCRootsPane
- initWithArgument(Object) - Method in class org.eclipse.mat.ui.snapshot.panes.OQLPane
- initWithArgument(Object) - Method in class org.eclipse.mat.ui.snapshot.panes.Path2GCRootsPane
- inputChanged(Viewer, Object, Object) - Method in class org.eclipse.mat.ui.snapshot.views.inspector.FieldsContentProvider
- INSIDE_COMMENT - Static variable in interface org.eclipse.mat.parser.internal.oql.parser.OQLParserConstants
-
RegularExpression Id.
- InspectionAssert - Class in org.eclipse.mat.inspections
- InspectionAssert() - Constructor for class org.eclipse.mat.inspections.InspectionAssert
- InspectionAssert_NotSupported - Static variable in class org.eclipse.mat.internal.Messages
- INSPECTOR_VIEW - Enum constant in enum org.eclipse.mat.ui.internal.Perspective.Views
- InspectorView - Class in org.eclipse.mat.ui.snapshot.views.inspector
- InspectorView() - Constructor for class org.eclipse.mat.ui.snapshot.views.inspector.InspectorView
- InspectorView_Attributes - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView_ClassHierarchy - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView_ErrorUpdatingInspector - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView_GCroot - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView_GoBack - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView_GoInto - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView_LinkWithSnapshot - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView_Name - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView_noGCRoot - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView_PinTab - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView_retainedSize - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView_shallowSize - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView_Statics - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView_Type - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView_Unindexed - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView_UpdateObjectDetails - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView_Value - Static variable in class org.eclipse.mat.ui.Messages
- InspectorView.InfoItem - Class in org.eclipse.mat.ui.snapshot.views.inspector
- instance() - Static method in class org.eclipse.mat.hprof.EnhancerRegistry
- instance() - Static method in class org.eclipse.mat.internal.acquire.HeapDumpProviderRegistry
- instance() - Static method in class org.eclipse.mat.query.registry.QueryRegistry
- instance() - Static method in class org.eclipse.mat.report.RendererRegistry
- instance() - Static method in class org.eclipse.mat.report.SpecFactory
- instance() - Static method in class org.eclipse.mat.snapshot.registry.ClassSpecificNameResolverRegistry
- instance() - Static method in class org.eclipse.mat.snapshot.registry.CollectionExtractorProviderRegistry
- instance() - Static method in class org.eclipse.mat.snapshot.registry.RequestDetailResolverRegistry
- instance() - Static method in class org.eclipse.mat.snapshot.registry.ThreadDetailResolverRegistry
- instance() - Static method in class org.eclipse.mat.snapshot.registry.TroubleTicketResolverRegistry
- instance() - Static method in class org.eclipse.mat.ui.editor.EditorPaneRegistry
- INSTANCE - Static variable in class org.eclipse.mat.internal.collectionextract.ArrayCollectionExtractor
- instanceData - Variable in class org.eclipse.mat.hprof.IHprofParserHandler.HeapObject
- InstanceImpl - Class in org.eclipse.mat.parser.model
-
Implementation of a plain Java object.
- InstanceImpl(int, long, ClassImpl, List<Field>) - Constructor for class org.eclipse.mat.parser.model.InstanceImpl
-
Construct a representation of plain java object in the snapshot.
- instanceOf(Object, String) - Method in class org.eclipse.mat.parser.internal.oql.compiler.CompilerImpl
- instanceOf(Object, String) - Method in interface org.eclipse.mat.parser.internal.oql.ICompiler
- instanceOf(ISnapshot, int, String) - Method in class org.eclipse.mat.ui.util.QueryContextMenu
-
Instanceof test which works for simple objects and arrays
- instanceOf(ISnapshot, IClass, String) - Method in class org.eclipse.mat.ui.util.QueryContextMenu
-
Instanceof test which works for simple object and array types
- INSTANCEOF - Static variable in interface org.eclipse.mat.parser.internal.oql.parser.OQLParserConstants
-
RegularExpression Id.
- instancesByClassLoaderId(int) - Static method in class org.eclipse.mat.snapshot.OQL
-
Returns an OQL query string to select all objects loaded by the given class loader.
- instancesByPattern(Pattern, boolean) - Static method in class org.eclipse.mat.snapshot.OQL
-
Return all instances of classes matching a given regular expression.
- INT - Static variable in interface org.eclipse.mat.snapshot.model.IObject.Type
-
A array of int or int field
- IntArray1NSortedWriter(int, File) - Constructor for class org.eclipse.mat.parser.index.IndexWriter.IntArray1NSortedWriter
-
Construct a IntArray1NSortedWriter of the required size.
- IntArray1NUncompressedCollector(int, File) - Constructor for class org.eclipse.mat.parser.index.IndexWriter.IntArray1NUncompressedCollector
-
Constructor for index of given size
- IntArray1NWriter(int, File) - Constructor for class org.eclipse.mat.parser.index.IndexWriter.IntArray1NWriter
-
Construct a writer of the required size.
- INTEGER_LITERAL - Static variable in interface org.eclipse.mat.parser.internal.oql.parser.OQLParserConstants
-
RegularExpression Id.
- INTEPRET_AS_CLASSLOADER - Enum constant in enum org.eclipse.mat.ui.internal.query.arguments.CheckBoxEditor.Type
- INTERSECTION - Enum constant in enum org.eclipse.mat.internal.snapshot.inspections.CompareTablesQuery.Operation
- INTERSECTION - Enum constant in enum org.eclipse.mat.ui.snapshot.panes.CompareTablesPane.SetopOption
- intersectWithAnother(Histogram) - Method in class org.eclipse.mat.snapshot.Histogram
-
Compute a new histogram as intersection of this histogram compared to (equals) the given another histogram.
- IntIndex1NSortedReader(File) - Constructor for class org.eclipse.mat.parser.index.IndexReader.IntIndex1NSortedReader
- IntIndex1NSortedReader(File, IIndexReader.IOne2OneIndex, IIndexReader.IOne2OneIndex) - Constructor for class org.eclipse.mat.parser.index.IndexReader.IntIndex1NSortedReader
- IntIndexCollector(int, int) - Constructor for class org.eclipse.mat.parser.index.IndexWriter.IntIndexCollector
-
Construct a collector of the required size, holding int values up to the specified size.
- IntIndexCollectorUncompressed(int) - Constructor for class org.eclipse.mat.parser.index.IndexWriter.IntIndexCollectorUncompressed
-
Create an IntIndexCollectorUncompressed of the given size.
- IntIndexReader(File) - Constructor for class org.eclipse.mat.parser.index.IndexReader.IntIndexReader
- IntIndexReader(File, IndexWriter.Pages<SoftReference<ArrayIntCompressed>>, int, int, long[]) - Constructor for class org.eclipse.mat.parser.index.IndexReader.IntIndexReader
- IntIndexReader(SimpleBufferedRandomAccessInputStream, long, long) - Constructor for class org.eclipse.mat.parser.index.IndexReader.IntIndexReader
- IntIndexStreamer() - Constructor for class org.eclipse.mat.parser.index.IndexWriter.IntIndexStreamer
- IntStack - Class in org.eclipse.mat.parser.internal.util
- IntStack() - Constructor for class org.eclipse.mat.parser.internal.util.IntStack
- IntStack(int) - Constructor for class org.eclipse.mat.parser.internal.util.IntStack
- io.nayuki.deflate - package io.nayuki.deflate
-
DEFLATE library (Java)
- IObject - Interface in org.eclipse.mat.snapshot.model
-
Base interface for all objects found in a snapshot.
- IObject.Type - Interface in org.eclipse.mat.snapshot.model
-
The type of the primitive array.
- IObjectArray - Interface in org.eclipse.mat.snapshot.model
-
Marker interface to represent object arrays in the heap dump.
- IObjectReader - Interface in org.eclipse.mat.parser
-
Part of the parser which retrieves detailed information about an object
- IOQLQuery - Interface in org.eclipse.mat.snapshot
-
Performs an OQL Query.
- IOQLQuery.Result - Interface in org.eclipse.mat.snapshot
-
A result which also describes the OQL query that generated it.
- IOutputter - Interface in org.eclipse.mat.report
-
Converts a result to a report.
- IOutputter.Context - Interface in org.eclipse.mat.report
-
Holds information which controls how to format a report.
- IParsingEnhancer - Interface in org.eclipse.mat.hprof.extension
-
This interface provides the possibility to perform some actions and add information the a parsed snapshot, just after the parsing of an HPROF file is done.
- IPathsFromGCRootsComputer - Interface in org.eclipse.mat.snapshot
-
Interface describing an interactive computer for paths from GC roots to an object.
- IPolicy - Interface in org.eclipse.mat.ui.util
-
This lets the query browser find out which queries will work with the selected arguments then fills in the appropriate arguments for the selected query
- IPositionInputStream - Interface in org.eclipse.mat.hprof
- IPositionInputStream_mark - Static variable in class org.eclipse.mat.hprof.Messages
- IPositionInputStream_reset - Static variable in class org.eclipse.mat.hprof.Messages
- IPositionInputStream_seek - Static variable in class org.eclipse.mat.hprof.Messages
- IPreliminaryIndex - Interface in org.eclipse.mat.parser
-
Where the parser collect informations when first opening a snapshot
- IPrimitiveArray - Interface in org.eclipse.mat.snapshot.model
-
Interface for primitive arrays in the heap dump.
- IProgressListener - Interface in org.eclipse.mat.util
-
This interface is closely modeled after { link org.eclipse.core.runtime.IProgressMonitor}.
- IProgressListener.OperationCanceledException - Exception in org.eclipse.mat.util
-
Helper exception class which can be used to exit an operation via an exception if the operation itself has been canceled.
- IProgressListener.Severity - Enum in org.eclipse.mat.util
-
Defines the severities possible for a user message.
- IQuery - Interface in org.eclipse.mat.query
-
Interface representing a query on the heap dump.
- IQueryContext - Interface in org.eclipse.mat.query
-
The context for a query.
- IRequestDetailsResolver - Interface in org.eclipse.mat.snapshot.extension
-
The allows details about a local variable for a thread of a type understood by this resolver to be interpreted and attached to the thread description.
- IResult - Interface in org.eclipse.mat.query
-
Interface to mark a query result.
- IResultPie - Interface in org.eclipse.mat.query
-
Results as pie chart data.
- IResultPie.ColoredSlice - Interface in org.eclipse.mat.query
-
A slice of the pie with color information
- IResultPie.Slice - Interface in org.eclipse.mat.query
-
A slice of the pie.
- IResultTable - Interface in org.eclipse.mat.query
-
Interface for results in table-form.
- IResultTree - Interface in org.eclipse.mat.query
-
Interface for results in tree-form.
- IRuntimeEnhancer - Interface in org.eclipse.mat.hprof.extension
-
Using this interface an implementor can provide additional information to a HPROF snapshot See the documentation on the org.eclipse.mat.hprof.enhancer extension point
- IS_IMPORTANT - Static variable in interface org.eclipse.mat.report.Params.Html
-
Used to emphasise a section.
- isActive() - Method in class org.eclipse.mat.query.refined.Filter
- isActive() - Method in class org.eclipse.mat.ui.util.PaneState
- isAlias(String) - Method in class org.eclipse.mat.parser.internal.oql.compiler.EvaluationContext
- isArray() - Method in interface org.eclipse.mat.query.annotations.descriptors.IArgumentDescriptor
-
Check if the annotated field is an array
- isArray() - Method in class org.eclipse.mat.query.registry.ArgumentDescriptor
- isArray(int) - Method in class org.eclipse.mat.parser.internal.SnapshotImpl
- isArray(int) - Method in interface org.eclipse.mat.snapshot.ISnapshot
-
Returns true if the object by this id is an array.
- isArrayType() - Method in class org.eclipse.mat.parser.model.ClassImpl
- isArrayType() - Method in interface org.eclipse.mat.snapshot.model.IClass
-
Test if this class an array type.
- isAsObjects() - Method in class org.eclipse.mat.parser.internal.oql.compiler.Query.SelectClause
- isBoolean() - Method in interface org.eclipse.mat.query.annotations.descriptors.IArgumentDescriptor
-
Check if the annotated field is a boolean or Boolean
- isBoolean() - Method in class org.eclipse.mat.query.registry.ArgumentDescriptor
- isCanceled() - Method in class org.eclipse.mat.ui.util.ProgressMonitorWrapper
- isCanceled() - Method in class org.eclipse.mat.util.ConsoleProgressListener
- isCanceled() - Method in interface org.eclipse.mat.util.IProgressListener
-
Returns whether cancelation of current operation has been requested.
- isCanceled() - Method in class org.eclipse.mat.util.SilentProgressListener
- isCanceled() - Method in class org.eclipse.mat.util.SimpleMonitor.Listener
- isCanceled() - Method in class org.eclipse.mat.util.VoidProgressListener
-
Gets the cancel state.
- isChunkedGZIPFile(RandomAccessFile) - Static method in class org.eclipse.mat.hprof.ChunkedGZIPRandomAccessFile
-
Checks if the given file is a chunked gzipped file.
- isClass(int) - Method in class org.eclipse.mat.parser.internal.SnapshotImpl
- isClass(int) - Method in interface org.eclipse.mat.snapshot.ISnapshot
-
Returns true if the object by this id is a class.
- isClassLoader(int) - Method in class org.eclipse.mat.parser.internal.SnapshotImpl
-
performance improved check if the object is a class loader
- isClassLoader(int) - Method in interface org.eclipse.mat.snapshot.ISnapshot
-
Returns true if the object by this id is a class loader.
- isColumnVisible(int) - Method in interface org.eclipse.mat.report.IOutputter.Context
-
Whether a column of the result should be displayed in the report.
- isComplete() - Method in class org.eclipse.mat.internal.snapshot.HeapObjectParamArgument
- isContextDependent(EvaluationContext) - Method in class org.eclipse.mat.parser.internal.oql.compiler.Expression
- isContextDependent(EvaluationContext) - Method in class org.eclipse.mat.parser.internal.oql.compiler.QueryExpression
- isDecorated(int) - Method in class org.eclipse.mat.query.refined.RefinedStructuredResult
- isDefault() - Method in class org.eclipse.mat.query.ContextProvider
-
The default context provider is that for the whole snapshot.
- isDefaultHistogram() - Method in class org.eclipse.mat.snapshot.Histogram
- isDirty() - Method in class org.eclipse.mat.ui.editor.AbstractEditorPane
- isDirty() - Method in class org.eclipse.mat.ui.editor.MultiPaneEditor
- isDirty() - Method in class org.eclipse.mat.ui.internal.views.NotesView
- isDisplayed() - Method in class org.eclipse.mat.internal.snapshot.inspections.CompareTablesQuery.ComparedColumn
- isDisposed() - Method in class org.eclipse.mat.ui.editor.MultiPaneEditor
- isDistinct() - Method in class org.eclipse.mat.parser.internal.oql.compiler.Query.SelectClause
- ISelectionProvider - Interface in org.eclipse.mat.query
-
Description of how to deal with a table or tree.
- isEmpty() - Method in class org.eclipse.mat.collect.ArrayInt
-
is the list empty
- isEmpty() - Method in class org.eclipse.mat.collect.ArrayIntBig
-
Returns
true
if this list contains no elements. - isEmpty() - Method in class org.eclipse.mat.collect.ArrayLong
-
is the list empty
- isEmpty() - Method in class org.eclipse.mat.collect.HashMapIntLong
-
Is the map empty
- isEmpty() - Method in class org.eclipse.mat.collect.HashMapIntObject
-
Is the map empty?
- isEmpty() - Method in class org.eclipse.mat.collect.HashMapLongObject
-
Is the map empty
- isEmpty() - Method in class org.eclipse.mat.collect.HashMapObjectLong
-
Is the map empty?
- isEmpty() - Method in class org.eclipse.mat.collect.SetInt
-
is the set empty
- isEmpty() - Method in class org.eclipse.mat.collect.SetLong
-
is the set empty
- isEmpty() - Method in class org.eclipse.mat.inspections.collectionextract.AbstractExtractedCollection
-
Check if the collection is empty
- isEmpty() - Method in class org.eclipse.mat.query.results.CompositeResult
-
See if there are sub-results
- isEnum() - Method in interface org.eclipse.mat.query.annotations.descriptors.IArgumentDescriptor
-
Check if the annotated field is an Enum
- isEnum() - Method in class org.eclipse.mat.query.registry.ArgumentDescriptor
- isEnvVar() - Method in class org.eclipse.mat.parser.internal.oql.compiler.Attribute
- isEOF() - Method in class org.eclipse.mat.ui.snapshot.panes.oql.textPartitioning.MultilineNonConsumingRule.BadToken
- isExecutable() - Method in class org.eclipse.mat.internal.acquire.ProviderArgumentsSet
- isExecutable() - Method in class org.eclipse.mat.query.registry.AnnotatedObjectArgumentsSet
-
Are all the required arguments set explicitly or with a default value?
- isExecutable() - Method in class org.eclipse.mat.query.registry.ArgumentSet
- isExpanded(Object) - Method in class org.eclipse.mat.inspections.DuplicatedClassesQuery
- isExpanded(Object) - Method in class org.eclipse.mat.internal.snapshot.inspections.Path2GCRootsQuery.Tree
- isExpanded(Object) - Method in interface org.eclipse.mat.query.ISelectionProvider
-
Should this node be expanded.
- isExpanded(Object) - Method in class org.eclipse.mat.query.refined.RefinedStructuredResult
- isFromRoots() - Method in class org.eclipse.mat.snapshot.MultiplePathsFromGCRootsClassRecord
- isGCRoot(int) - Method in class org.eclipse.mat.parser.internal.SnapshotImpl
- isGCRoot(int) - Method in interface org.eclipse.mat.snapshot.ISnapshot
-
Returns true if the object by this id is a garbage collection root.
- isHeapDumpEnabled() - Method in class org.eclipse.mat.snapshot.acquire.VmInfo
-
Indicate if a heap dump can be acquired from the described process
- isHelpAvailable() - Method in interface org.eclipse.mat.query.annotations.descriptors.IAnnotatedObjectDescriptor
-
Check if the object has provided some help via annotations.
- isHelpAvailable() - Method in class org.eclipse.mat.query.registry.AnnotatedObjectDescriptor
- isHtml() - Method in class org.eclipse.mat.query.results.TextResult
-
Whether it is HTML
- isIncludeClassInstance() - Method in class org.eclipse.mat.internal.snapshot.HeapObjectParamArgument
- isIncludeLoadedInstances() - Method in class org.eclipse.mat.internal.snapshot.HeapObjectParamArgument
- isIncludeSubclasses() - Method in class org.eclipse.mat.internal.snapshot.HeapObjectParamArgument
- isList() - Method in interface org.eclipse.mat.query.annotations.descriptors.IArgumentDescriptor
-
Check if the annotated field is a List
- isList() - Method in class org.eclipse.mat.query.registry.ArgumentDescriptor
- isMandatory() - Element in annotation type org.eclipse.mat.query.annotations.Argument
-
Indicates whether the argument is mandatory (default)
- isMandatory() - Method in interface org.eclipse.mat.query.annotations.descriptors.IArgumentDescriptor
-
Check if the annotated field is a mandatory parameter
- isMandatory() - Method in class org.eclipse.mat.query.registry.ArgumentDescriptor
- isModal() - Method in class org.eclipse.mat.ui.snapshot.ParseHeapDumpJob
- isMultiple() - Method in interface org.eclipse.mat.query.annotations.descriptors.IArgumentDescriptor
-
Check if the annotated field is an array or a list
- isMultiple() - Method in class org.eclipse.mat.query.registry.ArgumentDescriptor
- ISnapshot - Interface in org.eclipse.mat.snapshot
-
Interface for snapshots.
- ISnapshotEditorInput - Interface in org.eclipse.mat.ui.snapshot.editor
- ISnapshotEditorInput.IChangeListener - Interface in org.eclipse.mat.ui.snapshot.editor
- isNative() - Method in class org.eclipse.mat.parser.internal.oql.compiler.Attribute
- isNumeric() - Method in class org.eclipse.mat.query.Column
-
Returns true if the columns represents a numeric type, i.e.
- isObjectArray - Variable in class org.eclipse.mat.hprof.IHprofParserHandler.HeapObject
- isOther() - Method in class org.eclipse.mat.ui.snapshot.panes.oql.textPartitioning.MultilineNonConsumingRule.BadToken
- isPageComplete() - Method in class org.eclipse.mat.ui.internal.acquire.AcquireDialog
- isPageComplete() - Method in class org.eclipse.mat.ui.internal.acquire.ProviderArgumentsWizardPage
- isPageComplete() - Method in class org.eclipse.mat.ui.internal.acquire.ProviderConfigurationWizardPage
- isPageComplete() - Method in class org.eclipse.mat.ui.internal.diagnostics.DiagnosticsExecutionWizardPage
- isPageComplete() - Method in class org.eclipse.mat.ui.internal.diagnostics.DiagnosticsSelectionWizardPage
- isPageComplete() - Method in class org.eclipse.mat.ui.internal.query.arguments.ArgumentsWizardPage
- isPreSorted() - Method in class org.eclipse.mat.query.ResultMetaData
- isPrimitiveArray - Variable in class org.eclipse.mat.hprof.IHprofParserHandler.HeapObject
- isProbablyCanceled() - Method in class org.eclipse.mat.util.SimpleMonitor.Listener
- isRemapped(String) - Method in class org.eclipse.mat.hprof.ExportHprof.Remap
-
Is the class name one which should have a new name invented?
- isReproducable() - Method in class org.eclipse.mat.ui.util.PaneState
- isRetained() - Method in class org.eclipse.mat.internal.snapshot.HeapObjectParamArgument
- isRetainedSet() - Method in class org.eclipse.mat.parser.internal.oql.compiler.Query.SelectClause
- isSaveAsAllowed() - Method in class org.eclipse.mat.ui.editor.AbstractEditorPane
- isSaveAsAllowed() - Method in class org.eclipse.mat.ui.editor.MultiPaneEditor
- isSaveAsAllowed() - Method in class org.eclipse.mat.ui.internal.views.NotesView
- isSaveOnCloseNeeded() - Method in class org.eclipse.mat.ui.editor.AbstractEditorPane
- isSaveOnCloseNeeded() - Method in class org.eclipse.mat.ui.internal.views.NotesView
- isSelected(Object) - Method in class org.eclipse.mat.inspections.DuplicatedClassesQuery
- isSelected(Object) - Method in class org.eclipse.mat.internal.snapshot.inspections.Path2GCRootsQuery.Tree
- isSelected(Object) - Method in interface org.eclipse.mat.query.ISelectionProvider
-
Has the user selected this row?
- isSelected(Object) - Method in class org.eclipse.mat.query.refined.RefinedStructuredResult
- isShallow() - Method in class org.eclipse.mat.query.registry.QueryDescriptor
-
Whether to not prompt the user for further arguments.
- IStackFrame - Interface in org.eclipse.mat.snapshot.model
-
May be subject of change
- isThread(ISnapshot, int) - Static method in class org.eclipse.mat.inspections.threads.ThreadOverviewQuery
- isTotalsRowVisible() - Method in interface org.eclipse.mat.report.IOutputter.Context
-
Whether to display a totals row from the result in the report.
- IStructuredResult - Interface in org.eclipse.mat.query
-
Interface for structured results (i.e.
- isUndefined() - Method in class org.eclipse.mat.ui.snapshot.panes.oql.textPartitioning.MultilineNonConsumingRule.BadToken
- isVerbose() - Method in class org.eclipse.mat.internal.snapshot.HeapObjectParamArgument
- isVisible() - Method in class org.eclipse.mat.query.refined.TotalsRow
- isWhitespace() - Method in class org.eclipse.mat.ui.snapshot.panes.oql.textPartitioning.MultilineNonConsumingRule.BadToken
- iterator() - Method in class org.eclipse.mat.collect.ArrayInt
-
get an iterator to go through the list
- iterator() - Method in class org.eclipse.mat.collect.ArrayLong
-
get an iterator to go through the list
- iterator() - Method in class org.eclipse.mat.collect.SetInt
-
get an iterator to go through the set
- iterator() - Method in class org.eclipse.mat.collect.SetLong
-
get an iterator to go through the set
- iterator() - Method in class org.eclipse.mat.inspections.collectionextract.ExtractedCollection
- iterator() - Method in class org.eclipse.mat.inspections.collectionextract.ExtractedMap
-
The entries of the map.
- iterator() - Method in class org.eclipse.mat.parser.index.IndexWriter.Identifier
-
Iterate through the object addresses.
- iterator() - Method in class org.eclipse.mat.parser.index.IndexWriter.IntIndexStreamer
- iterator() - Method in class org.eclipse.mat.parser.index.IndexWriter.LongIndexStreamer
- iterator() - Method in class org.eclipse.mat.util.SimpleStringTokenizer
- IteratorInt - Interface in org.eclipse.mat.collect
-
Simple iterator to go through ints
- IteratorLong - Interface in org.eclipse.mat.collect
-
Simple iterator to go through ints
- ITestResult - Interface in org.eclipse.mat.report
-
The result of a query.
- ITestResult_Error - Static variable in class org.eclipse.mat.report.internal.Messages
- ITestResult_Success - Static variable in class org.eclipse.mat.report.internal.Messages
- ITestResult_Warning - Static variable in class org.eclipse.mat.report.internal.Messages
- ITestResult.Status - Enum in org.eclipse.mat.report
- IThreadDetailsResolver - Interface in org.eclipse.mat.snapshot.extension
-
Extracts detailed information about a thread.
- IThreadInfo - Interface in org.eclipse.mat.snapshot.extension
-
Holds detailed information about a thread.
- IThreadStack - Interface in org.eclipse.mat.snapshot.model
-
May be subject of change
- ITroubleTicketResolver - Interface in org.eclipse.mat.snapshot.extension
-
Interface for a trouble-ticket component resolver.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
HistogramBuilder.toHistogram(SnapshotImpl, boolean)
instead