novx
    Preparing search index...

    Interface AspectInfo

    interface AspectInfo {
        nAspects: number;
        propertyDescriptors: { [name: string]: PropertyDescriptor };
        typeDescriptor: TypeDescriptor<any>;
        wrappedMethods: { [name: string]: JoinPoints };
    }
    Index

    Properties

    nAspects: number
    propertyDescriptors: { [name: string]: PropertyDescriptor }
    typeDescriptor: TypeDescriptor<any>
    wrappedMethods: { [name: string]: JoinPoints }