public class StringInstructionPointer extends AbstractInstructionPointer
| Constructor and Description |
|---|
StringInstructionPointer(String program,
int programIndex) |
| Modifier and Type | Method and Description |
|---|---|
InstructionPointer |
forward() |
char |
getInstruction() |
isEndOfProgrampublic StringInstructionPointer(String program, int programIndex)
public InstructionPointer forward()
public char getInstruction()
Copyright © 2018. All rights reserved.