package ql.ast.expression.literal; /** * @author orosu */ public interface IRangeElement { public Object getLiteral(); }