Uses of Package
openjava.mop

Packages that use openjava.mop
openjava.mop Provides classes that are fundamental to the design of the OpenJava Meta-Object Protocols (MOP).  
openjava.ojc   
openjava.ptree   
openjava.ptree.util   
openjava.syntax   
 

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.
ClosedEnvironment
          The class ClosedEnvironment For example
Environment
           
GlobalEnvironment
           
MetaInfo
          The class MetaInfo For example
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.
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. but no definition for the class with the specifed name could be found.
OJConstructor
           
OJField
           
OJMember
          The class OJMember is equivalent to Member
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.
 

Classes in openjava.mop used by openjava.ojc
Environment
           
OJClass
          The OJClass class represents a class metaobject.
 

Classes in openjava.mop used by openjava.ptree
Environment
           
OJClass
          The OJClass class represents a class metaobject.
 

Classes in openjava.mop used by openjava.ptree.util
Environment
           
MOPException
          MOPException is thrown if the requested introspection or intercession cannot be performed on the class, field, method or constructor object.
 

Classes in openjava.mop used by openjava.syntax
Environment