Uses of Class
org.glassfish.rmic.tools.java.AmbiguousMember
-
Packages that use AmbiguousMember Package Description org.glassfish.rmic.tools.java org.glassfish.rmic.tools.tree -
-
Uses of AmbiguousMember in org.glassfish.rmic.tools.java
Methods in org.glassfish.rmic.tools.java that throw AmbiguousMember Modifier and Type Method Description MemberDefinition
ClassDefinition. 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)
MemberDefinition
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.MemberDefinition
ClassDefinition. matchMethod(Environment env, ClassDefinition accessor, Identifier methodName)
Lookup a method.MemberDefinition
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 AmbiguousMember Modifier and Type Method Description (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.MemberDefinition
Context. getApparentField(Environment env, Identifier name)
Like getField, except that it skips over inherited fields.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)
-