Package com.redhat.ceylon.compiler.typechecker.model

Examples of com.redhat.ceylon.compiler.typechecker.model.ProducedReference


        ProducedType qualifyingType = Metamodel.getModel(container);
        Metamodel.checkQualifyingType(qualifyingType, declaration);
        Metamodel.checkTypeArguments(qualifyingType, declaration, producedTypes);
        // find the proper qualifying type
        ProducedType memberQualifyingType = qualifyingType.getSupertype((TypeDeclaration) declaration.getContainer());
        ProducedReference producedReference = declaration.getProducedReference(memberQualifyingType, producedTypes);
        final ProducedType appliedType = producedReference.getType();
        return (Member<Container, Kind>) Metamodel.getAppliedMetamodel(appliedType);
    }
View Full Code Here

TOP

Related Classes of com.redhat.ceylon.compiler.typechecker.model.ProducedReference

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.