Package org.apache.flex.compiler.internal.css.codegen

Examples of org.apache.flex.compiler.internal.css.codegen.CSSReducer.visitClassTraits()


            problems.add(new CSSCodeGenProblem(e));
        }

        getProblems().addAll(problems);
        if (!hasStyleTags) // don't duplicate traits if there's a second style block
            reducer.visitClassTraits(ctraits);
        cinitInsns.addAll(reducer.getClassInitializationInstructions());
        hasStyleTags = true;
    }
   
    /**
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.