Package com.intellij.psi

Examples of com.intellij.psi.JavaDirectoryService.createClass()


    @NotNull
    protected PsiClass doCreate( final PsiDirectory dir, final String className )
        throws IncorrectOperationException
    {
        JavaDirectoryService javaDirectoryService = JavaDirectoryService.getInstance();
        return javaDirectoryService.createClass( dir, className, TEMPLATE_GENERIC_CONCERN_OF );
    }
}
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.