Interface declaration (Decl, DeclRepoId)
Functions:
abstract() -- boolean: true if the interface is declared abstract.
local() -- boolean: true if the interface is declared local.
inherits() -- list of Interface objects from which this one
inherits.
contents() -- list of Decl objects for all items declared within
this interface.
declarations() -- subset of contents() containing types, constants
and exceptions.
callables() -- subset of contents() containing Operations and
Attributes.
all_callables()-- callables of this and inherited interfaces.
Generated on Tue Jul 20 09:07:03 2010 by
synopsis (version devel)