Interface | Description |
---|---|
IAccessibilityTagNode |
Represents a metadata tag of the form
[AccessibilityClass(implementation="qualifed.name")]
|
IDefaultPropertyTagNode |
Represents a DefaultProperty metadata tag, of the form
[DefaultProperty("propertyName")]
|
IEffectTagNode |
Represents an Effect metadata tag, of the form [Effect(name="string",
event="eventName")]
|
IEventTagNode |
Represents an Event metadata tag, of the form [Event(name="string",
type="eventName")]
|
IEventTriggerTagNode |
represents a metadata tag that references to an event
|
IInspectableTagNode |
Represents an Inspectable metadata tag
|
IMetaTagNode |
An AST node representing a single metadata annotation on a declaration.
|
IMetaTagsNode |
An AST node representing the collection of metadata annotations on a declaration.
|
IMultiValueMetaTagNode |
Adds support for MetaTags that support multiple values
|
IResourceBundleTagNode |
Represents an ResourceBundle metadata tag, of the form
[ResourceBundle("bundlename")]
|
IStyleTagNode |
represents a Style metadata tag.
|
ITypedTagNode |
represents a Metadata tag that has a type property
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.