| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |
The value of this special variable determines the jLinker behavior
when Java throws java.lang.IllegalAccessException
during a method call.
nil
(the
default), then jLinker calls
m
.setAccessible(True)
where m is the
method in the failed call, and then attempts the failed call one more
time.
nil
, then
jLinker signals an error. One of the restarts available at this point
is to retry the call after calling m.setAccessible(True).
See Calling Methods of Inner Classes in jlinker.htm for a more detailed discussion of this behavior.
See jlinker.htm for more information on the jLinker facility.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page was not revised from the 8.0 page.
Created 2009.7.29.
| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |