Package com.dubture.symfony.core.index.visitor

Examples of com.dubture.symfony.core.index.visitor.TemplateVariableVisitor


                    if (superReference.getName().equals(SymfonyCoreConstants.CONTROLLER_CLASS)) {
                        inController = true;
                        // the ControllerIndexer does the actual work of parsing the
                        // the relevant elements inside the controller
                        // which are then being collected in the endVisit() method
                        controllerIndexer = new TemplateVariableVisitor(useStatements, namespace, sourceModule);
                        currentClass.traverse(controllerIndexer);
                    }
                }
            }
        } else if (s instanceof NamespaceDeclaration) {
View Full Code Here

TOP

Related Classes of com.dubture.symfony.core.index.visitor.TemplateVariableVisitor

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.