Package org.apache.flex.compiler.problems

Examples of org.apache.flex.compiler.problems.StaticNamespaceDefinitionProblem


            {
                NamespaceNode ns = (NamespaceNode) n;

                if ( ns.hasModifier(ASModifier.STATIC) )
                {
                    this.classScope.addProblem(new StaticNamespaceDefinitionProblem(ns));
                }
                else
                {
        //  This type of node won't generate instructions,
        //  but it will add the namespace to the class'
View Full Code Here

TOP

Related Classes of org.apache.flex.compiler.problems.StaticNamespaceDefinitionProblem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.