Property
classin packageklyn.reflection
public class Property:
Class representing a property.
Properties
| Modifier and Type |
Member |
Description |
| public readonly property |
annotations |
Property annotations |
| public readonly property |
flags |
Raw modifier flags |
| public readonly property |
isPrivate |
No summary. |
| public readonly property |
isProtected |
No summary. |
| public readonly property |
isPublic |
No summary. |
| public readonly property |
isReadonly |
No summary. |
| public readonly property |
isStatic |
No summary. |
| public readonly property |
name |
Property name |
| public readonly property |
type |
Property type |
Constructors
| Modifier and Type |
Member |
Description |
| public |
Property |
Constructor for Property |