text Metaobject annot

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Metaobject annot相关的知识,希望对你有一定的参考价值。

package metaobjectTest


@annot("correct this")
@annot( [ 2, 3, 5, 7 ] )
object Annot

    func run {
        var Int count = 0;
    
        for Any any in self annotList {
            if any asString == "correct this" {
                ++count
            }
            else if any asString == [ 2, 3, 5, 7 ] {
                ++count
            }
        }
        assert count == 2;
    }
    
end

以上是关于text Metaobject annot的主要内容,如果未能解决你的问题,请参考以下文章

text Metaobject callUnaryMethods

text Metaobject callTestMethods

text Metaobject callRunMethods

text Metaobject类型

text Metaobject正则表达式

text Metaobject范围