interpretationJajacode
Class JJCGoto

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

public class JJCGoto
extends JJCInstr


Field Summary
private  int a1
           
 
Constructor Summary
JJCGoto()
           
JJCGoto(int a1)
           
 
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
 

Field Detail

a1

private int a1
Constructor Detail

JJCGoto

public JJCGoto()

JJCGoto

public JJCGoto(int a1)
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