Class: Xumlidot::Parsers::File

Inherits:
Generic
  • Object
show all
Defined in:
lib/xumlidot/parsers/file.rb

Overview

Takes a file contents (as a string) and parses it into s expressions using ruby parser. The parse method uses the SexpProcessors methods to contert to a graph

Instance Attribute Summary

Attributes inherited from Generic

#constants

Method Summary

Methods inherited from Generic

#initialize, #parse, #process_call, #process_class, #process_defn, #process_defs, #process_module, #process_sclass

Constructor Details

This class inherits a constructor from Xumlidot::Parsers::Generic