frozen_string_literal: false
A TopLevel context is a representation of the contents of a single file
Constants
MARSHAL_VERSION = 0
Attributes
[RW] | parser |
The parser class that processed this file |
[RW] | diagram | |
[R] | classes_or_modules |
All the classes or modules that were declared in this file. These are assigned to either #classes_hash or #modules_hash once we know what they really are. |
[RW] | absolute_name |
Absolute name of this file |
[RW] | relative_name |
Relative name of this file |
[RW] | file_stat |
This TopLevel’s File::Stat struct |