edu.cmu.emulator.assembler
Class IntValue
java.lang.Object
edu.cmu.emulator.assembler.IntValue
- All Implemented Interfaces:
- Value
public class IntValue
- extends Object
- implements Value
Field Summary |
protected int |
v
|
v
protected int v
IntValue
public IntValue(Integer i)
IntValue
public IntValue(String s)
getType
public String getType()
- Specified by:
getType
in interface Value
toInt
public int toInt()
- Specified by:
toInt
in interface Value
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All Rights Reserved.