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