Package com.redhat.ceylon.compiler.loader

Examples of com.redhat.ceylon.compiler.loader.MetamodelGenerator


public class MetamodelVisitor extends Visitor {

    final MetamodelGenerator gen;

    public MetamodelVisitor(Module module) {
        this.gen = new MetamodelGenerator(module);
    }
View Full Code Here

TOP

Related Classes of com.redhat.ceylon.compiler.loader.MetamodelGenerator

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.