Class YARD::Parser::SourceParser
In: lib/yard/parser/source_parser.rb
Parent: Object

Responsible for parsing a source file into the namespace

Methods

Attributes

file  [R] 
parser_type  [RW] 
parser_type  [R] 

Public Class methods

Public Instance methods

Creates a new SourceParser that parses a file and returns analysis information about it.

@param [String, read, Object] content the source file to parse

[Validate]