Object | +--YARD::SourceParser
Responsible for parsing a source file into the namespace
current_namespace [R, W]
file [R]
| Object |
parse(content)
|
| Object |
parse_string(content)
|
| Object |
current_namespace
Returns the value of attribute current_namespace . |
| Object |
current_namespace=(value)
Sets the attribute current_namespace . |
| Object |
file
Returns the value of attribute file . |
| Object |
file=(value)
Sets the attribute file . |
| Object |
parse(content = __FILE__)
Creates a new SourceParser that parses a file and returns . |
Returns the value of attribute current_namespace
Sets the attribute current_namespace
Returns the value of attribute file
Sets the attribute file
Creates a new SourceParser that parses a file and returns analysis information about it.