public class GenerateY86 extends Object implements ILOCProcessor
ILOCProgram.
Some code courtesy of Kevin Kelly (honors option, Fall 2018).| Constructor and Description |
|---|
GenerateY86(PrintStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(ILOCProgram program)
Perform analysis and/or modification on the given ILOC program
|
public GenerateY86(PrintStream out)
public void process(ILOCProgram program)
ILOCProcessorprocess in interface ILOCProcessorprogram - ILOCProgram to processCopyright © 2019. All rights reserved.