Fantom

 

class

compiler::FCodePrinter

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

FCodePrinter prints a human readable syntax for fcode

Slots

bufSource

Buf? buf

codeSource

Void code(Buf buf)

indexSource

Str index(Int index)

makeSource

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

opSource

Void op(FOp op)

outSource

OutStream out

podSource

FPod pod

printSource

FCodePrinter print(Obj obj := "")

printLineSource

FCodePrinter printLine(Obj obj := "")

printSwitchSource

Void printSwitch()

showIndexSource

Bool showIndex