Package org.eclipse.mat.query.registry
Class AnnotatedObjectArgumentsSet
java.lang.Object
org.eclipse.mat.query.registry.AnnotatedObjectArgumentsSet
Container class for annotated objects and arguments.
Holds information about an annotated object (e.g. a query) and all its
parameters and the current values of the arguments.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Are all the required arguments set explicitly or with a default value?void
void
setArgumentValue
(ArgumentDescriptor arg, Object value)
-
Constructor Details
-
AnnotatedObjectArgumentsSet
-
-
Method Details
-
setArgumentValue
-
isExecutable
public boolean isExecutable()Are all the required arguments set explicitly or with a default value?- Returns:
- true if the query is read to go
-
removeArgumentValue
-
getArgumentValue
-
getDescriptor
-
getValues
-