public class CondicionalSi
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONJUNTIVA |
static int |
DISJUNTIVA |
Constructor and Description |
---|
CondicionalSi() |
Modifier and Type | Method and Description |
---|---|
int |
getLogica() |
int |
getPMDespresSalts() |
int |
getPosicioInstruccioFISI() |
int |
getPosicioInstruccioSI() |
int |
getPosicioInstruccioSINO() |
java.util.ArrayList |
getSiInstruccions() |
Instruccio |
getSinoInstruccio() |
void |
setConjuntiva() |
void |
setDisjuntiva() |
static void |
setOperand1AInstruccions(Operand operand1,
java.util.ArrayList instruccions) |
void |
setPMDespresSalts(int posicio) |
void |
setPosicioInstruccioFISI(int pos) |
void |
setPosicioInstruccioSI(int pos) |
void |
setPosicioInstruccioSINO(int pos) |
void |
setSiInstruccions(java.util.ArrayList instruccions) |
void |
setSinoInstruccio(Instruccio instruccio) |
public static final int CONJUNTIVA
public static final int DISJUNTIVA
public int getPMDespresSalts()
public void setPMDespresSalts(int posicio)
public void setConjuntiva()
public void setDisjuntiva()
public int getLogica()
public static void setOperand1AInstruccions(Operand operand1, java.util.ArrayList instruccions)
public void setSinoInstruccio(Instruccio instruccio)
public Instruccio getSinoInstruccio()
public void setSiInstruccions(java.util.ArrayList instruccions)
public java.util.ArrayList getSiInstruccions()
public void setPosicioInstruccioSI(int pos)
public void setPosicioInstruccioSINO(int pos)
public void setPosicioInstruccioFISI(int pos)
public int getPosicioInstruccioSI()
public int getPosicioInstruccioSINO()
public int getPosicioInstruccioFISI()