Initialize Component Management
This commit is contained in:
@ -46,4 +46,9 @@ public class ProgramStack implements ProgramStackInterface {
|
||||
public List<Integer> getStack() {
|
||||
return returnStack;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void initialize(PICComponents picComponents) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user