| Package | Description |
|---|---|
| de.aristaflow.adept2.core.orgmodelmanager.parser |
| Modifier and Type | Method and Description |
|---|---|
TokenInfo |
TokenInfoContainer.get(java.lang.Object key)
Returns the token info for the given key or
null if the container
doesn't know this key. |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenInfoContainer.put(java.lang.Object key,
TokenInfo tokenInfo)
Put the given token info into the container with the given key.
|