Interface AbstractIvmlModifier.TypeCreationFunction

Enclosing class:
AbstractIvmlModifier

private static interface AbstractIvmlModifier.TypeCreationFunction
Defines an internal type creation function.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    net.ssehub.easy.varModel.model.datatypes.IDatatype
    createType(String name, net.ssehub.easy.varModel.model.datatypes.IDatatype type, net.ssehub.easy.varModel.model.Project scope)
    Creates the type.
  • Method Details

    • createType

      net.ssehub.easy.varModel.model.datatypes.IDatatype createType(String name, net.ssehub.easy.varModel.model.datatypes.IDatatype type, net.ssehub.easy.varModel.model.Project scope)
      Creates the type.
      Parameters:
      name - the type name
      type - the generic type
      scope - the containing scope
      Returns:
      the type