|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComputeIsh
Represent an arithmetic node--generate code for its children then put out its operation. You have to prepend the type code, like "i", to the operation
| Method Summary | |
|---|---|
java.lang.String |
getOperation()
Could be one of add, sub, mul, div, rem |
| Methods inherited from interface lab7.NodeDumpable |
|---|
dump |
| Method Detail |
|---|
java.lang.String getOperation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||