(lexer, $filter, options)
| 10424 | * @constructor |
| 10425 | */ |
| 10426 | var Parser = function (lexer, $filter, options) { |
| 10427 | this.lexer = lexer; |
| 10428 | this.$filter = $filter; |
| 10429 | this.options = options; |
| 10430 | }; |
| 10431 | |
| 10432 | Parser.ZERO = extend(function () { |
| 10433 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected