Uses of Class
edu.rice.cs.dynamicjava.interpreter.AmbiguousNameException

Packages that use AmbiguousNameException
edu.rice.cs.dynamicjava.interpreter   
 

Uses of AmbiguousNameException in edu.rice.cs.dynamicjava.interpreter
 

Methods in edu.rice.cs.dynamicjava.interpreter that throw AmbiguousNameException
 DJClass DelegatingContext.getTopLevelClass(String name, TypeSystem ts)
          Return the top-level class with the given name, or null if it does not exist.
 DJClass ImportContext.getTopLevelClass(String name, TypeSystem ts)
           
 DJClass TypeContext.getTopLevelClass(String name, TypeSystem ts)
          Return the top-level class with the given name, or null if it does not exist.
 DJClass BaseContext.getTopLevelClass(String name, TypeSystem ts)
           
 DJClass FunctionSignatureContext.getTopLevelClass(String name, TypeSystem ts)
           
 DJClass ClassSignatureContext.getTopLevelClass(String name, TypeSystem ts)
          Return the top-level class with the given name, or null if it does not exist.
 DJClass ClassContext.getTopLevelClass(String name, TypeSystem ts)
           
 DJClass LibraryContext.getTopLevelClass(String name, TypeSystem ts)
           
 DJClass LocalContext.getTopLevelClass(String name, TypeSystem ts)
           
 ClassType FunctionContext.typeContainingField(String name, TypeSystem ts)
           
 ClassType DelegatingContext.typeContainingField(String name, TypeSystem ts)
          Return the most inner type containing a field with the given name, or null if there is no such type.
 ClassType ImportContext.typeContainingField(String name, TypeSystem ts)
           
 ClassType TypeContext.typeContainingField(String name, TypeSystem ts)
          Return the most inner type containing a field with the given name, or null if there is no such type.
 ClassType BaseContext.typeContainingField(String name, TypeSystem ts)
           
 ClassType ClassContext.typeContainingField(String name, TypeSystem ts)
           
 ClassType LocalContext.typeContainingField(String name, TypeSystem ts)
           
 ClassType DelegatingContext.typeContainingMemberClass(String name, TypeSystem ts)
          Return the most inner type containing a class with the given name, or null if there is no such type.
 ClassType ImportContext.typeContainingMemberClass(String name, TypeSystem ts)
           
 ClassType TypeContext.typeContainingMemberClass(String name, TypeSystem ts)
          Return the most inner type containing a class with the given name, or null if there is no such type.
 ClassType BaseContext.typeContainingMemberClass(String name, TypeSystem ts)
           
 ClassType FunctionSignatureContext.typeContainingMemberClass(String name, TypeSystem ts)
           
 ClassType ClassSignatureContext.typeContainingMemberClass(String name, TypeSystem ts)
          Return the most inner type containing a class with the given name, or null if there is no such type.
 ClassType ClassContext.typeContainingMemberClass(String name, TypeSystem ts)
           
 ClassType LibraryContext.typeContainingMemberClass(String name, TypeSystem ts)
           
 ClassType LocalContext.typeContainingMemberClass(String name, TypeSystem ts)