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

Quick Search    Search Deep

Uses of Package
openjava.mop

Classes in openjava.mop used by openjava.mop
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.
ClassEnvironment
           
ClosedEnvironment
          The class ClosedEnvironment
Environment
           
GlobalEnvironment
           
MetaInfo
          The class MetaInfo
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.
OJClass
          The OJClass class represents a class metaobject.
OJClassImp
          The abstract class OJClassImp provides an interface to an implementation of OJClass.
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.
OJConstructor
           
OJConstructorImp
          The abstract class OJConstructorImp provides an interface to an implementation of OJConstructor.
OJField
           
OJFieldImp
          The abstract class OJFieldImp provides an interface to an implementation of OJField.
OJMember
          The class OJMember is equivalent to Member
OJMethod
           
OJMethodImp
          The abstract class OJMethodImp provides an interface to an implementation of OJMethod.
OJModifier
          The class OJModifier extends java.lang.relfect.Modifier to support user defined keywords.
Signature
          The class Signature represents a signature of members of class; innerclass, field, method, or constructor.