Package com.asakusafw.compiler.flow.FlowElementProcessor

Examples of com.asakusafw.compiler.flow.FlowElementProcessor.ResultMirror


            // implicit endになりうるelementの出力ポートは
            // 基本的にひとつ。これが崩れたら修正を行うこと
            assert outputs.size() == 1;

            LineEndProcessor.Context context = createEndConext(null, input);
            ResultMirror result = context.getOutput(outputs.get(0).getDescription());
            context.add(result.createAdd(input));
            mergeEndContext(context, statements);
        }
View Full Code Here

TOP

Related Classes of com.asakusafw.compiler.flow.FlowElementProcessor.ResultMirror

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.