Interface CodeImportItem

All Superinterfaces:
CodeItem

public interface CodeImportItem extends CodeItem
An item of a CodeImport as used in type-scrypt (ES6).
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)
  • Field Details

  • Method Details

    • getItem

      String getItem()
      Returns:
      the item to import from the reference. Either ITEM_ALL, or a simple type name.
    • getAlias

      String getAlias()
      Returns:
      the optional alias to rename the item. Will be null for no alias.