public interface Attributeable extends Node
| Modifier and Type | Field and Description |
|---|---|
static AttributeKey<Collection<ClassRef>> |
ALSO_IMPORT |
static AttributeKey<String> |
INIT |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAttribute(AttributeKey<T> key) |
Map<AttributeKey,Object> |
getAttributes() |
<T> boolean |
hasAttribute(AttributeKey<T> key) |
static final AttributeKey<Collection<ClassRef>> ALSO_IMPORT
static final AttributeKey<String> INIT
Map<AttributeKey,Object> getAttributes()
<T> T getAttribute(AttributeKey<T> key)
<T> boolean hasAttribute(AttributeKey<T> key)
Copyright © 2016. All Rights Reserved.