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