Uses of Enum
org.jruby.anno.FrameField
Packages that use FrameField
Package
Description
-
Uses of FrameField in org.jruby
Fields in org.jruby with type parameters of type FrameFieldModifier and TypeFieldDescriptionMap<Set<FrameField>,List<String>> RubyModule.MethodClumper.readGroupsMap<Set<FrameField>,List<String>> RubyModule.MethodClumper.writeGroups -
Uses of FrameField in org.jruby.anno
Methods in org.jruby.anno that return FrameFieldModifier and TypeMethodDescriptionstatic FrameFieldReturns 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.Methods in org.jruby.anno that return types with arguments of type FrameFieldMethods in org.jruby.anno with parameters of type FrameFieldMethod parameters in org.jruby.anno with type arguments of type FrameFieldModifier and TypeMethodDescriptionstatic voidAnnotationHelper.groupFrameFields(Map<Set<FrameField>, List<String>> readGroups, Map<Set<FrameField>, List<String>> writeGroups, JRubyMethod anno, String simpleName) static voidAnnotationHelper.populateMethodIndex(Map<Set<FrameField>, List<String>> accessGroups, BiConsumer<Integer, String> action) -
Uses of FrameField in org.jruby.internal.runtime.methods
Fields in org.jruby.internal.runtime.methods with type parameters of type FrameFieldConstructor parameters in org.jruby.internal.runtime.methods with type arguments of type FrameField -
Uses of FrameField in org.jruby.ir.instructions
Fields in org.jruby.ir.instructions with type parameters of type FrameFieldModifier and TypeFieldDescriptionprivate static final EnumSet<FrameField>CallBase.ALLprivate Set<FrameField>CallBase.frameReadsprivate Set<FrameField>CallBase.frameWritesMethod parameters in org.jruby.ir.instructions with type arguments of type FrameFieldModifier and TypeMethodDescriptionprivate booleanCallBase.setIRFlagsFromFrameFields(EnumSet<IRFlags> flags, Set<FrameField> frameFields) -
Uses of FrameField in org.jruby.runtime
Fields in org.jruby.runtime with type parameters of type FrameFieldModifier and TypeFieldDescriptionstatic final Map<String,Set<FrameField>> MethodIndex.METHOD_FRAME_READSstatic final Map<String,Set<FrameField>> MethodIndex.METHOD_FRAME_WRITESMethods in org.jruby.runtime with parameters of type FrameFieldModifier and TypeMethodDescriptionstatic voidMethodIndex.addMethodReadFields(String name, FrameField... reads) static voidMethodIndex.addMethodWriteFields(String name, FrameField... write) Method parameters in org.jruby.runtime with type arguments of type FrameFieldModifier and TypeMethodDescriptionprivate static voidMethodIndex.addFieldAccesses(Map<String, Set<FrameField>> methodFrameWrites, List<String> names, Set<FrameField> writes) private static voidMethodIndex.addFieldAccesses(Map<String, Set<FrameField>> methodFrameWrites, List<String> names, Set<FrameField> writes) private static voidMethodIndex.processFrameFields(int bits, String methodNames, String usage, Map<String, Set<FrameField>> methodFrameAccesses)