|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CuadrupleIF
Interfaz que ha de implementar la clase Cuadruple. Representa un cuarteto del código intermedio
Method Summary | |
---|---|
OperandIF |
getFirstOperand()
Returns the firstOperand. |
java.lang.String |
getOperation()
Returns the operation. |
OperandIF |
getResult()
Returns the result. |
OperandIF |
getSecondOperand()
Returns the secondOperand. |
void |
setFirstOperand(OperandIF firstOperand)
Sets The firstOperand. |
void |
setOperation(java.lang.String operation)
Sets The operation. |
void |
setResult(OperandIF result)
Sets The result. |
void |
setSecondOperand(OperandIF secondOperand)
Sets The secondOperand. |
Method Detail |
---|
OperandIF getFirstOperand()
java.lang.String getOperation()
OperandIF getResult()
OperandIF getSecondOperand()
void setFirstOperand(OperandIF firstOperand)
firstOperand
- The firstOperand to set.void setOperation(java.lang.String operation)
operation
- The operation to set.void setResult(OperandIF result)
result
- The result to set.void setSecondOperand(OperandIF secondOperand)
secondOperand
- The secondOperand to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |