Examples of MXMLInvalidStyleProblem


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
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.