Attribute
classin packageklyn.reflection
public class Attribute:
Class representing an attribute (field).
Properties
| Modifier and Type |
Member |
Description |
| public readonly property |
annotations |
Attribute annotations |
| public readonly property |
flags |
Raw modifier flags |
| public readonly property |
isPrivate |
True if the attribute is private. |
| public readonly property |
isProtected |
True if the attribute is protected. |
| public readonly property |
isPublic |
True if the attribute is public. |
| public readonly property |
isReadonly |
True if the attribute is readonly. |
| public readonly property |
isStatic |
True if the attribute is static. |
| public readonly property |
name |
Attribute name |
| public readonly property |
type |
Attribute type |
Constructors
| Modifier and Type |
Member |
Description |
| public |
Attribute |
Constructor for Attribute |