Package de.espend.idea.php.annotation.extension.parameter

Examples of de.espend.idea.php.annotation.extension.parameter.AnnotationDocTagGotoHandlerParameter


            return;
        }

        targets.add(phpClass);

        AnnotationDocTagGotoHandlerParameter parameter = new AnnotationDocTagGotoHandlerParameter((PhpDocTag) phpDocTagValue, phpClass, targets);
        for(PhpAnnotationDocTagGotoHandler phpAnnotationExtension : AnnotationUtil.EP_DOC_TAG_GOTO.getExtensions()) {
            phpAnnotationExtension.getGotoDeclarationTargets(parameter);
        }

    }
View Full Code Here

TOP

Related Classes of de.espend.idea.php.annotation.extension.parameter.AnnotationDocTagGotoHandlerParameter

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.