logo

class

compiler::FCodePrinter

sys::Obj
  compiler::FCodePrinter : compiler::FConst

FCodePrinter prints a human readable syntax for fcode

Slots

buf

Buf buf

Source

code

Void code(Buf buf)

Source

index

Str index(Int index)

Source

make

new make(FPod pod, OutStream out := Sys.out())

Source

op

Void op(FOp op)

Source

out

OutStream out

Source

pod

FPod pod

Source

print

FCodePrinter print(Obj obj := "")

Source

printLine

FCodePrinter printLine(Obj obj := "")

Source

printSwitch

Void printSwitch()

Source

showIndex

Bool showIndex

Source