class Myst::TypeCheck::ProgramExpander
Defined in:
typecheck/visitors/program_expander.crInstance Method Summary
-
#loaded_files : Hash(String, Bool)
A Hash of entries indicating files that have already been loaded.
-
#loaded_files=(loaded_files : Hash(String, Bool))
A Hash of entries indicating files that have already been loaded.
- #visit(node : Require)
Instance methods inherited from class Myst::TypeCheck::SemanticVisitor
env : Environment
env,
env=(env : Environment)
env=,
visit(node : Node)
visit
Constructor methods inherited from class Myst::TypeCheck::SemanticVisitor
new(env : Environment)
new
Instance Method Detail
def loaded_files : Hash(String, Bool)
#
A Hash of entries indicating files that have already been loaded. Entries in this Hash should always be absolute paths to avoid ambiguity between relative paths that resolve to the same file.
def loaded_files=(loaded_files : Hash(String, Bool))
#
A Hash of entries indicating files that have already been loaded. Entries in this Hash should always be absolute paths to avoid ambiguity between relative paths that resolve to the same file.