module Synopsis.SourceFile
class Include
Information about an include directive in a SourceFile. If the include directive required a macro expansion to get the filename, the is_macro will return true. If the include directive was actually an include_next, then is_next will return true.
Attributes Summary:
source code
The target SourceFile object being referenced.
source code
The name by which the target is referenced.
source code
True if the directive uses a macro.
source code
True if this is using #include_next (GNU extension).
Methods Summary:
  __init__(self, target, name, is_macro, is_next)
references
source code
Attributes Details:
source code
The target SourceFile object being referenced.
source code
The name by which the target is referenced.
source code
True if the directive uses a macro.
source code
True if this is using #include_next (GNU extension).