引用属性

FunctionTypeMirror 引用

此typedef的定义类型。

如果被反射的类型是函数类型 F,则结果将是 FunctionTypeMirror 反射 F,它是抽象的并且有一个抽象方法 call,其签名对应于 F。例如 void f(int)typedef void f(int) 的引用。

实现

FunctionTypeMirror get referent;