Property
classin packageklyn.reflection
public class Property:
Property
Class representing a property.
Properties
Modifier and Type Member Description
public readonly property annotations
annotations as IList<Annotation>:
Property annotations
public readonly property flags
flags as Int:
Raw modifier flags
public readonly property isPrivate
isPrivate as Boolean:
No summary.
public readonly property isProtected
isProtected as Boolean:
No summary.
public readonly property isPublic
isPublic as Boolean:
No summary.
public readonly property isReadonly
isReadonly as Boolean:
No summary.
public readonly property isStatic
isStatic as Boolean:
No summary.
public readonly property name
name as String:
Property name
public readonly property type
type as Type:
Property type
Constructors
Modifier and Type Member Description
public Property
Property(name as String, type as Type, flags as Int = 0, annotations as IList<Annotation> = []):
Constructor for Property