klyn.reflection.Attribute.isConst
property
public readonly property isConst as Boolean:
Description

True if the attribute is a compile-time class constant.

Example
import klyn.reflection
attr = Attribute("LIMIT", Int.type, Type.FLAG_STATIC | Type.FLAG_CONST)
assert attr.isConst
assert attr.isStatic