Package org.apache.flex.compiler.problems

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


                    final String componentType;
                    if (getParent() instanceof IMXMLClassReferenceNode)
                        componentType = ((IMXMLClassReferenceNode)getParent()).getClassReference(builder.getProject()).getBaseName();
                    else
                        componentType = "";
                    final MXMLInvalidStyleProblem problem = new MXMLInvalidStyleProblem(
                            source,
                            this.getName(),
                            componentType,
                            styleTag.getThemes());
                    builder.addProblem(problem);
View Full Code Here

TOP

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

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.