forked from JavaTX/JavaCompilerCore
32 lines
889 B
Java
Executable File
32 lines
889 B
Java
Executable File
// ino.module.ImportDeclarations.8562.package
|
|
package de.dhbwstuttgart.syntaxtree;
|
|
// ino.end
|
|
|
|
// ino.module.ImportDeclarations.8562.import
|
|
import de.dhbwstuttgart.typeinference.Menge;
|
|
// ino.end
|
|
|
|
import de.dhbwstuttgart.syntaxtree.misc.UsedId;
|
|
|
|
|
|
// 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
|
|
* an amap Stellen die Typsicherheit gewährleistet ist, hier eine Kapselung...
|
|
*/
|
|
// ino.end
|
|
// ino.class.ImportDeclarations.23434.declaration
|
|
public class ImportDeclarations extends Menge<UsedId>
|
|
// ino.end
|
|
// ino.class.ImportDeclarations.23434.body
|
|
{
|
|
|
|
// ino.attribute.serialVersionUID.23438.declaration
|
|
private static final long serialVersionUID = -8958366609867768133L;
|
|
// ino.end
|
|
|
|
}
|
|
// ino.end
|