Package openjava.mop

##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS.

See:
          Description

Interface Summary
OJMember The class OJMember is equivalent to Member
 

Class Summary
ClassEnvironment  
ClosedEnvironment The class ClosedEnvironment
Environment  
FileEnvironment The class FileEnvironment
GlobalEnvironment  
Metaclass The class Metaclass is a metametaclass for metaclasses.
MetaInfo The class MetaInfo
OJClass The OJClass class represents a class metaobject.
OJConstructor  
OJField  
OJMethod  
OJModifier The class OJModifier extends java.lang.relfect.Modifier to support user defined keywords.
OJPrimitive Deprecated.  
OJSystem The class OJSystem
Signature The class Signature represents a signature of members of class; innerclass, field, method, or constructor.
Toolbox The class Toolbox is an utility class.
 

Exception Summary
AmbiguousClassesException The exception AmbiguousClassesException is thrown if the additional OJClass object has the same name with another OJClass object's.
CannotAlterException CannotAlterException is thrown if the requested change cannot be performed on the class object, the method object, or the field object.
CannotExecuteException CannotExecuteException is thrown if the requested introspection cannot be performed on the class object, the method object, or the field object, which needs a java's Class object not available.
CannotInspectException The exception CannotInspectException is thrown if the requested introspection cannot be performed on the class object, the method object, or the field object.
MOPException MOPException is thrown if the requested introspection or intercession cannot be performed on the class, field, method or constructor object.
NoSuchMemberException The exception NoSuchMemberException is thrown when the requested class object does not have the coressponding member.
OJClassNotFoundException The exception OJClassNotFoundException is thrown when an application tries to load in a class through its string name using forName method in class OJClass.
 

Package openjava.mop Description

##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. ##### ##### TYPE YOUR PACKAGE COMMENTS HERE. BEGIN WITH A ##### ##### ONE-SENTENCE SUMMARY STARTING WITH A VERB LIKE: ##### Provides for....

Package Specification

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: