Sha256: 017312b6ffd84e52f93e901c93df226339bcfa8874be6dadfcff10ebe67ba696

Contents?: true

Size: 447 Bytes

Versions: 10

Compression:

Stored size: 447 Bytes

Contents

<?php

namespace CoffeeScript;

class yy_Extends extends yy_Base
{
  public $children = array('child', 'parent');

  function constructor($child, $parent)
  {
    $this->child = $child;
    $this->parent = $parent;

    return $this;
  }

  function compile($options, $level = NULL)
  {
    $tmp = yy('Call', yy('Value', yy('Literal', utility('extends'))),
      array($this->child, $this->parent));

    return $tmp->compile($options);
  }
}

?>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
guard-mthaml-0.4.0 vendor/coffeescript/coffeescript/src/CoffeeScript/yy/Extends.php
guard-mthaml-0.3.1 vendor/coffeescript/coffeescript/src/CoffeeScript/yy/Extends.php
guard-mthaml-0.3.0 vendor/coffeescript/coffeescript/src/CoffeeScript/yy/Extends.php
guard-mthaml-0.2.5 vendor/coffeescript/coffeescript/src/CoffeeScript/yy/Extends.php
guard-mthaml-0.2.4 vendor/coffeescript/coffeescript/src/CoffeeScript/yy/Extends.php
guard-mthaml-0.2.3 vendor/coffeescript/coffeescript/src/CoffeeScript/yy/Extends.php
guard-mthaml-0.2.2 vendor/coffeescript/coffeescript/src/CoffeeScript/yy/Extends.php
guard-mthaml-0.2.1 vendor/coffeescript/coffeescript/src/CoffeeScript/yy/Extends.php
guard-mthaml-0.2.0 vendor/coffeescript/coffeescript/src/CoffeeScript/yy/Extends.php
guard-mthaml-0.1.0 vendor/coffeescript/coffeescript/src/CoffeeScript/yy/Extends.php