enum classbrainfuck::Instruction

sys::Obj
  sys::Enum
    brainfuck::Instruction

@Serializable { simple=true }

Type of instruction in brainfuck language

decrementData

const static Instruction decrementData := ...

decrementPointer

const static Instruction decrementPointer := ...

fromStr

static new fromStr(Str name, Bool checked := true)

Return the Instruction instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

incrementData

const static Instruction incrementData := ...

incrementPointer

const static Instruction incrementPointer := ...

input

const static Instruction input := ...

jumpBackward

const static Instruction jumpBackward := ...

jumpForward

const static Instruction jumpForward := ...

output

const static Instruction output := ...

vals

const static Instruction[] vals := ...

List of Instruction values indexed by ordinal