class IDL::Expression::Value

def initialize(type, val)

def initialize(type, val)
  @idltype = type
  @value = @idltype.narrow(val)
end