* @package AST */ /** * Represents expression * * @abstract */ abstract class XmlImportAstExpression { }