(context)
| 4262 | return '[' + CartoCSS.Tree.Zoom.toString(this.zoom) + '] ' + this.name + ': ' + this.value; |
| 4263 | } |
| 4264 | ev(context) { |
| 4265 | return new CartoCSS.Tree.Rule(this.name, |
| 4266 | this.value.ev(context), |
| 4267 | this.index, |
| 4268 | this.filename); |
| 4269 | } |
| 4270 | }; |
| 4271 | |
| 4272 | CartoCSS.Tree.Ruleset = class Ruleset { |