edu.cmu.emulator
Class SymbolLocRef

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

public class SymbolLocRef
extends Object
implements LocationRef


Field Summary
protected  String name
           
 
Constructor Summary
SymbolLocRef(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

name

protected String name
Constructor Detail

SymbolLocRef

public SymbolLocRef(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.