Uses of Enum
org.eclipse.mat.query.annotations.Argument.Advice
Package
Description
Collects arguments for queries.
Package for examining and controlling results of running queries.
Annotations for Queries.
Package of interfaces for examining annotations of queries and arguments.
Package for getting a list of queries and examining their capabilities and setting them up.
Acquire heap dumps from other running processes - user interface (not API).
-
Uses of Argument.Advice in org.eclipse.mat.internal.snapshot
Modifier and TypeMethodDescriptionboolean
SnapshotQueryContext.available
(Class<?> type, Argument.Advice advice) boolean
SnapshotQueryContext.converts
(Class<?> type, Argument.Advice advice) SnapshotQueryContext.convertToString
(Class<?> type, Argument.Advice advice, Object value) SnapshotQueryContext.convertToValue
(Class<?> type, Argument.Advice advice, String value) SnapshotQueryContext.get
(Class<?> type, Argument.Advice advice) SnapshotQueryContext.parse
(Class<?> type, Argument.Advice advice, String[] args, ParsePosition pos) boolean
SnapshotQueryContext.parses
(Class<?> type, Argument.Advice advice) -
Uses of Argument.Advice in org.eclipse.mat.query
Modifier and TypeMethodDescriptionboolean
IQueryContext.available
(Class<?> type, Argument.Advice advice) Is this type of data available from the context?boolean
IQueryContext.converts
(Class<?> type, Argument.Advice advice) Does the context have a converter for data of this type?IQueryContext.convertToString
(Class<?> type, Argument.Advice advice, Object value) Convert the value to a string.IQueryContext.convertToValue
(Class<?> type, Argument.Advice advice, String value) Convert the String to the value based on the type and advice.IQueryContext.get
(Class<?> type, Argument.Advice advice) Get this type of data from the context.IQueryContext.parse
(Class<?> type, Argument.Advice advice, String[] args, ParsePosition pos) Consume the special data.boolean
IQueryContext.parses
(Class<?> type, Argument.Advice advice) Is special parsing required to get an object of the required type? -
Uses of Argument.Advice in org.eclipse.mat.query.annotations
Modifier and TypeMethodDescriptionstatic Argument.Advice
Returns the enum constant of this type with the specified name.static Argument.Advice[]
Argument.Advice.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Argument.Advice in org.eclipse.mat.query.annotations.descriptors
Modifier and TypeMethodDescriptionIArgumentDescriptor.getAdvice()
Get theArgument.Advice
provided with the annotation -
Uses of Argument.Advice in org.eclipse.mat.query.registry
Modifier and TypeMethodDescriptionboolean
QueryContextImpl.available
(Class<?> type, Argument.Advice advice) boolean
QueryContextImpl.converts
(Class<?> type, Argument.Advice advice) QueryContextImpl.convertToString
(Class<?> type, Argument.Advice advice, Object value) QueryContextImpl.convertToValue
(Class<?> type, Argument.Advice advice, String value) QueryContextImpl.get
(Class<?> type, Argument.Advice advice) void
ArgumentDescriptor.setAdvice
(Argument.Advice advice) -
Uses of Argument.Advice in org.eclipse.mat.ui.internal.acquire
Modifier and TypeMethodDescriptionProviderContextImpl.parse
(Class<?> type, Argument.Advice advice, String[] args, ParsePosition pos) boolean
ProviderContextImpl.parses
(Class<?> type, Argument.Advice advice)