class Value
valuetype declaration (Decl, DeclRepoId)
Functions:
custom() -- boolean: true if declared custom.
inherits() -- list of valuetypes from which this inherits. The
first may be a Value object or a ValueAbs object;
any others will be ValueAbs objects.
truncatable() -- boolean: true if the inherited Value is declared
truncatable.
supports() -- list of Interface objects which this supports.
contents() -- list of Decl objects for all items declared within
this valuetype.
declarations() -- subset of contents() containing types, constants
and exceptions.
callables() -- subset of contents() containing Operations and
Attributes.
statemembers() -- subset of contents() containing StateMembers.
factories() -- subset of contents() containing Factory instances.
Protected Methods Summary:
Methods Summary:
__init__(
self,
file,
line,
mainFile,
pragmas,
comments,
identifier,
scopedName,
repoId,
custom,
inherits,
truncatable,
supports)
Generated on Thu Apr 16 16:27:05 2009 by
synopsis (version devel)