This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch feature/rename
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/feature/rename by this push:
     new 9485297  replace more FLEXJS with ROYALE per #17
9485297 is described below

commit 94852979fc46511d5926bb12189090035cabd478
Author: Alex Harui <[email protected]>
AuthorDate: Fri Oct 13 15:30:45 2017 -0700

    replace more FLEXJS with ROYALE per #17
---
 build.xml                                          | 48 +++++++-------
 .../javascript/jscomp/RoyaleDiagnosticGroups.java  |  8 +--
 .../codegen/js/goog/JSGoogEmitterTokens.java       |  4 +-
 .../codegen/js/jx/PackageFooterEmitter.java        | 12 ++--
 .../codegen/js/royale/JSRoyaleEmitter.java         |  2 +-
 .../codegen/js/royale/JSRoyaleEmitterTokens.java   | 10 +--
 .../mxml/royale/MXMLRoyaleCordovaPublisher.java    |  2 +-
 .../codegen/mxml/royale/MXMLRoyaleEmitter.java     |  6 +-
 .../codegen/mxml/royale/MXMLRoyalePublisher.java   | 18 +++---
 .../compiler/internal/graph/GoogDepsWriter.java    |  8 +--
 .../internal/graph/GoogDepsWriterCordova.java      |  6 +-
 .../compiler/utils/JSClosureCompilerWrapper.java   |  8 +--
 .../codegen/js/royale/TestRoyaleEmitter.java       | 16 ++---
 .../codegen/js/royale/TestRoyalePackage.java       | 74 +++++++++++-----------
 .../codegen/js/royale/TestRoyaleStatements.java    |  4 +-
 .../mxml/royale/TestRoyaleMXMLApplication.java     | 24 +++----
 .../codegen/mxml/royale/TestRoyaleMXMLScript.java  | 12 ++--
 .../resources/royale/files/LocalFunction_result.js |  4 +-
 .../resources/royale/files/MyInitialView_result.js |  4 +-
 .../royale/files/RoyaleTest_again_result.js        |  4 +-
 .../files/controllers/MyController_result.js       |  4 +-
 .../royale/files/models/MyModel_result.js          |  4 +-
 .../royale/files/wildcard_import_result.js         |  4 +-
 .../royale/projects/bad_overrides/Test_result.js   |  4 +-
 .../projects/bad_overrides/classes/A_result.js     |  4 +-
 .../projects/bad_overrides/classes/B_result.js     |  4 +-
 .../projects/bad_overrides/classes/C_result.js     |  4 +-
 .../projects/bad_overrides/interfaces/IA_result.js |  4 +-
 .../projects/bad_overrides/interfaces/IB_result.js |  4 +-
 .../projects/bad_overrides/interfaces/IC_result.js |  4 +-
 .../royale/projects/circular/Base_result.js        |  4 +-
 .../royale/projects/circular/Super_result.js       |  4 +-
 .../royale/projects/circular_proto/A_result.js     |  4 +-
 .../royale/projects/circular_proto/B_result.js     |  4 +-
 .../royale/projects/circular_proto/C_result.js     |  4 +-
 .../royale/projects/circular_proto/D_result.js     |  4 +-
 .../royale/projects/circular_proto/E_result.js     |  4 +-
 .../royale/projects/circular_proto/F_result.js     |  4 +-
 .../royale/projects/interfaces/Test_result.js      |  4 +-
 .../royale/projects/interfaces/classes/A_result.js |  4 +-
 .../royale/projects/interfaces/classes/B_result.js |  4 +-
 .../royale/projects/interfaces/classes/C_result.js |  4 +-
 .../projects/interfaces/interfaces/IA_result.js    |  4 +-
 .../projects/interfaces/interfaces/IB_result.js    |  2 +-
 .../projects/interfaces/interfaces/IC_result.js    |  4 +-
 .../projects/interfaces/interfaces/ID_result.js    |  4 +-
 .../projects/interfaces/interfaces/IE_result.js    |  4 +-
 .../royale/projects/internal/MainClass_result.js   |  8 +--
 .../royale/projects/internal/OtherClass_result.js  |  4 +-
 .../royale/projects/overrides/Test_result.js       |  4 +-
 .../royale/projects/overrides/classes/A_result.js  |  4 +-
 .../royale/projects/overrides/classes/B_result.js  |  4 +-
 .../royale/projects/overrides/classes/C_result.js  |  4 +-
 .../projects/overrides/interfaces/IA_result.js     |  4 +-
 .../projects/overrides/interfaces/IB_result.js     |  4 +-
 .../projects/overrides/interfaces/IC_result.js     |  4 +-
 .../AmbiguousDefinition_result.js                  |  2 +-
 .../Event_result.js                                |  2 +-
 .../DifferentPackageAsConflict_result.js           |  4 +-
 .../Event_result.js                                |  4 +-
 .../mypackage/TestClass_result.js                  |  4 +-
 .../otherpackage/Event_result.js                   |  4 +-
 .../Event_result.js                                |  4 +-
 .../NoConflictNoWindow_result.js                   |  4 +-
 .../mypackage/TestClass_result.js                  |  4 +-
 .../Event_result.js                                |  4 +-
 .../NoConflictUseWindow_result.js                  |  4 +-
 .../mypackage/TestClass_result.js                  |  4 +-
 .../Event_result.js                                |  4 +-
 .../SamePackageAsConflict_result.js                |  4 +-
 .../mypackage/Event_result.js                      |  4 +-
 .../mypackage/TestClass_result.js                  |  4 +-
 .../package_conflicts_use_window/Event_result.js   |  4 +-
 .../UseWindow_result.js                            |  4 +-
 .../mypackage/TestClass_result.js                  |  4 +-
 .../otherpackage/Event_result.js                   |  4 +-
 .../resources/royale/projects/super/Base_result.js |  4 +-
 .../royale/projects/super/Super_result.js          |  4 +-
 .../projects/xml_requires/XMLRequire_result.js     |  4 +-
 royale-ant-tasks/src/test/build.xml                |  4 +-
 80 files changed, 256 insertions(+), 256 deletions(-)

diff --git a/build.xml b/build.xml
index 22808a9..9d35d74 100644
--- a/build.xml
+++ b/build.xml
@@ -33,27 +33,27 @@
     <property name="binary.jx.kit" value="${kit.jx.prefix}-bin"/>
 
     <target name="check-typedefs-home"
-        description="Check FLEXJS_TYPEDEFS_HOME">
+        description="Check ROYALE_TYPEDEFS_HOME">
         
-        <echo message="FLEXJS_TYPEDEFS_HOME is ${env.FLEXJS_TYPEDEFS_HOME}"/>
+        <echo message="ROYALE_TYPEDEFS_HOME is ${env.ROYALE_TYPEDEFS_HOME}"/>
         
-        <available file="${env.FLEXJS_TYPEDEFS_HOME}"
+        <available file="${env.ROYALE_TYPEDEFS_HOME}"
         type="dir"
-        property="FLEXJS_TYPEDEFS_HOME"
-        value="${env.FLEXJS_TYPEDEFS_HOME}" />
+        property="ROYALE_TYPEDEFS_HOME"
+        value="${env.ROYALE_TYPEDEFS_HOME}" />
         
         <available file="${basedir}/../royale-typedefs"
         type="dir"
-        property="FLEXJS_TYPEDEFS_HOME"
+        property="ROYALE_TYPEDEFS_HOME"
         value="${basedir}/../royale-typedefs" />
         
         <available file="${basedir}/royale-typedefs"
         type="dir"
-        property="FLEXJS_TYPEDEFS_HOME"
+        property="ROYALE_TYPEDEFS_HOME"
         value="${basedir}/royale-typedefs" />
         
-        <fail message="The environment variable FLEXJS_TYPEDEFS_HOME is not 
set to a directory"
-        unless="FLEXJS_TYPEDEFS_HOME"/>
+        <fail message="The environment variable ROYALE_TYPEDEFS_HOME is not 
set to a directory"
+        unless="ROYALE_TYPEDEFS_HOME"/>
         
     </target>
 
@@ -138,13 +138,13 @@
     <target name="typedef.swcs">
         <property name="FALCON_HOME" value="${basedir}/compiler" />
         <property name="FALCONJX_HOME" value="${basedir}/compiler-jx" />
-        <ant dir="${FLEXJS_TYPEDEFS_HOME}" />
+        <ant dir="${ROYALE_TYPEDEFS_HOME}" />
     </target>
     <target name="typedef.swcs.clean" >
-        <ant dir="${FLEXJS_TYPEDEFS_HOME}" target="clean"/>
+        <ant dir="${ROYALE_TYPEDEFS_HOME}" target="clean"/>
     </target>
     <target name="typedef.swcs.wipe" >
-        <ant dir="${FLEXJS_TYPEDEFS_HOME}" target="wipe"/>
+        <ant dir="${ROYALE_TYPEDEFS_HOME}" target="wipe"/>
     </target>
     <target name="typedef.tests">
         <ant dir="compiler-jx/src/test" target="extern.tests" />
@@ -479,7 +479,7 @@
 
     <target name="stage-typedefs" depends="check-typedefs-home">
         <copy todir="${basedir}/temp/royale-typedefs" includeEmptyDirs="false">
-            <fileset dir="${FLEXJS_TYPEDEFS_HOME}">
+            <fileset dir="${ROYALE_TYPEDEFS_HOME}">
                 <include name="**"/>
                 <exclude name="**/target/**" />
             </fileset>
@@ -595,7 +595,7 @@
         <antcall target="stage-source-jx" />
 
         <copy todir="${basedir}/temp/royale-typedefs" includeEmptyDirs="false">
-            <fileset dir="${FLEXJS_TYPEDEFS_HOME}">
+            <fileset dir="${ROYALE_TYPEDEFS_HOME}">
                 <include 
name="createjs/target/downloads/EaselJS-0.8.0/LICENSE.txt" />
                 <include 
name="createjs/target/downloads/TweenJS-0.6.2/LICENSE.txt" />
             </fileset>
@@ -624,19 +624,19 @@
         
         <!-- generated -->
         <mkdir dir="${basedir}/temp/js/libs"/>
-        <copy tofile="${basedir}/temp/js/libs/js.swc" 
file="${FLEXJS_TYPEDEFS_HOME}/js/target/js.swc" />
-        <copy tofile="${basedir}/temp/js/libs/cordova.swc" 
file="${FLEXJS_TYPEDEFS_HOME}/cordova/target/cordova.swc" />
-        <copy tofile="${basedir}/temp/js/libs/createjs.swc" 
file="${FLEXJS_TYPEDEFS_HOME}/createjs/target/createjs.swc" />
-        <copy tofile="${basedir}/temp/js/libs/google_maps.swc" 
file="${FLEXJS_TYPEDEFS_HOME}/google_maps/target/google_maps.swc" />
-        <copy tofile="${basedir}/temp/js/libs/jasmine.swc" 
file="${FLEXJS_TYPEDEFS_HOME}/jasmine/target/jasmine.swc" />
-        <copy tofile="${basedir}/temp/js/libs/jquery.swc" 
file="${FLEXJS_TYPEDEFS_HOME}/jquery/target/jquery-1.9.swc" />
-        <copy tofile="${basedir}/temp/js/libs/GCL.swc" 
file="${FLEXJS_TYPEDEFS_HOME}/GCL/target/GCL.swc" />
-        <copy tofile="${basedir}/temp/js/libs/node.swc" 
file="${FLEXJS_TYPEDEFS_HOME}/node/target/node.swc" />
+        <copy tofile="${basedir}/temp/js/libs/js.swc" 
file="${ROYALE_TYPEDEFS_HOME}/js/target/js.swc" />
+        <copy tofile="${basedir}/temp/js/libs/cordova.swc" 
file="${ROYALE_TYPEDEFS_HOME}/cordova/target/cordova.swc" />
+        <copy tofile="${basedir}/temp/js/libs/createjs.swc" 
file="${ROYALE_TYPEDEFS_HOME}/createjs/target/createjs.swc" />
+        <copy tofile="${basedir}/temp/js/libs/google_maps.swc" 
file="${ROYALE_TYPEDEFS_HOME}/google_maps/target/google_maps.swc" />
+        <copy tofile="${basedir}/temp/js/libs/jasmine.swc" 
file="${ROYALE_TYPEDEFS_HOME}/jasmine/target/jasmine.swc" />
+        <copy tofile="${basedir}/temp/js/libs/jquery.swc" 
file="${ROYALE_TYPEDEFS_HOME}/jquery/target/jquery-1.9.swc" />
+        <copy tofile="${basedir}/temp/js/libs/GCL.swc" 
file="${ROYALE_TYPEDEFS_HOME}/GCL/target/GCL.swc" />
+        <copy tofile="${basedir}/temp/js/libs/node.swc" 
file="${ROYALE_TYPEDEFS_HOME}/node/target/node.swc" />
         
         <!-- generated -->
         <mkdir dir="${basedir}/temp/royale-typedefs"/>
         <copy todir="${basedir}/temp/royale-typedefs" includeEmptyDirs="false">
-            <fileset dir="${FLEXJS_TYPEDEFS_HOME}">
+            <fileset dir="${ROYALE_TYPEDEFS_HOME}">
                 <include name="**/**"/>
                 <exclude name="**/externs.zip" />
                 <exclude name="**/target/.plxarc" />
@@ -648,7 +648,7 @@
         </copy>
         <echo>copy easel and tween</echo>
         <copy todir="${basedir}/temp/royale-typedefs" includeEmptyDirs="false">
-            <fileset dir="${FLEXJS_TYPEDEFS_HOME}">
+            <fileset dir="${ROYALE_TYPEDEFS_HOME}">
                 <include name="createjs/target/downloads/Easel*/src/**"/>
                 <include name="createjs/target/downloads/Tween*/src/**"/>
             </fileset>
diff --git 
a/compiler-jx/src/main/java/com/google/javascript/jscomp/RoyaleDiagnosticGroups.java
 
b/compiler-jx/src/main/java/com/google/javascript/jscomp/RoyaleDiagnosticGroups.java
index 47ac88b..ce6d884 100644
--- 
a/compiler-jx/src/main/java/com/google/javascript/jscomp/RoyaleDiagnosticGroups.java
+++ 
b/compiler-jx/src/main/java/com/google/javascript/jscomp/RoyaleDiagnosticGroups.java
@@ -30,7 +30,7 @@ public class RoyaleDiagnosticGroups {
         * Flex ItemRenderer Factories store the constructor in a variable
         * resulting in this warning.
         */
-       public static final DiagnosticGroup FLEXJS_NOT_A_CONSTRUCTOR =
+       public static final DiagnosticGroup ROYALE_NOT_A_CONSTRUCTOR =
                DiagnosticGroups.registerGroup("royaleNotAConstructor",
                 TypeCheck.NOT_A_CONSTRUCTOR);
 
@@ -38,11 +38,11 @@ public class RoyaleDiagnosticGroups {
         * Flex code calls super.methodName from functions other than
         * overrides of the methodName.
         */
-       public static final DiagnosticGroup FLEXJS_SUPER_CALL_TO_DIFFERENT_NAME 
=
+       public static final DiagnosticGroup ROYALE_SUPER_CALL_TO_DIFFERENT_NAME 
=
                DiagnosticGroups.registerGroup("royaleSuperCallToDifferentName",
                 ProcessClosurePrimitives.BASE_CLASS_ERROR);
        /*
-       public static final DiagnosticGroup FLEXJS_REFERENCE_BEFORE_DECLARE =
+       public static final DiagnosticGroup ROYALE_REFERENCE_BEFORE_DECLARE =
                DiagnosticGroups.registerGroup("royaleReferenceBeforeDeclare",
                 VariableReferenceCheck.UNDECLARED_REFERENCE);
     */
@@ -51,7 +51,7 @@ public class RoyaleDiagnosticGroups {
         * Flex code won't always generate a goog.requires for types only used
         * in JSDoc annotations, but the compiler complains.
         */
-       public static final DiagnosticGroup FLEXJS_UNKNOWN_JSDOC_TYPE_NAME =
+       public static final DiagnosticGroup ROYALE_UNKNOWN_JSDOC_TYPE_NAME =
                DiagnosticGroups.registerGroup("royaleUnknownJSDocTypeName",
                 RhinoErrorReporter.TYPE_PARSE_ERROR);
 
diff --git 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/goog/JSGoogEmitterTokens.java
 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/goog/JSGoogEmitterTokens.java
index b1f42a3..8afd294 100644
--- 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/goog/JSGoogEmitterTokens.java
+++ 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/goog/JSGoogEmitterTokens.java
@@ -32,8 +32,8 @@ public enum JSGoogEmitterTokens implements IEmitterTokens
     GOOG_INHERITS("goog.inherits"),
     GOOG_PROVIDE("goog.provide"),
     GOOG_REQUIRE("goog.require"),
-    FLEXJS_DEPENDENCY_LIST("/* Royale Dependency List: "),
-    FLEXJS_STATIC_DEPENDENCY_LIST("/* Royale Static Dependency List: "),
+    ROYALE_DEPENDENCY_LIST("/* Royale Dependency List: "),
+    ROYALE_STATIC_DEPENDENCY_LIST("/* Royale Static Dependency List: "),
     OBJECT("Object"),
     ARRAY("Array"),
     ERROR("Error"),
diff --git 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/jx/PackageFooterEmitter.java
 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/jx/PackageFooterEmitter.java
index fef51cb..7fe53fd 100644
--- 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/jx/PackageFooterEmitter.java
+++ 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/jx/PackageFooterEmitter.java
@@ -94,7 +94,7 @@ public class PackageFooterEmitter extends JSSubEmitter 
implements
            write(ASEmitterTokens.MEMBER_ACCESS);
            write(JSEmitterTokens.PROTOTYPE);
            write(ASEmitterTokens.MEMBER_ACCESS);
-           writeToken(JSRoyaleEmitterTokens.FLEXJS_CLASS_INFO);
+           writeToken(JSRoyaleEmitterTokens.ROYALE_CLASS_INFO);
            writeToken(ASEmitterTokens.EQUAL);
            writeToken(ASEmitterTokens.BLOCK_OPEN);
        
@@ -115,11 +115,11 @@ public class PackageFooterEmitter extends JSSubEmitter 
implements
            write(getEmitter().formatQualifiedName(tnode.getQualifiedName()));
            write(ASEmitterTokens.SINGLE_QUOTE);
                writeToken(ASEmitterTokens.COMMA);
-               write(JSRoyaleEmitterTokens.FLEXJS_CLASS_INFO_KIND);
+               write(JSRoyaleEmitterTokens.ROYALE_CLASS_INFO_KIND);
                writeToken(ASEmitterTokens.COLON);
                write(ASEmitterTokens.SINGLE_QUOTE);
-               if (isInterface) 
write(JSRoyaleEmitterTokens.FLEXJS_CLASS_INFO_INTERFACE_KIND);
-               else write(JSRoyaleEmitterTokens.FLEXJS_CLASS_INFO_CLASS_KIND);
+               if (isInterface) 
write(JSRoyaleEmitterTokens.ROYALE_CLASS_INFO_INTERFACE_KIND);
+               else write(JSRoyaleEmitterTokens.ROYALE_CLASS_INFO_CLASS_KIND);
                writeToken(ASEmitterTokens.SINGLE_QUOTE);
            write(ASEmitterTokens.BLOCK_CLOSE);
            write(ASEmitterTokens.SQUARE_CLOSE);
@@ -493,12 +493,12 @@ public class PackageFooterEmitter extends JSSubEmitter 
implements
                writeNewline(" * @return {Object.<string, Function>}");
                doc.end();
 
-               // a.B.prototype.FLEXJS_REFLECTION_INFO = function() {
+               // a.B.prototype.ROYALE_REFLECTION_INFO = function() {
                write(typeName);
                write(ASEmitterTokens.MEMBER_ACCESS);
                write(JSEmitterTokens.PROTOTYPE);
                write(ASEmitterTokens.MEMBER_ACCESS);
-               writeToken(JSRoyaleEmitterTokens.FLEXJS_REFLECTION_INFO);
+               writeToken(JSRoyaleEmitterTokens.ROYALE_REFLECTION_INFO);
                writeToken(ASEmitterTokens.EQUAL);
                writeToken(ASEmitterTokens.FUNCTION);
                write(ASEmitterTokens.PAREN_OPEN);
diff --git 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/royale/JSRoyaleEmitter.java
 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/royale/JSRoyaleEmitter.java
index 0d0e0ad..4769d3b 100644
--- 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/royale/JSRoyaleEmitter.java
+++ 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/royale/JSRoyaleEmitter.java
@@ -294,7 +294,7 @@ public class JSRoyaleEmitter extends JSGoogEmitter 
implements IJSRoyaleEmitter
                if (staticUsedNames.size() > 0)
                {
                        StringBuilder sb = new StringBuilder();
-                       
sb.append(JSGoogEmitterTokens.FLEXJS_STATIC_DEPENDENCY_LIST.getToken());
+                       
sb.append(JSGoogEmitterTokens.ROYALE_STATIC_DEPENDENCY_LIST.getToken());
                        boolean firstDependency = true;
                        for (String staticName : staticUsedNames)
                        {
diff --git 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/royale/JSRoyaleEmitterTokens.java
 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/royale/JSRoyaleEmitterTokens.java
index 3aa5e93..5d8a091 100644
--- 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/royale/JSRoyaleEmitterTokens.java
+++ 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/royale/JSRoyaleEmitterTokens.java
@@ -26,11 +26,11 @@ import org.apache.royale.compiler.codegen.IEmitterTokens;
  */
 public enum JSRoyaleEmitterTokens implements IEmitterTokens
 {
-    FLEXJS_CLASS_INFO("FLEXJS_CLASS_INFO"),
-    FLEXJS_REFLECTION_INFO("FLEXJS_REFLECTION_INFO"),
-    FLEXJS_CLASS_INFO_KIND("kind"),
-    FLEXJS_CLASS_INFO_CLASS_KIND("class"),
-    FLEXJS_CLASS_INFO_INTERFACE_KIND("interface"),
+    ROYALE_CLASS_INFO("ROYALE_CLASS_INFO"),
+    ROYALE_REFLECTION_INFO("ROYALE_REFLECTION_INFO"),
+    ROYALE_CLASS_INFO_KIND("kind"),
+    ROYALE_CLASS_INFO_CLASS_KIND("class"),
+    ROYALE_CLASS_INFO_INTERFACE_KIND("interface"),
     GOOG_EXPORT_PROPERTY("goog.exportProperty"),
     GOOG_EXPORT_SYMBOL("goog.exportSymbol"),
     INDENT("  "),
diff --git 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyaleCordovaPublisher.java
 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyaleCordovaPublisher.java
index 27f5242..38f05a0 100644
--- 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyaleCordovaPublisher.java
+++ 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyaleCordovaPublisher.java
@@ -55,7 +55,7 @@ public class MXMLRoyaleCordovaPublisher extends 
MXMLRoyalePublisher
         final String projectName = 
FilenameUtils.getBaseName(configuration.getTargetFile());
 
         // The "release" is the "js-release" directory.
-        File releaseDir = new File(outputParentFolder, 
FLEXJS_RELEASE_DIR_NAME);
+        File releaseDir = new File(outputParentFolder, 
ROYALE_RELEASE_DIR_NAME);
 
     }
 }
diff --git 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyaleEmitter.java
 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyaleEmitter.java
index 1fc90ba..33760bb 100644
--- 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyaleEmitter.java
+++ 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyaleEmitter.java
@@ -862,16 +862,16 @@ public class MXMLRoyaleEmitter extends MXMLEmitter 
implements
         writeNewline(" *");
         writeNewline(" * @type {Object.<string, Array.<Object>>}");
         writeNewline(" */");
-        write(formatQualifiedName(cname) + ".prototype.FLEXJS_CLASS_INFO = { 
names: [{ name: '");
+        write(formatQualifiedName(cname) + ".prototype.ROYALE_CLASS_INFO = { 
names: [{ name: '");
         write(cdef.getBaseName());
         write("', qName: '");
         write(formatQualifiedName(cname));
         write("'");
         writeToken(ASEmitterTokens.COMMA);
-        write(JSRoyaleEmitterTokens.FLEXJS_CLASS_INFO_KIND);
+        write(JSRoyaleEmitterTokens.ROYALE_CLASS_INFO_KIND);
         writeToken(ASEmitterTokens.COLON);
         write(ASEmitterTokens.SINGLE_QUOTE);
-        write(JSRoyaleEmitterTokens.FLEXJS_CLASS_INFO_CLASS_KIND);
+        write(JSRoyaleEmitterTokens.ROYALE_CLASS_INFO_CLASS_KIND);
         writeToken(ASEmitterTokens.SINGLE_QUOTE);
         write(" }]");
         if (interfaceList != null)
diff --git 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyalePublisher.java
 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyalePublisher.java
index b7d69db..b6275d3 100644
--- 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyalePublisher.java
+++ 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyalePublisher.java
@@ -52,11 +52,11 @@ import java.util.*;
 public class MXMLRoyalePublisher extends JSGoogPublisher implements 
IJSPublisher
 {
 
-    public static final String FLEXJS_OUTPUT_DIR_NAME = "bin";
-    public static final String FLEXJS_INTERMEDIATE_DIR_NAME = "js-debug";
-    public static final String FLEXJS_RELEASE_DIR_NAME = "js-release";
+    public static final String ROYALE_OUTPUT_DIR_NAME = "bin";
+    public static final String ROYALE_INTERMEDIATE_DIR_NAME = "js-debug";
+    public static final String ROYALE_RELEASE_DIR_NAME = "js-release";
 
-    private static final String FLEXJS_EXTERNS = "externs";
+    private static final String ROYALE_EXTERNS = "externs";
 
     class DependencyRecord
     {
@@ -136,9 +136,9 @@ public class MXMLRoyalePublisher extends JSGoogPublisher 
implements IJSPublisher
                 outputParentFolder = new 
File(configuration.getTargetFileDirectory());
         }
 
-        outputParentFolder = new File(outputParentFolder, 
FLEXJS_OUTPUT_DIR_NAME);
+        outputParentFolder = new File(outputParentFolder, 
ROYALE_OUTPUT_DIR_NAME);
 
-        outputFolder = new File(outputParentFolder, File.separator + 
FLEXJS_INTERMEDIATE_DIR_NAME);
+        outputFolder = new File(outputParentFolder, File.separator + 
ROYALE_INTERMEDIATE_DIR_NAME);
 
         // (erikdebruin) Marmotinni handles file management, so we
         // bypass the setup.
@@ -159,7 +159,7 @@ public class MXMLRoyalePublisher extends JSGoogPublisher 
implements IJSPublisher
         final String outputFileName = projectName + "." + 
project.getBackend().getOutputExtension();
 
         // The "release" is the "js-release" directory.
-        File releaseDir = new File(outputParentFolder, 
FLEXJS_RELEASE_DIR_NAME);
+        File releaseDir = new File(outputParentFolder, 
ROYALE_RELEASE_DIR_NAME);
 
         
/////////////////////////////////////////////////////////////////////////////////
         // Copy static resources to the intermediate (and release) directory.
@@ -280,7 +280,7 @@ public class MXMLRoyalePublisher extends JSGoogPublisher 
implements IJSPublisher
             Map<String, ISWCFileEntry> files = swc.getFiles();
             for (String key : files.keySet())
             {
-                if (key.startsWith(FLEXJS_EXTERNS))
+                if (key.startsWith(ROYALE_EXTERNS))
                 {
                     ISWCFileEntry fileEntry = swc.getFile(key);
                     if (fileEntry != null)
@@ -766,7 +766,7 @@ public class MXMLRoyalePublisher extends JSGoogPublisher 
implements IJSPublisher
 
         // Only create a release directory for release builds.
         if (configuration.release()) {
-            File releaseDir = new File(outputParentFolder, 
FLEXJS_RELEASE_DIR_NAME);
+            File releaseDir = new File(outputParentFolder, 
ROYALE_RELEASE_DIR_NAME);
             if (!releaseDir.exists() && !releaseDir.mkdirs()) {
                 throw new RuntimeException("Unable to create release directory 
at " + releaseDir.getAbsolutePath());
             }
diff --git 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/graph/GoogDepsWriter.java
 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/graph/GoogDepsWriter.java
index b142fdf..dfbaf31 100644
--- 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/graph/GoogDepsWriter.java
+++ 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/graph/GoogDepsWriter.java
@@ -410,7 +410,7 @@ public class GoogDepsWriter {
             
             boolean firstDependency = true;
                StringBuilder sb = new StringBuilder();
-               
sb.append(JSGoogEmitterTokens.FLEXJS_DEPENDENCY_LIST.getToken());
+               
sb.append(JSGoogEmitterTokens.ROYALE_DEPENDENCY_LIST.getToken());
                
             FileInfo fi = gd.fileInfo;
             int suppressCount = 0;
@@ -422,7 +422,7 @@ public class GoogDepsWriter {
             {
                if (i < stopLine)
                {
-                    int c = 
line.indexOf(JSGoogEmitterTokens.FLEXJS_DEPENDENCY_LIST.getToken());
+                    int c = 
line.indexOf(JSGoogEmitterTokens.ROYALE_DEPENDENCY_LIST.getToken());
                     if (c > -1)
                        return; // already been processed
                     c = 
line.indexOf(JSGoogEmitterTokens.GOOG_REQUIRE.getToken());
@@ -635,7 +635,7 @@ public class GoogDepsWriter {
                                                                        }
                                                                        else
                                                                        {
-                                                                               
String token = JSGoogEmitterTokens.FLEXJS_STATIC_DEPENDENCY_LIST.getToken();
+                                                                               
String token = JSGoogEmitterTokens.ROYALE_STATIC_DEPENDENCY_LIST.getToken();
                                                                                
c = line.indexOf(token);
                                                                                
if (c > -1)
                                                                                
{
@@ -646,7 +646,7 @@ public class GoogDepsWriter {
                                                                                
}
                                                                                
else
                                                                                
{
-                                                                               
        token = JSGoogEmitterTokens.FLEXJS_DEPENDENCY_LIST.getToken();
+                                                                               
        token = JSGoogEmitterTokens.ROYALE_DEPENDENCY_LIST.getToken();
                                                                                
        c = line.indexOf(token);
                                                                                
        if (c > -1)
                                                                                
        {
diff --git 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/graph/GoogDepsWriterCordova.java
 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/graph/GoogDepsWriterCordova.java
index e395a76..9049d1c 100644
--- 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/graph/GoogDepsWriterCordova.java
+++ 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/graph/GoogDepsWriterCordova.java
@@ -32,17 +32,17 @@ public class GoogDepsWriterCordova extends GoogDepsWriter {
                super(outputFolder, mainClassName, config, swcs);
        }
        
-    private final String FLEXJS_CORDOVA_PLUGIN = "@royalecordovaplugin";
+    private final String ROYALE_CORDOVA_PLUGIN = "@royalecordovaplugin";
     
     public ArrayList<String> cordovaPlugins = new ArrayList<String>();
 
     @Override
        protected void otherScanning(String s)
        {       
-       int c = s.indexOf(FLEXJS_CORDOVA_PLUGIN);
+       int c = s.indexOf(ROYALE_CORDOVA_PLUGIN);
        if (c > -1)
        {
-               cordovaPlugins.add(s.substring(c + 
FLEXJS_CORDOVA_PLUGIN.length()).trim());
+               cordovaPlugins.add(s.substring(c + 
ROYALE_CORDOVA_PLUGIN.length()).trim());
        }
        }
 }
diff --git 
a/compiler-jx/src/main/java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java
 
b/compiler-jx/src/main/java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java
index 7be5e9c..2b1abfd 100644
--- 
a/compiler-jx/src/main/java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java
+++ 
b/compiler-jx/src/main/java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java
@@ -502,10 +502,10 @@ public class JSClosureCompilerWrapper
 
             // create custom DiagnosticGroups to shut off some individual 
warnings when we
             // still want warnings for others in the group.
-            
options_.setWarningLevel(RoyaleDiagnosticGroups.FLEXJS_NOT_A_CONSTRUCTOR, 
CheckLevel.OFF);
-            
options_.setWarningLevel(RoyaleDiagnosticGroups.FLEXJS_SUPER_CALL_TO_DIFFERENT_NAME,
 CheckLevel.OFF);
-            
options_.setWarningLevel(RoyaleDiagnosticGroups.FLEXJS_UNKNOWN_JSDOC_TYPE_NAME, 
CheckLevel.OFF);
-//            
options_.setWarningLevel(RoyaleDiagnosticGroups.FLEXJS_REFERENCE_BEFORE_DECLARE,
 CheckLevel.OFF);
+            
options_.setWarningLevel(RoyaleDiagnosticGroups.ROYALE_NOT_A_CONSTRUCTOR, 
CheckLevel.OFF);
+            
options_.setWarningLevel(RoyaleDiagnosticGroups.ROYALE_SUPER_CALL_TO_DIFFERENT_NAME,
 CheckLevel.OFF);
+            
options_.setWarningLevel(RoyaleDiagnosticGroups.ROYALE_UNKNOWN_JSDOC_TYPE_NAME, 
CheckLevel.OFF);
+//            
options_.setWarningLevel(RoyaleDiagnosticGroups.ROYALE_REFERENCE_BEFORE_DECLARE,
 CheckLevel.OFF);
         }
         
         options_.sourceMapFormat = SourceMap.Format.V3;
diff --git 
a/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyaleEmitter.java
 
b/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyaleEmitter.java
index 2fda190..7c61326 100644
--- 
a/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyaleEmitter.java
+++ 
b/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyaleEmitter.java
@@ -120,7 +120,7 @@ public class TestRoyaleEmitter extends TestGoogEmitter
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       
"com.example.components.MyEventTarget.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'MyEventTarget', qName: 'com.example.components.MyEventTarget', kind: 
'class' }] };\n" +
+                       
"com.example.components.MyEventTarget.prototype.ROYALE_CLASS_INFO = { names: [{ 
name: 'MyEventTarget', qName: 'com.example.components.MyEventTarget', kind: 
'class' }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -129,7 +129,7 @@ public class TestRoyaleEmitter extends TestGoogEmitter
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       
"com.example.components.MyEventTarget.prototype.FLEXJS_REFLECTION_INFO = 
function () {\n" +
+                       
"com.example.components.MyEventTarget.prototype.ROYALE_REFLECTION_INFO = 
function () {\n" +
                        "  return {\n" +
                        "    variables: function () {\n" +
                        "      return {\n" +
@@ -184,7 +184,7 @@ public class TestRoyaleEmitter extends TestGoogEmitter
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       
"com.example.components.TestInterface.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'TestInterface', qName: 'com.example.components.TestInterface', kind: 
'interface' }] };\n" +
+                       
"com.example.components.TestInterface.prototype.ROYALE_CLASS_INFO = { names: [{ 
name: 'TestInterface', qName: 'com.example.components.TestInterface', kind: 
'interface' }] };\n" +
                                "\n" +
                        "\n" +
                        "\n" +
@@ -193,7 +193,7 @@ public class TestRoyaleEmitter extends TestGoogEmitter
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       
"com.example.components.TestInterface.prototype.FLEXJS_REFLECTION_INFO = 
function () {\n" +
+                       
"com.example.components.TestInterface.prototype.ROYALE_REFLECTION_INFO = 
function () {\n" +
                        "  return {\n" +
                        "    accessors: function () {return {};},\n" +
                        "    methods: function () {return {};}\n" +
@@ -239,7 +239,7 @@ public class TestRoyaleEmitter extends TestGoogEmitter
                                " *\n" +
                                " * @type {Object.<string, Array.<Object>>}\n" +
                                " */\n" +
-                               
"com.example.components.TestClass.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'TestClass', qName: 'com.example.components.TestClass', kind: 'class' }] 
};\n" +
+                               
"com.example.components.TestClass.prototype.ROYALE_CLASS_INFO = { names: [{ 
name: 'TestClass', qName: 'com.example.components.TestClass', kind: 'class' }] 
};\n" +
                                "\n" +
                                "\n" +
                                "\n" +
@@ -248,7 +248,7 @@ public class TestRoyaleEmitter extends TestGoogEmitter
                                " *\n" +
                                " * @return {Object.<string, Function>}\n" +
                                " */\n" +
-                               
"com.example.components.TestClass.prototype.FLEXJS_REFLECTION_INFO = function 
() {\n" +
+                               
"com.example.components.TestClass.prototype.ROYALE_REFLECTION_INFO = function 
() {\n" +
                                "  return {\n" +
                                "    variables: function () {return {};},\n" +
                                "    accessors: function () {return {};},\n" +
@@ -303,7 +303,7 @@ public class TestRoyaleEmitter extends TestGoogEmitter
                                " *\n" +
                                " * @type {Object.<string, Array.<Object>>}\n" +
                                " */\n" +
-                               
"com.example.components.TestClass.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'TestClass', qName: 'com.example.components.TestClass', kind: 'class' }] 
};\n" +
+                               
"com.example.components.TestClass.prototype.ROYALE_CLASS_INFO = { names: [{ 
name: 'TestClass', qName: 'com.example.components.TestClass', kind: 'class' }] 
};\n" +
                                "\n" +
                                "\n" +
                                "\n" +
@@ -312,7 +312,7 @@ public class TestRoyaleEmitter extends TestGoogEmitter
                                " *\n" +
                                " * @return {Object.<string, Function>}\n" +
                                " */\n" +
-                               
"com.example.components.TestClass.prototype.FLEXJS_REFLECTION_INFO = function 
() {\n" +
+                               
"com.example.components.TestClass.prototype.ROYALE_REFLECTION_INFO = function 
() {\n" +
                                "  return {\n" +
                                "    variables: function () {return {};},\n" +
                                "    accessors: function () {return {};},\n" +
diff --git 
a/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyalePackage.java
 
b/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyalePackage.java
index 6ef4852..15a4d07 100644
--- 
a/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyalePackage.java
+++ 
b/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyalePackage.java
@@ -90,7 +90,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       "A.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'A', 
qName: 'A', kind: 'class' }] };\n" +
+                       "A.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'A', 
qName: 'A', kind: 'class' }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -99,7 +99,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "A.prototype.FLEXJS_REFLECTION_INFO = function () {\n" +
+                       "A.prototype.ROYALE_REFLECTION_INFO = function () {\n" +
                        "  return {\n" +
                        "    variables: function () {return {};},\n" +
                        "    accessors: function () {return {};},\n" +
@@ -138,7 +138,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       "foo.bar.baz.A.prototype.FLEXJS_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
+                       "foo.bar.baz.A.prototype.ROYALE_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -147,7 +147,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "foo.bar.baz.A.prototype.FLEXJS_REFLECTION_INFO = 
function () {\n" +
+                       "foo.bar.baz.A.prototype.ROYALE_REFLECTION_INFO = 
function () {\n" +
                        "  return {\n" +
                                "    variables: function () {return {};},\n" +
                                "    accessors: function () {return {};},\n" +
@@ -186,7 +186,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       "foo.bar.baz.A.prototype.FLEXJS_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
+                       "foo.bar.baz.A.prototype.ROYALE_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -195,7 +195,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "foo.bar.baz.A.prototype.FLEXJS_REFLECTION_INFO = 
function () {\n" +
+                       "foo.bar.baz.A.prototype.ROYALE_REFLECTION_INFO = 
function () {\n" +
                        "  return {\n" +
                                "    variables: function () {return {};},\n" +
                                "    accessors: function () {return {};},\n" +
@@ -243,7 +243,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       "foo.bar.baz.A.prototype.FLEXJS_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
+                       "foo.bar.baz.A.prototype.ROYALE_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -252,7 +252,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "foo.bar.baz.A.prototype.FLEXJS_REFLECTION_INFO = 
function () {\n" +
+                       "foo.bar.baz.A.prototype.ROYALE_REFLECTION_INFO = 
function () {\n" +
                        "  return {\n" +
                                "    variables: function () {return {};},\n" +
                                "    accessors: function () {return {};},\n" +
@@ -294,7 +294,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       "foo.bar.baz.A.prototype.FLEXJS_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
+                       "foo.bar.baz.A.prototype.ROYALE_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -303,7 +303,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "foo.bar.baz.A.prototype.FLEXJS_REFLECTION_INFO = 
function () {\n" +
+                       "foo.bar.baz.A.prototype.ROYALE_REFLECTION_INFO = 
function () {\n" +
                        "  return {\n" +
                                "    variables: function () {return {};},\n" +
                                "    accessors: function () {return {};},\n" +
@@ -352,7 +352,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       "foo.bar.baz.A.prototype.FLEXJS_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
+                       "foo.bar.baz.A.prototype.ROYALE_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -361,7 +361,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "foo.bar.baz.A.prototype.FLEXJS_REFLECTION_INFO = 
function () {\n" +
+                       "foo.bar.baz.A.prototype.ROYALE_REFLECTION_INFO = 
function () {\n" +
                        "  return {\n" +
                                "    variables: function () {return {};},\n" +
                                "    accessors: function () {return {};},\n" +
@@ -415,7 +415,7 @@ public class TestRoyalePackage extends TestGoogPackage
                          " *\n" +
                          " * @type {Object.<string, Array.<Object>>}\n" +
                          " */\n" +
-                         "foo.bar.baz.A.prototype.FLEXJS_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
+                         "foo.bar.baz.A.prototype.ROYALE_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -424,7 +424,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "foo.bar.baz.A.prototype.FLEXJS_REFLECTION_INFO = 
function () {\n" +
+                       "foo.bar.baz.A.prototype.ROYALE_REFLECTION_INFO = 
function () {\n" +
                        "  return {\n" +
                                "    variables: function () {return {};},\n" +
                                "    accessors: function () {return {};},\n" +
@@ -450,7 +450,7 @@ public class TestRoyalePackage extends TestGoogPackage
                          " *\n" +
                          " * @type {Object.<string, Array.<Object>>}\n" +
                          " */\n" +
-                         
"foo.bar.baz.A.InternalClass.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'InternalClass', qName: 'foo.bar.baz.A.InternalClass', kind: 'class' }] };\n" +
+                         
"foo.bar.baz.A.InternalClass.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'InternalClass', qName: 'foo.bar.baz.A.InternalClass', kind: 'class' }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -459,7 +459,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       
"foo.bar.baz.A.InternalClass.prototype.FLEXJS_REFLECTION_INFO = function () 
{\n" +
+                       
"foo.bar.baz.A.InternalClass.prototype.ROYALE_REFLECTION_INFO = function () 
{\n" +
                        "  return {\n" +
                                "    variables: function () {return {};},\n" +
                                "    accessors: function () {return {};},\n" +
@@ -508,7 +508,7 @@ public class TestRoyalePackage extends TestGoogPackage
                                " *\n" +
                                " * @type {Object.<string, Array.<Object>>}\n" +
                                " */\n" +
-                               "foo.bar.baz.A.prototype.FLEXJS_CLASS_INFO = { 
names: [{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
+                               "foo.bar.baz.A.prototype.ROYALE_CLASS_INFO = { 
names: [{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -517,7 +517,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "foo.bar.baz.A.prototype.FLEXJS_REFLECTION_INFO = 
function () {\n" +
+                       "foo.bar.baz.A.prototype.ROYALE_REFLECTION_INFO = 
function () {\n" +
                        "  return {\n" +
                                "    variables: function () {return {};},\n" +
                                "    accessors: function () {return {};},\n" +
@@ -571,7 +571,7 @@ public class TestRoyalePackage extends TestGoogPackage
                                " *\n" +
                                " * @type {Object.<string, Array.<Object>>}\n" +
                                " */\n" +
-                               "foo.bar.baz.A.prototype.FLEXJS_CLASS_INFO = { 
names: [{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
+                               "foo.bar.baz.A.prototype.ROYALE_CLASS_INFO = { 
names: [{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -580,7 +580,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "foo.bar.baz.A.prototype.FLEXJS_REFLECTION_INFO = 
function () {\n" +
+                       "foo.bar.baz.A.prototype.ROYALE_REFLECTION_INFO = 
function () {\n" +
                        "  return {\n" +
                                "    variables: function () {return {};},\n" +
                                "    accessors: function () {return {};},\n" +
@@ -649,7 +649,7 @@ public class TestRoyalePackage extends TestGoogPackage
                          " *\n" +
                          " * @type {Object.<string, Array.<Object>>}\n" +
                          " */\n" +
-                         "foo.bar.baz.A.prototype.FLEXJS_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
+                         "foo.bar.baz.A.prototype.ROYALE_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -658,7 +658,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "foo.bar.baz.A.prototype.FLEXJS_REFLECTION_INFO = 
function () {\n" +
+                       "foo.bar.baz.A.prototype.ROYALE_REFLECTION_INFO = 
function () {\n" +
                        "  return {\n" +
                                        "    variables: function () {return 
{};},\n" +
                                        "    accessors: function () {return 
{};},\n" +
@@ -709,7 +709,7 @@ public class TestRoyalePackage extends TestGoogPackage
                          " *\n" +
                          " * @type {Object.<string, Array.<Object>>}\n" +
                          " */\n" +
-                         
"foo.bar.baz.A.InternalClass.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'InternalClass', qName: 'foo.bar.baz.A.InternalClass', kind: 'class' }] };\n" +
+                         
"foo.bar.baz.A.InternalClass.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'InternalClass', qName: 'foo.bar.baz.A.InternalClass', kind: 'class' }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -718,7 +718,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       
"foo.bar.baz.A.InternalClass.prototype.FLEXJS_REFLECTION_INFO = function () 
{\n" +
+                       
"foo.bar.baz.A.InternalClass.prototype.ROYALE_REFLECTION_INFO = function () 
{\n" +
                        "  return {\n" +
                                "    variables: function () {\n" +
                                "      return {\n" +
@@ -806,7 +806,7 @@ public class TestRoyalePackage extends TestGoogPackage
                          " *\n" +
                          " * @type {Object.<string, Array.<Object>>}\n" +
                          " */\n" +
-                         "foo.bar.baz.A.prototype.FLEXJS_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
+                         "foo.bar.baz.A.prototype.ROYALE_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -815,7 +815,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "foo.bar.baz.A.prototype.FLEXJS_REFLECTION_INFO = 
function () {\n" +
+                       "foo.bar.baz.A.prototype.ROYALE_REFLECTION_INFO = 
function () {\n" +
                        "  return {\n" +
                                        "    variables: function () {return 
{};},\n" +
                        "    accessors: function () {\n" +
@@ -862,7 +862,7 @@ public class TestRoyalePackage extends TestGoogPackage
                          " *\n" +
                          " * @type {Object.<string, Array.<Object>>}\n" +
                          " */\n" +
-                         
"foo.bar.baz.A.InternalClass.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'InternalClass', qName: 'foo.bar.baz.A.InternalClass', kind: 'class' }] };\n" +
+                         
"foo.bar.baz.A.InternalClass.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'InternalClass', qName: 'foo.bar.baz.A.InternalClass', kind: 'class' }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -871,7 +871,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       
"foo.bar.baz.A.InternalClass.prototype.FLEXJS_REFLECTION_INFO = function () 
{\n" +
+                       
"foo.bar.baz.A.InternalClass.prototype.ROYALE_REFLECTION_INFO = function () 
{\n" +
                        "  return {\n" +
                                "    variables: function () {return {};},\n" +
                        "    accessors: function () {\n" +
@@ -889,7 +889,7 @@ public class TestRoyalePackage extends TestGoogPackage
     }
 
     @Test
-    public void testPackageQualified_ClassAndInternalFLEXJS_CLASS_INFO()
+    public void testPackageQualified_ClassAndInternalROYALE_CLASS_INFO()
     {
         IFileNode node = compileAS("package foo.bar.baz {\n" +
                                                                  "public class 
A {\n" +
@@ -935,7 +935,7 @@ public class TestRoyalePackage extends TestGoogPackage
                          " *\n" +
                          " * @type {Object.<string, Array.<Object>>}\n" +
                          " */\n" +
-                         "foo.bar.baz.A.prototype.FLEXJS_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
+                         "foo.bar.baz.A.prototype.ROYALE_CLASS_INFO = { names: 
[{ name: 'A', qName: 'foo.bar.baz.A', kind: 'class' }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -944,7 +944,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "foo.bar.baz.A.prototype.FLEXJS_REFLECTION_INFO = 
function () {\n" +
+                       "foo.bar.baz.A.prototype.ROYALE_REFLECTION_INFO = 
function () {\n" +
                        "  return {\n" +
                                        "    variables: function () {return 
{};},\n" +
                                        "    accessors: function () {return 
{};},\n" +
@@ -972,7 +972,7 @@ public class TestRoyalePackage extends TestGoogPackage
                          " *\n" +
                          " * @type {Object.<string, Array.<Object>>}\n" +
                          " */\n" +
-                         
"foo.bar.baz.A.ITestInterface.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'ITestInterface', qName: 'foo.bar.baz.A.ITestInterface', kind: 'interface' }] 
};\n" +
+                         
"foo.bar.baz.A.ITestInterface.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'ITestInterface', qName: 'foo.bar.baz.A.ITestInterface', kind: 'interface' }] 
};\n" +
                                "\n" +
                                "\n" +
                                "\n" +
@@ -981,7 +981,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       
"foo.bar.baz.A.ITestInterface.prototype.FLEXJS_REFLECTION_INFO = function () 
{\n" +
+                       
"foo.bar.baz.A.ITestInterface.prototype.ROYALE_REFLECTION_INFO = function () 
{\n" +
                        "  return {\n" +
                                "    accessors: function () {return {};},\n" +
                        "    methods: function () {\n" +
@@ -1014,7 +1014,7 @@ public class TestRoyalePackage extends TestGoogPackage
                          " *\n" +
                          " * @type {Object.<string, Array.<Object>>}\n" +
                          " */\n" +
-                         
"foo.bar.baz.A.InternalClass.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'InternalClass', qName: 'foo.bar.baz.A.InternalClass', kind: 'class' }], 
interfaces: [foo.bar.baz.A.ITestInterface] };\n" +
+                         
"foo.bar.baz.A.InternalClass.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'InternalClass', qName: 'foo.bar.baz.A.InternalClass', kind: 'class' }], 
interfaces: [foo.bar.baz.A.ITestInterface] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -1023,7 +1023,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       
"foo.bar.baz.A.InternalClass.prototype.FLEXJS_REFLECTION_INFO = function () 
{\n" +
+                       
"foo.bar.baz.A.InternalClass.prototype.ROYALE_REFLECTION_INFO = function () 
{\n" +
                        "  return {\n" +
                                        "    variables: function () {return 
{};},\n" +
                                        "    accessors: function () {return 
{};},\n" +
@@ -1091,7 +1091,7 @@ public class TestRoyalePackage extends TestGoogPackage
                                " *\n" +
                                " * @type {Object.<string, Array.<Object>>}\n" +
                                " */\n" +
-                               "foo.bar.A.Internal.prototype.FLEXJS_CLASS_INFO 
= { names: [{ name: 'Internal', qName: 'foo.bar.A.Internal', kind: 'class' }] 
};\n" +
+                               "foo.bar.A.Internal.prototype.ROYALE_CLASS_INFO 
= { names: [{ name: 'Internal', qName: 'foo.bar.A.Internal', kind: 'class' }] 
};\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -1100,7 +1100,7 @@ public class TestRoyalePackage extends TestGoogPackage
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "foo.bar.A.Internal.prototype.FLEXJS_REFLECTION_INFO = 
function () {\n" +
+                       "foo.bar.A.Internal.prototype.ROYALE_REFLECTION_INFO = 
function () {\n" +
                        "  return {\n" +
                                "    variables: function () {return {};},\n" +
                                "    accessors: function () {return {};},\n" +
diff --git 
a/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyaleStatements.java
 
b/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyaleStatements.java
index 21cf516..c540f6c 100644
--- 
a/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyaleStatements.java
+++ 
b/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/js/royale/TestRoyaleStatements.java
@@ -584,7 +584,7 @@ public class TestRoyaleStatements extends TestGoogStatements
                                      " *\n" +
                                      " * @type {Object.<string, 
Array.<Object>>}\n" +
                                      " */\n" +
-                                     "FalconTest_A.prototype.FLEXJS_CLASS_INFO 
= { names: [{ name: 'FalconTest_A', qName: 'FalconTest_A', kind: 'class' }] 
};\n" +
+                                     "FalconTest_A.prototype.ROYALE_CLASS_INFO 
= { names: [{ name: 'FalconTest_A', qName: 'FalconTest_A', kind: 'class' }] 
};\n" +
                                                "\n" +
                                                "\n" +
                                                "\n" +
@@ -593,7 +593,7 @@ public class TestRoyaleStatements extends TestGoogStatements
                                                " *\n" +
                                                " * @return {Object.<string, 
Function>}\n" +
                                                " */\n" +
-                                               
"FalconTest_A.prototype.FLEXJS_REFLECTION_INFO = function () {\n" +
+                                               
"FalconTest_A.prototype.ROYALE_REFLECTION_INFO = function () {\n" +
                                                "return {\n" +
                                 "  variables: function () {return {};},\n" +
                                 "  accessors: function () {return {};},\n" +
diff --git 
a/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLApplication.java
 
b/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLApplication.java
index 538c262..6cc2f35 100644
--- 
a/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLApplication.java
+++ 
b/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLApplication.java
@@ -182,7 +182,7 @@ public class TestRoyaleMXMLApplication extends 
RoyaleTestBase
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }], interfaces: 
[org.apache.royale.core.IChrome] };\n" +
+                       "AppName.prototype.ROYALE_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }], interfaces: 
[org.apache.royale.core.IChrome] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -191,7 +191,7 @@ public class TestRoyaleMXMLApplication extends 
RoyaleTestBase
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_REFLECTION_INFO = function () 
{\n" +
+                       "AppName.prototype.ROYALE_REFLECTION_INFO = function () 
{\n" +
                        "  return {\n" +
                        "    variables: function () {return {};},\n" +
                                "    accessors: function () {return {};},\n" +
@@ -275,7 +275,7 @@ public class TestRoyaleMXMLApplication extends 
RoyaleTestBase
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }], interfaces: 
[org.apache.royale.core.IChrome, org.apache.royale.core.IPopUp] };\n" +
+                       "AppName.prototype.ROYALE_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }], interfaces: 
[org.apache.royale.core.IChrome, org.apache.royale.core.IPopUp] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -284,7 +284,7 @@ public class TestRoyaleMXMLApplication extends 
RoyaleTestBase
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_REFLECTION_INFO = function () 
{\n" +
+                       "AppName.prototype.ROYALE_REFLECTION_INFO = function () 
{\n" +
                                "  return {\n" +
                                "    variables: function () {return {};},\n" +
                                "    accessors: function () {return {};},\n" +
@@ -397,7 +397,7 @@ public class TestRoyaleMXMLApplication extends 
RoyaleTestBase
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }] };\n" +
+                       "AppName.prototype.ROYALE_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -406,7 +406,7 @@ public class TestRoyaleMXMLApplication extends 
RoyaleTestBase
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_REFLECTION_INFO = function () 
{\n" +
+                       "AppName.prototype.ROYALE_REFLECTION_INFO = function () 
{\n" +
                        "  return {\n" +
                        "    variables: function () {return {};},\n" +
                                "    accessors: function () {return {};},\n" +
@@ -519,7 +519,7 @@ public class TestRoyaleMXMLApplication extends 
RoyaleTestBase
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }] };\n" +
+                       "AppName.prototype.ROYALE_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -528,7 +528,7 @@ public class TestRoyaleMXMLApplication extends 
RoyaleTestBase
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_REFLECTION_INFO = function () 
{\n" +
+                       "AppName.prototype.ROYALE_REFLECTION_INFO = function () 
{\n" +
                        "  return {\n" +
                        "    variables: function () {return {};},\n" +
                                "    accessors: function () {return {};},\n" +
@@ -671,7 +671,7 @@ public class TestRoyaleMXMLApplication extends 
RoyaleTestBase
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }] };\n" +
+                       "AppName.prototype.ROYALE_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -680,7 +680,7 @@ public class TestRoyaleMXMLApplication extends 
RoyaleTestBase
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_REFLECTION_INFO = function () 
{\n" +
+                       "AppName.prototype.ROYALE_REFLECTION_INFO = function () 
{\n" +
                        "  return {\n" +
                        "    variables: function () {\n" +
                        "      return {\n" +
@@ -797,7 +797,7 @@ public class TestRoyaleMXMLApplication extends 
RoyaleTestBase
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }] };\n" +
+                       "AppName.prototype.ROYALE_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -806,7 +806,7 @@ public class TestRoyaleMXMLApplication extends 
RoyaleTestBase
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_REFLECTION_INFO = function () 
{\n" +
+                       "AppName.prototype.ROYALE_REFLECTION_INFO = function () 
{\n" +
                        "  return {\n" +
                        "    variables: function () {\n" +
                        "      return {\n" +
diff --git 
a/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLScript.java
 
b/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLScript.java
index 4998307..a20dad8 100644
--- 
a/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLScript.java
+++ 
b/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLScript.java
@@ -101,7 +101,7 @@ public class TestRoyaleMXMLScript extends RoyaleTestBase
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }] };\n" +
+                       "AppName.prototype.ROYALE_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -110,7 +110,7 @@ public class TestRoyaleMXMLScript extends RoyaleTestBase
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_REFLECTION_INFO = function () 
{\n" +
+                       "AppName.prototype.ROYALE_REFLECTION_INFO = function () 
{\n" +
                        "  return {\n" +
                        "    variables: function () {return {};},\n" +
                        "    accessors: function () {return {};},\n" +
@@ -208,7 +208,7 @@ public class TestRoyaleMXMLScript extends RoyaleTestBase
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }] };\n" +
+                       "AppName.prototype.ROYALE_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -217,7 +217,7 @@ public class TestRoyaleMXMLScript extends RoyaleTestBase
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_REFLECTION_INFO = function () 
{\n" +
+                       "AppName.prototype.ROYALE_REFLECTION_INFO = function () 
{\n" +
                        "  return {\n" +
                        "    variables: function () {return {};},\n" +
                        "    accessors: function () {return {};},\n" +
@@ -306,7 +306,7 @@ public class TestRoyaleMXMLScript extends RoyaleTestBase
                        " *\n" +
                        " * @type {Object.<string, Array.<Object>>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }] };\n" +
+                       "AppName.prototype.ROYALE_CLASS_INFO = { names: [{ 
name: 'AppName', qName: 'AppName', kind: 'class'  }] };\n" +
                        "\n" +
                        "\n" +
                        "\n" +
@@ -315,7 +315,7 @@ public class TestRoyaleMXMLScript extends RoyaleTestBase
                        " *\n" +
                        " * @return {Object.<string, Function>}\n" +
                        " */\n" +
-                       "AppName.prototype.FLEXJS_REFLECTION_INFO = function () 
{\n" +
+                       "AppName.prototype.ROYALE_REFLECTION_INFO = function () 
{\n" +
                                "  return {\n" +
                                "    variables: function () {\n" +
                                "      return {\n" +
diff --git 
a/compiler-jx/src/test/resources/royale/files/LocalFunction_result.js 
b/compiler-jx/src/test/resources/royale/files/LocalFunction_result.js
index dcc4d75..4b6b0cd 100644
--- a/compiler-jx/src/test/resources/royale/files/LocalFunction_result.js
+++ b/compiler-jx/src/test/resources/royale/files/LocalFunction_result.js
@@ -69,7 +69,7 @@ LocalFunction.prototype.doIt = function() {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-LocalFunction.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'LocalFunction', 
qName: 'LocalFunction', kind: 'class' }] };
+LocalFunction.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'LocalFunction', 
qName: 'LocalFunction', kind: 'class' }] };
 
 
 
@@ -78,7 +78,7 @@ LocalFunction.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'LocalFunction', q
  *
  * @return {Object.<string, Function>}
  */
-LocalFunction.prototype.FLEXJS_REFLECTION_INFO = function () {
+LocalFunction.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/files/MyInitialView_result.js 
b/compiler-jx/src/test/resources/royale/files/MyInitialView_result.js
index c186bcf..319dbdb 100644
--- a/compiler-jx/src/test/resources/royale/files/MyInitialView_result.js
+++ b/compiler-jx/src/test/resources/royale/files/MyInitialView_result.js
@@ -858,7 +858,7 @@ null
    *
    * @type {Object.<string, Array.<Object>>}
    */
-  MyInitialView.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'MyInitialView', qName: 'MyInitialView', kind: 'class'  }] };
+  MyInitialView.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'MyInitialView', qName: 'MyInitialView', kind: 'class'  }] };
 
 
 
@@ -867,7 +867,7 @@ null
  *
  * @return {Object.<string, Function>}
  */
-MyInitialView.prototype.FLEXJS_REFLECTION_INFO = function () {
+MyInitialView.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {
diff --git 
a/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_result.js 
b/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_result.js
index 6909d81..409b50b 100644
--- a/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_result.js
+++ b/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_result.js
@@ -179,7 +179,7 @@ Object.defineProperties(FlexJSTest_again.prototype, /** 
@lends {FlexJSTest_again
  *
  * @type {Object.<string, Array.<Object>>}
  */
-FlexJSTest_again.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'FlexJSTest_again', qName: 'FlexJSTest_again', kind: 'class'  }] };
+FlexJSTest_again.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'FlexJSTest_again', qName: 'FlexJSTest_again', kind: 'class'  }] };
 
 
 
@@ -188,7 +188,7 @@ FlexJSTest_again.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'FlexJSTest_aga
  *
  * @return {Object.<string, Function>}
  */
-FlexJSTest_again.prototype.FLEXJS_REFLECTION_INFO = function () {
+FlexJSTest_again.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {
diff --git 
a/compiler-jx/src/test/resources/royale/files/controllers/MyController_result.js
 
b/compiler-jx/src/test/resources/royale/files/controllers/MyController_result.js
index 1baa505..857194f 100644
--- 
a/compiler-jx/src/test/resources/royale/files/controllers/MyController_result.js
+++ 
b/compiler-jx/src/test/resources/royale/files/controllers/MyController_result.js
@@ -157,7 +157,7 @@ controllers.MyController.prototype.setDocument = 
function(document, id) {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-controllers.MyController.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'MyController', qName: 'controllers.MyController', kind: 'class' }], 
interfaces: [org.apache.royale.core.IDocument] };
+controllers.MyController.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'MyController', qName: 'controllers.MyController', kind: 'class' }], 
interfaces: [org.apache.royale.core.IDocument] };
 
 
 
@@ -166,7 +166,7 @@ controllers.MyController.prototype.FLEXJS_CLASS_INFO = { 
names: [{ name: 'MyCont
  *
  * @return {Object.<string, Function>}
  */
-controllers.MyController.prototype.FLEXJS_REFLECTION_INFO = function () {
+controllers.MyController.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/files/models/MyModel_result.js 
b/compiler-jx/src/test/resources/royale/files/models/MyModel_result.js
index f84fb53..ba0011d 100644
--- a/compiler-jx/src/test/resources/royale/files/models/MyModel_result.js
+++ b/compiler-jx/src/test/resources/royale/files/models/MyModel_result.js
@@ -114,7 +114,7 @@ get: models.MyModel.prototype.get__cities}}
  *
  * @type {Object.<string, Array.<Object>>}
  */
-models.MyModel.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'MyModel', 
qName: 'models.MyModel', kind: 'class' }] };
+models.MyModel.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'MyModel', 
qName: 'models.MyModel', kind: 'class' }] };
 
 
 
@@ -123,7 +123,7 @@ models.MyModel.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'MyModel', qName:
  *
  * @return {Object.<string, Function>}
  */
-models.MyModel.prototype.FLEXJS_REFLECTION_INFO = function () {
+models.MyModel.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {
diff --git 
a/compiler-jx/src/test/resources/royale/files/wildcard_import_result.js 
b/compiler-jx/src/test/resources/royale/files/wildcard_import_result.js
index c470b27..e4190ed 100644
--- a/compiler-jx/src/test/resources/royale/files/wildcard_import_result.js
+++ b/compiler-jx/src/test/resources/royale/files/wildcard_import_result.js
@@ -69,7 +69,7 @@ wildcard_import.prototype.tmp = function() {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-wildcard_import.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'wildcard_import', qName: 'wildcard_import', kind: 'class'  }] };
+wildcard_import.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'wildcard_import', qName: 'wildcard_import', kind: 'class'  }] };
 
 
 
@@ -78,7 +78,7 @@ wildcard_import.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'wildcard_import
  *
  * @return {Object.<string, Function>}
  */
-wildcard_import.prototype.FLEXJS_REFLECTION_INFO = function () {
+wildcard_import.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/bad_overrides/Test_result.js 
b/compiler-jx/src/test/resources/royale/projects/bad_overrides/Test_result.js
index d6956cb..23bd2a6 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/bad_overrides/Test_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/bad_overrides/Test_result.js
@@ -64,7 +64,7 @@ Test.prototype.someOtherFunction = function() {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-Test.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Test', qName: 'Test', 
kind: 'class' }] };
+Test.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'Test', qName: 'Test', 
kind: 'class' }] };
 
 
 
@@ -73,7 +73,7 @@ Test.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Test', 
qName: 'Test', kind
  *
  * @return {Object.<string, Function>}
  */
-Test.prototype.FLEXJS_REFLECTION_INFO = function () {
+Test.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/bad_overrides/classes/A_result.js
 
b/compiler-jx/src/test/resources/royale/projects/bad_overrides/classes/A_result.js
index 2198a8d..ec11c7e 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/bad_overrides/classes/A_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/bad_overrides/classes/A_result.js
@@ -64,7 +64,7 @@ classes.A.prototype.someOtherFunction = function() {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-classes.A.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'A', qName: 
'classes.A', kind: 'class' }], interfaces: [interfaces.IA] };
+classes.A.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'A', qName: 
'classes.A', kind: 'class' }], interfaces: [interfaces.IA] };
 
 
 
@@ -73,7 +73,7 @@ classes.A.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'A', qName: 'classes.A
  *
  * @return {Object.<string, Function>}
  */
-classes.A.prototype.FLEXJS_REFLECTION_INFO = function () {
+classes.A.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/bad_overrides/classes/B_result.js
 
b/compiler-jx/src/test/resources/royale/projects/bad_overrides/classes/B_result.js
index 9790c7e..d4a3f12 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/bad_overrides/classes/B_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/bad_overrides/classes/B_result.js
@@ -41,7 +41,7 @@ goog.exportSymbol('classes.B', classes.B);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-classes.B.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'B', qName: 
'classes.B', kind: 'class' }] };
+classes.B.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'B', qName: 
'classes.B', kind: 'class' }] };
 
 
 
@@ -50,7 +50,7 @@ classes.B.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'B', qName: 'classes.B
  *
  * @return {Object.<string, Function>}
  */
-classes.B.prototype.FLEXJS_REFLECTION_INFO = function () {
+classes.B.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/bad_overrides/classes/C_result.js
 
b/compiler-jx/src/test/resources/royale/projects/bad_overrides/classes/C_result.js
index 4a7d8af..0b1398e 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/bad_overrides/classes/C_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/bad_overrides/classes/C_result.js
@@ -41,7 +41,7 @@ goog.exportSymbol('classes.C', classes.C);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-classes.C.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'C', qName: 
'classes.C', kind: 'class' }] };
+classes.C.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'C', qName: 
'classes.C', kind: 'class' }] };
 
 
 
@@ -50,7 +50,7 @@ classes.C.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'C', qName: 'classes.C
  *
  * @return {Object.<string, Function>}
  */
-classes.C.prototype.FLEXJS_REFLECTION_INFO = function () {
+classes.C.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/bad_overrides/interfaces/IA_result.js
 
b/compiler-jx/src/test/resources/royale/projects/bad_overrides/interfaces/IA_result.js
index 3e4ae11..395e896 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/bad_overrides/interfaces/IA_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/bad_overrides/interfaces/IA_result.js
@@ -48,7 +48,7 @@ interfaces.IA.prototype.someOtherFunction = function() {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-interfaces.IA.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IA', qName: 
'interfaces.IA', kind: 'interface' }] };
+interfaces.IA.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'IA', qName: 
'interfaces.IA', kind: 'interface' }] };
 
 
 
@@ -57,7 +57,7 @@ interfaces.IA.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'IA', qName: 'inte
  *
  * @return {Object.<string, Function>}
  */
-interfaces.IA.prototype.FLEXJS_REFLECTION_INFO = function () {
+interfaces.IA.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     accessors: function () {return {};},
     methods: function () {
diff --git 
a/compiler-jx/src/test/resources/royale/projects/bad_overrides/interfaces/IB_result.js
 
b/compiler-jx/src/test/resources/royale/projects/bad_overrides/interfaces/IB_result.js
index 4142a99..e28bf2e 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/bad_overrides/interfaces/IB_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/bad_overrides/interfaces/IB_result.js
@@ -41,7 +41,7 @@ goog.exportSymbol('interfaces.IB', interfaces.IB);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-interfaces.IB.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IB', qName: 
'interfaces.IB', kind: 'interface' }] };
+interfaces.IB.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'IB', qName: 
'interfaces.IB', kind: 'interface' }] };
 
 
 
@@ -50,7 +50,7 @@ interfaces.IB.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'IB', qName: 'inte
  *
  * @return {Object.<string, Function>}
  */
-interfaces.IB.prototype.FLEXJS_REFLECTION_INFO = function () {
+interfaces.IB.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     accessors: function () {return {};},
     methods: function () {return {};}
diff --git 
a/compiler-jx/src/test/resources/royale/projects/bad_overrides/interfaces/IC_result.js
 
b/compiler-jx/src/test/resources/royale/projects/bad_overrides/interfaces/IC_result.js
index 0e24b6c..cf0628d 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/bad_overrides/interfaces/IC_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/bad_overrides/interfaces/IC_result.js
@@ -41,7 +41,7 @@ goog.exportSymbol('interfaces.IC', interfaces.IC);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-interfaces.IC.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IC', qName: 
'interfaces.IC', kind: 'interface' }]};
+interfaces.IC.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'IC', qName: 
'interfaces.IC', kind: 'interface' }]};
 
 
 
@@ -50,7 +50,7 @@ interfaces.IC.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'IC', qName: 'inte
  *
  * @return {Object.<string, Function>}
  */
-interfaces.IC.prototype.FLEXJS_REFLECTION_INFO = function () {
+interfaces.IC.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     accessors: function () {return {};},
     methods: function () {return {};}
diff --git 
a/compiler-jx/src/test/resources/royale/projects/circular/Base_result.js 
b/compiler-jx/src/test/resources/royale/projects/circular/Base_result.js
index 06959e3..1d27a23 100644
--- a/compiler-jx/src/test/resources/royale/projects/circular/Base_result.js
+++ b/compiler-jx/src/test/resources/royale/projects/circular/Base_result.js
@@ -46,7 +46,7 @@ goog.exportSymbol('Base', Base);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-Base.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Base', qName: 'Base', 
kind: 'class' }] };
+Base.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'Base', qName: 'Base', 
kind: 'class' }] };
 
 
 
@@ -55,7 +55,7 @@ Base.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Base', 
qName: 'Base', kind
  *
  * @return {Object.<string, Function>}
  */
-Base.prototype.FLEXJS_REFLECTION_INFO = function () {
+Base.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/circular/Super_result.js 
b/compiler-jx/src/test/resources/royale/projects/circular/Super_result.js
index 0a9d2bc..b0916b5 100644
--- a/compiler-jx/src/test/resources/royale/projects/circular/Super_result.js
+++ b/compiler-jx/src/test/resources/royale/projects/circular/Super_result.js
@@ -49,7 +49,7 @@ Super.isItCircular;
  *
  * @type {Object.<string, Array.<Object>>}
  */
-Super.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Super', qName: 'Super', 
kind: 'class' }] };
+Super.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'Super', qName: 'Super', 
kind: 'class' }] };
 
 
 
@@ -58,7 +58,7 @@ Super.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'Super', qName: 'Super', k
  *
  * @return {Object.<string, Function>}
  */
-Super.prototype.FLEXJS_REFLECTION_INFO = function () {
+Super.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/circular_proto/A_result.js 
b/compiler-jx/src/test/resources/royale/projects/circular_proto/A_result.js
index 1f7870b..dd84121 100644
--- a/compiler-jx/src/test/resources/royale/projects/circular_proto/A_result.js
+++ b/compiler-jx/src/test/resources/royale/projects/circular_proto/A_result.js
@@ -52,7 +52,7 @@ A.prototype.test = function() {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-A.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'A', qName: 'A', kind: 
'class' }] };
+A.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'A', qName: 'A', kind: 
'class' }] };
 
 
 
@@ -61,7 +61,7 @@ A.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'A', qName: 
'A', kind: 'class'
  *
  * @return {Object.<string, Function>}
  */
-A.prototype.FLEXJS_REFLECTION_INFO = function () {
+A.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/circular_proto/B_result.js 
b/compiler-jx/src/test/resources/royale/projects/circular_proto/B_result.js
index 2af8cc9..82942db 100644
--- a/compiler-jx/src/test/resources/royale/projects/circular_proto/B_result.js
+++ b/compiler-jx/src/test/resources/royale/projects/circular_proto/B_result.js
@@ -55,7 +55,7 @@ B.a = function(b) {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-B.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'B', qName: 'B', kind: 
'class' }] };
+B.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'B', qName: 'B', kind: 
'class' }] };
 
 
 
@@ -64,7 +64,7 @@ B.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'B', qName: 
'B', kind: 'class'
  *
  * @return {Object.<string, Function>}
  */
-B.prototype.FLEXJS_REFLECTION_INFO = function () {
+B.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/circular_proto/C_result.js 
b/compiler-jx/src/test/resources/royale/projects/circular_proto/C_result.js
index ee8ef5e..c29f4e4 100644
--- a/compiler-jx/src/test/resources/royale/projects/circular_proto/C_result.js
+++ b/compiler-jx/src/test/resources/royale/projects/circular_proto/C_result.js
@@ -57,7 +57,7 @@ C.a = function(b) {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-C.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'C', qName: 'C', kind: 
'class' }] };
+C.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'C', qName: 'C', kind: 
'class' }] };
 
 
 
@@ -66,7 +66,7 @@ C.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'C', qName: 
'C', kind: 'class'
  *
  * @return {Object.<string, Function>}
  */
-C.prototype.FLEXJS_REFLECTION_INFO = function () {
+C.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/circular_proto/D_result.js 
b/compiler-jx/src/test/resources/royale/projects/circular_proto/D_result.js
index 9f17316..22fe70c 100644
--- a/compiler-jx/src/test/resources/royale/projects/circular_proto/D_result.js
+++ b/compiler-jx/src/test/resources/royale/projects/circular_proto/D_result.js
@@ -57,7 +57,7 @@ D.a = function(b) {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-D.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'D', qName: 'D', kind: 
'class' }] };
+D.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'D', qName: 'D', kind: 
'class' }] };
 
 
 
@@ -66,7 +66,7 @@ D.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'D', qName: 
'D', kind: 'class'
  *
  * @return {Object.<string, Function>}
  */
-D.prototype.FLEXJS_REFLECTION_INFO = function () {
+D.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/circular_proto/E_result.js 
b/compiler-jx/src/test/resources/royale/projects/circular_proto/E_result.js
index 06aefa7..34c5de9 100644
--- a/compiler-jx/src/test/resources/royale/projects/circular_proto/E_result.js
+++ b/compiler-jx/src/test/resources/royale/projects/circular_proto/E_result.js
@@ -53,7 +53,7 @@ E.a = function(b) {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-E.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'E', qName: 'E', kind: 
'class' }] };
+E.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'E', qName: 'E', kind: 
'class' }] };
 
 
 
@@ -62,7 +62,7 @@ E.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'E', qName: 
'E', kind: 'class'
  *
  * @return {Object.<string, Function>}
  */
-E.prototype.FLEXJS_REFLECTION_INFO = function () {
+E.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/circular_proto/F_result.js 
b/compiler-jx/src/test/resources/royale/projects/circular_proto/F_result.js
index f099f91..421fc17 100644
--- a/compiler-jx/src/test/resources/royale/projects/circular_proto/F_result.js
+++ b/compiler-jx/src/test/resources/royale/projects/circular_proto/F_result.js
@@ -57,7 +57,7 @@ F.a = function(b) {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-F.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'F', qName: 'F', kind: 
'class' }] };
+F.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'F', qName: 'F', kind: 
'class' }] };
 
 
 
@@ -66,7 +66,7 @@ F.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'F', qName: 
'F', kind: 'class'
  *
  * @return {Object.<string, Function>}
  */
-F.prototype.FLEXJS_REFLECTION_INFO = function () {
+F.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/interfaces/Test_result.js 
b/compiler-jx/src/test/resources/royale/projects/interfaces/Test_result.js
index b9d0ca8..ffdd7be 100644
--- a/compiler-jx/src/test/resources/royale/projects/interfaces/Test_result.js
+++ b/compiler-jx/src/test/resources/royale/projects/interfaces/Test_result.js
@@ -66,7 +66,7 @@ Test.prototype.doSomething = function(ic) {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-Test.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Test', qName: 'Test', 
kind: 'class' }], interfaces: [interfaces.IA, interfaces.IE] };
+Test.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'Test', qName: 'Test', 
kind: 'class' }], interfaces: [interfaces.IA, interfaces.IE] };
 
 
 
@@ -75,7 +75,7 @@ Test.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Test', 
qName: 'Test', kind
  *
  * @return {Object.<string, Function>}
  */
-Test.prototype.FLEXJS_REFLECTION_INFO = function () {
+Test.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/interfaces/classes/A_result.js 
b/compiler-jx/src/test/resources/royale/projects/interfaces/classes/A_result.js
index 13ec2f8..5020237 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/interfaces/classes/A_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/interfaces/classes/A_result.js
@@ -46,7 +46,7 @@ goog.exportSymbol('classes.A', classes.A);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-classes.A.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'A', qName: 
'classes.A', kind: 'class' }] };
+classes.A.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'A', qName: 
'classes.A', kind: 'class' }] };
 
 
 
@@ -55,7 +55,7 @@ classes.A.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'A', qName: 'classes.A
  *
  * @return {Object.<string, Function>}
  */
-classes.A.prototype.FLEXJS_REFLECTION_INFO = function () {
+classes.A.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/interfaces/classes/B_result.js 
b/compiler-jx/src/test/resources/royale/projects/interfaces/classes/B_result.js
index 9790c7e..d4a3f12 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/interfaces/classes/B_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/interfaces/classes/B_result.js
@@ -41,7 +41,7 @@ goog.exportSymbol('classes.B', classes.B);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-classes.B.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'B', qName: 
'classes.B', kind: 'class' }] };
+classes.B.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'B', qName: 
'classes.B', kind: 'class' }] };
 
 
 
@@ -50,7 +50,7 @@ classes.B.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'B', qName: 'classes.B
  *
  * @return {Object.<string, Function>}
  */
-classes.B.prototype.FLEXJS_REFLECTION_INFO = function () {
+classes.B.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/interfaces/classes/C_result.js 
b/compiler-jx/src/test/resources/royale/projects/interfaces/classes/C_result.js
index 4a7d8af..0b1398e 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/interfaces/classes/C_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/interfaces/classes/C_result.js
@@ -41,7 +41,7 @@ goog.exportSymbol('classes.C', classes.C);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-classes.C.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'C', qName: 
'classes.C', kind: 'class' }] };
+classes.C.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'C', qName: 
'classes.C', kind: 'class' }] };
 
 
 
@@ -50,7 +50,7 @@ classes.C.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'C', qName: 'classes.C
  *
  * @return {Object.<string, Function>}
  */
-classes.C.prototype.FLEXJS_REFLECTION_INFO = function () {
+classes.C.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/IA_result.js
 
b/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/IA_result.js
index 571d4a9..6b1a475 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/IA_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/IA_result.js
@@ -44,7 +44,7 @@ goog.exportSymbol('interfaces.IA', interfaces.IA);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-interfaces.IA.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IA', qName: 
'interfaces.IA', kind: 'interface' }], interfaces: [interfaces.IC] };
+interfaces.IA.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'IA', qName: 
'interfaces.IA', kind: 'interface' }], interfaces: [interfaces.IC] };
 
 
 
@@ -53,7 +53,7 @@ interfaces.IA.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'IA', qName: 'inte
  *
  * @return {Object.<string, Function>}
  */
-interfaces.IA.prototype.FLEXJS_REFLECTION_INFO = function () {
+interfaces.IA.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     accessors: function () {return {};},
     methods: function () {return {};}
diff --git 
a/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/IB_result.js
 
b/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/IB_result.js
index 5a4e6bc..90bdac7 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/IB_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/IB_result.js
@@ -35,4 +35,4 @@ interfaces.IB = function() {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-interfaces.IB.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IB', qName: 
'interfaces.IB', kind: 'interface' }] };
+interfaces.IB.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'IB', qName: 
'interfaces.IB', kind: 'interface' }] };
diff --git 
a/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/IC_result.js
 
b/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/IC_result.js
index 58c7e5c..465c89c 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/IC_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/IC_result.js
@@ -44,7 +44,7 @@ goog.exportSymbol('interfaces.IC', interfaces.IC);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-interfaces.IC.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IC', qName: 
'interfaces.IC', kind: 'interface' }], interfaces: [interfaces.ID] };
+interfaces.IC.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'IC', qName: 
'interfaces.IC', kind: 'interface' }], interfaces: [interfaces.ID] };
 
 
 
@@ -53,7 +53,7 @@ interfaces.IC.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'IC', qName: 'inte
  *
  * @return {Object.<string, Function>}
  */
-interfaces.IC.prototype.FLEXJS_REFLECTION_INFO = function () {
+interfaces.IC.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     accessors: function () {return {};},
     methods: function () {return {};}
diff --git 
a/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/ID_result.js
 
b/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/ID_result.js
index 6e9364e..b86a0af 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/ID_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/ID_result.js
@@ -41,7 +41,7 @@ goog.exportSymbol('interfaces.ID', interfaces.ID);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-interfaces.ID.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'ID', qName: 
'interfaces.ID', kind: 'interface' }] };
+interfaces.ID.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'ID', qName: 
'interfaces.ID', kind: 'interface' }] };
 
 
 
@@ -50,7 +50,7 @@ interfaces.ID.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'ID', qName: 'inte
  *
  * @return {Object.<string, Function>}
  */
-interfaces.ID.prototype.FLEXJS_REFLECTION_INFO = function () {
+interfaces.ID.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     accessors: function () {return {};},
     methods: function () {return {};}
diff --git 
a/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/IE_result.js
 
b/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/IE_result.js
index c5126fe..239c8bd 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/IE_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/interfaces/interfaces/IE_result.js
@@ -45,7 +45,7 @@ interfaces.IE.prototype.myMethod = function() {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-interfaces.IE.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IE', qName: 
'interfaces.IE', kind: 'interface' }] };
+interfaces.IE.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'IE', qName: 
'interfaces.IE', kind: 'interface' }] };
 
 
 
@@ -54,7 +54,7 @@ interfaces.IE.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'IE', qName: 'inte
  *
  * @return {Object.<string, Function>}
  */
-interfaces.IE.prototype.FLEXJS_REFLECTION_INFO = function () {
+interfaces.IE.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     accessors: function () {
       return {
diff --git 
a/compiler-jx/src/test/resources/royale/projects/internal/MainClass_result.js 
b/compiler-jx/src/test/resources/royale/projects/internal/MainClass_result.js
index 69c42ce..826e5f1 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/internal/MainClass_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/internal/MainClass_result.js
@@ -44,7 +44,7 @@ goog.exportSymbol('MainClass', MainClass);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-MainClass.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'MainClass', qName: 
'MainClass', kind: 'class' }] };
+MainClass.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'MainClass', qName: 
'MainClass', kind: 'class' }] };
 
 
 
@@ -53,7 +53,7 @@ MainClass.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'MainClass', qName: 'M
  *
  * @return {Object.<string, Function>}
  */
-MainClass.prototype.FLEXJS_REFLECTION_INFO = function () {
+MainClass.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
@@ -93,7 +93,7 @@ MainClass.InternalClass.prototype.foo;
  *
  * @type {Object.<string, Array.<Object>>}
  */
-MainClass.InternalClass.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'InternalClass', qName: 'MainClass.InternalClass', kind: 'class' }] };
+MainClass.InternalClass.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'InternalClass', qName: 'MainClass.InternalClass', kind: 'class' }] };
 
 
 
@@ -102,7 +102,7 @@ MainClass.InternalClass.prototype.FLEXJS_CLASS_INFO = { 
names: [{ name: 'Interna
  *
  * @return {Object.<string, Function>}
  */
-MainClass.InternalClass.prototype.FLEXJS_REFLECTION_INFO = function () {
+MainClass.InternalClass.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {
       return {
diff --git 
a/compiler-jx/src/test/resources/royale/projects/internal/OtherClass_result.js 
b/compiler-jx/src/test/resources/royale/projects/internal/OtherClass_result.js
index 5ba2dc0..9506443 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/internal/OtherClass_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/internal/OtherClass_result.js
@@ -41,7 +41,7 @@ goog.exportSymbol('OtherClass', OtherClass);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-OtherClass.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'OtherClass', 
qName: 'OtherClass', kind: 'class' }] };
+OtherClass.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'OtherClass', 
qName: 'OtherClass', kind: 'class' }] };
 
 
 
@@ -50,7 +50,7 @@ OtherClass.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'OtherClass', qName:
  *
  * @return {Object.<string, Function>}
  */
-OtherClass.prototype.FLEXJS_REFLECTION_INFO = function () {
+OtherClass.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/overrides/Test_result.js 
b/compiler-jx/src/test/resources/royale/projects/overrides/Test_result.js
index 5df8dfc..eb9fcd0 100644
--- a/compiler-jx/src/test/resources/royale/projects/overrides/Test_result.js
+++ b/compiler-jx/src/test/resources/royale/projects/overrides/Test_result.js
@@ -64,7 +64,7 @@ Test.prototype.someOtherFunction = function() {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-Test.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Test', qName: 'Test', 
kind: 'class' }] };
+Test.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'Test', qName: 'Test', 
kind: 'class' }] };
 
 
 
@@ -73,7 +73,7 @@ Test.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Test', 
qName: 'Test', kind
  *
  * @return {Object.<string, Function>}
  */
-Test.prototype.FLEXJS_REFLECTION_INFO = function () {
+Test.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/overrides/classes/A_result.js 
b/compiler-jx/src/test/resources/royale/projects/overrides/classes/A_result.js
index 55e4114..e9f68a9 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/overrides/classes/A_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/overrides/classes/A_result.js
@@ -62,7 +62,7 @@ classes.A.prototype.someOtherFunction = function() {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-classes.A.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'A', qName: 
'classes.A', kind: 'class' }], interfaces: [interfaces.IA] };
+classes.A.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'A', qName: 
'classes.A', kind: 'class' }], interfaces: [interfaces.IA] };
 
 
 
@@ -71,7 +71,7 @@ classes.A.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'A', qName: 'classes.A
  *
  * @return {Object.<string, Function>}
  */
-classes.A.prototype.FLEXJS_REFLECTION_INFO = function () {
+classes.A.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/overrides/classes/B_result.js 
b/compiler-jx/src/test/resources/royale/projects/overrides/classes/B_result.js
index 9790c7e..d4a3f12 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/overrides/classes/B_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/overrides/classes/B_result.js
@@ -41,7 +41,7 @@ goog.exportSymbol('classes.B', classes.B);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-classes.B.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'B', qName: 
'classes.B', kind: 'class' }] };
+classes.B.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'B', qName: 
'classes.B', kind: 'class' }] };
 
 
 
@@ -50,7 +50,7 @@ classes.B.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'B', qName: 'classes.B
  *
  * @return {Object.<string, Function>}
  */
-classes.B.prototype.FLEXJS_REFLECTION_INFO = function () {
+classes.B.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/overrides/classes/C_result.js 
b/compiler-jx/src/test/resources/royale/projects/overrides/classes/C_result.js
index f0ebfe1..0506eac 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/overrides/classes/C_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/overrides/classes/C_result.js
@@ -46,7 +46,7 @@ goog.exportSymbol('classes.C', classes.C);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-classes.C.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'C', qName: 
'classes.C', kind: 'class' }] };
+classes.C.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'C', qName: 
'classes.C', kind: 'class' }] };
 
 
 
@@ -55,7 +55,7 @@ classes.C.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'C', qName: 'classes.C
  *
  * @return {Object.<string, Function>}
  */
-classes.C.prototype.FLEXJS_REFLECTION_INFO = function () {
+classes.C.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/overrides/interfaces/IA_result.js
 
b/compiler-jx/src/test/resources/royale/projects/overrides/interfaces/IA_result.js
index 759cbff..39c1162 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/overrides/interfaces/IA_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/overrides/interfaces/IA_result.js
@@ -46,7 +46,7 @@ interfaces.IA.prototype.someOtherFunction = function() {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-interfaces.IA.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IA', qName: 
'interfaces.IA', kind: 'interface' }] };
+interfaces.IA.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'IA', qName: 
'interfaces.IA', kind: 'interface' }] };
 
 
 
@@ -55,7 +55,7 @@ interfaces.IA.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'IA', qName: 'inte
  *
  * @return {Object.<string, Function>}
  */
-interfaces.IA.prototype.FLEXJS_REFLECTION_INFO = function () {
+interfaces.IA.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     accessors: function () {return {};},
     methods: function () {
diff --git 
a/compiler-jx/src/test/resources/royale/projects/overrides/interfaces/IB_result.js
 
b/compiler-jx/src/test/resources/royale/projects/overrides/interfaces/IB_result.js
index 4142a99..e28bf2e 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/overrides/interfaces/IB_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/overrides/interfaces/IB_result.js
@@ -41,7 +41,7 @@ goog.exportSymbol('interfaces.IB', interfaces.IB);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-interfaces.IB.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IB', qName: 
'interfaces.IB', kind: 'interface' }] };
+interfaces.IB.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'IB', qName: 
'interfaces.IB', kind: 'interface' }] };
 
 
 
@@ -50,7 +50,7 @@ interfaces.IB.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'IB', qName: 'inte
  *
  * @return {Object.<string, Function>}
  */
-interfaces.IB.prototype.FLEXJS_REFLECTION_INFO = function () {
+interfaces.IB.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     accessors: function () {return {};},
     methods: function () {return {};}
diff --git 
a/compiler-jx/src/test/resources/royale/projects/overrides/interfaces/IC_result.js
 
b/compiler-jx/src/test/resources/royale/projects/overrides/interfaces/IC_result.js
index 8638f4a..9f0b203 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/overrides/interfaces/IC_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/overrides/interfaces/IC_result.js
@@ -44,7 +44,7 @@ goog.exportSymbol('interfaces.IC', interfaces.IC);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-interfaces.IC.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'IC', qName: 
'interfaces.IC', kind: 'interface' }], interfaces: [interfaces.IB] };
+interfaces.IC.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'IC', qName: 
'interfaces.IC', kind: 'interface' }], interfaces: [interfaces.IB] };
 
 
 
@@ -53,7 +53,7 @@ interfaces.IC.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'IC', qName: 'inte
  *
  * @return {Object.<string, Function>}
  */
-interfaces.IC.prototype.FLEXJS_REFLECTION_INFO = function () {
+interfaces.IC.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     accessors: function () {return {};},
     methods: function () {return {};}
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_ambiguous_definition/AmbiguousDefinition_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_ambiguous_definition/AmbiguousDefinition_result.js
index cef2b24..d4442a1 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_ambiguous_definition/AmbiguousDefinition_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_ambiguous_definition/AmbiguousDefinition_result.js
@@ -46,4 +46,4 @@ AmbiguousDefinition.prototype.testClass;
  *
  * @type {Object.<string, Array.<Object>>}
  */
-AmbiguousDefinition.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'AmbiguousDefinition', qName: 'AmbiguousDefinition', kind: 'class' }] };
+AmbiguousDefinition.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'AmbiguousDefinition', qName: 'AmbiguousDefinition', kind: 'class' }] };
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_ambiguous_definition/Event_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_ambiguous_definition/Event_result.js
index 03a65ca..df93739 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_ambiguous_definition/Event_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_ambiguous_definition/Event_result.js
@@ -36,4 +36,4 @@ Event = function() {
  *
  * @type {Object.<string, Array.<Object>>}
  */
-Event.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Event', qName: 'Event', 
kind: 'class' }] };
+Event.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'Event', qName: 'Event', 
kind: 'class' }] };
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_different_package_as_conflict/DifferentPackageAsConflict_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_different_package_as_conflict/DifferentPackageAsConflict_result.js
index 209d23f..920736a 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_different_package_as_conflict/DifferentPackageAsConflict_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_different_package_as_conflict/DifferentPackageAsConflict_result.js
@@ -51,7 +51,7 @@ DifferentPackageAsConflict.prototype.testClass;
  *
  * @type {Object.<string, Array.<Object>>}
  */
-DifferentPackageAsConflict.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'DifferentPackageAsConflict', qName: 'DifferentPackageAsConflict', kind: 
'class' }] };
+DifferentPackageAsConflict.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'DifferentPackageAsConflict', qName: 'DifferentPackageAsConflict', kind: 
'class' }] };
 
 
 
@@ -60,7 +60,7 @@ DifferentPackageAsConflict.prototype.FLEXJS_CLASS_INFO = { 
names: [{ name: 'Diff
  *
  * @return {Object.<string, Function>}
  */
-DifferentPackageAsConflict.prototype.FLEXJS_REFLECTION_INFO = function () {
+DifferentPackageAsConflict.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_different_package_as_conflict/Event_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_different_package_as_conflict/Event_result.js
index fca59d0..b8a3743 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_different_package_as_conflict/Event_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_different_package_as_conflict/Event_result.js
@@ -42,7 +42,7 @@ goog.exportSymbol('Event', Event);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-Event.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Event', qName: 'Event', 
kind: 'class' }] };
+Event.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'Event', qName: 'Event', 
kind: 'class' }] };
 
 
 
@@ -51,7 +51,7 @@ Event.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'Event', qName: 'Event', k
  *
  * @return {Object.<string, Function>}
  */
-Event.prototype.FLEXJS_REFLECTION_INFO = function () {
+Event.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_different_package_as_conflict/mypackage/TestClass_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_different_package_as_conflict/mypackage/TestClass_result.js
index 8f9226f..d17b0d3 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_different_package_as_conflict/mypackage/TestClass_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_different_package_as_conflict/mypackage/TestClass_result.js
@@ -53,7 +53,7 @@ mypackage.TestClass.prototype.event;
  *
  * @type {Object.<string, Array.<Object>>}
  */
-mypackage.TestClass.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'TestClass', qName: 'mypackage.TestClass', kind: 'class' }] };
+mypackage.TestClass.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'TestClass', qName: 'mypackage.TestClass', kind: 'class' }] };
 
 
 
@@ -62,7 +62,7 @@ mypackage.TestClass.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'TestClass',
  *
  * @return {Object.<string, Function>}
  */
-mypackage.TestClass.prototype.FLEXJS_REFLECTION_INFO = function () {
+mypackage.TestClass.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_different_package_as_conflict/otherpackage/Event_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_different_package_as_conflict/otherpackage/Event_result.js
index 809700a..8222b84 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_different_package_as_conflict/otherpackage/Event_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_different_package_as_conflict/otherpackage/Event_result.js
@@ -42,7 +42,7 @@ goog.exportSymbol('otherpackage.Event', otherpackage.Event);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-otherpackage.Event.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Event', 
qName: 'otherpackage.Event', kind: 'class' }] };
+otherpackage.Event.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'Event', 
qName: 'otherpackage.Event', kind: 'class' }] };
 
 
 
@@ -51,7 +51,7 @@ otherpackage.Event.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'Event', qNam
  *
  * @return {Object.<string, Function>}
  */
-otherpackage.Event.prototype.FLEXJS_REFLECTION_INFO = function () {
+otherpackage.Event.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_no_window/Event_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_no_window/Event_result.js
index fca59d0..b8a3743 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_no_window/Event_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_no_window/Event_result.js
@@ -42,7 +42,7 @@ goog.exportSymbol('Event', Event);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-Event.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Event', qName: 'Event', 
kind: 'class' }] };
+Event.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'Event', qName: 'Event', 
kind: 'class' }] };
 
 
 
@@ -51,7 +51,7 @@ Event.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'Event', qName: 'Event', k
  *
  * @return {Object.<string, Function>}
  */
-Event.prototype.FLEXJS_REFLECTION_INFO = function () {
+Event.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_no_window/NoConflictNoWindow_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_no_window/NoConflictNoWindow_result.js
index 510aa65..efbdb42 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_no_window/NoConflictNoWindow_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_no_window/NoConflictNoWindow_result.js
@@ -51,7 +51,7 @@ NoConflictNoWindow.prototype.testClass;
  *
  * @type {Object.<string, Array.<Object>>}
  */
-NoConflictNoWindow.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'NoConflictNoWindow', qName: 'NoConflictNoWindow', kind: 'class' }] };
+NoConflictNoWindow.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'NoConflictNoWindow', qName: 'NoConflictNoWindow', kind: 'class' }] };
 
 
 
@@ -60,7 +60,7 @@ NoConflictNoWindow.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'NoConflictNo
  *
  * @return {Object.<string, Function>}
  */
-NoConflictNoWindow.prototype.FLEXJS_REFLECTION_INFO = function () {
+NoConflictNoWindow.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_no_window/mypackage/TestClass_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_no_window/mypackage/TestClass_result.js
index 9577515..e9c6f34 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_no_window/mypackage/TestClass_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_no_window/mypackage/TestClass_result.js
@@ -51,7 +51,7 @@ mypackage.TestClass.prototype.event;
  *
  * @type {Object.<string, Array.<Object>>}
  */
-mypackage.TestClass.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'TestClass', qName: 'mypackage.TestClass', kind: 'class' }] };
+mypackage.TestClass.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'TestClass', qName: 'mypackage.TestClass', kind: 'class' }] };
 
 
 
@@ -60,7 +60,7 @@ mypackage.TestClass.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'TestClass',
  *
  * @return {Object.<string, Function>}
  */
-mypackage.TestClass.prototype.FLEXJS_REFLECTION_INFO = function () {
+mypackage.TestClass.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_use_window/Event_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_use_window/Event_result.js
index fca59d0..b8a3743 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_use_window/Event_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_use_window/Event_result.js
@@ -42,7 +42,7 @@ goog.exportSymbol('Event', Event);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-Event.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Event', qName: 'Event', 
kind: 'class' }] };
+Event.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'Event', qName: 'Event', 
kind: 'class' }] };
 
 
 
@@ -51,7 +51,7 @@ Event.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'Event', qName: 'Event', k
  *
  * @return {Object.<string, Function>}
  */
-Event.prototype.FLEXJS_REFLECTION_INFO = function () {
+Event.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_use_window/NoConflictUseWindow_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_use_window/NoConflictUseWindow_result.js
index 8c07162..9410ca3 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_use_window/NoConflictUseWindow_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_use_window/NoConflictUseWindow_result.js
@@ -51,7 +51,7 @@ NoConflictUseWindow.prototype.testClass;
  *
  * @type {Object.<string, Array.<Object>>}
  */
-NoConflictUseWindow.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'NoConflictUseWindow', qName: 'NoConflictUseWindow', kind: 'class' }] };
+NoConflictUseWindow.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'NoConflictUseWindow', qName: 'NoConflictUseWindow', kind: 'class' }] };
 
 
 
@@ -60,7 +60,7 @@ NoConflictUseWindow.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'NoConflictU
  *
  * @return {Object.<string, Function>}
  */
-NoConflictUseWindow.prototype.FLEXJS_REFLECTION_INFO = function () {
+NoConflictUseWindow.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_use_window/mypackage/TestClass_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_use_window/mypackage/TestClass_result.js
index 9577515..e9c6f34 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_use_window/mypackage/TestClass_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_no_conflict_use_window/mypackage/TestClass_result.js
@@ -51,7 +51,7 @@ mypackage.TestClass.prototype.event;
  *
  * @type {Object.<string, Array.<Object>>}
  */
-mypackage.TestClass.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'TestClass', qName: 'mypackage.TestClass', kind: 'class' }] };
+mypackage.TestClass.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'TestClass', qName: 'mypackage.TestClass', kind: 'class' }] };
 
 
 
@@ -60,7 +60,7 @@ mypackage.TestClass.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'TestClass',
  *
  * @return {Object.<string, Function>}
  */
-mypackage.TestClass.prototype.FLEXJS_REFLECTION_INFO = function () {
+mypackage.TestClass.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_same_package_as_conflict/Event_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_same_package_as_conflict/Event_result.js
index fca59d0..b8a3743 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_same_package_as_conflict/Event_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_same_package_as_conflict/Event_result.js
@@ -42,7 +42,7 @@ goog.exportSymbol('Event', Event);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-Event.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Event', qName: 'Event', 
kind: 'class' }] };
+Event.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'Event', qName: 'Event', 
kind: 'class' }] };
 
 
 
@@ -51,7 +51,7 @@ Event.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'Event', qName: 'Event', k
  *
  * @return {Object.<string, Function>}
  */
-Event.prototype.FLEXJS_REFLECTION_INFO = function () {
+Event.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_same_package_as_conflict/SamePackageAsConflict_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_same_package_as_conflict/SamePackageAsConflict_result.js
index d9104ce..ebf818c 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_same_package_as_conflict/SamePackageAsConflict_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_same_package_as_conflict/SamePackageAsConflict_result.js
@@ -51,7 +51,7 @@ SamePackageAsConflict.prototype.testClass;
  *
  * @type {Object.<string, Array.<Object>>}
  */
-SamePackageAsConflict.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'SamePackageAsConflict', qName: 'SamePackageAsConflict', kind: 'class' }] };
+SamePackageAsConflict.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'SamePackageAsConflict', qName: 'SamePackageAsConflict', kind: 'class' }] };
 
 
 
@@ -60,7 +60,7 @@ SamePackageAsConflict.prototype.FLEXJS_CLASS_INFO = { names: 
[{ name: 'SamePacka
  *
  * @return {Object.<string, Function>}
  */
-SamePackageAsConflict.prototype.FLEXJS_REFLECTION_INFO = function () {
+SamePackageAsConflict.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_same_package_as_conflict/mypackage/Event_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_same_package_as_conflict/mypackage/Event_result.js
index 6429aef..c8e4c05 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_same_package_as_conflict/mypackage/Event_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_same_package_as_conflict/mypackage/Event_result.js
@@ -42,7 +42,7 @@ goog.exportSymbol('mypackage.Event', mypackage.Event);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-mypackage.Event.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Event', 
qName: 'mypackage.Event', kind: 'class' }] };
+mypackage.Event.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'Event', 
qName: 'mypackage.Event', kind: 'class' }] };
 
 
 
@@ -51,7 +51,7 @@ mypackage.Event.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'Event', qName:
  *
  * @return {Object.<string, Function>}
  */
-mypackage.Event.prototype.FLEXJS_REFLECTION_INFO = function () {
+mypackage.Event.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_same_package_as_conflict/mypackage/TestClass_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_same_package_as_conflict/mypackage/TestClass_result.js
index 3f81829..688e992 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_same_package_as_conflict/mypackage/TestClass_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_same_package_as_conflict/mypackage/TestClass_result.js
@@ -53,7 +53,7 @@ mypackage.TestClass.prototype.event;
  *
  * @type {Object.<string, Array.<Object>>}
  */
-mypackage.TestClass.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'TestClass', qName: 'mypackage.TestClass', kind: 'class' }] };
+mypackage.TestClass.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'TestClass', qName: 'mypackage.TestClass', kind: 'class' }] };
 
 
 
@@ -62,7 +62,7 @@ mypackage.TestClass.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'TestClass',
  *
  * @return {Object.<string, Function>}
  */
-mypackage.TestClass.prototype.FLEXJS_REFLECTION_INFO = function () {
+mypackage.TestClass.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_use_window/Event_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_use_window/Event_result.js
index fca59d0..b8a3743 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_use_window/Event_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_use_window/Event_result.js
@@ -42,7 +42,7 @@ goog.exportSymbol('Event', Event);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-Event.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Event', qName: 'Event', 
kind: 'class' }] };
+Event.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'Event', qName: 'Event', 
kind: 'class' }] };
 
 
 
@@ -51,7 +51,7 @@ Event.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'Event', qName: 'Event', k
  *
  * @return {Object.<string, Function>}
  */
-Event.prototype.FLEXJS_REFLECTION_INFO = function () {
+Event.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_use_window/UseWindow_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_use_window/UseWindow_result.js
index 9bb07b7..2efb878 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_use_window/UseWindow_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_use_window/UseWindow_result.js
@@ -51,7 +51,7 @@ UseWindow.prototype.testClass;
  *
  * @type {Object.<string, Array.<Object>>}
  */
-UseWindow.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'UseWindow', qName: 
'UseWindow', kind: 'class' }] };
+UseWindow.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'UseWindow', qName: 
'UseWindow', kind: 'class' }] };
 
 
 
@@ -60,7 +60,7 @@ UseWindow.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'UseWindow', qName: 'U
  *
  * @return {Object.<string, Function>}
  */
-UseWindow.prototype.FLEXJS_REFLECTION_INFO = function () {
+UseWindow.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_use_window/mypackage/TestClass_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_use_window/mypackage/TestClass_result.js
index eb47554..bea4073 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_use_window/mypackage/TestClass_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_use_window/mypackage/TestClass_result.js
@@ -61,7 +61,7 @@ mypackage.TestClass.prototype.event2;
  *
  * @type {Object.<string, Array.<Object>>}
  */
-mypackage.TestClass.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'TestClass', qName: 'mypackage.TestClass', kind: 'class' }] };
+mypackage.TestClass.prototype.ROYALE_CLASS_INFO = { names: [{ name: 
'TestClass', qName: 'mypackage.TestClass', kind: 'class' }] };
 
 
 
@@ -70,7 +70,7 @@ mypackage.TestClass.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'TestClass',
  *
  * @return {Object.<string, Function>}
  */
-mypackage.TestClass.prototype.FLEXJS_REFLECTION_INFO = function () {
+mypackage.TestClass.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_use_window/otherpackage/Event_result.js
 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_use_window/otherpackage/Event_result.js
index 809700a..8222b84 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/package_conflicts_use_window/otherpackage/Event_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/package_conflicts_use_window/otherpackage/Event_result.js
@@ -42,7 +42,7 @@ goog.exportSymbol('otherpackage.Event', otherpackage.Event);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-otherpackage.Event.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Event', 
qName: 'otherpackage.Event', kind: 'class' }] };
+otherpackage.Event.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'Event', 
qName: 'otherpackage.Event', kind: 'class' }] };
 
 
 
@@ -51,7 +51,7 @@ otherpackage.Event.prototype.FLEXJS_CLASS_INFO = { names: [{ 
name: 'Event', qNam
  *
  * @return {Object.<string, Function>}
  */
-otherpackage.Event.prototype.FLEXJS_REFLECTION_INFO = function () {
+otherpackage.Event.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git 
a/compiler-jx/src/test/resources/royale/projects/super/Base_result.js 
b/compiler-jx/src/test/resources/royale/projects/super/Base_result.js
index 3c712ac..6e626be 100644
--- a/compiler-jx/src/test/resources/royale/projects/super/Base_result.js
+++ b/compiler-jx/src/test/resources/royale/projects/super/Base_result.js
@@ -68,7 +68,7 @@ set: Base.prototype.set__text}}
  *
  * @type {Object.<string, Array.<Object>>}
  */
-Base.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Base', qName: 'Base', 
kind: 'class' }] };
+Base.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'Base', qName: 'Base', 
kind: 'class' }] };
 
 
 
@@ -77,7 +77,7 @@ Base.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Base', 
qName: 'Base', kind
  *
  * @return {Object.<string, Function>}
  */
-Base.prototype.FLEXJS_REFLECTION_INFO = function () {
+Base.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {
diff --git 
a/compiler-jx/src/test/resources/royale/projects/super/Super_result.js 
b/compiler-jx/src/test/resources/royale/projects/super/Super_result.js
index 382fa30..4612c43 100644
--- a/compiler-jx/src/test/resources/royale/projects/super/Super_result.js
+++ b/compiler-jx/src/test/resources/royale/projects/super/Super_result.js
@@ -70,7 +70,7 @@ set: Super.prototype.set__text}}
  *
  * @type {Object.<string, Array.<Object>>}
  */
-Super.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'Super', qName: 'Super', 
kind: 'class' }] };
+Super.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'Super', qName: 'Super', 
kind: 'class' }] };
 
 
 
@@ -79,7 +79,7 @@ Super.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'Super', qName: 'Super', k
  *
  * @return {Object.<string, Function>}
  */
-Super.prototype.FLEXJS_REFLECTION_INFO = function () {
+Super.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {
diff --git 
a/compiler-jx/src/test/resources/royale/projects/xml_requires/XMLRequire_result.js
 
b/compiler-jx/src/test/resources/royale/projects/xml_requires/XMLRequire_result.js
index 191ad8d..914a071 100644
--- 
a/compiler-jx/src/test/resources/royale/projects/xml_requires/XMLRequire_result.js
+++ 
b/compiler-jx/src/test/resources/royale/projects/xml_requires/XMLRequire_result.js
@@ -44,7 +44,7 @@ goog.exportSymbol('XMLRequire', XMLRequire);
  *
  * @type {Object.<string, Array.<Object>>}
  */
-XMLRequire.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 'XMLRequire', 
qName: 'XMLRequire', kind: 'class' }] };
+XMLRequire.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'XMLRequire', 
qName: 'XMLRequire', kind: 'class' }] };
 
 
 
@@ -53,7 +53,7 @@ XMLRequire.prototype.FLEXJS_CLASS_INFO = { names: [{ name: 
'XMLRequire', qName:
  *
  * @return {Object.<string, Function>}
  */
-XMLRequire.prototype.FLEXJS_REFLECTION_INFO = function () {
+XMLRequire.prototype.ROYALE_REFLECTION_INFO = function () {
   return {
     variables: function () {return {};},
     accessors: function () {return {};},
diff --git a/royale-ant-tasks/src/test/build.xml 
b/royale-ant-tasks/src/test/build.xml
index 1a57a83..6cd10d6 100644
--- a/royale-ant-tasks/src/test/build.xml
+++ b/royale-ant-tasks/src/test/build.xml
@@ -41,12 +41,12 @@
         </and>
     </condition>
     
-    <condition property="GOOG_HOME" 
value="${FLEXJS_HOME}/js/lib/google/closure-library">
+    <condition property="GOOG_HOME" 
value="${ROYALE_HOME}/js/lib/google/closure-library">
         <and>
             <not>
                 <isset property="GOOG_HOME" />
             </not>
-            <available 
file="${FLEXJS_HOME}/js/lib/google/closure-library/closure/goog/base.js" 
type="file" />
+            <available 
file="${ROYALE_HOME}/js/lib/google/closure-library/closure/goog/base.js" 
type="file" />
         </and>
     </condition>
                

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to