ImpliedHeritageHints
- class ImpliedHeritageHints
Options for implicit specialization hints.
attribute x //* :> dataValues */;
Members defined in
ImpliedHeritageHints(6 members)
RWWhether to show implicit specializations to anonymous elements. Note that hovers will still show the tooltip for the actual target element.
RWWhether to show implicit cross subsettings. Often, they can contain anonymous elements which are controlled by
anonymousoption.
RWOptions for implicit redefinitions.
RWWhether to show implicit subsettings and subclassifications to standard library elements.
RWToggle for all nested options.
Attributes
- property anonymous: bool
Whether to show implicit specializations to anonymous elements. Note that hovers will still show the tooltip for the actual target element.
part def A { end ref; } part def B :> A { end ref //* :>> (anonymous) */; }
- property cross_subsettings: bool
Whether to show implicit cross subsettings. Often, they can contain anonymous elements which are controlled by
anonymousoption.part def P { end x_cross [1] ref <x> //* => y.x_cross */; end ref y; }
- property redefinitions: syside.conf.ImpliedRedefinitionHints
Options for implicit redefinitions.
part def A { end ref a; } part def B :> A { end ref //* :>> a */; }
- property standard_library: bool
Whether to show implicit subsettings and subclassifications to standard library elements.
attribute x //* :> dataValues */;
- property toggle: syside.conf.Toggle
Toggle for all nested options.
onenables the default behaviouroffdisables the default behaviour and all nested optionsexplicitdisables the default behaviour. Same asonif there is no default behaviour not covered by nested options.
Methods
- __init__() None