interpretationJajacode
Class JJCPop

java.lang.Object
  |
  +--interpretationJajacode.JJCInstr
        |
        +--interpretationJajacode.JJCPop

public class JJCPop
extends JJCInstr


Constructor Summary
JJCPop()
           
 
Method Summary
 int interprete(memoire.EtatMemoire mem, int addr)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JJCPop

public JJCPop()
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in class JJCInstr

interprete

public int interprete(memoire.EtatMemoire mem,
                      int addr)
Specified by:
interprete in class JJCInstr