edu.cmu.emulator.assembler
Class Symbol

java.lang.Object
  extended by edu.cmu.emulator.assembler.Symbol

public class Symbol
extends Object


Field Summary
protected  String identifier
           
protected  String type
           
protected  Value val
           
 
Constructor Summary
Symbol(String id, String t, Value v)
           
 
Method Summary
 Value getVal()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

identifier

protected String identifier

type

protected String type

val

protected Value val
Constructor Detail

Symbol

public Symbol(String id,
              String t,
              Value v)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getVal

public Value getVal()


Copyright © 2013. All Rights Reserved.