contents>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: contents>> ( object -- value )


Methods
USING: accessors slots.private xml.errors ;

M: bad-doctype contents>> 4 slot ; inline


USING: accessors regexp.compiler.private slots.private ;

M: box contents>> 2 slot ; inline


USING: accessors slots.private ui.clipboards ;

M: clipboard contents>> 2 slot ; inline


USING: accessors slots.private wrap ;

M: element contents>> 2 slot ; inline


USING: accessors slots.private webapps.pastebin ;

M: entity contents>> 7 slot ; inline


USING: accessors pdf.layout slots.private ;

M: table-cell contents>> 2 slot ; inline


USING: accessors slots.private x11.clipboard ;

M: x-clipboard contents>> 3 slot ; inline