|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RubyArray in org.jruby |
---|
Methods in org.jruby that return RubyArray | |
---|---|
RubyArray |
RubySymbol.SymbolTable.all_symbols()
|
RubyArray |
RubyModule.ancestors()
rb_mod_ancestors |
RubyArray |
RubyArray.append(IRubyObject item)
rb_ary_push - specialized rb_ary_store |
RubyArray |
RubyArray.aryDup()
rb_ary_dup |
RubyArray |
RubyModule.class_variables()
rb_mod_class_variables |
RubyArray |
RubyArray.collect_bang(ThreadContext context,
Block block)
rb_ary_collect_bang |
RubyArray |
RubyArray.collect(ThreadContext context,
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()
Tries to convert this object to a Ruby Array using the "to_ary" method. |
static RubyArray |
RubyIconv.convertWithArgs(IRubyObject recv,
IRubyObject[] args,
java.lang.String function)
|
protected RubyArray |
RubyNumeric.doCoerce(ThreadContext context,
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(ThreadContext context,
IRubyObject[] indices)
rb_hash_indexes |
RubyArray |
RubyModule.instance_methods(IRubyObject[] args)
|
RubyArray |
RubyObject.instance_variables()
rb_obj_instance_variables call-seq: obj.instance_variables => array Returns an array of instance variable names for the receiver. |
RubyArray |
RubyHash.keys()
rb_hash_keys |
RubyArray |
RubyThread.keys()
|
static RubyArray |
RubyThread.list(IRubyObject recv)
|
static RubyArray |
RubyKernel.local_variables(ThreadContext context,
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(ThreadContext context,
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<IRubyObject> 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)
|
static RubyArray |
RubyArray.newArrayNoCopy(Ruby runtime,
IRubyObject[] args,
int begin)
|
RubyArray |
Ruby.newArrayNoCopyLight(IRubyObject[] objects)
|
static RubyArray |
RubyArray.newArrayNoCopyLight(Ruby runtime,
IRubyObject[] args)
|
RubyArray |
Ruby.newEmptyArray()
|
static RubyArray |
RubyArray.newEmptyArray(Ruby runtime)
|
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 FIXME: Whis is this named "push_m"? |
RubyArray |
RubyHash.rb_values()
rb_hash_values |
RubyArray |
RubyIO.readlines(IRubyObject[] args)
|
static RubyArray |
RubyArgsFile.readlines(ThreadContext context,
IRubyObject recv,
IRubyObject[] args)
|
static RubyArray |
RubyKernel.readlines(ThreadContext context,
IRubyObject recv,
IRubyObject[] args)
|
static RubyArray |
RubyIO.readlines(ThreadContext context,
IRubyObject recv,
IRubyObject[] args,
Block block)
|
RubyArray |
RubyArray.select(ThreadContext context,
Block block)
rb_ary_select |
RubyArray |
RubyStruct.select(ThreadContext context,
Block block)
|
RubyArray |
RubyObject.singleton_methods(IRubyObject[] args)
rb_obj_singleton_methods call-seq: obj.singleton_methods(all=true) => array Returns an array of the names of singleton methods for obj. |
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 |
RubyBigDecimal.split()
|
static RubyArray |
RubyFile.split(IRubyObject recv,
IRubyObject arg)
|
RubyArray |
RubyString.split(ThreadContext context)
rb_str_split_m |
RubyArray |
RubyString.split(ThreadContext context,
IRubyObject arg0)
rb_str_split_m |
RubyArray |
RubyString.split(ThreadContext context,
IRubyObject[] args)
Deprecated. Use the versions with zero, one, or two args. |
RubyArray |
RubyString.split(ThreadContext context,
IRubyObject arg0,
IRubyObject arg1)
rb_str_split_m |
RubyArray |
RubyArray.to_a()
rb_ary_to_a |
RubyArray |
RubyHash.to_a()
rb_hash_to_a |
RubyArray |
RubyMatchData.to_a()
match_to_a |
RubyArray |
RubyObject.to_a()
rb_any_to_a call-seq: obj.to_a -> anArray Returns an array representation of obj. |
RubyArray |
RubyStruct.to_a()
|
RubyArray |
RubyTime.to_a()
|
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(ThreadContext context,
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.executable |
---|
Constructors in org.jruby.ast.executable with parameters of type RubyArray | |
---|---|
RubiniusCMethod(RubyArray obj)
|
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 |
ASTInterpreter.arrayValue(Ruby runtime,
IRubyObject value)
|
RubyArray |
ValueConverter.singleToArray(IRubyObject value)
|
RubyArray |
ValueConverter.singleToMultiple(IRubyObject value)
|
static RubyArray |
ASTInterpreter.splatValue(IRubyObject value,
Ruby runtime)
|
static RubyArray |
ASTInterpreter.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 checkArity)
|
Uses of RubyArray in org.jruby.javasupport |
---|
Methods in org.jruby.javasupport that return RubyArray | |
---|---|
RubyArray |
JavaCallable.argument_types()
|
RubyArray |
JavaClass.classes()
|
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()
|
static RubyArray |
JavaClass.getRubyArray(Ruby runtime,
java.lang.Class<?>[] classes)
|
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 |
RuntimeHelpers.createSubarray(IRubyObject[] input,
Ruby runtime,
int start)
|
static RubyArray |
RuntimeHelpers.createSubarray(RubyArray input,
int start)
|
static RubyArray |
RuntimeHelpers.ensureMultipleAssignableRubyArray(Ruby runtime,
IRubyObject value,
boolean masgnHasHead)
|
static RubyArray |
RuntimeHelpers.ensureRubyArray(IRubyObject value)
|
Methods in org.jruby.javasupport.util with parameters of type RubyArray | |
---|---|
static RubyArray |
RuntimeHelpers.createSubarray(RubyArray input,
int start)
|
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 | |
---|---|
RubyArray |
TypeCoercer.convertToArray(IRubyObject src)
Methods which perform to_xxx if the object has such a method |
static RubyArray |
Pack.unpack(Ruby runtime,
org.jruby.util.ByteList encodedString,
org.jruby.util.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,
org.jruby.util.ByteList formatString)
pack_pack Template characters for Array#pack Directive Meaning
Copyright © 2002-2007 JRuby Team. All Rights Reserved. |