Examples of FamixInheritance


Examples of org.evolizer.famix.model.entities.FamixInheritance

     * @param subclass Subclass that inherits behaviour.
     * @param superclass Superclass.
     * @return FamixInheritance
     */
    public FamixInheritance createInheritance(FamixClass subclass, FamixClass superclass) {
        return new FamixInheritance(subclass, superclass);
    }
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.