Uses of Class
org.objectweb.jac.core.rtti.ClassItem.AmbiguousMethodNameException

Packages that use ClassItem.AmbiguousMethodNameException
org.objectweb.jac.core.rtti   
 

Uses of ClassItem.AmbiguousMethodNameException in org.objectweb.jac.core.rtti
 

Methods in org.objectweb.jac.core.rtti that throw ClassItem.AmbiguousMethodNameException
 AbstractMethodItem ClassItem.getAbstractMethod(String name)
          Gets an abstract method from its name.
 MethodItem ClassItem.getMethod(String name)
          Gets a method from its name.