Package org.evolizer.famix.model.entities

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


     * @param method FamixMethod that access an attribute.
     * @param variable FamixAttribute that is accessed.
     * @return FamixAccess.
     */
    public FamixAccess createAccess(FamixMethod method, AbstractFamixVariable variable) {
        return new FamixAccess(method, variable);
    }
View Full Code Here

TOP

Related Classes of org.evolizer.famix.model.entities.FamixAccess

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.