coins.sym
Class SymInf

java.lang.Object
  extended bycoins.sym.SymInf

public class SymInf
extends java.lang.Object

SymInf Symbol information class to represent additional information of symbol.


Constructor Summary
SymInf()
           
 
Method Summary
 int getDerivedSymCount()
          getDerivedSymCount
 Sym getOriginalSym()
           
 int incrementDerivedSymCount()
          incrementDerivedSymCount Increment the derived symbol count and return it.
 void setOriginalSym(Sym pOriginalSym)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymInf

public SymInf()
Method Detail

getDerivedSymCount

public int getDerivedSymCount()
getDerivedSymCount

Returns:
the derived symbol count of this symbol.

incrementDerivedSymCount

public int incrementDerivedSymCount()
incrementDerivedSymCount Increment the derived symbol count and return it.

Returns:
the derived symbol count incremented.

getOriginalSym

public Sym getOriginalSym()

setOriginalSym

public void setOriginalSym(Sym pOriginalSym)