| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 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-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |