Interface ConstantValue<T>

All Superinterfaces:
ProgramNode, Serializable, Value<T>
All Known Implementing Classes:
ImmutableConstantValue

@Immutable public interface ConstantValue<T> extends ProgramNode, Value<T>