Package org.eclipse.dltk.compiler.IElementRequestor

Examples of org.eclipse.dltk.compiler.IElementRequestor.MethodInfo


                            return false;
                        }

                        List<?> statements = block.getChilds();

                        MethodInfo info = new MethodInfo();
                        info.nameSourceStart = name.sourceStart();
                        info.nameSourceEnd = name.sourceEnd() - 1;
                        info.declarationStart = block.sourceStart();

                        info.name = name.getValue();
View Full Code Here

TOP

Related Classes of org.eclipse.dltk.compiler.IElementRequestor.MethodInfo

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.