edu.cmu.emulator
Class AddressRef

java.lang.Object
  extended by edu.cmu.emulator.AddressRef
All Implemented Interfaces:
LocationRef

public class AddressRef
extends Object
implements LocationRef


Field Summary
protected  int address
           
 
Constructor Summary
AddressRef(org.antlr.runtime.Token t)
           
 
Method Summary
 int getAddress()
           
 boolean resolved(Map context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

protected int address
Constructor Detail

AddressRef

public AddressRef(org.antlr.runtime.Token t)
Method Detail

resolved

public boolean resolved(Map context)
Specified by:
resolved in interface LocationRef

getAddress

public int getAddress()
Specified by:
getAddress in interface LocationRef


Copyright © 2013. All Rights Reserved.