forked from JavaTX/JavaCompilerCore
30 lines
809 B
Java
30 lines
809 B
Java
|
// ino.module.ImportDeclarations.8562.package
|
|||
|
package mycompiler.myclass;
|
|||
|
// ino.end
|
|||
|
|
|||
|
// ino.module.ImportDeclarations.8562.import
|
|||
|
import java.util.Vector;
|
|||
|
// ino.end
|
|||
|
|
|||
|
|
|||
|
// 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<EFBFBD>hrleistet ist, hier eine Kapselung...
|
|||
|
*/
|
|||
|
// ino.end
|
|||
|
// ino.class.ImportDeclarations.23434.declaration
|
|||
|
public class ImportDeclarations extends Vector<UsedId>
|
|||
|
// ino.end
|
|||
|
// ino.class.ImportDeclarations.23434.body
|
|||
|
{
|
|||
|
|
|||
|
// ino.attribute.serialVersionUID.23438.declaration
|
|||
|
private static final long serialVersionUID = -8958366609867768133L;
|
|||
|
// ino.end
|
|||
|
|
|||
|
}
|
|||
|
// ino.end
|