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.
Operations Summary: | |
__init__(self, target, is_macro, is_next) [Source] | |
target(self) [Source] | |
set_target(self, target) [Source] | |
is_macro(self) [Source] | |
is_next(self) [Source] |