logo

class

compiler::FacetDef

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

FacetDef models a facet declaration.

Slots

make

new make(Location location, Str name, Expr value)

Source

name

Str name

Source

print

override Void print(AstWriter out)

Pretty print this node and it's descendants.

Source

toStr

override Str toStr()

Return a string representation of this object.

Source

value

Expr value

Source

walk

Void walk(Visitor v)

Source