public class Module extends Instruction
| Modifier and Type | Method and Description |
|---|---|
void |
addInstruction(Instruction i) |
void |
addParam(Parameter arg) |
List<Instruction> |
getInstructions() |
String |
getName() |
List<Parameter> |
getParameters() |
getTypepublic Module(String name)
public void addInstruction(Instruction i)
public void addParam(Parameter arg)
public List<Instruction> getInstructions()
public String getName()
Copyright © 2018. All rights reserved.