module Synopsis.ASG
class Const
Constant declaration. A constant is a name with a type and value.
Const-inheritance Scopes/Synopsis/ASG/Declaration.html
-Attributes
source code
source code
-Methods
  __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