You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

A table showing how each ActionScript language 'feature' is should be translated to Google Closure Tools assisted JavaScript by the FalconJS Compiler.

Unknown macro: {table}
Unknown macro: {thead}
Unknown macro: {table-row}
Unknown macro: {table-cell}

Description

Unknown macro: {table-cell}

ActionScript

Unknown macro: {table-cell}

Javascript

Unknown macro: {tbody}
Unknown macro: {table-cell}

Simple Class definition

Unknown macro: {table-cell}
 
package com.example.components
{
public class MyClass
{
    public function MyClass() {}
}
}
Unknown macro: {table-cell}
goog.provide('com.example.components.MyClass');
/**
 * @constructor
 */
com.example.components.MyClass = function() {};
  • No labels