public interface BrainfuckInstructionSet
| Modifier and Type | Method and Description |
|---|---|
InstructionPointer |
decrement(InstructionPointer instructionPointer) |
InstructionPointer |
endOfLoop(InstructionPointer instructionPointer) |
InstructionPointer |
increment(InstructionPointer instructionPointer) |
InstructionPointer |
input(InstructionPointer instructionPointer) |
InstructionPointer |
moveBackward(InstructionPointer instructionPointer) |
InstructionPointer |
moveForward(InstructionPointer instructionPointer) |
InstructionPointer |
output(InstructionPointer instructionPointer) |
InstructionPointer |
startOfLoop(InstructionPointer instructionPointer) |
InstructionPointer moveForward(InstructionPointer instructionPointer) throws InterpreterException
InterpreterExceptionInstructionPointer moveBackward(InstructionPointer instructionPointer) throws InterpreterException
InterpreterExceptionInstructionPointer increment(InstructionPointer instructionPointer) throws InterpreterException
InterpreterExceptionInstructionPointer decrement(InstructionPointer instructionPointer) throws InterpreterException
InterpreterExceptionInstructionPointer output(InstructionPointer instructionPointer) throws InterpreterException
InterpreterExceptionInstructionPointer input(InstructionPointer instructionPointer) throws InterpreterException
InterpreterExceptionInstructionPointer startOfLoop(InstructionPointer instructionPointer) throws InterpreterException
InterpreterExceptionInstructionPointer endOfLoop(InstructionPointer instructionPointer) throws InterpreterException
InterpreterExceptionCopyright © 2018. All rights reserved.