Package | Description |
---|---|
org.jruby | |
org.jruby.anno | |
org.jruby.runtime |
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.util.Set<FrameField>,java.util.List<java.lang.String>> |
RubyModule.MethodClumper.readGroups |
java.util.Map<java.util.Set<FrameField>,java.util.List<java.lang.String>> |
RubyModule.MethodClumper.writeGroups |
Modifier and Type | Method and Description |
---|---|
static FrameField |
FrameField.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FrameField[] |
FrameField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<FrameField> |
FrameField.unpack(int bits) |
Modifier and Type | Method and Description |
---|---|
static int |
FrameField.pack(FrameField[] frameFields) |
Modifier and Type | Method and Description |
---|---|
static void |
AnnotationHelper.groupFrameFields(java.util.Map<java.util.Set<FrameField>,java.util.List<java.lang.String>> readGroups,
java.util.Map<java.util.Set<FrameField>,java.util.List<java.lang.String>> writeGroups,
JRubyMethod anno,
java.lang.String simpleName) |
static void |
AnnotationHelper.groupFrameFields(java.util.Map<java.util.Set<FrameField>,java.util.List<java.lang.String>> readGroups,
java.util.Map<java.util.Set<FrameField>,java.util.List<java.lang.String>> writeGroups,
JRubyMethod anno,
java.lang.String simpleName) |
static void |
AnnotationHelper.populateMethodIndex(java.util.Map<java.util.Set<FrameField>,java.util.List<java.lang.String>> accessGroups,
java.util.function.BiConsumer<java.lang.Integer,java.lang.String> action) |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,java.util.Set<FrameField>> |
MethodIndex.METHOD_FRAME_READS |
static java.util.Map<java.lang.String,java.util.Set<FrameField>> |
MethodIndex.METHOD_FRAME_WRITES |
Modifier and Type | Method and Description |
---|---|
static void |
MethodIndex.addMethodReadFields(java.lang.String name,
FrameField[] reads) |
static void |
MethodIndex.addMethodWriteFields(java.lang.String name,
FrameField[] write) |
Copyright © 2001-2018 JRuby. All Rights Reserved.