Uses of Class
koala.dynamicjava.util.AmbiguousFieldException

Packages that use AmbiguousFieldException
koala.dynamicjava.classinfo Contains all the classes and interfaces for using reflection on Java or interpreted classes. 
koala.dynamicjava.interpreter Contains the classes for interpreting Java language statements. 
koala.dynamicjava.interpreter.context Provides the classes that hold the context of execution. 
koala.dynamicjava.util Contains miscellaneous utility classes. 
 

Uses of AmbiguousFieldException in koala.dynamicjava.classinfo
 

Methods in koala.dynamicjava.classinfo that throw AmbiguousFieldException
static FieldInfo ClassInfoUtilities.getField(ClassInfo cl, java.lang.String name)
          Returns a field with the given name declared in the given class or in the superclasses of the given class
static FieldInfo ClassInfoUtilities.getOuterField(ClassInfo cl, java.lang.String name)
          Returns a field with the given name declared in one of the outer classes of the given class
 

Uses of AmbiguousFieldException in koala.dynamicjava.interpreter
 

Methods in koala.dynamicjava.interpreter that throw AmbiguousFieldException
static java.lang.reflect.Field InterpreterUtilities.getOuterField(java.lang.Class cl, java.lang.String name)
          Returns a field with the given name declared in one of the outer classes of the given class
 

Uses of AmbiguousFieldException in koala.dynamicjava.interpreter.context
 

Methods in koala.dynamicjava.interpreter.context that throw AmbiguousFieldException
 java.lang.reflect.Field GlobalContext.getField(java.lang.Class fc, java.lang.String fn)
          Looks for a field
 java.lang.reflect.Field GlobalContext.getSuperField(Node node, java.lang.String fn)
          Looks for a field in the super class
 java.lang.reflect.Field StaticContext.getField(java.lang.Class fc, java.lang.String fn)
          Looks for a field
 java.lang.reflect.Field StaticContext.getSuperField(Node node, java.lang.String fn)
          Looks for a field in the super class
 java.lang.reflect.Field Context.getField(java.lang.Class fc, java.lang.String fn)
          Looks for a field
 java.lang.reflect.Field Context.getSuperField(Node node, java.lang.String fn)
          Looks for a field in the super class
 

Uses of AmbiguousFieldException in koala.dynamicjava.util
 

Methods in koala.dynamicjava.util that throw AmbiguousFieldException
static java.lang.reflect.Field ReflectionUtilities.getField(java.lang.Class cl, java.lang.String name)
          Returns a field with the given name declared in the given class or in the superclasses of the given class
static java.lang.reflect.Field ReflectionUtilities.getOuterField(java.lang.Class cl, java.lang.String name)
          Returns a field with the given name declared in one of the outer classes of the given class
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.