module Synopsis.ASG
class Macro
Macro-inheritance Scopes/Synopsis/ASG/Declaration.html
A preprocessor macro. Note that macros are not strictly part of the ASG, and as such are always in the global scope. A macro is "temporary" if it was #undefined in the same file it was #defined in.
Attributes Summary:
source code
source code
Methods Summary:
  __init__(self, file, line, type, name, parameters, text)
references
source code
  accept(self, visitor)
references
source code
Attributes Inherited from Declaration
file, line, name, type, accessibility, annotations