/** * * * */ package org.wesnoth.wml; /** * * A representation of the model object 'WML Valued Expression'. * * * * @see org.wesnoth.wml.WmlPackage#getWMLValuedExpression() * @model * @generated */ public interface WMLValuedExpression extends WMLGrammarElement { } // WMLValuedExpression