avrora
Class Main.Location

java.lang.Object
  extended byavrora.Main.Location
Enclosing class:
Main

public static class Main.Location
extends java.lang.Object

The Location class encapsulates a location within a program that is specified on the command line. The getLocationList method can parse a string of locations separated by commas and then return a list of these locations.


Field Summary
 int address
           
 java.lang.String name
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final java.lang.String name

address

public final int address
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object o)