class compiler::FCodePrinter

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

Source

FCodePrinter prints a human readable syntax for fcode

buf

Buf? buf

Source

code

Void code(Buf buf)

Source

index

Str index(Int index)

Source

make

new make(FPod pod, OutStream out := Env.cur().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