Package | Description |
---|---|
org.jruby.javasupport | |
org.jruby.javasupport.binding |
Modifier and Type | Method and Description |
---|---|
ClassValue<Map<String,AssignedName>> |
JavaSupportImpl.getInstanceAssignedNames() |
abstract ClassValue<Map<String,AssignedName>> |
JavaSupport.getInstanceAssignedNames() |
ClassValue<Map<String,AssignedName>> |
JavaSupportImpl.getStaticAssignedNames() |
abstract ClassValue<Map<String,AssignedName>> |
JavaSupport.getStaticAssignedNames() |
Modifier and Type | Field and Description |
---|---|
protected static Map<String,AssignedName> |
Initializer.INSTANCE_RESERVED_NAMES |
protected static Map<String,AssignedName> |
Initializer.STATIC_RESERVED_NAMES |
Modifier and Type | Method and Description |
---|---|
boolean |
Priority.asImportantAs(AssignedName other) |
boolean |
Priority.lessImportantThan(AssignedName other) |
boolean |
Priority.moreImportantThan(AssignedName other) |
Modifier and Type | Method and Description |
---|---|
protected static void |
Initializer.addField(Map<String,NamedInstaller> callbacks,
Map<String,AssignedName> names,
Field field,
boolean isFinal,
boolean isStatic) |
protected static void |
Initializer.assignAliases(MethodInstaller installer,
Map<String,AssignedName> assignedNames) |
Copyright © 2001-2015 JRuby. All Rights Reserved.