class compiler::Fanp

sys::Obj
  compiler::Fanp

Source

Fantom Disassembler

compiler

Compiler? compiler

Source

execute

Void execute(Str target)

Source

executeFile

Void executeFile(Str? target)

Source

file

Str? file

Source

fpod

FPod fpod(Str podName)

Source

fslot

FSlot fslot(FType ftype, Str slotName)

Source

ftype

FType ftype(FPod pod, Str typeName)

Source

help

Void help()

Source

main

static Void main()

Source

printPod

Void printPod(Pod pod)

Source

printSlot

Void printSlot(Slot slot)

Source

printType

Void printType(Type t)

Source

printer

FPrinter printer(Pod pod)

Source

run

Void run(Str[] args)

Source

showCode

Bool showCode := false

Source

showIndex

Bool showIndex := false

Source

showLines

Bool showLines := false

Source

showTables

Bool showTables := false

Source