enum classbrainfuck::Instruction

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

@Serializable { simple=true }

Type of instruction in brainfuck language

decrementData

Source

const static Instruction decrementData := ...

decrementPointer

Source

const static Instruction decrementPointer := ...

fromStr

Source

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

Source

const static Instruction incrementData := ...

incrementPointer

Source

const static Instruction incrementPointer := ...

input

Source

const static Instruction input := ...

jumpBackward

Source

const static Instruction jumpBackward := ...

jumpForward

Source

const static Instruction jumpForward := ...

output

Source

const static Instruction output := ...

vals

Source

const static Instruction[] vals := ...

List of Instruction values indexed by ordinal