Package org.apache.flex.compiler.internal.units

Examples of org.apache.flex.compiler.internal.units.StyleModuleCompilationUnit$StyleModuleSyntaxTreeRequestResult


           
            // Can not add a SourceHandler for *.css file because we don't want
            // to create compilation units for CSS files on the source path.
            if (mainFileName.toLowerCase().endsWith(".css"))
            {
                mainCU = new StyleModuleCompilationUnit(
                        project,
                        workspace.getFileSpecification(normalizedMainFileName),
                        BasePriority.SOURCE_LIST);
                // TODO: Use CSS file name once CSS module runtime code is finalized.
                config.setMainDefinition("CSSModule2Main");
View Full Code Here

TOP

Related Classes of org.apache.flex.compiler.internal.units.StyleModuleCompilationUnit$StyleModuleSyntaxTreeRequestResult

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.