edu.cmu.emulator.assembler
Class CodeLabelValue

java.lang.Object
  extended by edu.cmu.emulator.assembler.CodeLabelValue
All Implemented Interfaces:
Value

public class CodeLabelValue
extends Object
implements Value


Field Summary
protected  int v
           
 
Constructor Summary
CodeLabelValue(int addr)
           
 
Method Summary
 String getType()
           
 int toInt()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

v

protected int v
Constructor Detail

CodeLabelValue

public CodeLabelValue(int addr)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getType

public String getType()
Specified by:
getType in interface Value

toInt

public int toInt()
Specified by:
toInt in interface Value


Copyright © 2013. All Rights Reserved.