struct Crystal::ExpandResult::Expansion inherits Struct ¶ Included modules JSON::Serializable Class methods¶ .build(original_node) ¶ View source .new(original_source, expanded_sources, expanded_macros) ¶ View source .new(pull : JSON::PullParser) ¶ View source Methods¶ #expanded_macros : Array(Array(MacroImplementation)) ¶ View source #expanded_macros=(expanded_macros : Array(Array(MacroImplementation))) ¶ View source #expanded_sources : Array(String) ¶ View source #expanded_sources=(expanded_sources : Array(String)) ¶ View source #original_source : String ¶ View source #original_source=(original_source : String) ¶ View source