Uses of Class
org.glassfish.rmic.tools.java.AmbiguousMember
Packages that use AmbiguousMember
-
Uses of AmbiguousMember in org.glassfish.rmic.tools.java
Methods in org.glassfish.rmic.tools.java that throw AmbiguousMemberModifier and TypeMethodDescriptionClassDefinition.getVariable(Environment env, Identifier nm, ClassDefinition source) Get a field from this class.ClassDefinition.matchAnonConstructor(Environment env, Identifier accessPackage, Type[] argumentTypes) A version of matchMethod to be used only for constructors when we cannot pass in a sourceClass argument.ClassDefinition.matchMethod(Environment env, ClassDefinition accessor, Identifier methodName) Lookup a method.ClassDefinition.matchMethod(Environment env, ClassDefinition accessor, Identifier methodName, Type[] argumentTypes) Lookup a method. -
Uses of AmbiguousMember in org.glassfish.rmic.tools.tree
Methods in org.glassfish.rmic.tools.tree that throw AmbiguousMemberModifier and TypeMethodDescriptionfinal MemberDefinitionContext.getApparentField(Environment env, Identifier name) Like getField, except that it skips over inherited fields.final MemberDefinitionContext.getField(Environment env, Identifier name) Get either a local variable, or a field in a current class