Member predicate ClassDefinition::getDecorator
Gets the i
th decorator applied to this class.
For example, the class @A @B class C {}
has
@A
as its 0th decorator, and @B
as its first decorator.
Gets the i
th decorator applied to this class.
For example, the class @A @B class C {}
has
@A
as its 0th decorator, and @B
as its first decorator.