Parser

Abstract base class to be implemented by sublcasses. A Parser should parse files of one or more types and generate information out of it

(defined in /src/parser/Parser.coffee:6)
module.exports = class Parser

Parameters

(None)