Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package openjava.mop

Interface Summary
OJMember The class OJMember is equivalent to Member
 

Class Summary
AnonymousClassEnvironment  
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.
OJClassArray  
OJClassByteCode  
OJClassImp The abstract class OJClassImp provides an interface to an implementation of OJClass.
OJClassNull  
OJClassSourceCode  
OJConstructor  
OJConstructorByteCode  
OJConstructorImp The abstract class OJConstructorImp provides an interface to an implementation of OJConstructor.
OJConstructorSourceCode  
OJField  
OJFieldByteCode  
OJFieldImp The abstract class OJFieldImp provides an interface to an implementation of OJField.
OJFieldSourceCode  
OJMethod  
OJMethodByteCode  
OJMethodImp The abstract class OJMethodImp provides an interface to an implementation of OJMethod.
OJMethodSourceCode  
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.