edu.cmu.emulator.assembler
Class ByteValue
java.lang.Object
edu.cmu.emulator.assembler.ByteValue
- All Implemented Interfaces:
- Value
public class ByteValue
- extends Object
- implements Value
Field Summary |
protected byte |
v
|
v
protected byte v
ByteValue
public ByteValue(Integer i)
ByteValue
public ByteValue(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.