* @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);
}