Uses of Class
openjava.mop.AmbiguousClassesException

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

Uses of AmbiguousClassesException in openjava.mop
 

Methods in openjava.mop that throw AmbiguousClassesException
static OJClass OJClass.forParseTree(Environment env, OJClass declaringClass, ClassDeclaration ptree)
          Converts ParseTree objects to an OJClass object.