package frame.expression; public interface IExpression { VariantList getVariantList(); }