/** * <copyright> * </copyright> * * */ package org.emftext.term.propositional.expression.resource.expression; /** * This interface is extended by some other generated classes. It provides access * to the plug-in meta information. */ public interface IExpressionTextResourcePluginPart { /** * Returns a meta information object for the language plug-in that contains this * part. */ public org.emftext.term.propositional.expression.resource.expression.IExpressionMetaInformation getMetaInformation(); }