logo

class

compiler::AttrAsm

sys::Obj
  compiler::CompilerSupport
    compiler::AttrAsm

AttrAsm provides support for assembling the attributes table for types and slots.

Slots

add

Void add(Str name, Buf data)

Source

attrs

FAttr[] attrs

Source

facets

Void facets(Str:FacetDef facets)

Source

fpod

FPod fpod

Source

lineNumber

Void lineNumber(Int line)

Source

make

new make(Compiler compiler, FPod fpod)

Source

sourceFile

Void sourceFile(Str source)

Source

u2

Void u2(Str name, Int data)

Source

utf

Void utf(Str name, Str data)

Source