JML

java.lang.reflect
Class AccessibleObject

java.lang.Object
  extended byjava.lang.reflect.AccessibleObject
Direct Known Subclasses:
Field, Method

public class AccessibleObject
extends Object


Field Summary
private static java.security.Permission ACCESS_PERMISSION
           
(package private)  boolean override
           
(package private) static sun.reflect.ReflectionFactory reflectionFactory
           
(package private)  Class securityCheckCache
           
 
Constructor Summary
protected AccessibleObject()
           
 
Method Summary
 boolean isAccessible()
           
 void setAccessible(boolean)
           
static void setAccessible(AccessibleObject[], boolean)
           
private static void setAccessible0(AccessibleObject, boolean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

override

boolean override

reflectionFactory

static final sun.reflect.ReflectionFactory reflectionFactory

ACCESS_PERMISSION

private static final java.security.Permission ACCESS_PERMISSION

securityCheckCache

volatile Class securityCheckCache
Constructor Detail

AccessibleObject

protected AccessibleObject()
Method Detail

isAccessible

public boolean isAccessible()

setAccessible

public void setAccessible(boolean)
                   throws SecurityException
Throws:
SecurityException

setAccessible0

private static void setAccessible0(AccessibleObject,
                                   boolean)
                            throws SecurityException
Throws:
SecurityException

setAccessible

public static void setAccessible(AccessibleObject[],
                                 boolean)
                          throws SecurityException
Throws:
SecurityException

JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.