| Package | Description |
|---|---|
| org.eclipse.xtext.findReferences |
| Modifier and Type | Method and Description |
|---|---|
static <T> TargetURIs.Key<T> |
TargetURIs.Key.from(String key,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TargetURISet.getUserData(TargetURIs.Key<T> key) |
<T> T |
TargetURIs.getUserData(TargetURIs.Key<T> key)
Read the user data with the given key.
|
<T> void |
TargetURISet.putUserData(TargetURIs.Key<T> key,
T data) |
<T> void |
TargetURIs.putUserData(TargetURIs.Key<T> key,
T data)
Store user data with the given key.
|
Copyright © 2015. All Rights Reserved.