All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dmd.dmt.server.generated.dmw.MenuElementTypeAndCommentIterableDMW Maven / Gradle / Ivy

Go to download

The dark-matter project provides mechanism to define concepts associated with Domain Specific Languages (DSLs) and generate code that can be extended with business logic that supports the given DSL purpose.

There is a newer version: 3.1.15
Show newest version
package org.dmd.dmt.server.generated.dmw;

// Generated from: org.dmd.util.codegen.ImportManager.getFormattedImports(ImportManager.java:82)
// Called from: org.dmd.dms.util.GenUtility.dumpIterable(GenUtility.java:1931)
import java.util.Iterator;                                                   // Beacuse we're iterating - (GenUtility.java:1924)
import org.dmd.dmt.shared.generated.types.MenuElementTypeAndComment;         // This is the type we're iterating - (GenUtility.java:1928)
import org.dmd.dmw.DmwMVIterator;                                            // The base multi-value iterator - (GenUtility.java:1925)


/**
 * The MenuElementTypeAndCommentIterableDMW wraps an Iterator for a particular type and makes 
 * it Iterable.
 * 

* This code was auto-generated and shouldn't be altered manually! * Generated from: org.dmd.dms.util.GenUtility.dumpIterable(GenUtility.java:1947) * Called from: org.dmd.dmg.generators.DMWGenerator.createTypeIterables(DMWGenerator.java:138) */ public class MenuElementTypeAndCommentIterableDMW extends DmwMVIterator { public final static MenuElementTypeAndCommentIterableDMW emptyList = new MenuElementTypeAndCommentIterableDMW(); protected MenuElementTypeAndCommentIterableDMW(){ super(); } public MenuElementTypeAndCommentIterableDMW(Iterator it){ super(it); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy