Interface Immediate

All Superinterfaces:
EquivTo, Value
All Known Subinterfaces:
ComparableConstant<C>, Constant, LogicalConstant<L>, NumericConstant<N>, RealConstant<R>, ShiftableConstant<A>
All Known Implementing Classes:
BooleanConstant, ClassConstant, DoubleConstant, EnumConstant, FloatConstant, IntConstant, JavaLocal, Local, LongConstant, MethodHandle, MethodType, NullConstant, StringConstant

public interface Immediate extends Value
Immediate is a local or a constant.
Author:
Linghui Luo