Examples of FamixAccess


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
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.