Interface NumericConstant<N extends NumericConstant<N>>

All Superinterfaces:
Acceptor<ConstantVisitor>, ComparableConstant<N>, Constant, EquivTo, Immediate, Value
All Known Subinterfaces:
RealConstant<R>, ShiftableConstant<A>
All Known Implementing Classes:
DoubleConstant, FloatConstant, IntConstant, LongConstant

public interface NumericConstant<N extends NumericConstant<N>> extends Constant, ComparableConstant<N>