Package org.apache.flex.compiler.definitions

Examples of org.apache.flex.compiler.definitions.ISetterDefinition


                    {
                        IMXMLPropertySpecifierNode propertyNode = (IMXMLPropertySpecifierNode)parent;
                        IDefinition propertyDefinition = propertyNode.getDefinition();
                        if (propertyDefinition instanceof ISetterDefinition)
                        {
                            ISetterDefinition setter = (ISetterDefinition)propertyDefinition;
                            if (attributeName.equals(setter.getBaseName()))
                            {
                                Collection<ICompilerProblem> problems = null;
                                splashUnit = node.resolveCompilationUnit(flexProject, problems);
                                break;
                            }
View Full Code Here

TOP

Related Classes of org.apache.flex.compiler.definitions.ISetterDefinition

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.