Source code: Bootstrap/BootstrapAddress.java
1 // BootstrapAddress.java, created Wed Sep 18 1:22:47 2002 by joewhaley
2 // Copyright (C) 2001-3 John Whaley <jwhaley@alum.mit.edu>
3 // Licensed under the terms of the GNU LGPL; see COPYING for details.
4 package Bootstrap;
5
6 /**
7 * BootstrapAddress
8 *
9 * @author John Whaley <jwhaley@alum.mit.edu>
10 * @version $Id: BootstrapAddress.java,v 1.3 2003/03/05 08:41:34 joewhaley Exp $
11 */
12 public interface BootstrapAddress {
13 int to32BitValue();
14 }