Package com.asakusafw.modelgen.view.model.CreateView

Examples of com.asakusafw.modelgen.view.model.CreateView.Kind


        // 先に外部依存関係を解決してcontextに登録する
        if (resolveDependency(ast, repository, context) == false) {
            return null;
        }

        Kind kind = ast.getKind();
        if (kind == Kind.JOINED) {
            return transformJoined(target, context);
        } else if (kind == Kind.SUMMARIZED) {
            return transformSummarized(target, context);
        } else {
View Full Code Here

TOP

Related Classes of com.asakusafw.modelgen.view.model.CreateView.Kind

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.