Member predicate MemberDeclaration::getDecorator
Gets the i
th decorator applied to this member.
For example, a method of the form @A @B m() { ... }
has
@A
as its 0th decorator and @B
as its first decorator.
Gets the i
th decorator applied to this member.
For example, a method of the form @A @B m() { ... }
has
@A
as its 0th decorator and @B
as its first decorator.