/** * <copyright> * </copyright> * * */ package org.reuseware.air.language.abstractsyntax.resource.as; /** * This interface is extended by some other generated classes. It provides access * to the plug-in meta information. */ public interface IAsTextResourcePluginPart { /** * Returns a meta information object for the language plug-in that contains this * part. */ public org.reuseware.air.language.abstractsyntax.resource.as.IAsMetaInformation getMetaInformation(); }