|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RubyArray in org.jruby |
---|
Fields in org.jruby declared as RubyArray | |
---|---|
protected RubyArray |
RubyEnumerator.ConsecutiveBlockCallback.cont
|
protected RubyArray |
RubyEnumerator.SlicedBlockCallback.slice
|
Methods in org.jruby that return RubyArray | |
---|---|
RubyArray |
RubyModule.ancestors()
rb_mod_ancestors |
RubyArray |
RubyArray.append(IRubyObject item)
rb_ary_push - specialized rb_ary_store |
RubyArray |
RubyModule.class_variables()
rb_mod_class_variables |
RubyArray |
RubyArray.collect_bang(Block block)
rb_ary_collect_bang |
RubyArray |
RubyArray.collect(Block block)
rb_ary_collect |
RubyArray |
RubyArray.concat(IRubyObject obj)
rb_ary_concat |
RubyArray |
RubyModule.constants()
rb_mod_constants |
RubyArray |
RubyArray.convertToArray()
|
RubyArray |
RubyObject.convertToArray()
|
RubyArray |
RubyUndef.convertToArray()
|
static RubyArray |
RubyIconv.convertWithArgs(IRubyObject recv,
IRubyObject[] args,
java.lang.String function)
|
protected RubyArray |
RubyNumeric.doCoerce(IRubyObject other,
boolean err)
do_coerce |
RubyArray |
RubyDir.entries()
|
static RubyArray |
RubyDir.entries(IRubyObject recv,
IRubyObject path)
Returns an array containing all of the filenames in the given directory. |
static RubyArray |
RubyMath.frexp(IRubyObject recv,
IRubyObject other)
|
static RubyArray |
RubyKernel.global_variables(IRubyObject recv)
Returns an Array with the names of all global variables. |
RubyArray |
RubyModule.included_modules()
rb_mod_included_modules |
RubyArray |
RubyHash.indices(IRubyObject[] indices)
rb_hash_indexes |
RubyArray |
RubyModule.instance_methods(IRubyObject[] args)
|
RubyArray |
RubyObject.instance_variables()
|
RubyArray |
RubyHash.keys()
rb_hash_keys |
RubyArray |
RubyThread.keys()
|
static RubyArray |
RubyThread.list(IRubyObject recv)
|
static RubyArray |
RubyKernel.local_variables(IRubyObject recv)
Returns an Array with the names of all local variables. |
RubyArray |
RubyStruct.members()
|
static RubyArray |
RubyStruct.members(IRubyObject recv,
Block block)
|
static RubyArray |
RubyModule.nesting(IRubyObject recv,
Block block)
Return an array of nested modules or classes. |
RubyArray |
Ruby.newArray()
|
RubyArray |
Ruby.newArray(int size)
|
RubyArray |
Ruby.newArray(IRubyObject object)
|
RubyArray |
Ruby.newArray(IRubyObject[] objects)
|
RubyArray |
Ruby.newArray(IRubyObject car,
IRubyObject cdr)
|
RubyArray |
Ruby.newArray(java.util.List list)
|
static RubyArray |
RubyArray.newArray(Ruby runtime)
rb_ary_new |
static RubyArray |
RubyArray.newArray(Ruby runtime,
java.util.Collection collection)
|
static RubyArray |
RubyArray.newArray(Ruby runtime,
IRubyObject obj)
|
static RubyArray |
RubyArray.newArray(Ruby runtime,
IRubyObject[] args)
rb_ary_new4, rb_ary_new3 |
static RubyArray |
RubyArray.newArray(Ruby runtime,
IRubyObject car,
IRubyObject cdr)
rb_assoc_new |
static RubyArray |
RubyArray.newArray(Ruby runtime,
long len)
rb_ary_new2 |
RubyArray |
Ruby.newArrayLight()
|
static RubyArray |
RubyArray.newArrayLight(Ruby runtime)
rb_ary_new |
static RubyArray |
RubyArray.newArrayLight(Ruby runtime,
long len)
|
RubyArray |
Ruby.newArrayNoCopy(IRubyObject[] objects)
|
static RubyArray |
RubyArray.newArrayNoCopy(Ruby runtime,
IRubyObject[] args)
|
RubyArray |
Ruby.newArrayNoCopyLight(IRubyObject[] objects)
|
static RubyArray |
RubyArray.newArrayNoCopyLight(Ruby runtime,
IRubyObject[] args)
|
RubyArray |
RubyModule.private_instance_methods(IRubyObject[] args)
rb_class_private_instance_methods |
RubyArray |
RubyModule.protected_instance_methods(IRubyObject[] args)
rb_class_protected_instance_methods |
RubyArray |
RubyModule.public_instance_methods(IRubyObject[] args)
|
RubyArray |
RubyArray.push_m(IRubyObject[] items)
rb_ary_push_m |
RubyArray |
RubyHash.rb_values()
rb_hash_values |
RubyArray |
RubyArgsFile.readlines(IRubyObject[] args)
|
RubyArray |
RubyIO.readlines(IRubyObject[] args)
|
static RubyArray |
RubyKernel.readlines(IRubyObject recv,
IRubyObject[] args)
|
static RubyArray |
RubyIO.readlines(IRubyObject recv,
IRubyObject[] args,
Block block)
|
RubyArray |
RubyArray.select(Block block)
rb_ary_select |
RubyArray |
RubyObject.singleton_methods(IRubyObject[] args)
rb_obj_singleton_methods |
RubyArray |
RubyArray.sort_bang(Block block)
rb_ary_sort_bang |
RubyArray |
RubyArray.sort(Block block)
rb_ary_sort |
RubyArray |
RubyHash.sort(Block block)
rb_hash_sort |
RubyArray |
RubyString.split(IRubyObject[] args)
rb_str_split_m |
static RubyArray |
RubyFile.split(IRubyObject recv,
IRubyObject arg)
|
RubyArray |
RubyArray.to_a()
rb_ary_to_a |
RubyArray |
RubyHash.to_a()
rb_hash_to_a |
abstract RubyArray |
RubyMatchData.to_a()
match_to_a |
RubyArray |
RubyMatchData.JavaString.to_a()
|
RubyArray |
RubyMatchData.RString.to_a()
|
RubyArray |
RubyStruct.to_a()
|
RubyArray |
RubyTime.to_a()
|
static RubyArray |
RubyKernel.to_a(IRubyObject recv)
|
static RubyArray |
RubyNil.to_a(IRubyObject recv)
nil_to_a |
RubyArray |
RubyArray.transpose()
rb_ary_transpose |
static RubyArray |
RubyArray.unmarshalFrom(UnmarshalStream input)
|
RubyArray |
RubyString.unpack(IRubyObject obj)
|
RubyArray |
RubyArray.unshift_m(IRubyObject[] items)
rb_ary_unshift_m |
RubyArray |
RubyArray.unshift(IRubyObject item)
rb_ary_unshift |
RubyArray |
RubyHash.values_at(IRubyObject[] args)
rb_hash_values_at |
Methods in org.jruby with parameters of type RubyArray | |
---|---|
static void |
RubyArray.marshalTo(RubyArray array,
MarshalStream output)
|
Constructors in org.jruby with parameters of type RubyArray | |
---|---|
RubyEnumerable.AppendBlockCallback(Ruby runtime,
RubyArray result)
|
Uses of RubyArray in org.jruby.ast.util |
---|
Methods in org.jruby.ast.util that return RubyArray | |
---|---|
static RubyArray |
ArgsUtil.convertToRubyArray(Ruby runtime,
IRubyObject value,
boolean coerce)
This name may be a bit misleading, since this also attempts to coerce array behavior using to_ary. |
Uses of RubyArray in org.jruby.evaluator |
---|
Methods in org.jruby.evaluator that return RubyArray | |
---|---|
static RubyArray |
EvaluationState.arrayValue(Ruby runtime,
IRubyObject value)
|
RubyArray |
ValueConverter.singleToArray(IRubyObject value)
|
RubyArray |
ValueConverter.singleToMultiple(IRubyObject value)
|
static RubyArray |
EvaluationState.splatValue(Ruby runtime,
IRubyObject value)
|
Methods in org.jruby.evaluator with parameters of type RubyArray | |
---|---|
static IRubyObject |
AssignmentVisitor.multiAssign(Ruby runtime,
ThreadContext context,
IRubyObject self,
MultipleAsgnNode node,
RubyArray value,
boolean callAsProc)
|
Uses of RubyArray in org.jruby.javasupport |
---|
Methods in org.jruby.javasupport that return RubyArray | |
---|---|
RubyArray |
JavaCallable.argument_types()
|
RubyArray |
JavaClass.constructors()
|
RubyArray |
JavaClass.declared_class_methods()
|
RubyArray |
JavaClass.declared_classes()
|
RubyArray |
JavaClass.declared_constructors()
|
RubyArray |
JavaClass.declared_fields()
|
RubyArray |
JavaClass.declared_instance_methods()
|
RubyArray |
JavaClass.fields()
|
RubyArray |
JavaClass.interfaces()
|
RubyArray |
JavaClass.java_class_methods()
|
RubyArray |
JavaClass.java_instance_methods()
|
Uses of RubyArray in org.jruby.javasupport.proxy |
---|
Methods in org.jruby.javasupport.proxy that return RubyArray | |
---|---|
RubyArray |
JavaProxyClass.ProxyMethodImpl.argument_types()
|
RubyArray |
JavaProxyConstructor.argument_types()
|
protected RubyArray |
JavaProxyReflectionObject.buildRubyArray(java.lang.Class[] classes)
|
protected RubyArray |
JavaProxyReflectionObject.buildRubyArray(IRubyObject[] constructors)
|
RubyArray |
JavaProxyClass.constructors()
|
RubyArray |
JavaProxyClass.interfaces()
|
RubyArray |
JavaProxyClass.methods()
|
Uses of RubyArray in org.jruby.javasupport.util |
---|
Methods in org.jruby.javasupport.util that return RubyArray | |
---|---|
static RubyArray |
CompilerHelpers.ensureRubyArray(IRubyObject value)
|
Uses of RubyArray in org.jruby.runtime.builtin |
---|
Methods in org.jruby.runtime.builtin that return RubyArray | |
---|---|
RubyArray |
IRubyObject.convertToArray()
Methods which perform to_xxx if the object has such a method |
Uses of RubyArray in org.jruby.runtime.load |
---|
Fields in org.jruby.runtime.load declared as RubyArray | |
---|---|
protected RubyArray |
LoadService.loadedFeatures
|
protected RubyArray |
LoadService.loadPath
|
Uses of RubyArray in org.jruby.util |
---|
Methods in org.jruby.util that return RubyArray | |
---|---|
static RubyArray |
Pack.unpack(Ruby runtime,
ByteList encodedString,
ByteList formatString)
Decodes str (which may contain binary data) according to the format string, returning an array of each value extracted. |
Methods in org.jruby.util with parameters of type RubyArray | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
static void |
Pack.decode(Ruby runtime,
java.nio.ByteBuffer encode,
int occurrences,
RubyArray result,
Pack.Converter converter)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static int |
Pack.encode(Ruby runtime,
int occurrences,
java.lang.StringBuffer result,
RubyArray list,
int index,
Pack.Converter converter)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static RubyString |
Pack.pack(Ruby runtime,
RubyArray list,
ByteList formatString)
pack_pack Template characters for Array#pack Directive Meaning
Copyright © 2002-2007 JRuby Team. All Rights Reserved. |