com.adobe.flexbuilder.codemodel.indices
Interface ITagInspectableAttribute
- All Superinterfaces:
- java.lang.Comparable, ITagAdapter, ITagAttribute
- public interface ITagInspectableAttribute
- extends ITagAttribute
Information about an inspectable attribute (one generated from an [Inspectable("")]
metadata attribute)
| Methods inherited from interface java.lang.Comparable |
compareTo |
getInspectable
public IVariable getInspectable()
- Returns the inspectable node associated with this attribute
- Returns:
- the inspectable node associated with this attribute
getInspectableTag
public IInspectableTag getInspectableTag()
- Get the [Inspectable("")] metadata that created this attribute
- Returns:
- the metadata attribute