* @package AST */ /** * Represents a statement * * @abstract */ abstract class XmlImportAstStatement { }