Package | Description |
---|---|
org.eclipse.mat.query.registry |
Package for getting a list of queries and examining their capabilities and setting them up.
|
Modifier and Type | Method and Description |
---|---|
QueryObjectLink.Type |
QueryObjectLink.getType() |
static QueryObjectLink.Type |
QueryObjectLink.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryObjectLink.Type[] |
QueryObjectLink.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
QueryObjectLink.forType(QueryObjectLink.Type type,
String target) |
Constructor and Description |
---|
QueryObjectLink(QueryObjectLink.Type type,
String target) |