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.private MemberDefinitionClassDefinition.getVariable0(Environment env, Identifier nm, ClassDefinition source, boolean showPrivate, boolean showPackage) 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.private MemberDefinitionClassDefinition.matchMethod(Environment env, ClassDefinition accessor, Identifier methodName, Type[] argumentTypes, boolean isAnonConstCall, Identifier accessPackage) Lookup a method. -
Uses of AmbiguousMember in org.glassfish.rmic.tools.tree
Methods in org.glassfish.rmic.tools.tree that throw AmbiguousMemberModifier and TypeMethodDescription(package private) voidAddExpression.codeAppend(Environment env, Context ctx, Assembler asm, ClassDeclaration sbClass, boolean needBuffer) Convert this expression to a string and append it to the string buffer on the top of the stack.(package private) voidExpression.codeAppend(Environment env, Context ctx, Assembler asm, ClassDeclaration sbClass, boolean needBuffer) Convert this expression to a string and append it to the string buffer on the top of the stack.(package private) voidExpression.ensureString(Environment env, Context ctx, Assembler asm) Convert this expression to a string.final 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 classprivate MemberDefinitionContext.getFieldCommon(Environment env, Identifier name, boolean apparentOnly)