Fantom

 

class

compiler::FacetDef

sys::Obj
  compiler::Node
    compiler::FacetDef

FacetDef models a facet declaration.

Slots

keySource

SymbolExpr key

makeSource

new make(SymbolExpr key, Expr val)

printSource

override Void print(AstWriter out)

Overrides compiler::Node.print

Doc inherited from compiler::Node.print

Pretty print this node and it's descendants.

toStrSource

override Str toStr()

Overrides sys::Obj.toStr

Doc inherited from sys::Obj.toStr

Return a string representation of this object.

valSource

Expr val

walkSource

Void walk(Visitor v)