jruby/docs BETA
Navigation
org.jruby.runtime 44
I Accessor
C ArgumentDescriptor
E ArgumentType
C Arity
C Binding
C Block
C BlockBody
I BlockCallback
C Builtins
C CallBlock
C CallBlock19
C CallSite
E CallType
E ClassIndex
C CompiledIRBlockBody
C Constants
C ContextAwareBlockBody
C DynamicScope
C EventHook
I ExecutionContext
C Frame
C GlobalVariable
C Helpers
I IAccessor
C IRBlockBody
C InterpretedIRBlockBody
C JavaInternalBlockBody
C JavaSites
C MethodBlockBody
C MethodFactory
C MethodIndex
C MixedModeIRBlockBody
C NullBlockBody
I ObjectAllocator
I ObjectMarshal
C ObjectSpace
I PositionAware
C ReadonlyGlobalVariable
E RubyEvent
C Signature
I SimpleHash
C ThreadContext
C TraceEventManager
E Visibility
ArgumentType — members 9+
F name() String
F typeId() String
F anonymous() boolean
M anonymous_form() ArgumentType
M to_array_form(runtime, name) RubyArray
M to_array_form(context, name) RubyArray
M value_of(name) ArgumentType
M value_of(prefix) ArgumentType
M values() ArgumentType[]
from Enum
M compare_to(arg0) int
M declaring_class() Class<E>
M describe_constable() EnumDesc<E>>
M equals(arg0) boolean
M hash_code() int
M name() String
M ordinal() int
M to_string() String

org.jruby.runtime.ArgumentType

enum final 9 members

The diffierent types of arguments identified in a method.

Fields

fieldtypenote
name String
typeId String
anonymous boolean

Class Methods

value_of

ArgumentType value_of ( String name )
Java: valueOf(String name)

value_of

ArgumentType value_of ( char prefix )
Java: valueOf(char prefix)

values

ArgumentType[] values ( )
Java: values()

Instance Methods

anonymous_form

ArgumentType anonymous_form ( )
Java: anonymousForm()

to_array_form

RubyArray to_array_form ( Ruby runtime, RubySymbol name )
Java: toArrayForm(org.jruby.Ruby runtime, org.jruby.RubySymbol name)

to_array_form

RubyArray to_array_form ( ThreadContext context, RubySymbol name )
Java: toArrayForm(org.jruby.runtime.ThreadContext context, org.jruby.RubySymbol name)

Inherited

from Enum

compare_to

int compare_to ( E arg0 )
Java: compareTo(E arg0)

declaring_class

Class<E> declaring_class ( )
Java: getDeclaringClass() · also: get_declaring_class

describe_constable

Optional<Enum.EnumDesc<E>> describe_constable ( )
Java: describeConstable()

equals

boolean equals ( Object arg0 )
Java: equals(Object arg0)

hash_code

int hash_code ( )
Java: hashCode()

name

String name ( )
Java: name()

ordinal

int ordinal ( )
Java: ordinal()

to_string

String to_string ( )
Java: toString()