|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntermediateCodeBuilderIF
Method Summary | |
---|---|
void |
addCuadruple(java.lang.String operation,
java.lang.Object result)
Adds a cuadruple to the intermediate code list. |
void |
addCuadruple(java.lang.String operation,
java.lang.Object result,
int first)
Adds a cuadruple to the intermediate code list. |
void |
addCuadruple(java.lang.String operation,
java.lang.Object result,
int first,
int second)
Adds a cuadruple to the intermediate code list. |
void |
addCuadruple(java.lang.String operation,
java.lang.Object result,
int first,
java.lang.Object second)
Adds a cuadruple to the intermediate code list. |
void |
addCuadruple(java.lang.String operation,
java.lang.Object result,
java.lang.Object first)
Adds a cuadruple to the intermediate code list. |
void |
addCuadruple(java.lang.String operation,
java.lang.Object result,
java.lang.Object first,
int second)
Adds a cuadruple to the intermediate code list. |
void |
addCuadruple(java.lang.String operation,
java.lang.Object result,
java.lang.Object first,
java.lang.Object second)
Adds a cuadruple to the intermediate code list. |
void |
addCuadruples(java.util.List cuadruples)
Adds a list of cuadruple to the intermediate code list. |
java.util.List |
create()
Creates the intermediate code list from added cuadruples. |
Method Detail |
---|
void addCuadruple(java.lang.String operation, java.lang.Object result)
operation
- The operation.result
- The result.void addCuadruple(java.lang.String operation, java.lang.Object result, int first)
operation
- The operation.first
- The first operannd.result
- The result.void addCuadruple(java.lang.String operation, java.lang.Object result, int first, int second)
operation
- The operation.first
- The first operannd.second
- The second operand.result
- The result.void addCuadruple(java.lang.String operation, java.lang.Object result, int first, java.lang.Object second)
operation
- The operation.first
- The first operannd.second
- The second operand.result
- The result.void addCuadruple(java.lang.String operation, java.lang.Object result, java.lang.Object first)
operation
- The operation.first
- The first operannd.result
- The result.void addCuadruple(java.lang.String operation, java.lang.Object result, java.lang.Object first, int second)
operation
- The operation.first
- The first operannd.second
- The second operand.result
- The result.void addCuadruple(java.lang.String operation, java.lang.Object result, java.lang.Object first, java.lang.Object second)
operation
- The operation.first
- The first operannd.second
- The second operand.result
- The result.void addCuadruples(java.util.List cuadruples)
cuadruples
- The list of cuadruples to add.java.util.List create()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |