2013-10-18 11:33:46 +00:00
|
|
|
// ino.module.ImportDeclarations.8562.package
|
2014-09-02 08:33:54 +00:00
|
|
|
package de.dhbwstuttgart.syntaxtree;
|
2013-10-18 11:33:46 +00:00
|
|
|
// ino.end
|
|
|
|
|
|
|
|
// ino.module.ImportDeclarations.8562.import
|
2015-04-22 19:40:22 +00:00
|
|
|
import de.dhbwstuttgart.typeinference.Menge;
|
2013-10-18 11:33:46 +00:00
|
|
|
// ino.end
|
|
|
|
|
2014-09-02 08:33:54 +00:00
|
|
|
import de.dhbwstuttgart.syntaxtree.misc.UsedId;
|
|
|
|
|
2013-10-18 11:33:46 +00:00
|
|
|
|
|
|
|
// ino.class.ImportDeclarations.23434.description type=javadoc
|
|
|
|
/**
|
|
|
|
* HOTI 4.5.06
|
|
|
|
* Auch wenn es nicht so aussieht, hat diese Klasse einen Sinn :-)
|
|
|
|
* Der Parser kann keine Generischen Typen darstellen, damit trotzdem
|
2015-05-12 17:49:27 +00:00
|
|
|
* an amap Stellen die Typsicherheit gewährleistet ist, hier eine Kapselung...
|
2013-10-18 11:33:46 +00:00
|
|
|
*/
|
|
|
|
// ino.end
|
|
|
|
// ino.class.ImportDeclarations.23434.declaration
|
2015-04-22 19:40:22 +00:00
|
|
|
public class ImportDeclarations extends Menge<UsedId>
|
2013-10-18 11:33:46 +00:00
|
|
|
// ino.end
|
|
|
|
// ino.class.ImportDeclarations.23434.body
|
|
|
|
{
|
|
|
|
|
|
|
|
// ino.attribute.serialVersionUID.23438.declaration
|
|
|
|
private static final long serialVersionUID = -8958366609867768133L;
|
|
|
|
// ino.end
|
|
|
|
|
|
|
|
}
|
|
|
|
// ino.end
|