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 MemberDefinitionClassDefinition. 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)MemberDefinitionClassDefinition. 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.MemberDefinitionClassDefinition. matchMethod(Environment env, ClassDefinition accessor, Identifier methodName)Lookup a method.MemberDefinitionClassDefinition. 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 AmbiguousMember Modifier and Type Method Description (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.MemberDefinitionContext. getApparentField(Environment env, Identifier name)Like getField, except that it skips over inherited fields.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)
-