package no.birkett.kiwi; /** * @author shadowfacts */ public interface ExpressionConvertible { Expression toExpression(); }