| Package | Description |
|---|---|
| de.fxnn.brainfuck.interpreter |
| Modifier and Type | Field and Description |
|---|---|
protected Deque<LoopMode> |
LoopHandlingBrainfuckInstructionSet.loopModeStack |
| Modifier and Type | Method and Description |
|---|---|
static LoopMode |
LoopMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoopMode[] |
LoopMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FullBrainfuckInstructionSet(Deque<InstructionPointer> instructionPointerStack,
Deque<LoopMode> loopModeStack,
Tape<?> tape,
DataInput input,
DataOutput output) |
LoopHandlingBrainfuckInstructionSet(Deque<InstructionPointer> instructionPointerStack,
Deque<LoopMode> loopModeStack,
Tape<?> tape) |
Copyright © 2018. All rights reserved.