sys::Obj compiler::Node compiler::FacetDef
FacetDef models a facet declaration.
new make(Location location, Str name, Expr value)
Source
Str name
override Void print(AstWriter out)
Pretty print this node and it's descendants.
override Str toStr()
Return a string representation of this object.
Expr value
Void walk(Visitor v)