Uses of Class
org.jruby.javasupport.binding.AssignedName
Packages that use AssignedName
-
Uses of AssignedName in org.jruby.javasupport
Fields in org.jruby.javasupport with type parameters of type AssignedNameModifier and TypeFieldDescriptionprivate final ClassValue<Map<String,AssignedName>> JavaSupportImpl.instanceAssignedNamesprivate final ClassValue<Map<String,AssignedName>> JavaSupportImpl.staticAssignedNamesMethods in org.jruby.javasupport that return types with arguments of type AssignedNameModifier and TypeMethodDescriptionabstract ClassValue<Map<String,AssignedName>> JavaSupport.getInstanceAssignedNames()JavaSupportImpl.getInstanceAssignedNames()abstract ClassValue<Map<String,AssignedName>> JavaSupport.getStaticAssignedNames()JavaSupportImpl.getStaticAssignedNames() -
Uses of AssignedName in org.jruby.javasupport.binding
Fields in org.jruby.javasupport.binding with type parameters of type AssignedNameModifier and TypeFieldDescriptionprivate static final Map<String,AssignedName> MethodGatherer.INSTANCE_RESERVED_NAMESprivate final Map<String,AssignedName> MethodGatherer.instanceNamesprivate static final Map<String,AssignedName> MethodGatherer.STATIC_RESERVED_NAMESprivate final Map<String,AssignedName> MethodGatherer.staticNamesMethods in org.jruby.javasupport.binding that return types with arguments of type AssignedNameModifier and TypeMethodDescriptionprivate static Map<String,AssignedName> MethodGatherer.newReservedNamesMap(int size) Methods in org.jruby.javasupport.binding with parameters of type AssignedNameModifier and TypeMethodDescriptionbooleanPriority.asImportantAs(AssignedName other) booleanPriority.lessImportantThan(AssignedName other) booleanPriority.moreImportantThan(AssignedName other) Method parameters in org.jruby.javasupport.binding with type arguments of type AssignedNameModifier and TypeMethodDescription(package private) booleanMethodInstaller.addUnassignedAlias(String name, Map<String, AssignedName> assignedNames, Priority aliasType) (package private) voidMethodInstaller.assignAliases(Map<String, AssignedName> assignedNames)