TOC PREV NEXT INDEX

$refs_to

Synopsis

$refs_to_[object]

Description

$refs_to prints all connections to object .

Examples

OM(SingleWindowApp) -> int x;
OM(SingleWindowApp) -> int y => x;
OM(SingleWindowApp) -> int z => x + 2;
OM(SingleWindowApp) -> $refs_to x
reference from: `x' (parent = `(x + 2)')
reference from: `x' (parent = Root.Applications.SingleWindowApp.y)


TOC PREV NEXT INDEX