public class IntervalStartEndParameterPair extends Object
Modifier and Type | Method and Description |
---|---|
static IntervalStartEndParameterPair |
fromParamsWithLongMaxEnd(ExprOptionalConstant[] parameters) |
static IntervalStartEndParameterPair |
fromParamsWithSameEnd(ExprOptionalConstant[] parameters) |
ExprOptionalConstant |
getEnd() |
ExprOptionalConstant |
getStart() |
boolean |
isConstant() |
public static IntervalStartEndParameterPair fromParamsWithSameEnd(ExprOptionalConstant[] parameters)
public static IntervalStartEndParameterPair fromParamsWithLongMaxEnd(ExprOptionalConstant[] parameters)
public ExprOptionalConstant getStart()
public ExprOptionalConstant getEnd()
public boolean isConstant()