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 MemberDefinition
ClassDefinition.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 MemberDefinition
ClassDefinition.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) void
AddExpression.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) void
Expression.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) void
Expression.ensureString
(Environment env, Context ctx, Assembler asm) Convert this expression to a string.final MemberDefinition
Context.getApparentField
(Environment env, Identifier name) Like getField, except that it skips over inherited fields.final MemberDefinition
Context.getField
(Environment env, Identifier name) Get either a local variable, or a field in a current classprivate MemberDefinition
Context.getFieldCommon
(Environment env, Identifier name, boolean apparentOnly)