module Synopsis.ASG
class Const
Const-inheritance Scopes/Synopsis/ASG/Declaration.html
Constant declaration. A constant is a name with a type and value.
Attributes Summary:
source code
source code
Methods Summary:
  __init__(self, file, line, type, ctype, name, value)
references
source code
  accept(self, visitor)
references
source code
Attributes Inherited from Declaration
file, line, name, type, accessibility, annotations