| Package | Description |
|---|---|
| de.fxnn.brainfuck.cli | |
| de.fxnn.brainfuck.tape |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,TapeEofBehaviour> |
BrainfuckOptionsFactory.EOF_BEHAVIOUR_ARGUMENTS |
| Modifier and Type | Method and Description |
|---|---|
static TapeEofBehaviour |
BrainfuckOptionsFactory.eofBehaviourFromArgument(String value,
TapeEofBehaviour defaultValue) |
TapeEofBehaviour |
BrainfuckApplicationConfiguration.getEofBehaviour() |
| Modifier and Type | Method and Description |
|---|---|
static TapeEofBehaviour |
BrainfuckOptionsFactory.eofBehaviourFromArgument(String value,
TapeEofBehaviour defaultValue) |
void |
BrainfuckApplicationConfiguration.setEofBehaviour(TapeEofBehaviour eofBehaviour) |
| Modifier and Type | Method and Description |
|---|---|
static TapeEofBehaviour |
TapeEofBehaviour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TapeEofBehaviour[] |
TapeEofBehaviour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InfiniteCharacterTape(Charset charset,
TapeEofBehaviour eofBehaviour) |
InfiniteSignedIntegerTape(TapeEofBehaviour eofBehaviour) |
Copyright © 2018. All rights reserved.