Directive
|
Meaning
| @
| Moves to absolute position
| A
| ASCII string (space padded, count is width)
| a
| ASCII string (null padded, count is width)
| B
| Bit string (descending bit order)
| b
| Bit string (ascending bit order)
| C
| Unsigned char
| c
| Char
| d
| Double-precision float, native format
| E
| Double-precision float, little-endian byte order
| e
| Single-precision float, little-endian byte order
| f
| Single-precision float, native format
| G
| Double-precision float, network (big-endian) byte order
| g
| Single-precision float, network (big-endian) byte order
| H
| Hex string (high nibble first)
| h
| Hex string (low nibble first)
| I
| Unsigned integer
| i
| Integer
| L
| Unsigned long
| l
| Long
| M
| Quoted printable, MIME encoding (see RFC2045)
| m
| Base64 encoded string
| N
| Long, network (big-endian) byte order
| n
| Short, network (big-endian) byte-order
| P
| Pointer to a structure (fixed-length string)
| p
| Pointer to a null-terminated string
| Q
| Unsigned 64-bit number
| q
| 64-bit number
| S
| Unsigned short
| s
| Short
| U
| UTF-8
| u
| UU-encoded string
| V
| Long, little-endian byte order
| v
| Short, little-endian byte order
| X
| Back up a byte
| x
| Null byte
| Z
| Same as ``A''
|
Packs the contents of arr into a binary sequence according to the directives in
aTemplateString (see preceding table).
Pack.Converter - Class in org.jruby.util Pack.Converter(int) -
Constructor for class org.jruby.util.Pack.Converter
pack_sockaddr_in(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.socket.RubySocket
Deprecated.
pack_sockaddr_in(ThreadContext, IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.socket.RubySocket
pack_sockaddr_in(ThreadContext, IRubyObject, int, String) -
Static method in class org.jruby.ext.socket.RubySocket
pack_sockaddr_un(IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.socket.RubySocket
Deprecated.
pack_sockaddr_un(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.socket.RubySocket
packageRestArgumentsForReflection(Object[]) -
Method in class org.jruby.runtime.callback.ReflectionCallback
Returns an object array that collects all rest arguments in its own object array which
is then put into the last slot of the first object array.
paint(Graphics) -
Method in class org.jruby.JRubyApplet
pair(DAGBuilder.N, DAGBuilder.N) -
Static method in class org.jruby.compiler.DAGBuilder
pair(DAGBuilder.N) -
Static method in class org.jruby.compiler.DAGBuilder
pair() -
Static method in class org.jruby.compiler.DAGBuilder
PARAGRAPH_DELIMETER -
Static variable in interface org.jruby.util.io.Stream
PARAGRAPH_SEPARATOR -
Static variable in interface org.jruby.util.io.Stream
parameter_annotations() -
Method in class org.jruby.javasupport.JavaCallable
parameter_types() -
Method in class org.jruby.javasupport.JavaCallable
parameterTypes -
Variable in class org.jruby.ext.ffi.CallbackInfo
ParameterTypes - Interface in org.jruby.javasupport params(IRubyObject, IRubyObject) -
Method in class org.jruby.RubyZlib.Deflate
params(Class...) -
Static method in class org.jruby.util.CodegenUtils
params(Class, int) -
Static method in class org.jruby.util.CodegenUtils
params(Class, Class, int) -
Static method in class org.jruby.util.CodegenUtils
params(int, int) -
Method in class org.jruby.util.ZlibDeflate
parent -
Variable in class org.jruby.RubyModule
parent -
Variable in class org.jruby.runtime.DynamicScope
Parent - Class in org.jruby.test Parent() -
Constructor for class org.jruby.test.Parent
parse(ParserConfiguration, LexerSource) -
Method in class org.jruby.parser.DefaultRubyParser
The parse method use an lexer stream and parse it to an AST node
structure
parse(String, ByteList, DynamicScope, ParserConfiguration) -
Method in class org.jruby.parser.Parser
parse(ParserConfiguration, LexerSource) -
Method in class org.jruby.parser.Ruby19Parser
The parse method use an lexer stream and parse it to an AST node
structure
parse(ParserConfiguration, LexerSource) -
Method in interface org.jruby.parser.RubyParser
parse(String, String, DynamicScope, int, boolean) -
Method in class org.jruby.Ruby
Deprecated.
parse(ByteList, String, DynamicScope, int, boolean) -
Method in class org.jruby.Ruby
parse(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyJRuby
parse(Ruby, String, String, int) -
Method in interface org.jruby.RubyRuntimeAdapter
parse(Ruby, InputStream, String, int) -
Method in interface org.jruby.RubyRuntimeAdapter
parse(String, ParsePosition) -
Method in class org.jruby.util.RubyDateFormat
parse_internal(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML
parseAsBlock(DynamicScope) -
Method in class org.jruby.parser.ParserConfiguration
If we are performing an eval we should pass existing scope in.
parseEval(String, String, DynamicScope, int) -
Method in class org.jruby.Ruby
parseEval(ByteList, String, DynamicScope, int) -
Method in class org.jruby.Ruby
parseFile(InputStream, String, DynamicScope, int) -
Method in class org.jruby.Ruby
parseFile(InputStream, String, DynamicScope) -
Method in class org.jruby.Ruby
parseFromMain(InputStream, String) -
Method in class org.jruby.Ruby
Parse the script contained in the given input stream, using the given
filename as the name of the script, and return the root Node.
parseInline(InputStream, String, DynamicScope) -
Method in class org.jruby.Ruby
Parser - Class in org.jruby.parserServes as a simple facade for all the parsing magic.Parser(Ruby) -
Constructor for class org.jruby.parser.Parser
ParserConfiguration - Class in org.jruby.parser ParserConfiguration(KCode, int, boolean, CompatVersion) -
Constructor for class org.jruby.parser.ParserConfiguration
ParserConfiguration(KCode, int, boolean, boolean, CompatVersion) -
Constructor for class org.jruby.parser.ParserConfiguration
ParserConfiguration(KCode, int, boolean, boolean, boolean, CompatVersion) -
Constructor for class org.jruby.parser.ParserConfiguration
ParserConfiguration(KCode, int, boolean, boolean, boolean, RubyInstanceConfig) -
Constructor for class org.jruby.parser.ParserConfiguration
ParserStats - Class in org.jruby.management ParserStats(Ruby) -
Constructor for class org.jruby.management.ParserStats
ParserStatsMBean - Interface in org.jruby.management ParserSupport - Class in org.jruby.parser ParserSupport() -
Constructor for class org.jruby.parser.ParserSupport
ParserSupport19 - Class in org.jruby.parser ParserSupport19() -
Constructor for class org.jruby.parser.ParserSupport19
parseSimpleStringIntoBuffer(LexerSource, ByteList) -
Method in class org.jruby.lexer.yacc.StringTerm
parseString(RubyYaccLexer, LexerSource) -
Method in class org.jruby.lexer.yacc.HeredocTerm
parseString(RubyYaccLexer, LexerSource) -
Method in class org.jruby.lexer.yacc.StringTerm
parseString(RubyYaccLexer, LexerSource) -
Method in class org.jruby.lexer.yacc.StrTerm
parseStringIntoBuffer(RubyYaccLexer, LexerSource, ByteList) -
Method in class org.jruby.lexer.yacc.StringTerm
partition(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
partition(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
partition19(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
pass(IRubyObject) -
Static method in class org.jruby.RubyThread
passwd(IRubyObject, Block) -
Static method in class org.jruby.RubyEtc
path() -
Method in class org.jruby.ext.socket.RubyUNIXSocket
Deprecated.
path(ThreadContext) -
Method in class org.jruby.ext.socket.RubyUNIXSocket
path(ThreadContext) -
Method in class org.jruby.RubyDir
path -
Variable in class org.jruby.RubyFile
path(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFile
path(ThreadContext) -
Method in class org.jruby.RubyFile
path() -
Method in class org.jruby.RubyStringIO
PATH_SPLIT -
Static variable in class org.jruby.util.JavaNameMangler
payload -
Variable in class org.jruby.compiler.DAGBuilder.N
peek(int) -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
peek(int) -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
Is the next character equal to 'to'
peek(int) -
Method in class org.jruby.lexer.yacc.LexerSource
peek(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyStringScanner
peep(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyStringScanner
PEEPHOLE_OPTZ -
Static variable in class org.jruby.RubyInstanceConfig
peeraddr() -
Method in class org.jruby.ext.socket.RubyIPSocket
Deprecated.
peeraddr(ThreadContext) -
Method in class org.jruby.ext.socket.RubyIPSocket
peeraddr(ThreadContext, IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyTCPServer
peeraddr() -
Method in class org.jruby.ext.socket.RubyUNIXSocket
Deprecated.
peeraddr(ThreadContext) -
Method in class org.jruby.ext.socket.RubyUNIXSocket
performBackref(char) -
Method in interface org.jruby.compiler.BodyCompiler
performBackref(char) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
performBooleanBranch(BranchCallback, BranchCallback) -
Method in interface org.jruby.compiler.BodyCompiler
Perform a boolean branch operation based on the Ruby "true" value of the top value
on the stack.
performBooleanBranch(BranchCallback, BranchCallback) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
performBooleanLoop(BranchCallback, BranchCallback, boolean) -
Method in interface org.jruby.compiler.BodyCompiler
Perform a boolean loop using the given condition-calculating branch and body branch.
performBooleanLoop(BranchCallback, BranchCallback, boolean) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
performBooleanLoopLight(BranchCallback, BranchCallback, boolean) -
Method in interface org.jruby.compiler.BodyCompiler
Perform a boolean loop using the given condition-calculating branch and body branch.
performBooleanLoopLight(BranchCallback, BranchCallback, boolean) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
performBooleanLoopSafe(BranchCallback, BranchCallback, boolean) -
Method in interface org.jruby.compiler.BodyCompiler
Perform a boolean loop using the given condition-calculating branch and body branch.
performBooleanLoopSafe(BranchCallback, BranchCallback, boolean) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
performEnsure(BranchCallback, BranchCallback) -
Method in interface org.jruby.compiler.BodyCompiler
performEnsure(BranchCallback, BranchCallback) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
performLogicalAnd(BranchCallback) -
Method in interface org.jruby.compiler.BodyCompiler
Perform a logical short-circuited Ruby "and" operation, using Ruby notions of true and false.
performLogicalAnd(BranchCallback) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
performLogicalOr(BranchCallback) -
Method in interface org.jruby.compiler.BodyCompiler
Perform a logical short-circuited Ruby "or" operation, using Ruby notions of true and false.
performLogicalOr(BranchCallback) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
performRescue(BranchCallback, BranchCallback, boolean) -
Method in interface org.jruby.compiler.BodyCompiler
performRescue(BranchCallback, BranchCallback, boolean) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
performRescueLight(BranchCallback, BranchCallback, boolean) -
Method in interface org.jruby.compiler.BodyCompiler
performRescueLight(BranchCallback, BranchCallback, boolean) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
performReturn() -
Method in interface org.jruby.compiler.BodyCompiler
Return the current value on the top of the stack, taking into consideration surrounding blocks.
performReturn() -
Method in class org.jruby.compiler.impl.ChildScopedBodyCompiler
performReturn() -
Method in class org.jruby.compiler.impl.ClassBodyCompiler
performReturn() -
Method in class org.jruby.compiler.impl.MethodBodyCompiler
performReturn() -
Method in class org.jruby.compiler.impl.RootScopedBodyCompiler
permutation(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyArray
rb_ary_permutation
permutation(ThreadContext, Block) -
Method in class org.jruby.RubyArray
perror(String) -
Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
pid(ThreadContext) -
Method in class org.jruby.RubyIO
Return the process id (pid) of the process this IO object
spawned.
pid(IRubyObject) -
Static method in class org.jruby.RubyProcess
Deprecated.
pid(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyProcess
pid(Ruby) -
Static method in class org.jruby.RubyProcess
pid() -
Method in class org.jruby.RubyStringIO
pipe(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyIO
pipe_p() -
Method in class org.jruby.RubyFileStat
pipe_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
PipeException - Exception in org.jruby.util.io PipeException() -
Constructor for exception org.jruby.util.io.PipeException
Platform - Class in org.jruby.ext.ffi Platform(Platform.OS) -
Constructor for class org.jruby.ext.ffi.Platform
Platform - Class in org.jruby.platformPlatform specific constants.Platform() -
Constructor for class org.jruby.platform.Platform
PLATFORM -
Static variable in class org.jruby.runtime.Constants
Platform.CPU - Enum in org.jruby.ext.ffi Platform.OS - Enum in org.jruby.ext.ffi PlatformTest - Class in org.jruby.util PlatformTest() -
Constructor for class org.jruby.util.PlatformTest
plus(BenchIntFibRecursive.BoxedInt) -
Method in class org.jruby.test.bench.BenchIntFibRecursive.BoxedInt
plus(BenchLongFibRecursive.BoxedLong) -
Method in class org.jruby.test.bench.BenchLongFibRecursive.BoxedLong
PlusCallSite - Class in org.jruby.runtime.callsite PlusCallSite() -
Constructor for class org.jruby.runtime.callsite.PlusCallSite
Pointer - Class in org.jruby.ext.ffiC memory pointer operations.Pointer(Ruby, RubyClass, MemoryIO) -
Constructor for class org.jruby.ext.ffi.Pointer
Pointer(Ruby, RubyClass, MemoryIO, long) -
Constructor for class org.jruby.ext.ffi.Pointer
Pointer(Ruby, RubyClass, MemoryIO, long, int) -
Constructor for class org.jruby.ext.ffi.Pointer
pointer(ThreadContext) -
Method in class org.jruby.ext.ffi.Struct
polar(ThreadContext, IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyComplex
nucomp_s_polar
polar(ThreadContext) -
Method in class org.jruby.RubyComplex
nucomp_polar
polar(ThreadContext) -
Method in class org.jruby.RubyNumeric
numeric_polar
pollAndGetClass(ThreadContext, IRubyObject, RubyModule, String) -
Static method in class org.jruby.runtime.callsite.SuperCallSite
pollAndReturn(ThreadContext, IRubyObject) -
Static method in class org.jruby.evaluator.ASTInterpreter
pollThreadEvents() -
Method in interface org.jruby.compiler.BodyCompiler
pollThreadEvents() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
pollThreadEvents() -
Method in class org.jruby.RubyThread
pollThreadEvents(ThreadContext) -
Method in class org.jruby.RubyThread
pollThreadEvents() -
Method in class org.jruby.runtime.ThreadContext
POOL_MAX -
Static variable in class org.jruby.RubyInstanceConfig
POOL_MIN -
Static variable in class org.jruby.RubyInstanceConfig
POOL_TTL -
Static variable in class org.jruby.RubyInstanceConfig
POOLING_ENABLED -
Static variable in class org.jruby.RubyInstanceConfig
pop() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
pop() -
Method in class org.jruby.ext.Readline.ReadlineHistory
pop(ThreadContext, IRubyObject[]) -
Method in class org.jruby.libraries.ThreadLibrary.Queue
pop(ThreadContext, IRubyObject[]) -
Method in class org.jruby.libraries.ThreadLibrary.SizedQueue
pop(ThreadContext) -
Method in class org.jruby.RubyArray
rb_ary_pop
pop19(ThreadContext) -
Method in class org.jruby.RubyArray
pop19(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyArray
pop2() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
popArray(IRubyObject[]) -
Static method in class org.jruby.ast.util.ArgsUtil
Remove first element from array
popCatch() -
Method in class org.jruby.runtime.ThreadContext
popCurrentScope() -
Method in class org.jruby.parser.ParserSupport
popen(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyIO
popen(Ruby, IRubyObject, ModeFlags) -
Static method in class org.jruby.util.ShellLauncher
popen3(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyIO
popen3(Ruby, IRubyObject[]) -
Static method in class org.jruby.util.ShellLauncher
popRubyClass() -
Method in class org.jruby.runtime.ThreadContext
popScope() -
Method in class org.jruby.runtime.ThreadContext
populate(RubyModule, Class) -
Method in class org.jruby.anno.TypePopulator.DefaultTypePopulator
populate(RubyModule, Class) -
Method in class org.jruby.anno.TypePopulator
populateImplClass(Ruby, Class, Map<String, List<Method>>) -
Static method in class org.jruby.java.MiniJava
populateInstanceMethodNames(Set<String>, RubyArray, Visibility, boolean, boolean, boolean) -
Method in class org.jruby.RubyModule
populateMethod(JavaMethod, int, String, boolean, CallConfiguration) -
Method in class org.jruby.anno.TypePopulator
populateMirrorForArrayClass(RubyModule, Class) -
Static method in class org.jruby.java.MiniJava
populateMirrorForClass(RubyModule, Class) -
Static method in class org.jruby.java.MiniJava
populateModuleMethod(RubyModule, JavaMethod) -
Method in class org.jruby.anno.TypePopulator
portToService -
Static variable in class org.jruby.ext.socket.IANA
pos(ThreadContext) -
Method in class org.jruby.RubyIO
pos() -
Method in class org.jruby.RubyStringIO
pos() -
Method in class org.jruby.RubyStringScanner
pos() -
Method in class org.jruby.RubyZlib.RubyGzipReader
pos() -
Method in class org.jruby.RubyZlib.RubyGzipWriter
pos_set(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyIO
position(ISourcePositionHolder, ISourcePositionHolder) -
Method in class org.jruby.parser.ParserSupport
POSITIONLESS_COMPILE_ENABLED -
Static variable in class org.jruby.RubyInstanceConfig
post(Ruby, ThreadContext, String) -
Method in class org.jruby.internal.runtime.methods.InterpretedMethod
post(Ruby, ThreadContext, String) -
Method in class org.jruby.internal.runtime.methods.JittedMethod
post(Ruby, ThreadContext, String) -
Method in class org.jruby.internal.runtime.methods.TraceableInterpretedMethod
post(ThreadContext, Binding, Visibility, Frame) -
Method in class org.jruby.runtime.CompiledBlock
post(ThreadContext, Binding, Visibility, Frame) -
Method in class org.jruby.runtime.CompiledBlock19
post(ThreadContext, Binding, Visibility, Frame) -
Method in class org.jruby.runtime.CompiledBlockLight
post(ThreadContext, Binding, Visibility, Frame) -
Method in class org.jruby.runtime.CompiledBlockLight19
post(ThreadContext, Binding, Visibility, Frame) -
Method in class org.jruby.runtime.Interpreted19Block
post(ThreadContext, Binding, Visibility, Frame) -
Method in class org.jruby.runtime.InterpretedBlock
post(ThreadContext, Binding, Frame) -
Method in class org.jruby.runtime.MethodBlock
post_match(ThreadContext) -
Method in class org.jruby.RubyMatchData
match_post_match
post_match(ThreadContext) -
Method in class org.jruby.RubyStringScanner
postBacktraceAndScope(ThreadContext) -
Static method in class org.jruby.internal.runtime.methods.JavaMethod
postBacktraceDummyScope(ThreadContext) -
Static method in class org.jruby.internal.runtime.methods.JavaMethod
postBacktraceOnly(ThreadContext) -
Static method in class org.jruby.internal.runtime.methods.JavaMethod
postBsfApply() -
Method in class org.jruby.runtime.ThreadContext
postClassEval() -
Method in class org.jruby.runtime.ThreadContext
postCompiledClass() -
Method in class org.jruby.runtime.ThreadContext
postEvalScriptlet() -
Method in class org.jruby.runtime.ThreadContext
postEvalWithBinding(Binding, Frame) -
Method in class org.jruby.runtime.ThreadContext
postExecuteUnder() -
Method in class org.jruby.runtime.ThreadContext
PostExeNode - Class in org.jruby.astCaptures END statements (END {...})PostExeNode(ISourcePosition, Node) -
Constructor for class org.jruby.ast.PostExeNode
postFrameAndScope(ThreadContext) -
Static method in class org.jruby.internal.runtime.methods.JavaMethod
postFrameOnly(ThreadContext) -
Static method in class org.jruby.internal.runtime.methods.JavaMethod
postLoad(ThreadContext) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
postMethodBacktraceAndScope() -
Method in class org.jruby.runtime.ThreadContext
postMethodBacktraceDummyScope() -
Method in class org.jruby.runtime.ThreadContext
postMethodBacktraceOnly() -
Method in class org.jruby.runtime.ThreadContext
postMethodFrameAndScope() -
Method in class org.jruby.runtime.ThreadContext
postMethodFrameOnly() -
Method in class org.jruby.runtime.ThreadContext
postMethodScopeOnly() -
Method in class org.jruby.runtime.ThreadContext
postMproc() -
Method in class org.jruby.runtime.ThreadContext
postNodeEval() -
Method in class org.jruby.runtime.ThreadContext
postNoFrameDummyScope(ThreadContext) -
Static method in class org.jruby.internal.runtime.methods.JavaMethod
postNoop(ThreadContext) -
Static method in class org.jruby.internal.runtime.methods.JavaMethod
postOpAsgnWithOrAnd(IRubyObject, IRubyObject, ThreadContext, IRubyObject, CallSite) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
postScopedBody() -
Method in class org.jruby.runtime.ThreadContext
postScopeNode() -
Method in class org.jruby.runtime.ThreadContext
postScopeOnly(ThreadContext) -
Static method in class org.jruby.internal.runtime.methods.JavaMethod
postTrace() -
Method in class org.jruby.runtime.ThreadContext
postYield(Binding, Frame) -
Method in class org.jruby.runtime.ThreadContext
postYieldLight(Binding, Frame) -
Method in class org.jruby.runtime.ThreadContext
postYieldNoScope(Frame) -
Method in class org.jruby.runtime.ThreadContext
ppid(IRubyObject) -
Static method in class org.jruby.RubyProcess
Deprecated.
ppid(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyProcess
ppid(Ruby) -
Static method in class org.jruby.RubyProcess
PRAGMAS -
Static variable in class org.jruby.compiler.ASTInspector
pre(ThreadContext, String, IRubyObject, Block, Ruby) -
Method in class org.jruby.internal.runtime.methods.InterpretedMethod
pre(ThreadContext, IRubyObject, String, Block, int) -
Method in class org.jruby.internal.runtime.methods.JittedMethod
pre(ThreadContext, String, IRubyObject, Block, Ruby) -
Method in class org.jruby.internal.runtime.methods.TraceableInterpretedMethod
pre(ThreadContext, RubyModule, Binding) -
Method in class org.jruby.runtime.CompiledBlock
pre(ThreadContext, RubyModule, Binding) -
Method in class org.jruby.runtime.CompiledBlock19
pre(ThreadContext, RubyModule, Binding) -
Method in class org.jruby.runtime.CompiledBlockLight
pre(ThreadContext, RubyModule, Binding) -
Method in class org.jruby.runtime.CompiledBlockLight19
pre(ThreadContext, RubyModule, Binding) -
Method in class org.jruby.runtime.CompiledSharedScopeBlock
pre(ThreadContext, RubyModule, Binding) -
Method in class org.jruby.runtime.Interpreted19Block
pre(ThreadContext, RubyModule, Binding) -
Method in class org.jruby.runtime.InterpretedBlock
pre(ThreadContext, RubyModule, Binding) -
Method in class org.jruby.runtime.MethodBlock
pre(ThreadContext, RubyModule, Binding) -
Method in class org.jruby.runtime.SharedScopeBlock
pre_match(ThreadContext) -
Method in class org.jruby.RubyMatchData
match_pre_match
pre_match(ThreadContext) -
Method in class org.jruby.RubyStringScanner
preAdoptThread() -
Method in class org.jruby.runtime.ThreadContext
preBacktraceAndScope(ThreadContext, String) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
preBacktraceDummyScope(ThreadContext, String) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
preBacktraceOnly(ThreadContext, String) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
preBsfApply(String[]) -
Method in class org.jruby.runtime.ThreadContext
prec(ThreadContext, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyPrecision
prec_f(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyPrecision
prec_i(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyPrecision
preciseCodePoint(Encoding, byte[], int, int) -
Static method in class org.jruby.util.StringSupport
preciseLength(Encoding, byte[], int, int) -
Static method in class org.jruby.util.StringSupport
preClassEval(StaticScope, RubyModule) -
Method in class org.jruby.runtime.ThreadContext
preCompiledClass(RubyModule, StaticScope) -
Method in class org.jruby.runtime.ThreadContext
preCompiledClassDummyScope(RubyModule, StaticScope) -
Method in class org.jruby.runtime.ThreadContext
precs() -
Method in class org.jruby.RubyBigDecimal
pred() -
Method in class org.jruby.RubyFixnum
pred(ThreadContext) -
Method in class org.jruby.RubyInteger
preEvalScriptlet(DynamicScope) -
Method in class org.jruby.runtime.ThreadContext
preEvalWithBinding(Binding) -
Method in class org.jruby.runtime.ThreadContext
preExecuteUnder(RubyModule, Block) -
Method in class org.jruby.runtime.ThreadContext
PreExeNode - Class in org.jruby.astA pre-execution construction (BEGIN { ...PreExeNode(ISourcePosition, StaticScope, Node) -
Constructor for class org.jruby.ast.PreExeNode
preForBlock(Binding, RubyModule) -
Method in class org.jruby.runtime.ThreadContext
preFrameAndDummyScope(ThreadContext, IRubyObject, String, Block) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
preFrameAndScope(ThreadContext, IRubyObject, String, Block) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
preFrameOnly(ThreadContext, IRubyObject, String, Block) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
preLoad(ThreadContext, String[]) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
preMethodBacktraceAndScope(String, RubyModule, StaticScope) -
Method in class org.jruby.runtime.ThreadContext
preMethodBacktraceDummyScope(RubyModule, String, StaticScope) -
Method in class org.jruby.runtime.ThreadContext
preMethodBacktraceOnly(String) -
Method in class org.jruby.runtime.ThreadContext
preMethodFrameAndDummyScope(RubyModule, String, IRubyObject, Block, StaticScope) -
Method in class org.jruby.runtime.ThreadContext
preMethodFrameAndScope(RubyModule, String, IRubyObject, Block, StaticScope) -
Method in class org.jruby.runtime.ThreadContext
preMethodFrameOnly(RubyModule, String, IRubyObject, Block) -
Method in class org.jruby.runtime.ThreadContext
preMethodNoFrameAndDummyScope(RubyModule, StaticScope) -
Method in class org.jruby.runtime.ThreadContext
preMethodScopeOnly(RubyModule, StaticScope) -
Method in class org.jruby.runtime.ThreadContext
preMproc() -
Method in class org.jruby.runtime.ThreadContext
preNodeEval(RubyModule, IRubyObject, String) -
Method in class org.jruby.runtime.ThreadContext
preNodeEval(RubyModule, IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
preNoFrameDummyScope(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
preNoop() -
Method in class org.jruby.internal.runtime.methods.JavaMethod
preOpAsgnWithOrAnd(IRubyObject, ThreadContext, IRubyObject, CallSite) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject[], Block) -
Method in class org.jruby.ast.ArgsNoArgNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject[], Block) -
Method in class org.jruby.ast.ArgsNode
prepare(ThreadContext, Ruby, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject[], Block) -
Method in class org.jruby.ast.ArgsPreOneArgNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsPreOneArgNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsPreOneArgNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsPreOneArgNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsPreOneArgNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject[], Block) -
Method in class org.jruby.ast.ArgsPreTwoArgNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsPreTwoArgNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsPreTwoArgNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsPreTwoArgNode
prepare(ThreadContext, Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.ArgsPreTwoArgNode
prepareAnnotatedMethod(RubyModule, JavaMethod, JavaMethodDescriptor) -
Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
Use code generation to provide a method handle based on an annotated Java
method.
prepareArgumentsForCall(ThreadContext, IRubyObject[], Block.Type) -
Method in class org.jruby.runtime.BlockBody
prepareClassNamespace(ThreadContext, IRubyObject) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
prepareLoadSearch(String) -
Method in class org.jruby.runtime.load.LoadService.SearchState
prepareOptionalArguments(ThreadContext, Ruby, IRubyObject, IRubyObject[]) -
Method in class org.jruby.ast.ArgsNode
prepareOptOrRestArgs(ThreadContext, Ruby, DynamicScope, IRubyObject, IRubyObject[]) -
Method in class org.jruby.ast.ArgsNode
prepareRequireSearch(String) -
Method in class org.jruby.runtime.load.LoadService.SearchState
prepareRestArg(ThreadContext, Ruby, DynamicScope, IRubyObject[], int) -
Method in class org.jruby.ast.ArgsNode
prepareSuperClass(Ruby, IRubyObject) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
prepareTopLevel(RubyClass, IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
prepend(Node) -
Method in class org.jruby.ast.ListNode
preprocessCheck(Ruby, IRubyObject) -
Static method in class org.jruby.RubyRegexp
preRunThread(Frame) -
Method in class org.jruby.runtime.ThreadContext
preScopedBody(DynamicScope) -
Method in class org.jruby.runtime.ThreadContext
preScopeNode(StaticScope) -
Method in class org.jruby.runtime.ThreadContext
preScopeOnly(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
preTrace() -
Method in class org.jruby.runtime.ThreadContext
pretty(Class, Class...) -
Static method in class org.jruby.util.CodegenUtils
prettyParams(Class...) -
Static method in class org.jruby.util.CodegenUtils
prettySig -
Variable in class org.jruby.java.MiniJava.AbstractJavaWrapperMethod
prettySig -
Variable in class org.jruby.java.MiniJava.AbstractJavaWrapperMethodZero
PREVIOUS_EXCEPTION_OFFSET -
Static variable in class org.jruby.compiler.impl.StandardASMCompiler
previousBinding() -
Method in class org.jruby.runtime.ThreadContext
Return a binding representing the previous call's state
previousBinding(IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
Return a binding representing the previous call's state but with a specified self
preYieldLightBlock(Binding, DynamicScope, RubyModule) -
Method in class org.jruby.runtime.ThreadContext
preYieldNoScope(Binding, RubyModule) -
Method in class org.jruby.runtime.ThreadContext
preYieldSpecificBlock(Binding, StaticScope, RubyModule) -
Method in class org.jruby.runtime.ThreadContext
primitive_match(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.Java.JavaUtilities
primitive_match(Object, Object) -
Static method in class org.jruby.javasupport.Java
primitive_match(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.Java
primitive_p() -
Method in class org.jruby.javasupport.JavaClass
primitive_to_java(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.javasupport.Java
primitive_to_java(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.javasupport.JavaUtil
primitiveToWrapper(Class<?>) -
Static method in class org.jruby.javasupport.JavaUtil
print(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyIO
Print some objects to the stream.
print(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyIO
Print some objects to the stream.
print(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
print(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyStringIO
print(IRubyObject[]) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
printBacktrace(PrintStream) -
Method in class org.jruby.NativeException
printBacktrace(PrintStream) -
Method in class org.jruby.RubyException
printErr -
Variable in class org.jruby.test.TestUnitTestSuite
printError(RubyException) -
Method in class org.jruby.Ruby
Prints an error with backtrace to the error stream.
printf(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyIO
printf(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
printf(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyStringIO
printf(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
println() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
printOut -
Variable in class org.jruby.test.TestUnitTestSuite
printProperties() -
Method in class org.jruby.Main
printScope() -
Method in class org.jruby.runtime.ThreadContext
printStackTrace() -
Method in exception org.jruby.exceptions.RaiseException
printStackTrace(PrintStream) -
Method in exception org.jruby.exceptions.RaiseException
printStackTrace(PrintWriter) -
Method in exception org.jruby.exceptions.RaiseException
printUsage() -
Method in class org.jruby.Main
priority() -
Method in class org.jruby.RubyThread
priority_set(IRubyObject) -
Method in class org.jruby.RubyThread
private_class_method(IRubyObject[]) -
Method in class org.jruby.RubyModule
private_instance_methods(IRubyObject[]) -
Method in class org.jruby.RubyModule
rb_class_private_instance_methods
private_instance_methods19(IRubyObject[]) -
Method in class org.jruby.RubyModule
private_method_defined(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyModule
private_methods(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyObject
rb_obj_private_methods
call-seq:
obj.private_methods(all=true) => array
Returns the list of private methods accessible to obj.
private_p() -
Method in class org.jruby.javasupport.JavaClass
proc(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
proc(IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
Deprecated.
proc_1_9(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
procArityOf(Node) -
Static method in class org.jruby.runtime.Arity
processArguments(String[]) -
Method in class org.jruby.RubyInstanceConfig
processBlockArg(DynamicScope, Ruby, Block) -
Method in class org.jruby.ast.ArgsNode
processBlockArgument(Ruby, Block) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
ProcMethod - Class in org.jruby.internal.runtime.methods ProcMethod(RubyModule, RubyProc, Visibility) -
Constructor for class org.jruby.internal.runtime.methods.ProcMethod
Constructor for ProcMethod.
product(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyArray
rb_ary_product
Profile - Interface in org.jruby promptStyle -
Variable in class org.jruby.demo.TextAreaReadline
protect(BranchCallback, BranchCallback, Class) -
Method in interface org.jruby.compiler.BodyCompiler
Makes sure that the code in protectedCode will always run after regularCode.
protect(BranchCallback, BranchCallback, Class) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
protected_instance_methods(IRubyObject[]) -
Method in class org.jruby.RubyModule
rb_class_protected_instance_methods
protected_instance_methods19(IRubyObject[]) -
Method in class org.jruby.RubyModule
protected_method() -
Method in class org.jruby.test.Abstract
protected_method_defined(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyModule
protected_methods(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyObject
rb_obj_protected_methods
call-seq:
obj.protected_methods(all=true) => array
Returns the list of protected methods accessible to obj.
protected_p() -
Method in class org.jruby.javasupport.JavaClass
protectedClass -
Variable in class org.jruby.internal.runtime.methods.DynamicMethod
The "protected class" used for calculating protected access.
protection_domain() -
Method in class org.jruby.javasupport.JavaClass
ptr -
Variable in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
The native pointer.
ptr -
Variable in class org.jruby.ext.ffi.jna.NativeMemoryIO
The native pointer.
public_class_method(IRubyObject[]) -
Method in class org.jruby.RubyModule
public_instance_methods(IRubyObject[]) -
Method in class org.jruby.RubyModule
public_instance_methods19(IRubyObject[]) -
Method in class org.jruby.RubyModule
public_method_defined(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyModule
public_methods(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyObject
rb_obj_public_methods
call-seq:
obj.public_methods(all=true) => array
Returns the list of public methods accessible to obj.
public_p() -
Method in class org.jruby.javasupport.JavaCallable
public_p() -
Method in class org.jruby.javasupport.JavaClass
public_p() -
Method in class org.jruby.javasupport.JavaField
public_p() -
Method in class org.jruby.javasupport.JavaMethod
push(ThreadContext, IRubyObject) -
Method in class org.jruby.libraries.ThreadLibrary.Queue
push(ThreadContext, IRubyObject) -
Method in class org.jruby.libraries.ThreadLibrary.SizedQueue
push_glob(String, ByteList, int) -
Static method in class org.jruby.util.Dir
push_m(IRubyObject[]) -
Method in class org.jruby.RubyArray
rb_ary_push_m
FIXME: Whis is this named "push_m"?
push_pattern -
Static variable in class org.jruby.util.Dir
pushBlockScope() -
Method in class org.jruby.parser.ParserSupport
pushBoolean(boolean) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
pushCatch(RubyKernel.CatchTarget) -
Method in class org.jruby.runtime.ThreadContext
pushExitBlock(RubyProc) -
Method in class org.jruby.Ruby
Push block onto exit stack.
pushInt(int) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
pushLocalScope() -
Method in class org.jruby.parser.ParserSupport
pushNull() -
Method in interface org.jruby.compiler.BodyCompiler
pushNull() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
pushRubyClass(RubyModule) -
Method in class org.jruby.runtime.ThreadContext
pushScope(DynamicScope) -
Method in class org.jruby.runtime.ThreadContext
pushString(String) -
Method in interface org.jruby.compiler.BodyCompiler
pushString(String) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
put(long, byte[], int, int) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
put(long, short[], int, int) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
put(long, int[], int, int) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
put(long, long[], int, int) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
put(long, float[], int, int) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
put(long, double[], int, int) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
put(long, byte[], int, int) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
put(long, short[], int, int) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
put(long, int[], int, int) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
put(long, long[], int, int) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
put(long, float[], int, int) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
put(long, double[], int, int) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
put(long, byte[], int, int) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
put(long, short[], int, int) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
put(long, int[], int, int) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
put(long, long[], int, int) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
put(long, float[], int, int) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
put(long, double[], int, int) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
put(long, byte[], int, int) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
put(long, short[], int, int) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
put(long, int[], int, int) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
put(long, long[], int, int) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
put(long, float[], int, int) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
put(long, double[], int, int) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
put(long, byte[], int, int) -
Method in interface org.jruby.ext.ffi.MemoryIO
Writes an array of bytes to the memory area at the specified offset.
put(long, short[], int, int) -
Method in interface org.jruby.ext.ffi.MemoryIO
Writes an array of shorts to the memory area at the specified offset.
put(long, int[], int, int) -
Method in interface org.jruby.ext.ffi.MemoryIO
Writes an array of ints to the memory area at the specified offset.
put(long, long[], int, int) -
Method in interface org.jruby.ext.ffi.MemoryIO
Writes an array of longs to the memory area at the specified offset.
put(long, float[], int, int) -
Method in interface org.jruby.ext.ffi.MemoryIO
Writes an array of floats to the memory area at the specified offset.
put(long, double[], int, int) -
Method in interface org.jruby.ext.ffi.MemoryIO
Writes an array of doubles to the memory area at the specified offset.
put(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.StructLayout.Array
put(Ruby, StructLayout.Storage, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.StructLayout.Member
Writes a ruby value to the native struct member as the appropriate native value.
put(ThreadContext, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.StructLayout
Sets the native value of the struct member corresponding to name.
put(Object, T) -
Method in class org.jruby.javasupport.util.ObjectProxyCache
put(Object, Object) -
Method in class org.jruby.RubyHash
put(int, Object) -
Method in class org.jruby.util.collections.IntHashMap
Deprecated.
put(Object, Object) -
Method in class org.jruby.util.WeakIdentityHashMap
put_array_of_float(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
put_array_of_float64(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
put_array_of_int16(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
put_array_of_int32(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
put_array_of_int64(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
put_array_of_int8(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
put_array_of_long(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
put_array_of_pointer(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
put_bytes(ThreadContext, IRubyObject[]) -
Method in class org.jruby.ext.ffi.AbstractMemory
put_callback(ThreadContext, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
put_float32(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
Writes an 32 bit floating point value to the memory area.
put_float64(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
Writes an 64 bit floating point value to the memory area.
put_int16(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 16 bit signed integer value to the memory address.
put_int32(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 32 bit signed integer value to the memory address.
put_int64(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 64 bit integer value to the memory area.
put_int8(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 8 bit signed integer value to the memory area.
put_long(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
Writes a C long integer value to the memory area.
put_pointer(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
put_string(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
put_uint16(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 16 bit unsigned integer value to the memory address.
put_uint32(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
Writes an 32 bit unsigned integer value to the memory address.
put_uint64(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 64 bit unsigned integer value to the memory area.
put_uint8(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 8 bit unsigned integer value to the memory area.
put_ulong(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
Writes a C long integer value to the memory area.
putAddress(byte[], int, long) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
putAddress(long, long) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
putAddress(long, long) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
putAddress(long, long) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
putAddress(long, long) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
putAddress(long, long) -
Method in interface org.jruby.ext.ffi.MemoryIO
Writes a pointer value to the memory area at the specified offset.
putAll(Map) -
Method in class org.jruby.RubyHash
putAll(Map) -
Method in class org.jruby.util.GenericMap
putArrayOfFloat32(Ruby, MemoryIO, long, RubyArray) -
Static method in class org.jruby.ext.ffi.MemoryUtil
putArrayOfFloat64(Ruby, MemoryIO, long, RubyArray) -
Static method in class org.jruby.ext.ffi.MemoryUtil
putArrayOfSigned16(Ruby, MemoryIO, long, RubyArray) -
Static method in class org.jruby.ext.ffi.MemoryUtil
putArrayOfSigned32(Ruby, MemoryIO, long, RubyArray) -
Static method in class org.jruby.ext.ffi.MemoryUtil
putArrayOfSigned64(Ruby, MemoryIO, long, RubyArray) -
Static method in class org.jruby.ext.ffi.MemoryUtil
putArrayOfSigned8(Ruby, MemoryIO, long, RubyArray) -
Static method in class org.jruby.ext.ffi.MemoryUtil
putArrayOfUnsigned32(Ruby, MemoryIO, long, RubyArray) -
Static method in class org.jruby.ext.ffi.MemoryUtil
putArrayOfUnsigned8(Ruby, MemoryIO, long, RubyArray) -
Static method in class org.jruby.ext.ffi.MemoryUtil
putByte(long, byte) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
putByte(long, byte) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
putByte(long, byte) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
putByte(long, byte) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
putByte(long, byte) -
Method in interface org.jruby.ext.ffi.MemoryIO
Writes an 8 bit integer value to the memory area at the specified offset.
putc(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyIO
putc(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyIO
putc(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyKernel
rb_f_putc
putc(IRubyObject) -
Method in class org.jruby.RubyStringIO
putc(IRubyObject) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
putCachedValue(StructLayout.Member, IRubyObject) -
Method in class org.jruby.ext.ffi.Struct
putCachedValue(StructLayout.Member, IRubyObject) -
Method in interface org.jruby.ext.ffi.StructLayout.Storage
putDouble(long, double) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
putDouble(long, double) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
putDouble(long, double) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
putDouble(long, double) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
putDouble(long, double) -
Method in interface org.jruby.ext.ffi.MemoryIO
Writes a 64 bit float value to the memory area at the specified offset.
putfield(String, String, String) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
putFloat(long, float) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
putFloat(long, float) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
putFloat(long, float) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
putFloat(long, float) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
putFloat(long, float) -
Method in interface org.jruby.ext.ffi.MemoryIO
Writes a 32 bit float value to the memory area at the specified offset.
putFloat32(byte[], int, float) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
putFloat64(byte[], int, double) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
putInt(long, int) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
putInt(long, int) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
putInt(long, int) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
putInt(long, int) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
putInt(long, int) -
Method in interface org.jruby.ext.ffi.MemoryIO
Writes a 32 bit integer value to the memory area at the specified offset.
putInt16(byte[], int, int) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
putInt32(byte[], int, int) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
putInt64(byte[], int, long) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
putJavaClassIntoCache(JavaClass) -
Method in class org.jruby.javasupport.JavaSupport
putLong(long, long) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
putLong(long, long) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
putLong(long, long) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
putLong(long, long) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
putLong(long, long) -
Method in interface org.jruby.ext.ffi.MemoryIO
Writes a 64 bit integer value to the memory area at the specified offset.
putMemoryIO(long, MemoryIO) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
putMemoryIO(long, MemoryIO) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
putMemoryIO(long, MemoryIO) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
putMemoryIO(long, MemoryIO) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
putMemoryIO(long, MemoryIO) -
Method in interface org.jruby.ext.ffi.MemoryIO
Writes a pointer value to the memory area at the specified offset.
putNativeLong(long, long) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
putNativeLong(long, long) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
putNativeLong(long, long) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
putNativeLong(long, long) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
putNativeLong(long, long) -
Method in interface org.jruby.ext.ffi.MemoryIO
Writes a native long integer value to the memory area at the specified offset.
putPointer(long, Pointer) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
putPointer(long, Pointer) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
putReference(StructLayout.Member, IRubyObject) -
Method in class org.jruby.ext.ffi.Struct
putReference(StructLayout.Member, IRubyObject) -
Method in interface org.jruby.ext.ffi.StructLayout.Storage
puts(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyIO
puts(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyIO
puts(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
puts(Object) -
Static method in class org.jruby.RubyObject
Simple helper to print any objects.
puts(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyStringIO
puts(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
putShort(long, short) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
putShort(long, short) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
putShort(long, short) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
putShort(long, short) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
putShort(long, short) -
Method in interface org.jruby.ext.ffi.MemoryIO
Writes a 16 bit integer value to the memory area at the specified offset.
putstatic(String, String, String) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
putZeroTerminatedByteArray(long, byte[], int, int) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
putZeroTerminatedByteArray(long, byte[], int, int) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
putZeroTerminatedByteArray(long, byte[], int, int) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
putZeroTerminatedByteArray(long, byte[], int, int) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
putZeroTerminatedByteArray(long, byte[], int, int) -
Method in interface org.jruby.ext.ffi.MemoryIO
Writes a byte array to memory, and appends a zero terminator
Pwd - Class in org.jruby.util Pwd() -
Constructor for class org.jruby.util.Pwd
Q
- QENCODE -
Static variable in class org.jruby.RubyNKF
-
- Qsort - Class in org.jruby.util
-
- Qsort() -
Constructor for class org.jruby.util.Qsort
-
- quick_emit(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyYAML
-
- quick_emit_node(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyYAML
-
- quo(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyBignum
- rb_big_quo
- quo(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyFixnum
- fix_quo
- quo(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyNumeric
- num_quo
- quo_19(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyNumeric
- num_quo
- quote(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyRegexp
- rb_reg_s_quote
- quote19(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyRegexp
-
R
- RADIX -
Static variable in class org.jruby.RubyFloat
-
- raise(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
-
- raise(IRubyObject[], Block) -
Method in class org.jruby.RubyThread
-
- raiseArgumentError(JavaMethod, ThreadContext, String, int, int, int) -
Static method in class org.jruby.internal.runtime.methods.JavaMethod
-
- raiseArgumentError(Ruby, IRubyObject[], int, int) -
Static method in class org.jruby.runtime.Arity
-
- raiseArgumentError(Ruby, int, int, int) -
Static method in class org.jruby.runtime.Arity
-
- RaiseException - Exception in org.jruby.exceptions
-
- RaiseException(RubyException) -
Constructor for exception org.jruby.exceptions.RaiseException
-
- RaiseException(Ruby, RubyClass, String, boolean) -
Constructor for exception org.jruby.exceptions.RaiseException
-
- RaiseException(RubyException, boolean) -
Constructor for exception org.jruby.exceptions.RaiseException
-
- RaiseException(Throwable, NativeException) -
Constructor for exception org.jruby.exceptions.RaiseException
-
- rand(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyKernel
-
- rand(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyKernel
-
- Random - Class in org.jruby.util
-
- Random() -
Constructor for class org.jruby.util.Random
-
- RANGE -
Static variable in class org.jruby.runtime.ClassIndex
-
- range(byte[], int, int, char, int) -
Static method in class org.jruby.util.Dir
-
- range_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLRangeMethods
-
- rassoc(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_rassoc
- rassoc(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyHash
-
- rat_pat -
Static variable in class org.jruby.util.Numeric.RationalPatterns
-
- RATIONAL -
Static variable in class org.jruby.runtime.ClassIndex
-
- RAW -
Static variable in class org.jruby.RubyException
-
- RAW_FILTERED -
Static variable in class org.jruby.RubyException
-
- RAW_FRAME_CROP_COUNT -
Static variable in class org.jruby.RubyException
-
- rb_clear() -
Method in class org.jruby.RubyArray
- rb_ary_clear
- rb_clear() -
Method in class org.jruby.RubyHash
- rb_hash_clear
- rb_import(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.java.MiniJava
-
- rb_import(ThreadContext, IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.java.MiniJava
-
- rb_size() -
Method in class org.jruby.RubyHash
- rb_hash_size
- rb_sys_fail(Ruby, String) -
Static method in class org.jruby.ext.socket.RubyUNIXSocket
-
- rb_values() -
Method in class org.jruby.RubyHash
- rb_hash_values
- rbCatch(ThreadContext, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- rbClone() -
Method in class org.jruby.RubyBasicObject
-
- rbClone() -
Method in class org.jruby.RubyMethod
-
- rbClone() -
Method in class org.jruby.RubyObject
- rb_obj_clone
This method should be overridden only by: Proc, Method,
UnboundedMethod, Binding.
- rbClone() -
Method in class org.jruby.RubyProc
-
- rbClone() -
Method in class org.jruby.RubyUnboundMethod
-
- rbClone() -
Method in interface org.jruby.runtime.builtin.IRubyObject
- RubyMethod rbClone.
- RbConfigLibrary - Class in org.jruby.libraries
-
- RbConfigLibrary() -
Constructor for class org.jruby.libraries.RbConfigLibrary
-
- rbNew(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.java.proxies.JavaInterfaceTemplate
-
- rbPrivate(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyModule
- rb_mod_private
- rbProtected(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyModule
- rb_mod_protected
- rbPublic(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyModule
- rb_mod_public
- rbRaise(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.java.addons.KernelJavaAddons
-
- rbSynchronized(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.javasupport.JavaProxyMethods
-
- rbThrow(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
-
- RBUF -
Static variable in class org.jruby.util.io.OpenFile
-
- rbuf_fill(IRubyObject) -
Static method in class org.jruby.ext.NetProtocolBufferedIO.NativeImpl
-
- rdev() -
Method in class org.jruby.RubyFileStat
-
- rdevMajor() -
Method in class org.jruby.RubyFileStat
-
- rdevMinor() -
Method in class org.jruby.RubyFileStat
-
- RDONLY -
Static variable in class org.jruby.util.io.ModeFlags
- read-only flag (default value if no other flags set)
- RDWR -
Static variable in class org.jruby.util.io.ModeFlags
- read/write flag
- re_exchange(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyProcess.GroupID
-
- re_exchange(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyProcess.UserID
-
- re_exchangeable_p(IRubyObject) -
Static method in class org.jruby.RubyProcess.GroupID
-
- re_exchangeable_p(IRubyObject) -
Static method in class org.jruby.RubyProcess.UserID
-
- RE_MAY_IGNORECASE -
Static variable in interface org.jruby.parser.ReOptions
-
- RE_OPTION_EXTENDED -
Static variable in interface org.jruby.parser.ReOptions
-
- RE_OPTION_IGNORECASE -
Static variable in interface org.jruby.parser.ReOptions
-
- RE_OPTION_LONGEST -
Static variable in interface org.jruby.parser.ReOptions
-
- RE_OPTION_MULTILINE -
Static variable in interface org.jruby.parser.ReOptions
-
- RE_OPTION_ONCE -
Static variable in interface org.jruby.parser.ReOptions
-
- RE_OPTION_POSIXLINE -
Static variable in interface org.jruby.parser.ReOptions
-
- RE_OPTION_SINGLELINE -
Static variable in interface org.jruby.parser.ReOptions
-
- RE_UNICODE -
Static variable in interface org.jruby.parser.ReOptions
-
- react(Join, Object[]) -
Method in class org.jruby.util.Join.AsyncReaction
-
- react(Join, Object[]) -
Method in class org.jruby.util.Join.FastReaction
-
- react(Join, Object[]) -
Method in class org.jruby.util.Join.SyncReaction
-
- read(ByteBuffer) -
Method in class org.jruby.ext.ffi.io.FileDescriptorByteChannel
- Reads data from the native unix file descriptor.
- read() -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
-
- read() -
Method in class org.jruby.lexer.yacc.CapturingByteListLexerSource
-
- read() -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
- Read next character from this source
- read() -
Method in class org.jruby.lexer.yacc.LexerSource
-
- read(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyArgsFile
-
- read() -
Method in class org.jruby.RubyDir
- Returns the next entry from this directory.
- read(IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- read(ThreadContext) -
Method in class org.jruby.RubyIO
-
- read(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyIO
-
- read(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyIO
-
- read(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyIO
-
- read(ThreadContext, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyIO
-
- read(ThreadContext, IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyIO
-
- read(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyIO
-
- read(IRubyObject[]) -
Method in class org.jruby.RubyStringIO
-
- read(IRubyObject[]) -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- read() -
Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- read(ReadableByteChannel, ByteBuffer, boolean) -
Static method in class org.jruby.util.io.BlockingIO
-
- read(int, ByteList) -
Method in class org.jruby.util.io.ChannelDescriptor
- Perform a low-level read of the specified number of bytes into the specified
byte list.
- read(ByteBuffer) -
Method in class org.jruby.util.io.ChannelDescriptor
- Perform a low-level read of the remaining number of bytes into the specified
byte buffer.
- read(int) -
Method in class org.jruby.util.io.ChannelStream
-
- read() -
Method in class org.jruby.util.io.ChannelStream
-
- read(ByteBuffer) -
Method in class org.jruby.util.io.NullChannel
-
- read(int) -
Method in interface org.jruby.util.io.Stream
-
- read(ByteBuffer) -
Method in class org.jruby.util.IOChannel.IOReadableByteChannel
-
- read(ByteBuffer) -
Method in class org.jruby.util.IOChannel.IOReadableWritableByteChannel
-
- read(CallSite, ByteBuffer) -
Method in class org.jruby.util.IOChannel
-
- read() -
Method in class org.jruby.util.IOInputStream
-
- read(byte[]) -
Method in class org.jruby.util.IOInputStream
-
- read(byte[], int, int) -
Method in class org.jruby.util.IOInputStream
-
- read_nonblock(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- read_string(ThreadContext) -
Method in class org.jruby.ext.ffi.AbstractMemory
-
- read_string(ThreadContext, IRubyObject) -
Method in class org.jruby.ext.ffi.AbstractMemory
-
- READABLE -
Static variable in class org.jruby.util.io.OpenFile
-
- readable_p() -
Method in class org.jruby.RubyFileStat
-
- readable_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- readableReal_p() -
Method in class org.jruby.RubyFileStat
-
- readAll(IRubyObject) -
Method in class org.jruby.RubyIO
-
- readall() -
Method in class org.jruby.util.io.ChannelStream
-
- readall() -
Method in interface org.jruby.util.io.Stream
-
- readchar(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyArgsFile
-
- readchar() -
Method in class org.jruby.RubyIO
- Read a byte.
- readchar() -
Method in class org.jruby.RubyStringIO
-
- readchar() -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- readComment(int) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
- Read a comment up to end of line.
- readDataBuffered() -
Method in class org.jruby.util.io.ChannelStream
-
- readDataBuffered() -
Method in interface org.jruby.util.io.Stream
-
- readEscape() -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- reading -
Variable in class org.jruby.util.io.ChannelStream
-
- readLine(String) -
Method in class org.jruby.demo.TextAreaReadline
-
- Readline - Class in org.jruby.ext
-
- Readline() -
Constructor for class org.jruby.ext.Readline
-
- readline -
Variable in class org.jruby.ext.Readline.ConsoleHolder
-
- readline(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyArgsFile
- Read a line.
- readline(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyIO
- Read a line.
- readline(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- readline(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyStringIO
-
- readline(ThreadContext) -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- Readline.ConsoleHolder - Class in org.jruby.ext
-
- Readline.ConsoleHolder() -
Constructor for class org.jruby.ext.Readline.ConsoleHolder
-
- Readline.HistoryMethods - Class in org.jruby.ext
-
- Readline.HistoryMethods() -
Constructor for class org.jruby.ext.Readline.HistoryMethods
-
- Readline.ProcCompletor - Class in org.jruby.ext
-
- Readline.ProcCompletor(IRubyObject) -
Constructor for class org.jruby.ext.Readline.ProcCompletor
-
- Readline.ReadlineHistory - Class in org.jruby.ext
-
- Readline.ReadlineHistory() -
Constructor for class org.jruby.ext.Readline.ReadlineHistory
-
- Readline.RubyFileNameCompletor - Class in org.jruby.ext
-
- Readline.RubyFileNameCompletor() -
Constructor for class org.jruby.ext.Readline.RubyFileNameCompletor
-
- Readline.Service - Class in org.jruby.ext
-
- Readline.Service() -
Constructor for class org.jruby.ext.Readline.Service
-
- readLineBytes() -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
-
- readLineBytes() -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
-
- readLineBytes() -
Method in class org.jruby.lexer.yacc.LexerSource
-
- readlines(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyArgsFile
-
- readlines(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- readlines(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyIO
-
- readlines(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- readlines(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyStringIO
-
- readlines(IRubyObject[]) -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- readlink(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFile
-
- readLink(UnmarshalStream, int) -
Method in class org.jruby.runtime.marshal.UnmarshalCache
-
- readLocked(InstanceVariableTable.VariableTableEntry) -
Method in class org.jruby.runtime.builtin.InstanceVariableTable
- Reads the value of the specified entry, locked on the current
object.
- readnonblock(int) -
Method in class org.jruby.util.io.ChannelStream
-
- readObject() -
Method in class org.jruby.util.io.JRubyObjectInputStream
-
- ReadonlyAccessor - Class in org.jruby.internal.runtime
-
- ReadonlyAccessor(String, IAccessor) -
Constructor for class org.jruby.internal.runtime.ReadonlyAccessor
-
- ReadonlyGlobalVariable - Class in org.jruby.runtime
-
- ReadonlyGlobalVariable(Ruby, String, IRubyObject) -
Constructor for class org.jruby.runtime.ReadonlyGlobalVariable
-
- readpartial(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- readpartial(int) -
Method in class org.jruby.util.io.ChannelStream
-
- readSignedByte() -
Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- readUnsignedByte() -
Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- readUntil(char) -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
-
- readUntil(char) -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
-
- readUntil(char) -
Method in class org.jruby.lexer.yacc.LexerSource
-
- READWRITE -
Static variable in class org.jruby.util.io.OpenFile
-
- ready(ThreadContext, IRubyObject) -
Static method in class org.jruby.libraries.IOWaitLibrary
- returns non-nil if input available without blocking, false if EOF or not open/readable, otherwise nil.
- ready() -
Method in class org.jruby.util.io.ChannelStream
-
- ready() -
Method in interface org.jruby.util.io.Stream
- Implement IO#ready? as per io/wait in MRI.
- real() -
Method in class org.jruby.RubyComplex
- nucomp_real
- real(ThreadContext) -
Method in class org.jruby.RubyNumeric
- numeric_real
- real_p(ThreadContext) -
Method in class org.jruby.RubyComplex
- nucomp_real_p
- realIo -
Variable in class org.jruby.RubyZlib.RubyGzipFile
-
- reason() -
Method in class org.jruby.RubyLocalJumpError
-
- reCache(ThreadContext, RubyModule) -
Method in class org.jruby.ast.Colon2ConstNode
-
- reCache(ThreadContext, String) -
Method in class org.jruby.ast.Colon3Node
-
- reCache(ThreadContext, String) -
Method in class org.jruby.ast.ConstNode
-
- reCache(ThreadContext, String, int) -
Method in class org.jruby.ast.executable.AbstractScript
-
- reCacheFrom(RubyModule, ThreadContext, String, int) -
Method in class org.jruby.ast.executable.AbstractScript
-
- receiveMail(ThreadService.Event) -
Method in class org.jruby.RubyThread
-
- receiver -
Variable in class org.jruby.RubyMethod
-
- receiver(ThreadContext) -
Method in class org.jruby.RubyMethod
-
- RECEIVER_INDEX -
Static variable in class org.jruby.internal.runtime.methods.InvocationMethodFactory
- The lvar index of the method-receiving object
- receiverClassName(IRubyObject) -
Static method in class org.jruby.ast.AttrAssignNode
-
- receiverNode -
Variable in class org.jruby.ast.AttrAssignNode
-
- rect(ThreadContext) -
Method in class org.jruby.RubyComplex
- nucomp_rect
- rect(ThreadContext) -
Method in class org.jruby.RubyNumeric
- numeric_rect
- recv(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyBasicSocket
- Deprecated.
- recv(ThreadContext, IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyBasicSocket
-
- recv(ThreadContext, IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyUDPSocket
-
- recv(int, Buffer, int, int) -
Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- recv_io(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyUNIXSocket
-
- recvfrom(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyUDPSocket
- Deprecated.
- recvfrom(ThreadContext, IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyUDPSocket
-
- recvfrom(int, Buffer, int, int, RubyUNIXSocket.LibCSocket.sockaddr_un, IntByReference) -
Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- recvfrom(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyUNIXSocket
- Deprecated.
- recvfrom(ThreadContext, IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyUNIXSocket
-
- REDO_JUMP -
Static variable in exception org.jruby.exceptions.JumpException
-
- redoJump -
Variable in class org.jruby.compiler.impl.BaseBodyCompiler
-
- redoJump() -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- redoLocalJumpError(Ruby) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- RedoNode - Class in org.jruby.ast
- Represents a 'redo'
- RedoNode(ISourcePosition) -
Constructor for class org.jruby.ast.RedoNode
-
- reference(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyJRuby
-
- ReflectedCompiledMethod - Class in org.jruby.internal.runtime.methods
-
- ReflectedCompiledMethod(RubyModule, Arity, Visibility, StaticScope, Object, Method, CallConfiguration) -
Constructor for class org.jruby.internal.runtime.methods.ReflectedCompiledMethod
-
- ReflectedJavaMethod - Class in org.jruby.internal.runtime.methods
-
- ReflectedJavaMethod(RubyModule, Method, JRubyMethod) -
Constructor for class org.jruby.internal.runtime.methods.ReflectedJavaMethod
-
- ReflectedJavaMultiMethod - Class in org.jruby.internal.runtime.methods
-
- ReflectedJavaMultiMethod(RubyModule, List<Method>, List<JRubyMethod>) -
Constructor for class org.jruby.internal.runtime.methods.ReflectedJavaMultiMethod
-
- ReflectionCallback - Class in org.jruby.runtime.callback
- A wrapper for
java.lang.reflect.Method objects which implement Ruby methods. - ReflectionCallback(Class, String, Class[], boolean, boolean, Arity, boolean) -
Constructor for class org.jruby.runtime.callback.ReflectionCallback
-
- ReflectionCallbackFactory - Class in org.jruby.runtime.callback
-
- ReflectionCallbackFactory(Class) -
Constructor for class org.jruby.runtime.callback.ReflectionCallbackFactory
-
- ReflectionMethodFactory - Class in org.jruby.internal.runtime.methods
- This MethodFactory uses reflection to provide method handles.
- ReflectionMethodFactory() -
Constructor for class org.jruby.internal.runtime.methods.ReflectionMethodFactory
-
- reflectPidFromProcess(Process) -
Static method in class org.jruby.util.ShellLauncher
-
- regexp(ThreadContext, Block) -
Method in class org.jruby.RubyMatchData
-
- REGEXP -
Static variable in class org.jruby.runtime.ClassIndex
-
- regexp_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLRegexpMethods
-
- RegexpNode - Class in org.jruby.ast
- Represents a simple regular expression literal.
- RegexpNode(ISourcePosition, ByteList, int) -
Constructor for class org.jruby.ast.RegexpNode
-
- regexps -
Variable in class org.jruby.ast.executable.AbstractScript
-
- register(JITCompilerMBean) -
Method in interface org.jruby.management.BeanManager
-
- register(ConfigMBean) -
Method in interface org.jruby.management.BeanManager
-
- register(ParserStatsMBean) -
Method in interface org.jruby.management.BeanManager
-
- register(MethodCacheMBean) -
Method in interface org.jruby.management.BeanManager
-
- register(ClassCacheMBean) -
Method in interface org.jruby.management.BeanManager
-
- register(JITCompilerMBean) -
Method in class org.jruby.management.BeanManagerImpl
-
- register(ConfigMBean) -
Method in class org.jruby.management.BeanManagerImpl
-
- register(ParserStatsMBean) -
Method in class org.jruby.management.BeanManagerImpl
-
- register(MethodCacheMBean) -
Method in class org.jruby.management.BeanManagerImpl
-
- register(ClassCacheMBean) -
Method in class org.jruby.management.BeanManagerImpl
-
- register(IRubyObject) -
Method in class org.jruby.runtime.marshal.MarshalCache
-
- register(IRubyObject) -
Method in class org.jruby.runtime.marshal.UnmarshalCache
-
- registerDescriptor(ChannelDescriptor, boolean) -
Method in class org.jruby.Ruby
-
- registerDescriptor(ChannelDescriptor) -
Method in class org.jruby.Ruby
-
- registerDescriptor(ChannelDescriptor, boolean) -
Method in class org.jruby.RubyIO
-
- registerDescriptor(ChannelDescriptor) -
Method in class org.jruby.RubyIO
-
- registerEndBlock(Block, Ruby) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- registerInspecting(Object) -
Method in class org.jruby.Ruby
-
- registerLinkTarget(IRubyObject) -
Method in class org.jruby.runtime.marshal.MarshalStream
-
- registerLinkTarget(IRubyObject) -
Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- registerNewThread(RubyThread) -
Method in class org.jruby.internal.runtime.ThreadService
-
- registerRubyMethods(Ruby, RubyClass) -
Static method in class org.jruby.javasupport.JavaAccessibleObject
-
- registerRubyMethods(Ruby, RubyClass) -
Static method in class org.jruby.javasupport.JavaCallable
-
- registerRubyMethods(Ruby, RubyClass) -
Static method in class org.jruby.javasupport.JavaObject
-
- registerRubyMethods(Ruby, RubyClass) -
Static method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
-
- registerThreadContext(ThreadContext) -
Static method in class org.jruby.util.SimpleSampler
-
- rehash() -
Method in class org.jruby.RubyHash
- rb_hash_rehash
- rehash() -
Method in class org.jruby.util.collections.IntHashMap
- Deprecated.
- reject(ThreadContext, Block) -
Method in class org.jruby.RubyArray
- rb_ary_reject_bang
- reject(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
-
- reject(ThreadContext, Block) -
Method in class org.jruby.RubyHash
- rb_hash_reject
- reject19(ThreadContext, Block) -
Method in class org.jruby.RubyArray
-
- reject19(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
-
- reject19(ThreadContext, Block) -
Method in class org.jruby.RubyHash
-
- reject_bang(ThreadContext, Block) -
Method in class org.jruby.RubyArray
- rb_ary_reject_bang
- reject_bang(ThreadContext, Block) -
Method in class org.jruby.RubyHash
- rb_hash_reject_bang
- reject_bang19(ThreadContext, Block) -
Method in class org.jruby.RubyArray
-
- releaseTempLocal() -
Method in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- releaseTempLocal() -
Method in interface org.jruby.compiler.VariableCompiler
-
- remainder(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyBigDecimal
-
- remainder(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyBignum
- rb_big_remainder
- remainder(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyNumeric
- num_remainder
- remove(int) -
Method in class org.jruby.ext.Readline.ReadlineHistory
-
- remove() -
Method in class org.jruby.javasupport.util.ConversionIterator
-
- remove(Object) -
Method in class org.jruby.RubyArray
-
- remove(int) -
Method in class org.jruby.RubyArray
-
- remove() -
Method in class org.jruby.RubyArray.RubyArrayConversionIterator
-
- remove(Object) -
Method in class org.jruby.RubyHash
-
- remove(RubyThread) -
Method in class org.jruby.RubyThreadGroup
-
- remove(String) -
Method in class org.jruby.runtime.builtin.InstanceVariableTable
-
- remove(int) -
Method in class org.jruby.util.collections.IntHashMap
- Deprecated.
- remove(Object) -
Method in class org.jruby.util.collections.WeakHashSet
-
- remove(Object) -
Method in class org.jruby.util.WeakIdentityHashMap
-
- remove(int, Object) -
Method in class org.jruby.util.WeakIdentityHashMap
-
- remove_class_variable(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyModule
- rb_mod_remove_cvar
- remove_const(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyModule
-
- remove_instance_variable(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyObject
- rb_obj_remove_instance_variable
call-seq:
obj.remove_instance_variable(symbol) => obj
Removes the named instance variable from obj, returning that
variable's value.
- remove_method(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyModule
-
- removeAll(Collection) -
Method in class org.jruby.RubyArray
-
- removeAll(Collection) -
Method in class org.jruby.util.collections.WeakHashSet
-
- removeAutoLoadFor(String) -
Method in class org.jruby.runtime.load.LoadService
-
- removeBlockingThread(RubyThread) -
Method in class org.jruby.RubyIO
- Remove a thread from the list of blocking threads for this IO.
- removeBuiltinLibrary(String) -
Method in class org.jruby.runtime.load.LoadService
-
- removeClassProvider(ClassProvider) -
Method in class org.jruby.RubyModule
-
- removeCvar(IRubyObject) -
Method in class org.jruby.RubyModule
- rb_mod_remove_cvar
FIXME: any good reason to have two identical methods? (same as remove_class_variable)
- removeEventHook(EventHook) -
Method in class org.jruby.Ruby
-
- removeFinalizer(Finalizable) -
Method in class org.jruby.Ruby
-
- removeFinalizers() -
Method in class org.jruby.RubyBasicObject.Finalizer
-
- removeFinalizers() -
Method in class org.jruby.RubyBasicObject
- Remove all the finalizers for this object.
- removeFinalizers() -
Method in interface org.jruby.runtime.builtin.IRubyObject
-
- removeFinalizers(long) -
Method in class org.jruby.runtime.ObjectSpace
-
- removeFromList(Object) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- removeInstanceVariable(String) -
Method in class org.jruby.RubyBasicObject
-
- removeInstanceVariable(String) -
Method in interface org.jruby.runtime.builtin.InstanceVariables
- Removes the named instance variable, if present, returning its
value.
- removeInternalFinalizer(Finalizable) -
Method in class org.jruby.Ruby
-
- removeInternalLoadedFeature(String) -
Method in class org.jruby.runtime.load.LoadService
-
- removeInternalVariable(String) -
Method in class org.jruby.RubyBasicObject
-
- removeInternalVariable(String) -
Method in interface org.jruby.runtime.builtin.InternalVariables
- Removes the named internal variable, if present, returning its
value.
- removeMethod(ThreadContext, String) -
Method in class org.jruby.RubyModule
-
- removeSubclass(RubyClass) -
Method in class org.jruby.RubyClass
- Remove a subclass from the weak set of subclasses.
- removeTrace(IRubyObject) -
Method in class org.jruby.internal.runtime.GlobalVariable
-
- removeTraces() -
Method in class org.jruby.internal.runtime.GlobalVariable
-
- removeWarningsFromEclipse() -
Static method in class org.jruby.test.TestHelper
-
- rename(ThreadContext, IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFile
-
- reopen(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- reopen(IRubyObject[]) -
Method in class org.jruby.RubyStringIO
-
- ReOptions - Interface in org.jruby.parser
-
- replace(IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_replace
- replace(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyHash
- rb_hash_replace
- replace(IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_replace_m
- replace19(IRubyObject) -
Method in class org.jruby.RubyString
-
- replaceSubclass(RubyClass, RubyClass) -
Method in class org.jruby.RubyClass
- Replace an existing subclass with a new one.
- replaceText(int, int, String) -
Method in class org.jruby.demo.TextAreaReadline
-
- report() -
Static method in class org.jruby.util.SimpleSampler
-
- representMapping(String, Map, boolean) -
Method in class org.jruby.yaml.JRubyRepresenter
-
- require(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
- Require.
- require(String) -
Method in class org.jruby.runtime.load.LoadService
-
- required -
Variable in class org.jruby.anno.JavaMethodDescriptor
-
- required(int) -
Static method in class org.jruby.runtime.Arity
-
- required() -
Method in class org.jruby.runtime.Arity
-
- requiredLibraries() -
Method in class org.jruby.RubyInstanceConfig
-
- rescue(BranchCallback, Class, BranchCallback, Class) -
Method in interface org.jruby.compiler.BodyCompiler
-
- rescue(BranchCallback, Class, BranchCallback, Class) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- RescueBodyNode - Class in org.jruby.ast
- Represents the contents of a rescue to be evaluated
- RescueBodyNode(ISourcePosition, Node, Node, RescueBodyNode) -
Constructor for class org.jruby.ast.RescueBodyNode
-
- RescueNode - Class in org.jruby.ast
- Represents a rescue statement
- RescueNode(ISourcePosition, Node, RescueBodyNode, Node) -
Constructor for class org.jruby.ast.RescueNode
-
- reset() -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- reset() -
Method in class org.jruby.lexer.yacc.StackState
-
- reset(long) -
Method in class org.jruby.lexer.yacc.StackState
-
- reset() -
Method in class org.jruby.parser.ParserSupport
-
- reset() -
Method in class org.jruby.RubyDigest.Base
-
- reset() -
Method in class org.jruby.RubyStringScanner
-
- reset() -
Method in class org.jruby.RubyZlib.ZStream
-
- reset() -
Method in class org.jruby.util.Adler32Ext
-
- reset() -
Method in class org.jruby.util.CRC32Ext
-
- resetStacks() -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- resolveUndefConstant(Ruby, String) -
Method in class org.jruby.RubyModule
-
- resource(IRubyObject) -
Method in class org.jruby.javasupport.JavaClass
-
- resource_as_stream(IRubyObject) -
Method in class org.jruby.javasupport.JavaClass
-
- resource_as_string(IRubyObject) -
Method in class org.jruby.javasupport.JavaClass
-
- respond_to_p(IRubyObject) -
Method in class org.jruby.RubyObject
- obj_respond_to
respond_to?( aSymbol, includePriv=false ) -> true or false
Returns true if this object responds to the given method.
- respond_to_p(IRubyObject, IRubyObject) -
Method in class org.jruby.RubyObject
- obj_respond_to
respond_to?( aSymbol, includePriv=false ) -> true or false
Returns true if this object responds to the given method.
- respondsTo(String) -
Method in class org.jruby.RubyBasicObject
- Does this object respond to the specified message? Uses a
shortcut if it can be proved that respond_to? haven't been
overridden.
- respondsTo(String) -
Method in interface org.jruby.runtime.builtin.IRubyObject
- RubyMethod respondsTo.
- RespondToCallSite - Class in org.jruby.runtime.callsite
-
- RespondToCallSite() -
Constructor for class org.jruby.runtime.callsite.RespondToCallSite
-
- rest -
Variable in class org.jruby.anno.JavaMethodDescriptor
-
- rest(ThreadContext) -
Method in class org.jruby.RubyStringScanner
-
- REST_ARG -
Static variable in class org.jruby.compiler.ASTInspector
-
- REST_METHODS -
Static variable in class org.jruby.internal.runtime.methods.JavaMethod
-
- rest_p(ThreadContext) -
Method in class org.jruby.RubyStringScanner
-
- rest_size() -
Method in class org.jruby.RubyStringScanner
-
- restArg -
Variable in class org.jruby.ast.ArgsNode
-
- restArgNode -
Variable in class org.jruby.ast.ArgsNode
-
- RestArgNode - Class in org.jruby.ast
-
- RestArgNode(ISourcePosition, String, int) -
Constructor for class org.jruby.ast.RestArgNode
-
- restart() -
Method in class org.jruby.lexer.yacc.StackState
-
- restartSystemCall(Exception) -
Static method in class org.jruby.RubyIO
-
- restsize(ThreadContext) -
Method in class org.jruby.RubyStringScanner
-
- resultStyle -
Variable in class org.jruby.demo.TextAreaReadline
-
- resume(ThreadContext, IRubyObject[]) -
Method in class org.jruby.libraries.FiberLibrary.Fiber
-
- ret(int) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- ret_args(Node, ISourcePosition) -
Method in class org.jruby.parser.ParserSupport
-
- retainAll(Collection) -
Method in class org.jruby.RubyArray
-
- retainAll(Collection) -
Method in class org.jruby.util.collections.WeakHashSet
-
- rethrowException() -
Method in interface org.jruby.compiler.BodyCompiler
-
- rethrowException() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- rethrowIfSystemExit() -
Method in interface org.jruby.compiler.BodyCompiler
-
- rethrowIfSystemExit() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- retrieveBackRef() -
Method in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- retrieveBackRef() -
Method in interface org.jruby.compiler.VariableCompiler
-
- retrieveClassVariable(String) -
Method in interface org.jruby.compiler.BodyCompiler
-
- retrieveClassVariable(String) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- retrieveConstant(String) -
Method in interface org.jruby.compiler.BodyCompiler
- Retrieve the constant with the specified name available at the current point in the
program's execution.
- retrieveConstant(String) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- retrieveConstantFromModule(String) -
Method in interface org.jruby.compiler.BodyCompiler
- Retreive a named constant from the RubyModule/RubyClass that's just been pushed.
- retrieveConstantFromModule(String) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- retrieveConstantFromObject(String) -
Method in interface org.jruby.compiler.BodyCompiler
- Retreive a named constant from the RubyModule/RubyClass that's just been pushed.
- retrieveConstantFromObject(String) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- retrieveGlobalVariable(String) -
Method in interface org.jruby.compiler.BodyCompiler
- Retrieve the global variable with the specified name to the top of the stack.
- retrieveGlobalVariable(String) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- retrieveHeapLocal(int, int) -
Method in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- retrieveInstanceVariable(String) -
Method in interface org.jruby.compiler.BodyCompiler
- Retrieve the instance variable with the given name, based on the current "self".
- retrieveInstanceVariable(String) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- retrieveLastLine() -
Method in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- retrieveLastLine() -
Method in interface org.jruby.compiler.VariableCompiler
-
- retrieveLocalVariable(int) -
Method in class org.jruby.compiler.impl.HeapBasedVariableCompiler
-
- retrieveLocalVariable(int, int) -
Method in class org.jruby.compiler.impl.HeapBasedVariableCompiler
-
- retrieveLocalVariable(int) -
Method in class org.jruby.compiler.impl.StackBasedVariableCompiler
-
- retrieveLocalVariable(int, int) -
Method in class org.jruby.compiler.impl.StackBasedVariableCompiler
-
- retrieveLocalVariable(int) -
Method in interface org.jruby.compiler.VariableCompiler
-
- retrieveLocalVariable(int, int) -
Method in interface org.jruby.compiler.VariableCompiler
-
- retrieveMethod(String) -
Method in class org.jruby.RubyModule
- Search through this module and supermodules for method definitions.
- retrieveSelf() -
Method in interface org.jruby.compiler.BodyCompiler
- Retrieve the current "self" and put a reference on top of the stack.
- retrieveSelf() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- retrieveSelfClass() -
Method in interface org.jruby.compiler.BodyCompiler
- Retrieve the current "self" object's metaclass and put a reference on top of the stack
- retrieveSelfClass() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- RETRY -
Static variable in class org.jruby.compiler.ASTInspector
-
- RETRY_JUMP -
Static variable in exception org.jruby.exceptions.JumpException
-
- retryJump() -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- retryJumpError(ThreadContext) -
Static method in class org.jruby.runtime.callsite.SuperCallSite
-
- RetryNode - Class in org.jruby.ast
- Represents a 'retry' statement.
- RetryNode(ISourcePosition) -
Constructor for class org.jruby.ast.RetryNode
-
- return_type() -
Method in class org.jruby.javasupport.JavaConstructor
-
- return_type() -
Method in class org.jruby.javasupport.JavaMethod
-
- returnJump(IRubyObject, ThreadContext) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- returnJump(IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
-
- ReturnNode - Class in org.jruby.ast
- Represents a return statement.
- ReturnNode(ISourcePosition, Node) -
Constructor for class org.jruby.ast.ReturnNode
-
- returnNull() -
Method in class org.jruby.test.ReturnsNull
-
- returnParser(RubyParser) -
Method in class org.jruby.parser.RubyParserPool
-
- ReturnsNull - Class in org.jruby.test
-
- ReturnsNull() -
Constructor for class org.jruby.test.ReturnsNull
-
- returnTrace(ThreadContext, String) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
-
- returnType -
Variable in class org.jruby.ext.ffi.CallbackInfo
-
- reverse() -
Method in class org.jruby.RubyArray
- rb_ary_reverse_m
- reverse(ThreadContext) -
Method in class org.jruby.RubyString
-
- reverse19(ThreadContext) -
Method in class org.jruby.RubyString
-
- reverse_bang() -
Method in class org.jruby.RubyArray
- rb_ary_reverse_bang
- reverse_bang(ThreadContext) -
Method in class org.jruby.RubyString
-
- reverse_bang19(ThreadContext) -
Method in class org.jruby.RubyString
-
- reverse_each(ThreadContext, Block) -
Method in class org.jruby.RubyArray
- rb_ary_reverse_each
- reverse_each19(ThreadContext, Block) -
Method in class org.jruby.RubyArray
-
- reverse_each19(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
-
- reverse_each19(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyEnumerable
-
- reverseValues(int) -
Method in interface org.jruby.compiler.BodyCompiler
- Reverse the top n values on the stack.
- reverseValues(int) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- REVISION -
Static variable in class org.jruby.runtime.Constants
-
- rewind(IRubyObject, Block) -
Static method in class org.jruby.ext.Generator
-
- rewind(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyArgsFile
-
- rewind() -
Method in class org.jruby.RubyDir
- Moves position in this directory to the first entry.
- rewind(ThreadContext) -
Method in class org.jruby.RubyIO
-
- rewind() -
Method in class org.jruby.RubyStringIO
-
- rewind() -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- rid(IRubyObject) -
Static method in class org.jruby.RubyProcess.GroupID
- Deprecated.
- rid(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyProcess.GroupID
-
- rid(Ruby) -
Static method in class org.jruby.RubyProcess.GroupID
-
- rid(IRubyObject) -
Static method in class org.jruby.RubyProcess.UserID
- Deprecated.
- rid(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyProcess.UserID
-
- rid(Ruby) -
Static method in class org.jruby.RubyProcess.UserID
-
- rindex(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_rindex
- rindex(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_rindex_m
- rindex(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
-
- rindex(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyString
- Deprecated.
- rindex19(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyArray
-
- rindex19(ThreadContext, Block) -
Method in class org.jruby.RubyArray
-
- rindex19(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
-
- rindex19(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
-
- rjust(IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_rjust
- rjust(IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
-
- rjust(IRubyObject[]) -
Method in class org.jruby.RubyString
- Deprecated.
- rjust19(IRubyObject) -
Method in class org.jruby.RubyString
-
- rjust19(IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
-
- rmdir(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyDir
- Deletes the directory specified by
path .
- Room - Class in org.jruby.javasupport.test
-
- Room(String) -
Constructor for class org.jruby.javasupport.test.Room
-
- RootNode - Class in org.jruby.ast
- Represents the top of the AST.
- RootNode(ISourcePosition, DynamicScope, Node) -
Constructor for class org.jruby.ast.RootNode
-
- RootScopedBodyCompiler - Class in org.jruby.compiler.impl
- Behaviors common to all "root-scoped" bodies are encapsulated in this class.
- RootScopedBodyCompiler(StandardASMCompiler, String, ASTInspector, StaticScope) -
Constructor for class org.jruby.compiler.impl.RootScopedBodyCompiler
-
- round(IRubyObject[]) -
Method in class org.jruby.RubyBigDecimal
-
- round() -
Method in class org.jruby.RubyFloat
- flo_round
- round() -
Method in class org.jruby.RubyInteger
-
- round() -
Method in class org.jruby.RubyNumeric
- num_round
- round19() -
Method in class org.jruby.RubyInteger
-
- round19(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyInteger
-
- ROUND_CEILING -
Static variable in class org.jruby.RubyBigDecimal
-
- ROUND_DOWN -
Static variable in class org.jruby.RubyBigDecimal
-
- ROUND_FLOOR -
Static variable in class org.jruby.RubyBigDecimal
-
- ROUND_HALF_DOWN -
Static variable in class org.jruby.RubyBigDecimal
-
- ROUND_HALF_EVEN -
Static variable in class org.jruby.RubyBigDecimal
-
- ROUND_HALF_UP -
Static variable in class org.jruby.RubyBigDecimal
-
- ROUND_MODE -
Static variable in class org.jruby.RubyBigDecimal
-
- ROUND_UP -
Static variable in class org.jruby.RubyBigDecimal
-
- ROUNDS -
Static variable in class org.jruby.RubyFloat
-
- rowned_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- rpartition(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
-
- rstrip(ThreadContext) -
Method in class org.jruby.RubyString
- rb_str_rstrip / rb_str_rstrip_bang
- rstrip19(ThreadContext) -
Method in class org.jruby.RubyString
-
- rstrip_bang(ThreadContext) -
Method in class org.jruby.RubyString
-
- rstrip_bang19(ThreadContext) -
Method in class org.jruby.RubyString
-
- RTLD_GLOBAL -
Static variable in class org.jruby.ext.ffi.jffi.DynamicLibrary
-
- RTLD_GLOBAL -
Static variable in class org.jruby.ext.ffi.jna.DynamicLibrary
-
- RTLD_LAZY -
Static variable in class org.jruby.ext.ffi.jffi.DynamicLibrary
-
- RTLD_LAZY -
Static variable in class org.jruby.ext.ffi.jna.DynamicLibrary
-
- RTLD_LOCAL -
Static variable in class org.jruby.ext.ffi.jffi.DynamicLibrary
-
- RTLD_LOCAL -
Static variable in class org.jruby.ext.ffi.jna.DynamicLibrary
-
- RTLD_NOW -
Static variable in class org.jruby.ext.ffi.jffi.DynamicLibrary
-
- RTLD_NOW -
Static variable in class org.jruby.ext.ffi.jna.DynamicLibrary
-
- RubiconTestSuite - Class in org.jruby.test
-
- RubiconTestSuite() -
Constructor for class org.jruby.test.RubiconTestSuite
-
- RUBINIUS -
Static variable in class org.jruby.RubyException
-
- RUBY -
Static variable in class org.jruby.compiler.impl.StandardASMCompiler
-
- ruby -
Variable in class org.jruby.java.MiniJava.AbstractJavaWrapperMethod
-
- ruby -
Variable in class org.jruby.java.MiniJava.AbstractJavaWrapperMethodZero
-
- Ruby - Class in org.jruby
- The Ruby object represents the top-level of a JRuby "instance" in a given VM.
- Ruby.CallTraceFuncHook - Class in org.jruby
-
- Ruby.CallTraceFuncHook() -
Constructor for class org.jruby.Ruby.CallTraceFuncHook
-
- Ruby19Parser - Class in org.jruby.parser
-
- Ruby19Parser() -
Constructor for class org.jruby.parser.Ruby19Parser
-
- Ruby19Parser(ParserSupport19) -
Constructor for class org.jruby.parser.Ruby19Parser
-
- Ruby19Parser.yyException - Exception in org.jruby.parser
- thrown for irrecoverable syntax errors and stack overflow.
- Ruby19Parser.yyException(String) -
Constructor for exception org.jruby.parser.Ruby19Parser.yyException
-
- Ruby19Parser.yyInput - Interface in org.jruby.parser
- must be implemented by a scanner object to supply input to the parser.
- Ruby19YyTables - Class in org.jruby.parser
-
- Ruby19YyTables() -
Constructor for class org.jruby.parser.Ruby19YyTables
-
- RUBY1_9_MAJOR_VERSION -
Static variable in class org.jruby.runtime.Constants
-
- RUBY1_9_PATCHLEVEL -
Static variable in class org.jruby.runtime.Constants
-
- RUBY1_9_VERSION -
Static variable in class org.jruby.runtime.Constants
-
- Ruby1_9TestSuite - Class in org.jruby.test
-
- Ruby1_9TestSuite(String) -
Constructor for class org.jruby.test.Ruby1_9TestSuite
-
- RUBY_BOOLEAN_CONVERTER -
Static variable in class org.jruby.javasupport.JavaUtil
-
- RUBY_BYTE_CONVERTER -
Static variable in class org.jruby.javasupport.JavaUtil
-
- RUBY_CHAR_CONVERTER -
Static variable in class org.jruby.javasupport.JavaUtil
-
- ruby_class() -
Method in class org.jruby.javasupport.JavaClass
-
- RUBY_COMPILED -
Static variable in class org.jruby.RubyException
-
- RUBY_CONVERTERS -
Static variable in class org.jruby.javasupport.JavaUtil
-
- RUBY_DOUBLE_CONVERTER -
Static variable in class org.jruby.javasupport.JavaUtil
-
- RUBY_FLOAT_CONVERTER -
Static variable in class org.jruby.javasupport.JavaUtil
-
- RUBY_FRAMED -
Static variable in class org.jruby.RubyException
-
- RUBY_HYBRID -
Static variable in class org.jruby.RubyException
-
- RUBY_INTEGER_CONVERTER -
Static variable in class org.jruby.javasupport.JavaUtil
-
- RUBY_LONG_CONVERTER -
Static variable in class org.jruby.javasupport.JavaUtil
-
- RUBY_MAJOR_VERSION -
Static variable in class org.jruby.runtime.Constants
-
- RUBY_OS_NAMES -
Static variable in class org.jruby.libraries.RbConfigLibrary
- This is a map from Java's "friendly" OS names to those used by Ruby
- RUBY_PATCHLEVEL -
Static variable in class org.jruby.runtime.Constants
-
- RUBY_SHORT_CONVERTER -
Static variable in class org.jruby.javasupport.JavaUtil
-
- ruby_string_to_bytes(IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.JavaArrayUtilities
-
- ruby_synchronized(ThreadContext, Block) -
Method in class org.jruby.javasupport.JavaObject
-
- ruby_to_java(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.javasupport.Java
- High-level object conversion utility.
- ruby_to_java(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.javasupport.JavaUtil
- High-level object conversion utility.
- RUBY_VERSION -
Static variable in class org.jruby.runtime.Constants
-
- RubyArgsFile - Class in org.jruby
-
- RubyArgsFile() -
Constructor for class org.jruby.RubyArgsFile
-
- RubyArray - Class in org.jruby
- The implementation of the built-in class Array in Ruby.
- RubyArray.RubyArrayConversionIterator - Class in org.jruby
-
- RubyArray.RubyArrayConversionIterator() -
Constructor for class org.jruby.RubyArray.RubyArrayConversionIterator
-
- RubyBasicObject - Class in org.jruby
-
- RubyBasicObject(Ruby, RubyClass) -
Constructor for class org.jruby.RubyBasicObject
- Standard path for object creation.
- RubyBasicObject(RubyClass) -
Constructor for class org.jruby.RubyBasicObject
- Path for objects that don't taint and don't enter objectspace.
- RubyBasicObject(Ruby, RubyClass, boolean, boolean) -
Constructor for class org.jruby.RubyBasicObject
- Path for objects who want to decide whether they don't want to be in
ObjectSpace even when it is on.
- RubyBasicObject(Ruby, RubyClass, boolean) -
Constructor for class org.jruby.RubyBasicObject
-
- RubyBasicObject.BasicObjectMethods - Class in org.jruby
- Interestingly, the Object class doesn't really have that many
methods for itself.
- RubyBasicObject.BasicObjectMethods() -
Constructor for class org.jruby.RubyBasicObject.BasicObjectMethods
-
- RubyBasicObject.Finalizer - Class in org.jruby
- Class that keeps track of the finalizers for the object under
operation.
- RubyBasicObject.Finalizer(long) -
Constructor for class org.jruby.RubyBasicObject.Finalizer
-
- RubyBasicSocket - Class in org.jruby.ext.socket
-
- RubyBasicSocket(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubyBasicSocket
-
- RubyBigDecimal - Class in org.jruby
-
- RubyBigDecimal(Ruby, RubyClass) -
Constructor for class org.jruby.RubyBigDecimal
-
- RubyBigDecimal(Ruby, BigDecimal) -
Constructor for class org.jruby.RubyBigDecimal
-
- RubyBigDecimal.BigDecimalKernelMethods - Class in org.jruby
-
- RubyBigDecimal.BigDecimalKernelMethods() -
Constructor for class org.jruby.RubyBigDecimal.BigDecimalKernelMethods
-
- RubyBignum - Class in org.jruby
-
- RubyBignum(Ruby, BigInteger) -
Constructor for class org.jruby.RubyBignum
-
- RubyBinding - Class in org.jruby
-
- RubyBinding(Ruby, RubyClass, Binding) -
Constructor for class org.jruby.RubyBinding
-
- RubyBoolean - Class in org.jruby
-
- RubyBoolean(Ruby, boolean) -
Constructor for class org.jruby.RubyBoolean
-
- RubyBoolean.False - Class in org.jruby
-
- RubyBoolean.False() -
Constructor for class org.jruby.RubyBoolean.False
-
- RubyBoolean.True - Class in org.jruby
-
- RubyBoolean.True() -
Constructor for class org.jruby.RubyBoolean.True
-
- RubyClass - Class in org.jruby
-
- RubyClass(Ruby, RubyClass, boolean) -
Constructor for class org.jruby.RubyClass
- separate path for MetaClass and IncludedModuleWrapper construction
(rb_class_boot version for MetaClasses)
no marshal, allocator initialization and addSubclass(this) here!
- RubyClass(Ruby, RubyClass, RubyModule.Generation, boolean) -
Constructor for class org.jruby.RubyClass
- separate path for MetaClass and IncludedModuleWrapper construction
(rb_class_boot version for MetaClasses)
no marshal, allocator initialization and addSubclass(this) here!
- RubyClass(Ruby) -
Constructor for class org.jruby.RubyClass
- used by CLASS_ALLOCATOR (any Class' class will be a Class!)
also used to bootstrap Object class
- RubyClass(Ruby, RubyClass) -
Constructor for class org.jruby.RubyClass
- rb_class_boot (for plain Classes)
also used to bootstrap Module and Class classes
- RubyClass(Ruby, RubyClass, CallSite[]) -
Constructor for class org.jruby.RubyClass
- A constructor which allows passing in an array of supplementary call sites.
- RubyClass.SpecificArityNew - Class in org.jruby
-
- RubyClass.SpecificArityNew(RubyModule, Visibility) -
Constructor for class org.jruby.RubyClass.SpecificArityNew
-
- RubyClass.VariableAccessor - Class in org.jruby
-
- RubyClass.VariableAccessor(int, int) -
Constructor for class org.jruby.RubyClass.VariableAccessor
-
- RubyClassPathVariable - Class in org.jruby
-
- RubyComparable - Class in org.jruby
- Implementation of the Comparable module.
- RubyComparable() -
Constructor for class org.jruby.RubyComparable
-
- RubyComplex - Class in org.jruby
- 1.9 complex.c as of revision: 20011
- RubyContinuation - Class in org.jruby
- Placeholder until/if we can support this
- RubyContinuation(Ruby) -
Constructor for class org.jruby.RubyContinuation
-
- RubyContinuation.Continuation - Error in org.jruby
-
- RubyContinuation.Continuation() -
Constructor for error org.jruby.RubyContinuation.Continuation
-
- RubyConverter - Class in org.jruby
-
- RubyConverter(Ruby, RubyClass) -
Constructor for class org.jruby.RubyConverter
-
- RubyConverter(Ruby) -
Constructor for class org.jruby.RubyConverter
-
- RubyDateFormat - Class in org.jruby.util
-
- RubyDateFormat() -
Constructor for class org.jruby.util.RubyDateFormat
- Constructor for RubyDateFormat.
- RubyDateFormat(String, Locale) -
Constructor for class org.jruby.util.RubyDateFormat
-
- RubyDateFormat(String, DateFormatSymbols) -
Constructor for class org.jruby.util.RubyDateFormat
-
- RubyDigest - Class in org.jruby
-
- RubyDigest() -
Constructor for class org.jruby.RubyDigest
-
- RubyDigest.Base - Class in org.jruby
-
- RubyDigest.Base(Ruby, RubyClass) -
Constructor for class org.jruby.RubyDigest.Base
-
- RubyDigest.MD5 - Class in org.jruby
-
- RubyDigest.MD5() -
Constructor for class org.jruby.RubyDigest.MD5
-
- RubyDigest.RMD160 - Class in org.jruby
-
- RubyDigest.RMD160() -
Constructor for class org.jruby.RubyDigest.RMD160
-
- RubyDigest.SHA1 - Class in org.jruby
-
- RubyDigest.SHA1() -
Constructor for class org.jruby.RubyDigest.SHA1
-
- RubyDigest.SHA256 - Class in org.jruby
-
- RubyDigest.SHA256() -
Constructor for class org.jruby.RubyDigest.SHA256
-
- RubyDigest.SHA384 - Class in org.jruby
-
- RubyDigest.SHA384() -
Constructor for class org.jruby.RubyDigest.SHA384
-
- RubyDigest.SHA512 - Class in org.jruby
-
- RubyDigest.SHA512() -
Constructor for class org.jruby.RubyDigest.SHA512
-
- RubyDir - Class in org.jruby
- .The Ruby built-in class Dir.
- RubyDir(Ruby, RubyClass) -
Constructor for class org.jruby.RubyDir
-
- RubyEncoding - Class in org.jruby
-
- RubyEnumerable - Class in org.jruby
- The implementation of Ruby's Enumerable module.
- RubyEnumerable() -
Constructor for class org.jruby.RubyEnumerable
-
- RubyEnumerable.AppendBlockCallback - Class in org.jruby
-
- RubyEnumerable.AppendBlockCallback(Ruby, RubyArray) -
Constructor for class org.jruby.RubyEnumerable.AppendBlockCallback
-
- RubyEnumerator - Class in org.jruby
- Implementation of Ruby's Enumerator module.
- RubyEnumerator.RubyEnumeratorEnumerable - Class in org.jruby
-
- RubyEnumerator.RubyEnumeratorEnumerable() -
Constructor for class org.jruby.RubyEnumerator.RubyEnumeratorEnumerable
-
- RubyEnumerator.RubyEnumeratorKernel - Class in org.jruby
-
- RubyEnumerator.RubyEnumeratorKernel() -
Constructor for class org.jruby.RubyEnumerator.RubyEnumeratorKernel
-
- RubyEtc - Class in org.jruby
-
- RubyEtc() -
Constructor for class org.jruby.RubyEtc
-
- RubyEvent - Enum in org.jruby.runtime
-
- RubyException - Class in org.jruby
-
- RubyException(Ruby, RubyClass) -
Constructor for class org.jruby.RubyException
-
- RubyException(Ruby, RubyClass, String) -
Constructor for class org.jruby.RubyException
-
- RubyFile - Class in org.jruby
- Ruby File class equivalent in java.
- RubyFile(Ruby, RubyClass) -
Constructor for class org.jruby.RubyFile
-
- RubyFile(Ruby, String, Reader) -
Constructor for class org.jruby.RubyFile
-
- RubyFile(Ruby, String, InputStream) -
Constructor for class org.jruby.RubyFile
-
- RubyFile.Constants - Class in org.jruby
-
- RubyFile.Constants() -
Constructor for class org.jruby.RubyFile.Constants
-
- RubyFileStat - Class in org.jruby
- Implements File::Stat
- RubyFileStat(Ruby, RubyClass) -
Constructor for class org.jruby.RubyFileStat
-
- RubyFileTest - Class in org.jruby
-
- RubyFileTest() -
Constructor for class org.jruby.RubyFileTest
-
- RubyFixnum - Class in org.jruby
- Implementation of the Fixnum class.
- RubyFixnum(Ruby) -
Constructor for class org.jruby.RubyFixnum
-
- RubyFixnum(Ruby, long) -
Constructor for class org.jruby.RubyFixnum
-
- RubyFloat - Class in org.jruby
- A representation of a float object
- RubyFloat(Ruby) -
Constructor for class org.jruby.RubyFloat
-
- RubyFloat(Ruby, double) -
Constructor for class org.jruby.RubyFloat
-
- RubyGC - Class in org.jruby
- GC (Garbage Collection) Module
Note: Since we rely on Java's memory model we can't provide the
kind of control over garbage collection that MRI provides.
- RubyGC() -
Constructor for class org.jruby.RubyGC
-
- RubyGenerator - Class in org.jruby
-
- RubyGenerator(Ruby, RubyClass) -
Constructor for class org.jruby.RubyGenerator
-
- RubyGenerator(Ruby) -
Constructor for class org.jruby.RubyGenerator
-
- RubyGlobal - Class in org.jruby
- This class initializes global variables and constants.
- RubyGlobal() -
Constructor for class org.jruby.RubyGlobal
-
- RubyGlobal.KCodeGlobalVariable - Class in org.jruby
-
- RubyGlobal.KCodeGlobalVariable(Ruby, String, IRubyObject) -
Constructor for class org.jruby.RubyGlobal.KCodeGlobalVariable
-
- RubyGlobal.StringGlobalVariable - Class in org.jruby
-
- RubyGlobal.StringGlobalVariable(Ruby, String, IRubyObject) -
Constructor for class org.jruby.RubyGlobal.StringGlobalVariable
-
- RubyGlobal.StringOnlyRubyHash - Class in org.jruby
- Obligate string-keyed and string-valued hash, used for ENV and ENV_JAVA
- RubyGlobal.StringOnlyRubyHash(Ruby, Map, IRubyObject) -
Constructor for class org.jruby.RubyGlobal.StringOnlyRubyHash
-
- RubyHash - Class in org.jruby
- Implementation of the Hash class.
- RubyHash(Ruby, RubyClass) -
Constructor for class org.jruby.RubyHash
-
- RubyHash(Ruby) -
Constructor for class org.jruby.RubyHash
-
- RubyHash(Ruby, IRubyObject) -
Constructor for class org.jruby.RubyHash
-
- RubyHash(Ruby, Map, IRubyObject) -
Constructor for class org.jruby.RubyHash
-
- RubyHash.Visitor - Class in org.jruby
-
- RubyHash.Visitor() -
Constructor for class org.jruby.RubyHash.Visitor
-
- RubyIconv - Class in org.jruby
-
- RubyIconv(Ruby, RubyClass) -
Constructor for class org.jruby.RubyIconv
-
- RubyIconv.BrokenLibrary - Class in org.jruby
-
- RubyIconv.BrokenLibrary() -
Constructor for class org.jruby.RubyIconv.BrokenLibrary
-
- RubyIconv.Failure - Class in org.jruby
-
- RubyIconv.Failure() -
Constructor for class org.jruby.RubyIconv.Failure
-
- RubyIconv.IllegalSequence - Class in org.jruby
-
- RubyIconv.IllegalSequence() -
Constructor for class org.jruby.RubyIconv.IllegalSequence
-
- RubyIconv.InvalidCharacter - Class in org.jruby
-
- RubyIconv.InvalidCharacter() -
Constructor for class org.jruby.RubyIconv.InvalidCharacter
-
- RubyIconv.InvalidEncoding - Class in org.jruby
-
- RubyIconv.InvalidEncoding() -
Constructor for class org.jruby.RubyIconv.InvalidEncoding
-
- RubyIconv.OutOfRange - Class in org.jruby
-
- RubyIconv.OutOfRange() -
Constructor for class org.jruby.RubyIconv.OutOfRange
-
- RubyIconv.RubyFailure - Class in org.jruby
-
- RubyIconv.RubyFailure(Ruby, RubyClass) -
Constructor for class org.jruby.RubyIconv.RubyFailure
-
- RubyIconv.RubyFailure(Ruby, RubyClass, String) -
Constructor for class org.jruby.RubyIconv.RubyFailure
-
- RubyInstanceConfig - Class in org.jruby
-
- RubyInstanceConfig() -
Constructor for class org.jruby.RubyInstanceConfig
-
- RubyInstanceConfig.CompileMode - Enum in org.jruby
-
- RubyInstanceConfig.LoadServiceCreator - Interface in org.jruby
-
- RubyInteger - Class in org.jruby
- Implementation of the Integer class.
- RubyInteger(Ruby, RubyClass) -
Constructor for class org.jruby.RubyInteger
-
- RubyInteger(RubyClass) -
Constructor for class org.jruby.RubyInteger
-
- RubyInteger(Ruby, RubyClass, boolean) -
Constructor for class org.jruby.RubyInteger
-
- RubyInteger(Ruby, RubyClass, boolean, boolean) -
Constructor for class org.jruby.RubyInteger
-
- RubyIO - Class in org.jruby
-
- RubyIO(Ruby, RubyClass) -
Constructor for class org.jruby.RubyIO
-
- RubyIO(Ruby, OutputStream) -
Constructor for class org.jruby.RubyIO
-
- RubyIO(Ruby, InputStream) -
Constructor for class org.jruby.RubyIO
-
- RubyIO(Ruby, Channel) -
Constructor for class org.jruby.RubyIO
-
- RubyIO(Ruby, ShellLauncher.POpenProcess, ModeFlags) -
Constructor for class org.jruby.RubyIO
-
- RubyIO(Ruby, STDIO) -
Constructor for class org.jruby.RubyIO
-
- RubyIPSocket - Class in org.jruby.ext.socket
-
- RubyIPSocket(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubyIPSocket
-
- RubyJRuby - Class in org.jruby
- Module which defines JRuby-specific methods for use.
- RubyJRuby() -
Constructor for class org.jruby.RubyJRuby
-
- RubyJRuby.CoreExtLibrary - Class in org.jruby
-
- RubyJRuby.CoreExtLibrary() -
Constructor for class org.jruby.RubyJRuby.CoreExtLibrary
-
- RubyJRuby.ExtLibrary - Class in org.jruby
-
- RubyJRuby.ExtLibrary() -
Constructor for class org.jruby.RubyJRuby.ExtLibrary
-
- RubyJRuby.JRubyClassExtensions - Class in org.jruby
-
- RubyJRuby.JRubyClassExtensions() -
Constructor for class org.jruby.RubyJRuby.JRubyClassExtensions
-
- RubyJRuby.JRubyCompiledScript - Class in org.jruby
-
- RubyJRuby.JRubyCompiledScript() -
Constructor for class org.jruby.RubyJRuby.JRubyCompiledScript
-
- RubyJRuby.JRubyExtensions - Class in org.jruby
-
- RubyJRuby.JRubyExtensions() -
Constructor for class org.jruby.RubyJRuby.JRubyExtensions
-
- RubyJRuby.JRubyStringExtensions - Class in org.jruby
-
- RubyJRuby.JRubyStringExtensions() -
Constructor for class org.jruby.RubyJRuby.JRubyStringExtensions
-
- RubyJRuby.JRubyThreadExtensions - Class in org.jruby
-
- RubyJRuby.JRubyThreadExtensions() -
Constructor for class org.jruby.RubyJRuby.JRubyThreadExtensions
-
- RubyJRuby.MethodExtensions - Class in org.jruby
-
- RubyJRuby.MethodExtensions() -
Constructor for class org.jruby.RubyJRuby.MethodExtensions
-
- RubyJRuby.TypeLibrary - Class in org.jruby
-
- RubyJRuby.TypeLibrary() -
Constructor for class org.jruby.RubyJRuby.TypeLibrary
-
- RubyKernel - Class in org.jruby
- Note: For CVS history, see KernelModule.java.
- RubyKernel() -
Constructor for class org.jruby.RubyKernel
-
- RubyKernel.CatchTarget - Class in org.jruby
-
- RubyKernel.CatchTarget(String) -
Constructor for class org.jruby.RubyKernel.CatchTarget
-
- RubyLocalJumpError - Class in org.jruby
-
- RubyLocalJumpError(Ruby, RubyClass, String, RubyLocalJumpError.Reason, IRubyObject) -
Constructor for class org.jruby.RubyLocalJumpError
-
- RubyLocalJumpError.Reason - Enum in org.jruby
-
- RubyMarshal - Class in org.jruby
- Marshal module
- RubyMarshal() -
Constructor for class org.jruby.RubyMarshal
-
- RubyMatchData - Class in org.jruby
-
- RubyMatchData(Ruby) -
Constructor for class org.jruby.RubyMatchData
-
- RubyMatchData(Ruby, RubyClass) -
Constructor for class org.jruby.RubyMatchData
-
- RubyMath - Class in org.jruby
-
- RubyMath() -
Constructor for class org.jruby.RubyMath
-
- RubyMethod - Class in org.jruby
- The RubyMethod class represents a RubyMethod object.
- RubyMethod(Ruby, RubyClass) -
Constructor for class org.jruby.RubyMethod
-
- RubyModule - Class in org.jruby
-
- RubyModule(Ruby, RubyClass, boolean) -
Constructor for class org.jruby.RubyModule
- separate path for MetaClass construction
- RubyModule(Ruby, RubyClass, RubyModule.Generation, boolean) -
Constructor for class org.jruby.RubyModule
- separate path for MetaClass construction
- RubyModule(Ruby, RubyClass) -
Constructor for class org.jruby.RubyModule
- used by MODULE_ALLOCATOR and RubyClass constructors
- RubyModule(Ruby) -
Constructor for class org.jruby.RubyModule
- standard path for Module construction
- RubyModule.Generation - Class in org.jruby
-
- RubyModule.Generation() -
Constructor for class org.jruby.RubyModule.Generation
-
- RubyModule.KindOf - Class in org.jruby
-
- RubyModule.KindOf() -
Constructor for class org.jruby.RubyModule.KindOf
-
- RubyModule.MethodClumper - Class in org.jruby
-
- RubyModule.MethodClumper() -
Constructor for class org.jruby.RubyModule.MethodClumper
-
- RubyModule.ModuleKernelMethods - Class in org.jruby
-
- RubyModule.ModuleKernelMethods() -
Constructor for class org.jruby.RubyModule.ModuleKernelMethods
-
- rubyName -
Variable in class org.jruby.compiler.impl.MethodBodyCompiler
-
- RubyNameError - Class in org.jruby
-
- RubyNameError(Ruby, RubyClass) -
Constructor for class org.jruby.RubyNameError
-
- RubyNameError(Ruby, RubyClass, String) -
Constructor for class org.jruby.RubyNameError
-
- RubyNameError(Ruby, RubyClass, String, String) -
Constructor for class org.jruby.RubyNameError
-
- RubyNameError.RubyNameErrorMessage - Class in org.jruby
- Nested class whose instances act as thunks reacting to to_str method
called from (Exception#to_str, Exception#message)
MRI equivalent: rb_cNameErrorMesg, class name: "message", construction method: "!",
to_str implementation: "name_err_mesg_to_str"
TODO: this class should not be lookupable
- RubyNativeThread - Class in org.jruby.internal.runtime
- Deprecated.
- RubyNativeThread(RubyThread, IRubyObject[], Block, boolean) -
Constructor for class org.jruby.internal.runtime.RubyNativeThread
- Deprecated.
- RubyNil - Class in org.jruby
-
- RubyNil(Ruby) -
Constructor for class org.jruby.RubyNil
-
- RubyNKF - Class in org.jruby
-
- RubyNKF() -
Constructor for class org.jruby.RubyNKF
-
- RubyNKF.NKFCharset - Class in org.jruby
-
- RubyNKF.NKFCharset(int, String) -
Constructor for class org.jruby.RubyNKF.NKFCharset
-
- RubyNoMethodError - Class in org.jruby
-
- RubyNoMethodError(Ruby, RubyClass) -
Constructor for class org.jruby.RubyNoMethodError
-
- RubyNoMethodError(Ruby, RubyClass, String, String, IRubyObject) -
Constructor for class org.jruby.RubyNoMethodError
-
- RubyNumeric - Class in org.jruby
- Base class for all numerical types in ruby.
- RubyNumeric(Ruby, RubyClass) -
Constructor for class org.jruby.RubyNumeric
-
- RubyNumeric(RubyClass) -
Constructor for class org.jruby.RubyNumeric
-
- RubyNumeric(Ruby, RubyClass, boolean) -
Constructor for class org.jruby.RubyNumeric
-
- RubyNumeric(Ruby, RubyClass, boolean, boolean) -
Constructor for class org.jruby.RubyNumeric
-
- RubyNumeric.InvalidIntegerException - Exception in org.jruby
-
- RubyNumeric.InvalidIntegerException() -
Constructor for exception org.jruby.RubyNumeric.InvalidIntegerException
-
- RubyNumeric.InvalidIntegerException(String) -
Constructor for exception org.jruby.RubyNumeric.InvalidIntegerException
-
- RubyNumeric.NumberTooLargeException - Exception in org.jruby
-
- RubyNumeric.NumberTooLargeException() -
Constructor for exception org.jruby.RubyNumeric.NumberTooLargeException
-
- RubyNumeric.NumberTooLargeException(String) -
Constructor for exception org.jruby.RubyNumeric.NumberTooLargeException
-
- RubyObject - Class in org.jruby
- RubyObject is the only implementation of the
IRubyObject . - RubyObject(Ruby, RubyClass) -
Constructor for class org.jruby.RubyObject
- Standard path for object creation.
- RubyObject(RubyClass) -
Constructor for class org.jruby.RubyObject
- Path for objects that don't taint and don't enter objectspace.
- RubyObject(Ruby, RubyClass, boolean, boolean) -
Constructor for class org.jruby.RubyObject
- Path for objects who want to decide whether they don't want to be in
ObjectSpace even when it is on.
- RubyObject(Ruby, RubyClass, boolean) -
Constructor for class org.jruby.RubyObject
-
- RubyObject.ObjectMethods - Class in org.jruby
- Interestingly, the Object class doesn't really have that many
methods for itself.
- RubyObject.ObjectMethods() -
Constructor for class org.jruby.RubyObject.ObjectMethods
-
- RubyObjectAdapter - Interface in org.jruby
-
- RubyObjectSpace - Class in org.jruby
-
- RubyObjectSpace() -
Constructor for class org.jruby.RubyObjectSpace
-
- RubyParser - Interface in org.jruby.parser
- Common interface specifying the contract of Ruby parsers (1.8.6 + 1.9)
- RubyParserPool - Class in org.jruby.parser
-
- RubyParserResult - Class in org.jruby.parser
-
- RubyParserResult() -
Constructor for class org.jruby.parser.RubyParserResult
-
- RubyPrecision - Class in org.jruby
-
- RubyPrecision() -
Constructor for class org.jruby.RubyPrecision
-
- RubyProc - Class in org.jruby
-
- RubyProc(Ruby, RubyClass, Block.Type) -
Constructor for class org.jruby.RubyProc
-
- RubyProcess - Class in org.jruby
-
- RubyProcess() -
Constructor for class org.jruby.RubyProcess
-
- RubyProcess.GroupID - Class in org.jruby
-
- RubyProcess.GroupID() -
Constructor for class org.jruby.RubyProcess.GroupID
-
- RubyProcess.RubyStatus - Class in org.jruby
-
- RubyProcess.RubyStatus(Ruby, RubyClass, long) -
Constructor for class org.jruby.RubyProcess.RubyStatus
-
- RubyProcess.Sys - Class in org.jruby
-
- RubyProcess.Sys() -
Constructor for class org.jruby.RubyProcess.Sys
-
- RubyProcess.UserID - Class in org.jruby
-
- RubyProcess.UserID() -
Constructor for class org.jruby.RubyProcess.UserID
-
- RubyRange - Class in org.jruby
-
- RubyRational - Class in org.jruby
- 1.9 rational.c as of revision: 20011
- RubyRegexp - Class in org.jruby
-
- RubyRunnable - Class in org.jruby.internal.runtime
-
- RubyRunnable(RubyThread, IRubyObject[], Block) -
Constructor for class org.jruby.internal.runtime.RubyRunnable
-
- RubyRuntimeAdapter - Interface in org.jruby
-
- RubySignal - Class in org.jruby
-
- RubySignal() -
Constructor for class org.jruby.RubySignal
-
- RubySocket - Class in org.jruby.ext.socket
-
- RubySocket(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubySocket
-
- RubySocket.Constants - Class in org.jruby.ext.socket
-
- RubySocket.Constants() -
Constructor for class org.jruby.ext.socket.RubySocket.Constants
-
- RubySocket.Service - Class in org.jruby.ext.socket
-
- RubySocket.Service() -
Constructor for class org.jruby.ext.socket.RubySocket.Service
-
- RubySocket.SocketError - Class in org.jruby.ext.socket
-
- RubySocket.SocketError() -
Constructor for class org.jruby.ext.socket.RubySocket.SocketError
-
- RubyString - Class in org.jruby
- Implementation of Ruby String class
Concurrency: no synchronization is required among readers, but
all users must synchronize externally with writers.
- RubyString(Ruby, RubyClass, CharSequence) -
Constructor for class org.jruby.RubyString
-
- RubyString(Ruby, RubyClass, String) -
Constructor for class org.jruby.RubyString
-
- RubyString(Ruby, RubyClass, byte[]) -
Constructor for class org.jruby.RubyString
-
- RubyString(Ruby, RubyClass, ByteList) -
Constructor for class org.jruby.RubyString
-
- RubyString(Ruby, RubyClass, ByteList, boolean) -
Constructor for class org.jruby.RubyString
-
- RubyString(Ruby, RubyClass, ByteList, Encoding, int) -
Constructor for class org.jruby.RubyString
-
- RubyString(Ruby, RubyClass, ByteList, Encoding) -
Constructor for class org.jruby.RubyString
-
- RubyString(Ruby, RubyClass, ByteList, int) -
Constructor for class org.jruby.RubyString
-
- RubyStringIO - Class in org.jruby
-
- RubyStringIO(Ruby, RubyClass) -
Constructor for class org.jruby.RubyStringIO
-
- RubyStringScanner - Class in org.jruby
-
- RubyStringScanner(Ruby, RubyClass) -
Constructor for class org.jruby.RubyStringScanner
-
- RubyStruct - Class in org.jruby
-
- RubyStruct(Ruby, RubyClass) -
Constructor for class org.jruby.RubyStruct
- Constructor for RubyStruct.
- RubyStruct.StructMethods - Class in org.jruby
-
- RubyStruct.StructMethods() -
Constructor for class org.jruby.RubyStruct.StructMethods
-
- RubySymbol - Class in org.jruby
- Represents a Ruby symbol (e.g.
- RubySymbol.SymbolTable - Class in org.jruby
-
- RubySymbol.SymbolTable(Ruby) -
Constructor for class org.jruby.RubySymbol.SymbolTable
-
- RubySystemCallError - Class in org.jruby
-
- RubySystemCallError(Ruby, RubyClass) -
Constructor for class org.jruby.RubySystemCallError
-
- RubySystemCallError(Ruby, RubyClass, String, int) -
Constructor for class org.jruby.RubySystemCallError
-
- RubySystemExit - Class in org.jruby
-
- RubySystemExit(Ruby, RubyClass) -
Constructor for class org.jruby.RubySystemExit
-
- RubyTCPServer - Class in org.jruby.ext.socket
-
- RubyTCPServer(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubyTCPServer
-
- RubyTCPSocket - Class in org.jruby.ext.socket
-
- RubyTCPSocket(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubyTCPSocket
-
- RubyTempfile - Class in org.jruby
- An implementation of tempfile.rb in Java.
- RubyTempfile(Ruby, RubyClass) -
Constructor for class org.jruby.RubyTempfile
-
- RubyTestCase - Class in org.jruby.javasupport.test
-
- RubyTestCase(String) -
Constructor for class org.jruby.javasupport.test.RubyTestCase
-
- RubyTestObject - Interface in org.jruby.javasupport.test
-
- RubyTestTestSuite - Class in org.jruby.test
-
- RubyTestTestSuite() -
Constructor for class org.jruby.test.RubyTestTestSuite
-
- rubyThread -
Variable in class org.jruby.internal.runtime.FutureThread
-
- rubyThread -
Variable in class org.jruby.internal.runtime.NativeThread
-
- RubyThread - Class in org.jruby
- Implementation of Ruby's
Thread class. - RubyThread(Ruby, RubyClass) -
Constructor for class org.jruby.RubyThread
-
- RubyThread.Status - Enum in org.jruby
-
- RubyThreadGroup - Class in org.jruby
- Implementation of Ruby's
ThreadGroup class. - RubyTime - Class in org.jruby
- The Time class.
- RubyTime(Ruby, RubyClass) -
Constructor for class org.jruby.RubyTime
-
- RubyTime(Ruby, RubyClass, DateTime) -
Constructor for class org.jruby.RubyTime
-
- rubyToJava(IRubyObject) -
Static method in class org.jruby.java.MiniJava
-
- rubyToJava(Ruby, IRubyObject, Class) -
Static method in class org.jruby.javasupport.JavaEmbedUtils
- Convert a Ruby object to a Java object.
- rubyToJava(IRubyObject) -
Static method in class org.jruby.javasupport.JavaEmbedUtils
- Convert the Ruby object to a Java Object.
- RubyToJavaInvoker - Class in org.jruby.java.invokers
-
- RubyUDPSocket - Class in org.jruby.ext.socket
-
- RubyUDPSocket(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubyUDPSocket
-
- RubyUnboundMethod - Class in org.jruby
- Note: This was renamed from UnboundMethod.java
- RubyUnboundMethod(Ruby) -
Constructor for class org.jruby.RubyUnboundMethod
-
- RubyUNIXServer - Class in org.jruby.ext.socket
-
- RubyUNIXServer(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubyUNIXServer
-
- RubyUNIXSocket - Class in org.jruby.ext.socket
-
- RubyUNIXSocket(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubyUNIXSocket
-
- RubyUNIXSocket.LibCSocket - Interface in org.jruby.ext.socket
-
- RubyUNIXSocket.LibCSocket.sockaddr_un - Class in org.jruby.ext.socket
-
- RubyUNIXSocket.LibCSocket.sockaddr_un() -
Constructor for class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un
-
- RubyUNIXSocket.LibCSocket.sockaddr_un.header - Class in org.jruby.ext.socket
-
- RubyUNIXSocket.LibCSocket.sockaddr_un.header() -
Constructor for class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un.header
-
- RubyUNIXSocket.LibCSocket.sockaddr_un.header.famlen - Class in org.jruby.ext.socket
-
- RubyUNIXSocket.LibCSocket.sockaddr_un.header.famlen() -
Constructor for class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un.header.famlen
-
- RubyWarnings - Class in org.jruby.common
-
- RubyWarnings(Ruby) -
Constructor for class org.jruby.common.RubyWarnings
-
- RubyYaccLexer - Class in org.jruby.lexer.yacc
- This is a port of the MRI lexer to Java it is compatible to Ruby 1.8.1.
- RubyYaccLexer() -
Constructor for class org.jruby.lexer.yacc.RubyYaccLexer
-
- RubyYaccLexer(boolean) -
Constructor for class org.jruby.lexer.yacc.RubyYaccLexer
-
- RubyYaccLexer.Keyword - Enum in org.jruby.lexer.yacc
-
- RubyYaccLexer.LexState - Enum in org.jruby.lexer.yacc
-
- RubyYAML - Class in org.jruby
-
- RubyYAML() -
Constructor for class org.jruby.RubyYAML
-
- RubyYAML.YAMLArrayMethods - Class in org.jruby
-
- RubyYAML.YAMLArrayMethods() -
Constructor for class org.jruby.RubyYAML.YAMLArrayMethods
-
- RubyYAML.YAMLClassMethods - Class in org.jruby
-
- RubyYAML.YAMLClassMethods() -
Constructor for class org.jruby.RubyYAML.YAMLClassMethods
-
- RubyYAML.YAMLDateMethods - Class in org.jruby
-
- RubyYAML.YAMLDateMethods() -
Constructor for class org.jruby.RubyYAML.YAMLDateMethods
-
- RubyYAML.YAMLExceptionMethods - Class in org.jruby
-
- RubyYAML.YAMLExceptionMethods() -
Constructor for class org.jruby.RubyYAML.YAMLExceptionMethods
-
- RubyYAML.YAMLFalseMethods - Class in org.jruby
-
- RubyYAML.YAMLFalseMethods() -
Constructor for class org.jruby.RubyYAML.YAMLFalseMethods
-
- RubyYAML.YAMLHashMethods - Class in org.jruby
-
- RubyYAML.YAMLHashMethods() -
Constructor for class org.jruby.RubyYAML.YAMLHashMethods
-
- RubyYAML.YAMLNilMethods - Class in org.jruby
-
- RubyYAML.YAMLNilMethods() -
Constructor for class org.jruby.RubyYAML.YAMLNilMethods
-
- RubyYAML.YAMLNumericMethods - Class in org.jruby
-
- RubyYAML.YAMLNumericMethods() -
Constructor for class org.jruby.RubyYAML.YAMLNumericMethods
-
- RubyYAML.YAMLObjectMethods - Class in org.jruby
-
- RubyYAML.YAMLObjectMethods() -
Constructor for class org.jruby.RubyYAML.YAMLObjectMethods
-
- RubyYAML.YAMLRangeMethods - Class in org.jruby
-
- RubyYAML.YAMLRangeMethods() -
Constructor for class org.jruby.RubyYAML.YAMLRangeMethods
-
- RubyYAML.YAMLRegexpMethods - Class in org.jruby
-
- RubyYAML.YAMLRegexpMethods() -
Constructor for class org.jruby.RubyYAML.YAMLRegexpMethods
-
- RubyYAML.YAMLStringMethods - Class in org.jruby
-
- RubyYAML.YAMLStringMethods() -
Constructor for class org.jruby.RubyYAML.YAMLStringMethods
-
- RubyYAML.YAMLStructMethods - Class in org.jruby
-
- RubyYAML.YAMLStructMethods() -
Constructor for class org.jruby.RubyYAML.YAMLStructMethods
-
- RubyYAML.YAMLSymbolMethods - Class in org.jruby
-
- RubyYAML.YAMLSymbolMethods() -
Constructor for class org.jruby.RubyYAML.YAMLSymbolMethods
-
- RubyYAML.YAMLTimeMethods - Class in org.jruby
-
- RubyYAML.YAMLTimeMethods() -
Constructor for class org.jruby.RubyYAML.YAMLTimeMethods
-
- RubyYAML.YAMLTrueMethods - Class in org.jruby
-
- RubyYAML.YAMLTrueMethods() -
Constructor for class org.jruby.RubyYAML.YAMLTrueMethods
-
- RubyYielder - Class in org.jruby
-
- RubyYielder(Ruby, RubyClass) -
Constructor for class org.jruby.RubyYielder
-
- RubyYielder(Ruby) -
Constructor for class org.jruby.RubyYielder
-
- RubyZlib - Class in org.jruby
-
- RubyZlib() -
Constructor for class org.jruby.RubyZlib
-
- RubyZlib.BufError - Class in org.jruby
-
- RubyZlib.BufError() -
Constructor for class org.jruby.RubyZlib.BufError
-
- RubyZlib.DataError - Class in org.jruby
-
- RubyZlib.DataError() -
Constructor for class org.jruby.RubyZlib.DataError
-
- RubyZlib.Deflate - Class in org.jruby
-
- RubyZlib.Deflate(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.Deflate
-
- RubyZlib.Error - Class in org.jruby
-
- RubyZlib.Error() -
Constructor for class org.jruby.RubyZlib.Error
-
- RubyZlib.Inflate - Class in org.jruby
-
- RubyZlib.Inflate(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.Inflate
-
- RubyZlib.MemError - Class in org.jruby
-
- RubyZlib.MemError() -
Constructor for class org.jruby.RubyZlib.MemError
-
- RubyZlib.NeedDict - Class in org.jruby
-
- RubyZlib.NeedDict() -
Constructor for class org.jruby.RubyZlib.NeedDict
-
- RubyZlib.RubyGzipFile - Class in org.jruby
-
- RubyZlib.RubyGzipFile(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.RubyGzipFile
-
- RubyZlib.RubyGzipFile.CRCError - Class in org.jruby
-
- RubyZlib.RubyGzipFile.CRCError() -
Constructor for class org.jruby.RubyZlib.RubyGzipFile.CRCError
-
- RubyZlib.RubyGzipFile.Error - Class in org.jruby
-
- RubyZlib.RubyGzipFile.Error() -
Constructor for class org.jruby.RubyZlib.RubyGzipFile.Error
-
- RubyZlib.RubyGzipFile.LengthError - Class in org.jruby
-
- RubyZlib.RubyGzipFile.LengthError() -
Constructor for class org.jruby.RubyZlib.RubyGzipFile.LengthError
-
- RubyZlib.RubyGzipFile.NoFooter - Class in org.jruby
-
- RubyZlib.RubyGzipFile.NoFooter() -
Constructor for class org.jruby.RubyZlib.RubyGzipFile.NoFooter
-
- RubyZlib.RubyGzipReader - Class in org.jruby
-
- RubyZlib.RubyGzipReader(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.RubyGzipReader
-
- RubyZlib.RubyGzipReader.Error - Class in org.jruby
-
- RubyZlib.RubyGzipReader.Error() -
Constructor for class org.jruby.RubyZlib.RubyGzipReader.Error
-
- RubyZlib.RubyGzipWriter - Class in org.jruby
-
- RubyZlib.RubyGzipWriter(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.RubyGzipWriter
-
- RubyZlib.StreamEnd - Class in org.jruby
-
- RubyZlib.StreamEnd() -
Constructor for class org.jruby.RubyZlib.StreamEnd
-
- RubyZlib.StreamError - Class in org.jruby
-
- RubyZlib.StreamError() -
Constructor for class org.jruby.RubyZlib.StreamError
-
- RubyZlib.VersionError - Class in org.jruby
-
- RubyZlib.VersionError() -
Constructor for class org.jruby.RubyZlib.VersionError
-
- RubyZlib.ZStream - Class in org.jruby
-
- RubyZlib.ZStream(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.ZStream
-
- run(ThreadContext, IRubyObject, IRubyObject[], Block) -
Method in class org.jruby.ast.executable.AbstractScript
-
- run(ThreadContext, IRubyObject, IRubyObject[], Block) -
Method in interface org.jruby.ast.executable.Script
-
- run() -
Method in class org.jruby.internal.runtime.RubyNativeThread
- Deprecated.
- run() -
Method in class org.jruby.internal.runtime.RubyRunnable
-
- run() -
Method in interface org.jruby.javasupport.JavaEmbedUtils.EvalUnit
-
- run() -
Method in class org.jruby.javasupport.JavaEmbedUtils.InterpretedEvalUnit
-
- run(String[]) -
Method in class org.jruby.Main
-
- run() -
Method in class org.jruby.Main
-
- run() -
Method in class org.jruby.RubyThread
-
- run(String) -
Method in class org.jruby.test.Parent
-
- run(NGContext) -
Method in class org.jruby.util.NailMain
-
- run(Ruby, IRubyObject) -
Static method in class org.jruby.util.ShellLauncher
-
- run(Ruby, IRubyObject[]) -
Static method in class org.jruby.util.ShellLauncher
-
- run_parent(Parent) -
Method in class org.jruby.test.Worker
-
- runAndWait(Ruby, IRubyObject[]) -
Static method in class org.jruby.util.ShellLauncher
-
- runAndWait(Ruby, IRubyObject[], OutputStream) -
Static method in class org.jruby.util.ShellLauncher
-
- runBeginBlock(StaticScope, CompilerCallback) -
Method in interface org.jruby.compiler.BodyCompiler
-
- runBeginBlock(StaticScope, CompilerCallback) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- runBeginBlock(ThreadContext, IRubyObject, String[], CompiledBlockCallback) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- runFromMain(InputStream, String) -
Method in class org.jruby.Ruby
- Run the script contained in the specified input stream, using the
specified filename as the name of the script being executed.
- runInterpreter(Node) -
Method in class org.jruby.Ruby
-
- runInterpreterBody(Node) -
Method in class org.jruby.Ruby
- This is used for the "gets" loop, and we bypass 'load' to use an
already-prepared, already-pushed scope for the script body.
- runJIT(DefaultMethod, ThreadContext, String) -
Method in class org.jruby.compiler.JITCompiler
- Deprecated.
- runJob(Runnable) -
Method in class org.jruby.test.Runner
-
- Runner - Class in org.jruby.test
-
- Runner() -
Constructor for class org.jruby.test.Runner
-
- runNormally(Node, boolean) -
Method in class org.jruby.Ruby
- Deprecated.
- runNormally(Node) -
Method in class org.jruby.Ruby
- Run the specified script without any of the loop-processing wrapper
code.
- runTest() -
Method in class org.jruby.test.FailingTest
-
- runtime -
Variable in class org.jruby.ext.ffi.ArrayMemoryIO
-
- runtime -
Variable in class org.jruby.RubyClass
-
- runtime(IRubyObject, Block) -
Static method in class org.jruby.RubyJRuby
-
- runtime -
Variable in class org.jruby.runtime.callback.InvocationCallbackFactory
-
- runtime -
Variable in class org.jruby.runtime.GlobalVariable
-
- runtime -
Variable in class org.jruby.runtime.load.LoadService
-
- runtime -
Variable in class org.jruby.runtime.marshal.UnmarshalStream
-
- runtime -
Variable in class org.jruby.test.TestRubyBase
-
- runtime -
Variable in class org.jruby.test.TestUnitTestSuite
-
- RUNTIME_OFFSET -
Static variable in class org.jruby.compiler.impl.StandardASMCompiler
-
- RuntimeHelpers - Class in org.jruby.javasupport.util
- Helper methods which are called by the compiler.
- RuntimeHelpers() -
Constructor for class org.jruby.javasupport.util.RuntimeHelpers
-
- runWithGetsLoop(Node, boolean, boolean, boolean, boolean) -
Method in class org.jruby.Ruby
- Deprecated.
- runWithGetsLoop(Node, boolean, boolean, boolean) -
Method in class org.jruby.Ruby
- Run the given script with a "while gets; end" loop wrapped around it.
- runWithoutWait(Ruby, IRubyObject[]) -
Static method in class org.jruby.util.ShellLauncher
-
- runWithoutWait(Ruby, IRubyObject[], OutputStream) -
Static method in class org.jruby.util.ShellLauncher
-
S
- s_deflate(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyZlib.Deflate
-
- s_deflate(IRubyObject, ByteList, int) -
Static method in class org.jruby.util.ZlibDeflate
-
- s_digest(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyDigest.Base
-
- s_exit(IRubyObject, Block) -
Static method in class org.jruby.RubyThread
-
- s_get_basic_word_break_character(IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- s_hexdigest(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyDigest.Base
-
- s_hist_delete_at(IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_hist_each(IRubyObject, Block) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_hist_empty_p(IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_hist_get(IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_hist_length(IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_hist_set(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_hist_shift(IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_hist_to_a(IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_hist_to_s(IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_inflate(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyZlib.Inflate
-
- s_inflate(IRubyObject, ByteList) -
Static method in class org.jruby.util.ZlibInflate
-
- s_mload(IRubyObject, RubyTime, IRubyObject) -
Static method in class org.jruby.RubyTime
-
- s_new(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyTime
-
- s_pop(IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_push(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_readline(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- s_readline(ThreadContext, IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- s_readline(IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- s_readline(IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- s_set_basic_word_break_character(IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- s_set_completion_append_character(IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- s_set_completion_proc(IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- sadded(IRubyObject) -
Method in class org.jruby.RubyNumeric
- num_sadded
- safe_level() -
Method in class org.jruby.RubyThread
-
- safeConvert(IRubyObject) -
Method in class org.jruby.java.invokers.FieldMethodZero
-
- SafePropertyAccessor - Class in org.jruby.util
- Utility class to safely access system properties in security-sensitive
environments.
- SafePropertyAccessor() -
Constructor for class org.jruby.util.SafePropertyAccessor
-
- saload() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- same(IRubyObject) -
Method in class org.jruby.javasupport.JavaAccessibleObject
-
- same(IRubyObject) -
Method in class org.jruby.javasupport.JavaObject
-
- same(IRubyObject) -
Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
-
- sample(ThreadContext) -
Method in class org.jruby.RubyArray
-
- sample(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyArray
-
- sastore() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- scalar(String, String, String) -
Method in class org.jruby.yaml.JRubyRepresenter
-
- scalar(String, ByteList, String) -
Method in class org.jruby.yaml.JRubyRepresenter
-
- scalar_p() -
Method in class org.jruby.RubyNumeric
- num_real_p
- scan(ThreadContext, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- scan(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyString
- rb_str_scan
- scan(IRubyObject) -
Method in class org.jruby.RubyStringScanner
-
- scan19(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyString
-
- scan_full(IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyStringScanner
-
- scan_until(IRubyObject) -
Method in class org.jruby.RubyStringScanner
-
- scanArgs(Ruby, IRubyObject[], int, int) -
Static method in class org.jruby.runtime.Arity
-
- scanHex(byte[], int, int) -
Static method in class org.jruby.util.StringSupport
-
- scanHex(byte[], int, int, Encoding) -
Static method in class org.jruby.util.StringSupport
-
- scanOct(byte[], int, int) -
Static method in class org.jruby.util.StringSupport
-
- scanOct(byte[], int, int, Encoding) -
Static method in class org.jruby.util.StringSupport
-
- SClassNode - Class in org.jruby.ast
- Singleton class definition.
- SClassNode(ISourcePosition, Node, StaticScope, Node) -
Constructor for class org.jruby.ast.SClassNode
-
- scope -
Variable in class org.jruby.ast.MethodDefNode
-
- scope -
Variable in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- scope -
Variable in class org.jruby.compiler.impl.BaseBodyCompiler
-
- scope -
Variable in class org.jruby.runtime.CompiledBlock
-
- scope -
Variable in class org.jruby.runtime.CompiledBlock19
-
- SCOPE_AWARE -
Static variable in class org.jruby.compiler.ASTInspector
-
- SCOPE_AWARE_METHODS -
Static variable in class org.jruby.compiler.ASTInspector
-
- SCOPE_CAPTURING_METHODS -
Static variable in class org.jruby.RubyModule
-
- SCOPE_ONLY -
Static variable in enum org.jruby.internal.runtime.methods.CallConfiguration
- Deprecated.
- scopeEnd -
Variable in class org.jruby.compiler.impl.BaseBodyCompiler
-
- scopes -
Variable in class org.jruby.ast.executable.AbstractScript
-
- scopeStart -
Variable in class org.jruby.compiler.impl.BaseBodyCompiler
-
- scoping() -
Method in enum org.jruby.internal.runtime.methods.CallConfiguration
-
- Scoping - Enum in org.jruby.internal.runtime.methods
-
- Script - Interface in org.jruby.ast.executable
-
- script -
Variable in class org.jruby.compiler.impl.BaseBodyCompiler
-
- scriptCompiler -
Variable in class org.jruby.compiler.impl.InheritedCacheCompiler
-
- ScriptCompiler - Interface in org.jruby.compiler
- Compiler represents the current state of a compiler and all appropriate
transitions and modifications that can be made within it.
- ScriptTestSuite - Class in org.jruby.test
-
- ScriptTestSuite(String) -
Constructor for class org.jruby.test.ScriptTestSuite
-
- search(ThreadContext, RubyString, int, boolean) -
Method in class org.jruby.RubyRegexp
- rb_reg_search
- search19(ThreadContext, RubyString, int, boolean) -
Method in class org.jruby.RubyRegexp
-
- search_full(IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyStringScanner
-
- searchFile -
Variable in class org.jruby.runtime.load.LoadService.SearchState
-
- searchInternalModuleVariable(String) -
Method in class org.jruby.RubyModule
- Behaves similarly to
RubyModule.getClassVar(String) .
- searchMethod(String) -
Method in class org.jruby.RubyModule
- Search through this module and supermodules for method definitions.
- searchMethodInner(String) -
Method in class org.jruby.RubyModule
-
- searchNonAscii(byte[], int, int) -
Static method in class org.jruby.util.StringSupport
-
- searchNonAscii(ByteList) -
Static method in class org.jruby.util.StringSupport
-
- searchWithCache(RubyClass, String) -
Static method in class org.jruby.java.MiniJava
-
- searchWithCache(RubyClass, String, String) -
Static method in class org.jruby.java.MiniJava
-
- searchWithCache(RubyClass, String, String, String) -
Static method in class org.jruby.java.MiniJava
-
- searchWithCache(RubyClass, String, String, String, String) -
Static method in class org.jruby.java.MiniJava
-
- searchWithCache(RubyClass, String, String, String, String, String) -
Static method in class org.jruby.java.MiniJava
-
- searchWithCache(RubyClass, String, String, String, String, String, String) -
Static method in class org.jruby.java.MiniJava
-
- searchWithCache(RubyClass, String, String, String, String, String, String, String) -
Static method in class org.jruby.java.MiniJava
-
- searchWithCache(RubyClass, String, String, String, String, String, String, String, String) -
Static method in class org.jruby.java.MiniJava
-
- searchWithCache(IRubyObject, String) -
Static method in class org.jruby.java.MiniJava
-
- searchWithCache(IRubyObject, String, String) -
Static method in class org.jruby.java.MiniJava
-
- searchWithCache(IRubyObject, String, String, String) -
Static method in class org.jruby.java.MiniJava
-
- searchWithCache(IRubyObject, String, String, String, String) -
Static method in class org.jruby.java.MiniJava
-
- searchWithCache(IRubyObject, String, String, String, String, String) -
Static method in class org.jruby.java.MiniJava
-
- searchWithCache(IRubyObject, String, String, String, String, String, String) -
Static method in class org.jruby.java.MiniJava
-
- searchWithCache(IRubyObject, String, String, String, String, String, String, String) -
Static method in class org.jruby.java.MiniJava
-
- searchWithCache(IRubyObject, String, String, String, String, String, String, String, String) -
Static method in class org.jruby.java.MiniJava
-
- searchWithCache(String) -
Method in class org.jruby.RubyModule
- Search through this module and supermodules for method definitions.
- sec() -
Method in class org.jruby.RubyTime
-
- secure(int) -
Method in class org.jruby.Ruby
-
- seek(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyArgsFile
-
- seek(IRubyObject) -
Method in class org.jruby.RubyDir
- Moves to a position
d .
- seek(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- seek(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyIO
-
- seek(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyIO
-
- seek(IRubyObject[]) -
Method in class org.jruby.RubyStringIO
-
- seek(long, int) -
Method in class org.jruby.util.io.OpenFile
-
- SEEK_CUR -
Static variable in interface org.jruby.util.io.Stream
-
- SEEK_END -
Static variable in interface org.jruby.util.io.Stream
-
- SEEK_SET -
Static variable in interface org.jruby.util.io.Stream
-
- select(ThreadContext, Block) -
Method in class org.jruby.RubyArray
- rb_ary_select
- select(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
-
- select(ThreadContext, Block) -
Method in class org.jruby.RubyHash
- rb_hash_select
- select(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyIO
-
- select(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- select(ThreadContext, Block) -
Method in class org.jruby.RubyMatchData
-
- select(ThreadContext, Block) -
Method in class org.jruby.RubyStruct
-
- select(RubyIO, int) -
Method in class org.jruby.RubyThread
-
- select19(ThreadContext, Block) -
Method in class org.jruby.RubyArray
-
- select19(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
-
- select19(ThreadContext, Block) -
Method in class org.jruby.RubyHash
-
- select_static(ThreadContext, Ruby, IRubyObject[]) -
Static method in class org.jruby.RubyIO
-
- selectAttrAsgnCallSite(IRubyObject, IRubyObject, CallSite, CallSite) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- selectCallSite(IRubyObject, IRubyObject) -
Method in class org.jruby.ast.AttrAssignNode
-
- selectForAccept(RubyIO) -
Method in class org.jruby.RubyThread
- Deprecated.
- selectMethodMissing(ThreadContext, IRubyObject, Visibility, String, CallType) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- selectMethodMissing(ThreadContext, RubyClass, Visibility, String, CallType) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- SELF_INDEX -
Static variable in class org.jruby.compiler.impl.StandardASMCompiler
-
- selfIsKindOf(Object) -
Method in interface org.jruby.compiler.BodyCompiler
-
- selfIsKindOf(Object) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- SelfNode - Class in org.jruby.ast
- Represents 'self' keyword
- SelfNode(ISourcePosition) -
Constructor for class org.jruby.ast.SelfNode
-
- send(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyUDPSocket
- Deprecated.
- send(ThreadContext, IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyUDPSocket
-
- send(int, Buffer, int, int) -
Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- send(ThreadContext, Block) -
Method in class org.jruby.RubyObject
- rb_f_send
send( aSymbol [, args ]* ) -> anObject
Invokes the method identified by aSymbol, passing it any arguments
specified.
- send(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyObject
-
- send(ThreadContext, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.RubyObject
-
- send(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.RubyObject
-
- send(ThreadContext, IRubyObject[], Block) -
Method in class org.jruby.RubyObject
-
- send(int, Object) -
Method in class org.jruby.util.Join
-
- send(Enum<?>, Object) -
Method in class org.jruby.util.Join
-
- send_io(IRubyObject) -
Method in class org.jruby.ext.socket.RubyUNIXSocket
-
- sender -
Variable in class org.jruby.internal.runtime.ThreadService.Event
-
- seq(String, List, Object) -
Method in class org.jruby.yaml.JRubyRepresenter
-
- serviceToPort -
Static variable in class org.jruby.ext.socket.IANA
-
- set(int, String) -
Method in class org.jruby.ext.Readline.ReadlineHistory
-
- set(String, IRubyObject) -
Method in class org.jruby.internal.runtime.GlobalVariables
-
- set(int, Object) -
Method in class org.jruby.RubyArray
-
- set(Object, Object) -
Method in class org.jruby.RubyClass.VariableAccessor
-
- set(IRubyObject) -
Method in class org.jruby.RubyGlobal.KCodeGlobalVariable
-
- set(IRubyObject) -
Method in class org.jruby.RubyGlobal.StringGlobalVariable
-
- set(IRubyObject, int) -
Method in class org.jruby.RubyStruct
-
- set(IRubyObject) -
Method in class org.jruby.runtime.GlobalVariable.Copy
-
- set(IRubyObject) -
Method in class org.jruby.runtime.GlobalVariable
-
- set(IRubyObject) -
Method in class org.jruby.runtime.ReadonlyGlobalVariable
-
- set_avail_out(IRubyObject) -
Method in class org.jruby.RubyZlib.ZStream
-
- set_backtrace(IRubyObject) -
Method in class org.jruby.RubyException
-
- set_comment(IRubyObject) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
-
- set_dictionary(IRubyObject) -
Method in class org.jruby.RubyZlib.Deflate
-
- set_dictionary(IRubyObject) -
Method in class org.jruby.RubyZlib.Inflate
-
- set_dictionary(IRubyObject) -
Method in class org.jruby.util.ZlibDeflate
-
- set_dictionary(IRubyObject) -
Method in class org.jruby.util.ZlibInflate
-
- set_do_not_reverse_lookup(IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.socket.RubyBasicSocket
-
- set_encoding(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyIO
-
- set_encoding(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyIO
-
- set_encoding(ThreadContext, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyIO
-
- set_java_object(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.Java.JavaUtilities
-
- set_lineno(IRubyObject) -
Method in class org.jruby.RubyStringIO
-
- set_lineno(IRubyObject) -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- set_mtime(IRubyObject) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
-
- set_orig_name(IRubyObject) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
-
- set_pos(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyArgsFile
-
- set_pos(IRubyObject) -
Method in class org.jruby.RubyDir
-
- set_pos(IRubyObject) -
Method in class org.jruby.RubyStringIO
-
- set_pos(IRubyObject) -
Method in class org.jruby.RubyStringScanner
-
- set_size(ThreadContext, IRubyObject) -
Method in class org.jruby.ext.ffi.StructLayoutBuilder
-
- set_static_value(IRubyObject) -
Method in class org.jruby.javasupport.JavaField
-
- set_string(IRubyObject) -
Method in class org.jruby.RubyStringIO
-
- set_string(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyStringScanner
-
- set_sync(IRubyObject) -
Method in class org.jruby.RubyStringIO
-
- set_sync(IRubyObject) -
Method in class org.jruby.RubyZlib.RubyGzipFile
-
- set_trace_func(ThreadContext, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- set_union(ThreadContext, IRubyObject) -
Method in class org.jruby.ext.ffi.StructLayoutBuilder
-
- set_value(IRubyObject, IRubyObject) -
Method in class org.jruby.javasupport.JavaField
-
- setAborted(boolean) -
Method in exception org.jruby.exceptions.MainExitException
-
- setAccessible(IRubyObject) -
Method in class org.jruby.javasupport.JavaAccessibleObject
-
- setAccessor(IAccessor) -
Method in class org.jruby.internal.runtime.GlobalVariable
-
- setActive(boolean) -
Method in class org.jruby.javasupport.JavaSupport
-
- setAdler(int) -
Method in class org.jruby.util.Adler32Ext
- Sets the adler running total to the specified value.
- setAdler(int) -
Method in class org.jruby.util.CRC32Ext
- Sets the adler running total to the specified value.
- setAllocator(ObjectAllocator) -
Method in class org.jruby.RubyClass
-
- setArgsNode(Node) -
Method in class org.jruby.ast.AttrAssignNode
- Set the argsNode
- setArgsNode(Node) -
Method in class org.jruby.ast.BlockPassNode
- Sets the argsNode.
- setArgsNode(Node) -
Method in class org.jruby.ast.CallNode
- Set the argsNode.
- setArgsNode(Node) -
Method in class org.jruby.ast.FCallNode
- Set the argsNode.
- setArgsNode(Node) -
Method in interface org.jruby.ast.IArgumentNode
-
- setArgumentScope(boolean) -
Method in class org.jruby.parser.StaticScope
-
- setArgumentTypes(Class[]) -
Method in class org.jruby.runtime.callback.InvocationCallback
-
- setArgv(String[]) -
Method in class org.jruby.RubyInstanceConfig
-
- setArgValues(IRubyObject[], int) -
Method in class org.jruby.runtime.DynamicScope
- Set all values which represent 'normal' parameters in a call list to this dynamic
scope.
- setArgValues() -
Method in class org.jruby.runtime.DynamicScope
-
- setArgValues(IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
-
- setArgValues(IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
-
- setArgValues(IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
-
- setArgValues(IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
-
- setArgValues(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
-
- setArgValues(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
-
- setArgValues(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
-
- setArgValues(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
-
- setArgValues(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
-
- setArgValues(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
-
- setArgValues(IRubyObject[], int) -
Method in class org.jruby.runtime.scope.FourVarDynamicScope
- Set all values which represent 'normal' parameters in a call list to this dynamic
scope.
- setArgValues(IRubyObject) -
Method in class org.jruby.runtime.scope.FourVarDynamicScope
-
- setArgValues(IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.scope.FourVarDynamicScope
-
- setArgValues(IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.scope.FourVarDynamicScope
-
- setArgValues(IRubyObject[], int) -
Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
- Set all values which represent 'normal' parameters in a call list to this dynamic
scope.
- setArgValues(IRubyObject) -
Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
-
- setArgValues(IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
-
- setArgValues(IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
-
- setArgValues(IRubyObject[], int) -
Method in class org.jruby.runtime.scope.NoVarsDynamicScope
- Set all values which represent 'normal' parameters in a call list to this dynamic
scope.
- setArgValues(IRubyObject) -
Method in class org.jruby.runtime.scope.NoVarsDynamicScope
-
- setArgValues(IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.scope.NoVarsDynamicScope
-
- setArgValues(IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.scope.NoVarsDynamicScope
-
- setArgValues(IRubyObject[], int) -
Method in class org.jruby.runtime.scope.OneVarDynamicScope
- Set all values which represent 'normal' parameters in a call list to this dynamic
scope.
- setArgValues(IRubyObject) -
Method in class org.jruby.runtime.scope.OneVarDynamicScope
-
- setArgValues(IRubyObject[], int) -
Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
- Set all values which represent 'normal' parameters in a call list to this dynamic
scope.
- setArgValues(IRubyObject) -
Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
-
- setArgValues(IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
-
- setArgValues(IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
-
- setArgValues(IRubyObject[], int) -
Method in class org.jruby.runtime.scope.TwoVarDynamicScope
- Set all values which represent 'normal' parameters in a call list to this dynamic
scope.
- setArgValues(IRubyObject) -
Method in class org.jruby.runtime.scope.TwoVarDynamicScope
-
- setArgValues(IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.scope.TwoVarDynamicScope
-
- setArities(int, int, int) -
Method in class org.jruby.parser.StaticScope
-
- setArity(Arity) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
-
- setArity(Arity) -
Method in class org.jruby.runtime.callback.InvocationCallback
-
- setAST(Node) -
Method in class org.jruby.parser.RubyParserResult
- Sets the ast.
- setAttached(IRubyObject) -
Method in class org.jruby.MetaClass
-
- setAutoRelease(boolean) -
Method in interface org.jruby.ext.ffi.AllocatedDirectMemoryIO
-
- setBackgroundColor(Color) -
Method in class org.jruby.JRubyApplet
-
- setBackref(Ruby, ThreadContext, IRubyObject) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- setBackRef(IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
- Set backref
- setBackRef(IRubyObject) -
Method in class org.jruby.runtime.scope.DummyDynamicScope
- Set backref
- setBackrefLastlineScope(boolean) -
Method in class org.jruby.parser.StaticScope
-
- setBacktraceFrames(ThreadContext.RubyStackTraceElement[]) -
Method in class org.jruby.RubyException
-
- setBaseName(String) -
Method in class org.jruby.RubyModule
-
- setBlocking(boolean) -
Method in class org.jruby.util.io.ChannelStream
-
- setBlocking(boolean) -
Method in interface org.jruby.util.io.Stream
-
- setBool(boolean) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setbyte(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
-
- setCallConfig(CallConfiguration) -
Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
-
- setCallConfig(CallConfiguration) -
Method in class org.jruby.internal.runtime.methods.DynamicMethod
- Set the CallConfiguration used for pre/post logic for this method handle.
- setCallConfig(CallConfiguration) -
Method in class org.jruby.internal.runtime.methods.UndefinedMethod
- Dummy implementation of setCallConfig that does nothing.
- setCallCount(int) -
Method in class org.jruby.internal.runtime.methods.DefaultMethod
-
- setCallSite(CallSite[], int, String) -
Static method in class org.jruby.ast.executable.AbstractScript
-
- setCanBeSeekable(boolean) -
Method in class org.jruby.util.io.ChannelDescriptor
- Set the channel to be explicitly seekable or not, for streams that appear
to be seekable with the instanceof FileChannel check.
- setClassAllocator(Class) -
Method in class org.jruby.RubyClass
- Set an allocator that calls the default constructor for a given class.
- setClassCache(ClassCache) -
Method in class org.jruby.RubyInstanceConfig
-
- setClassVar(String, IRubyObject) -
Method in class org.jruby.RubyModule
- Set the named class variable to the given value, provided taint and freeze allow setting it.
- setClassVariable(ThreadContext, Ruby, IRubyObject, String, IRubyObject) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- setCodeRange(int) -
Method in class org.jruby.RubyString
-
- setColor(String) -
Method in class org.jruby.javasupport.test.Color
-
- setColor(long) -
Method in class org.jruby.javasupport.test.Color
-
- setCompatVersion(CompatVersion) -
Method in class org.jruby.RubyInstanceConfig
-
- setCompileMode(RubyInstanceConfig.CompileMode) -
Method in class org.jruby.RubyInstanceConfig
-
- setCompletor(Readline.ConsoleHolder, Completor) -
Static method in class org.jruby.ext.Readline
-
- setConfiguration(ParserConfiguration) -
Method in class org.jruby.parser.ParserSupport
- Sets the configuration.
- setConstant(String, IRubyObject) -
Method in class org.jruby.RubyModule
- Set the named constant on this module.
- setConstantInCurrent(IRubyObject, ThreadContext, String) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- setConstantInCurrent(String, IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
- Used by the evaluator and the compiler to set a constant by name
This is for a null const decl
- setConstantInModule(IRubyObject, IRubyObject, String, ThreadContext) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- setConstantInModule(String, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
- Used by the evaluator and the compiler to set a constant by name.
- setConstantInObject(String, IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
- Used by the evaluator and the compiler to set a constant by name
This is for a Colon2 const decl
- setCritical(boolean) -
Method in class org.jruby.internal.runtime.ThreadService
-
- setCurrentDirectory(String) -
Method in class org.jruby.Ruby
-
- setCurrentDirectory(String) -
Method in class org.jruby.RubyInstanceConfig
-
- setCurrentIndex(int) -
Method in class org.jruby.ext.Readline.ReadlineHistory
-
- setCurrentInstance(Ruby) -
Static method in class org.jruby.Ruby
- Deprecated.
- setCurrentLineNumber(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyArgsFile
-
- setCurrentVisibility(Visibility) -
Method in class org.jruby.runtime.ThreadContext
-
- setDark(boolean) -
Method in class org.jruby.javasupport.test.Color
-
- setDate(Date) -
Method in class org.jruby.javasupport.test.DateHolder
-
- setDateTime(DateTime) -
Method in class org.jruby.RubyTime
-
- setDateTime(DateTime) -
Method in class org.jruby.util.RubyDateFormat
-
- setDebug(IRubyObject) -
Method in class org.jruby.Ruby
- Setter for property isDebug.
- setDefaultExternalEncoding(Encoding) -
Method in class org.jruby.Ruby
-
- setDefaultInternalEncoding(Encoding) -
Method in class org.jruby.Ruby
-
- setDefaultMethodMissing(DynamicMethod) -
Method in class org.jruby.Ruby
-
- setDefaultSeparator(IRubyObject) -
Method in class org.jruby.internal.runtime.GlobalVariables
-
- setDelimiter(String) -
Static method in class org.jruby.ext.Readline.ProcCompletor
-
- setDoNotReverseLookupEnabled(boolean) -
Method in class org.jruby.Ruby
-
- setDoubleBuffered(boolean) -
Method in class org.jruby.JRubyApplet
-
- setegid(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess.Sys
- Deprecated.
- setegid(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess.Sys
-
- setElseNode(Node) -
Method in class org.jruby.ast.CaseNode
-
- setEncoding(Encoding) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- setEncodingAndCodeRange(Encoding, int) -
Method in class org.jruby.RubyString
-
- setEncodingNone() -
Method in class org.jruby.RubyRegexp
-
- setEndArgValues(IRubyObject[], int, int) -
Method in class org.jruby.runtime.DynamicScope
-
- setEndArgValues(IRubyObject[], int, int) -
Method in class org.jruby.runtime.scope.FourVarDynamicScope
-
- setEndArgValues(IRubyObject[], int, int) -
Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
-
- setEndArgValues(IRubyObject[], int, int) -
Method in class org.jruby.runtime.scope.NoVarsDynamicScope
-
- setEndArgValues(IRubyObject[], int, int) -
Method in class org.jruby.runtime.scope.OneVarDynamicScope
-
- setEndArgValues(IRubyObject[], int, int) -
Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
-
- setEndArgValues(IRubyObject[], int, int) -
Method in class org.jruby.runtime.scope.TwoVarDynamicScope
-
- setEnding(Object) -
Method in interface org.jruby.compiler.BodyCompiler
-
- setEnding(Object) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- setEndOffset(int) -
Method in class org.jruby.parser.RubyParserResult
-
- setEnvironment(Map) -
Method in class org.jruby.RubyInstanceConfig
-
- setError(PrintStream) -
Method in class org.jruby.RubyInstanceConfig
-
- setErrorInfo(Ruby, IRubyObject) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- setErrorInfo(IRubyObject) -
Method in class org.jruby.RubyThread
-
- setErrorInfo(IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
-
- setEtc(RubyModule) -
Method in class org.jruby.Ruby
-
- seteuid(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess.Sys
- Deprecated.
- seteuid(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess.Sys
-
- setEvalParse(boolean) -
Method in class org.jruby.parser.ParserConfiguration
- Set whether this is an parsing of an eval() or not.
- setException(RubyException, boolean) -
Method in exception org.jruby.exceptions.RaiseException
- Sets the exception
- setExtraPositionInformation(boolean) -
Method in class org.jruby.parser.ParserConfiguration
- Should positions of nodes provide additional information in them (like character offsets).
- setFamily(int) -
Method in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un
-
- setFiber(FiberLibrary.Fiber) -
Method in class org.jruby.runtime.ThreadContext
-
- setFieldValue(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.ffi.Struct
-
- setFile(String) -
Method in class org.jruby.runtime.Binding
-
- setFile(String) -
Method in class org.jruby.runtime.Frame
- Set the filename of the caller.
- setFile(String) -
Method in class org.jruby.runtime.ThreadContext
-
- setFileAndLine(String, int) -
Method in class org.jruby.runtime.Frame
- Set both the file and line
- setFileAndLine(String, int) -
Method in class org.jruby.runtime.ThreadContext
-
- setFileAndLine(Frame) -
Method in class org.jruby.runtime.ThreadContext
-
- setFileAndLine(ISourcePosition) -
Method in class org.jruby.runtime.ThreadContext
-
- setFilename(String) -
Method in class org.jruby.ast.executable.AbstractScript
-
- setFilename(String) -
Method in interface org.jruby.ast.executable.Script
-
- setFilePosition(ISourcePosition) -
Method in interface org.jruby.compiler.BodyCompiler
-
- setFilePosition(ISourcePosition) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- setFinalizer(OpenFile.Finalizer) -
Method in class org.jruby.util.io.OpenFile
-
- setFlag(int) -
Method in class org.jruby.compiler.ASTInspector
-
- setFlag(int, boolean) -
Method in class org.jruby.RubyBasicObject
- Sets or unsets a flag on this object.
- setFrameJumpTarget(JumpTarget) -
Method in class org.jruby.runtime.ThreadContext
- Deprecated.
- setFrozen(boolean) -
Method in class org.jruby.RubyBasicObject
- Sets whether this object is frozen or not.
- setFrozen(boolean) -
Method in interface org.jruby.runtime.builtin.IRubyObject
- RubyMethod setFrozen.
- setFunctionalCallSite(CallSite[], int, String) -
Static method in class org.jruby.ast.executable.AbstractScript
-
- setgid(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess.Sys
- Deprecated.
- setgid(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess.Sys
-
- setgid_p() -
Method in class org.jruby.RubyFileStat
-
- setgid_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- setGlobalAbortOnExceptionEnabled(boolean) -
Method in class org.jruby.Ruby
-
- setGlobalVariable(IRubyObject, Ruby, String) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- setGlobalVariables(GlobalVariables) -
Method in class org.jruby.Ruby
-
- setgrent(IRubyObject) -
Static method in class org.jruby.RubyEtc
-
- setImplementationClass(RubyModule) -
Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
-
- setImplementationClass(RubyModule) -
Method in class org.jruby.internal.runtime.methods.DynamicMethod
- Set the class on which this method is implemented, used for 'super'
logic, among others.
- setImplementationClass(RubyModule) -
Method in class org.jruby.internal.runtime.methods.UndefinedMethod
- Dummy override of setImplementationClass that does nothing.
- setInDef(boolean) -
Method in class org.jruby.parser.ParserSupport
-
- setInput(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- setInput(InputStream) -
Method in class org.jruby.RubyInstanceConfig
-
- setInSingle(int) -
Method in class org.jruby.parser.ParserSupport
- Setter for property inSingle.
- setInstanceVariable(IRubyObject, IRubyObject, String) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- setInstanceVariable(String, IRubyObject) -
Method in class org.jruby.RubyBasicObject
- rb_iv_set / rb_ivar_set
- setInstanceVariable(IRubyObject, String, IRubyObject) -
Method in interface org.jruby.RubyObjectAdapter
-
- setInstanceVariable(String, IRubyObject) -
Method in interface org.jruby.runtime.builtin.InstanceVariables
- Sets the named instance variable to the specified value.
- setInternalModuleVariable(String, IRubyObject) -
Method in class org.jruby.RubyModule
- Behaves similarly to
RubyModule.setClassVar(String, IRubyObject) .
- setInternalVariable(String, Object) -
Method in class org.jruby.RubyBasicObject
-
- setInternalVariable(String, Object) -
Method in interface org.jruby.runtime.builtin.InternalVariables
- Sets the named internal variable to the specified value.
- setIsBindingFrame(boolean) -
Method in class org.jruby.runtime.Frame
- Set whether this is a binding frame or not
- setIterNode(Node) -
Method in interface org.jruby.ast.BlockAcceptingNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.CallManyArgsNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.CallNoArgNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.CallNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.CallOneArgNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.CallSpecialArgNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.CallThreeArgNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.CallTwoArgNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.FCallManyArgsNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.FCallNoArgNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.FCallNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.FCallOneArgNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.FCallSpecialArgNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.FCallThreeArgNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.FCallTwoArgNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.SuperNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.ZSuperNode
-
- setJavaName(String) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
-
- setJavaName(String) -
Method in class org.jruby.runtime.callback.InvocationCallback
-
- setJRubyHome(String) -
Method in class org.jruby.Ruby
-
- setJRubyHome(String) -
Method in class org.jruby.RubyInstanceConfig
-
- setJumpTarget(JumpTarget) -
Method in class org.jruby.runtime.Frame
- Deprecated.
- setKCode(KCode) -
Method in class org.jruby.Ruby
-
- setKCodeDefault() -
Method in class org.jruby.RubyRegexp
-
- setKlazz(RubyModule) -
Method in class org.jruby.runtime.Frame
- Set the class we are calling against.
- setLastCallStatus(CallType) -
Method in class org.jruby.runtime.ThreadContext
- Returns the lastCallStatus.
- setLastCallStatusAndVisibility(CallType, Visibility) -
Method in class org.jruby.runtime.ThreadContext
-
- setLastExitStatus(IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
-
- setLastLine(Ruby, ThreadContext, IRubyObject) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- setLastLine(IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
- Set lastline
- setLastLine(IRubyObject) -
Method in class org.jruby.runtime.scope.DummyDynamicScope
- Set lastline
- setLastVisibility(Visibility) -
Method in class org.jruby.runtime.ThreadContext
-
- setLeftParenBegin(int) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- setLightweight(boolean) -
Method in class org.jruby.ast.ArrayNode
-
- setLine(int) -
Method in class org.jruby.runtime.Binding
-
- setLine(int) -
Method in class org.jruby.runtime.Frame
- Set the line number where this call is being made
- setLine(int) -
Method in class org.jruby.runtime.ThreadContext
-
- setLineNumber(int) -
Method in class org.jruby.util.io.OpenFile
-
- setLinePosition(ISourcePosition) -
Method in interface org.jruby.compiler.BodyCompiler
-
- setLinePosition(ISourcePosition) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- setList(Collection) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setList(int[]) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setList(Object[]) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setLiteral() -
Method in class org.jruby.RubyRegexp
-
- setLoader(ClassLoader) -
Method in class org.jruby.RubyInstanceConfig
-
- setLoadServiceCreator(RubyInstanceConfig.LoadServiceCreator) -
Method in class org.jruby.RubyInstanceConfig
-
- setMainStream(Stream) -
Method in class org.jruby.util.io.OpenFile
-
- setMainThread(Thread, RubyThread) -
Method in class org.jruby.internal.runtime.ThreadService
-
- setMap(Map) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setMarshal(ObjectMarshal) -
Method in class org.jruby.RubyClass
-
- setMemory(long, long, byte) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
-
- setMemory(long, long, byte) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
-
- setMemory(long, long, byte) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
-
- setMemory(long, long, byte) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
-
- setMemory(long, long, byte) -
Method in interface org.jruby.ext.ffi.MemoryIO
- Sets the contents of the memory area to the value.
- setMetaClass(RubyClass) -
Method in class org.jruby.IncludedModuleWrapper
-
- setMetaClass(RubyClass) -
Method in class org.jruby.RubyBasicObject
- Makes it possible to change the metaclass of an object.
- setMethodAdapter(SkinnyMethodAdapter) -
Method in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- setMethodAdapter(SkinnyMethodAdapter) -
Method in class org.jruby.compiler.impl.InvokeDynamicInvocationCompiler
-
- setMethodAdapter(SkinnyMethodAdapter) -
Method in class org.jruby.compiler.impl.StandardInvocationCompiler
-
- setMethodAdapter(SkinnyMethodAdapter) -
Method in interface org.jruby.compiler.InvocationCompiler
-
- setMethodAdapter(SkinnyMethodAdapter) -
Method in interface org.jruby.compiler.VariableCompiler
-
- setMethods(Map) -
Method in class org.jruby.IncludedModuleWrapper
-
- setMethodVisibility(IRubyObject[], Visibility) -
Method in class org.jruby.RubyModule
- set_method_visibility
- setMethodVisitor(MethodVisitor) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- setMicroseconds(long) -
Method in class org.jruby.RubyTime
-
- setMode(int) -
Method in class org.jruby.util.io.OpenFile
-
- setModule(RubyModule) -
Method in class org.jruby.parser.StaticScope
-
- setModuleSuperClass(RubyClass) -
Method in class org.jruby.RubyClass
-
- setName(String) -
Method in class org.jruby.ast.ArgumentNode
-
- setName(String) -
Method in class org.jruby.ast.BlockArgNode
-
- setName(String) -
Method in class org.jruby.ast.ClassVarNode
-
- setName(String) -
Method in class org.jruby.ast.Colon3Node
-
- setName(String) -
Method in class org.jruby.ast.ConstNode
-
- setName(String) -
Method in class org.jruby.ast.DAsgnNode
-
- setName(String) -
Method in class org.jruby.ast.DVarNode
- Sets the name of this variable (for refactoring support)
- setName(String) -
Method in class org.jruby.ast.InstAsgnNode
-
- setName(String) -
Method in class org.jruby.ast.InstVarNode
-
- setName(String) -
Method in class org.jruby.ast.LocalAsgnNode
- Change the name of this local assignment (for refactoring)
- setName(String) -
Method in class org.jruby.ast.LocalVarNode
- Set the name of this variable (for refactoring support)
- setName(String) -
Method in class org.jruby.runtime.Frame
- Set the method name associated with this frame
- setNilList(List) -
Method in interface org.jruby.javasupport.test.SimpleInterface
-
- setNilMap(Map) -
Method in interface org.jruby.javasupport.test.SimpleInterface
-
- setNormalMethodMissing(DynamicMethod) -
Method in class org.jruby.Ruby
-
- setNumber(double) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setNumber(int) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setNumber(long) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setNumber(Double) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setNumber(Integer) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setNumber(Long) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setObject(Object) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setObjectJavaClass(JavaClass) -
Method in class org.jruby.javasupport.JavaSupport
-
- setObjectSpaceEnabled(boolean) -
Method in class org.jruby.RubyInstanceConfig
-
- setObjectSpaceEnabled(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyJRuby
-
- setOnceRegexp(RubyRegexp) -
Method in class org.jruby.ast.DRegexpNode
- For regular expressions with /o flag, the value in here can be used for subsequent evaluations.
- setOutput(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- setOutput(PrintStream) -
Method in class org.jruby.RubyInstanceConfig
-
- setParent(RubyModule) -
Method in class org.jruby.RubyModule
-
- setParserSupport(ParserSupport) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
- Parse must pass its support object for some check at bottom of
yylex().
- setPath(String) -
Method in class org.jruby.util.io.OpenFile
-
- setPattern(RubyRegexp) -
Method in class org.jruby.ast.RegexpNode
-
- setpgid(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess
- Deprecated.
- setpgid(ThreadContext, IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess
-
- setpgid(Ruby, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess
-
- setpgrp(IRubyObject) -
Static method in class org.jruby.RubyProcess
- Deprecated.
- setpgrp(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyProcess
-
- setpgrp(Ruby) -
Static method in class org.jruby.RubyProcess
-
- setPipeStream(Stream) -
Method in class org.jruby.util.io.OpenFile
-
- setPosition(ISourcePosition) -
Method in class org.jruby.ast.Node
-
- setPosition(ISourcePosition) -
Method in interface org.jruby.lexer.yacc.ISourcePositionHolder
-
- setPosition(ISourcePosition) -
Method in class org.jruby.lexer.yacc.Token
-
- setPreviousCRefScope(StaticScope) -
Method in class org.jruby.parser.StaticScope
-
- setPriority(int) -
Method in class org.jruby.internal.runtime.FutureThread
-
- setPriority(int) -
Method in class org.jruby.internal.runtime.NativeThread
-
- setPriority(int) -
Method in interface org.jruby.internal.runtime.ThreadLike
-
- setpriority(IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess
- Deprecated.
- setpriority(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess
-
- setpriority(Ruby, IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess
-
- setPrivateMethodMissing(DynamicMethod) -
Method in class org.jruby.Ruby
-
- setProcess(Process) -
Method in class org.jruby.util.io.OpenFile
-
- setProcObject(RubyProc) -
Method in class org.jruby.runtime.Block
- Set the proc object associated with this block
- setProfile(Profile) -
Method in class org.jruby.RubyInstanceConfig
-
- setProtectedMethodMissing(DynamicMethod) -
Method in class org.jruby.Ruby
-
- setpwent(IRubyObject) -
Static method in class org.jruby.RubyEtc
-
- setRandomSeed(long) -
Method in class org.jruby.Ruby
-
- setReadBuffered() -
Method in class org.jruby.util.io.OpenFile
-
- setRecordSeparator(String) -
Method in class org.jruby.RubyInstanceConfig
-
- setRecordSeparatorVar(GlobalVariable) -
Method in class org.jruby.Ruby
-
- setRequiredArgs(int) -
Method in class org.jruby.parser.StaticScope
-
- setRespondToMethod(Object) -
Method in class org.jruby.Ruby
-
- setRestArg(int) -
Method in class org.jruby.parser.StaticScope
-
- setResult(RubyParserResult) -
Method in class org.jruby.parser.ParserSupport
- Sets the result.
- setrlimit(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
-
- setRubyFrameDelta(int) -
Method in class org.jruby.runtime.ThreadContext
-
- setRunRubyInProcess(boolean) -
Method in class org.jruby.RubyInstanceConfig
-
- setSafeLevel(int) -
Method in class org.jruby.Ruby
- Set the current safe level:
0 - strings from streams/environment/ARGV are tainted (default)
1 - no dangerous operation by tainted value
2 - process/file operations prohibited
3 - all generated objects are tainted
4 - no global (non-tainted) variable modification/no direct output
The safe level is set using $SAFE in Ruby code.
- setScope(DynamicScope) -
Method in class org.jruby.parser.RubyParserResult
-
- setSecurityRestricted(boolean) -
Static method in class org.jruby.Ruby
-
- setSelf(IRubyObject) -
Method in class org.jruby.runtime.Binding
-
- setSelf(IRubyObject) -
Method in class org.jruby.runtime.Frame
- Set the self associated with this frame
- setShowBytecode(boolean) -
Method in class org.jruby.RubyInstanceConfig
-
- setShowCopyright(boolean) -
Method in class org.jruby.RubyInstanceConfig
-
- setShowVersion(boolean) -
Method in class org.jruby.RubyInstanceConfig
-
- setsid(IRubyObject) -
Static method in class org.jruby.RubyProcess
- Deprecated.
- setsid(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyProcess
-
- setsid(Ruby) -
Static method in class org.jruby.RubyProcess
-
- setSingleton(boolean) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
-
- setSingleton(boolean) -
Method in class org.jruby.runtime.callback.InvocationCallback
-
- setsockopt(IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.socket.RubyBasicSocket
- Deprecated.
- setsockopt(ThreadContext, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.socket.RubyBasicSocket
-
- setsockopt(int, int, int, byte[], int) -
Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- setsockopt(ThreadContext, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.socket.RubyUNIXSocket
-
- setSource(LexerSource) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
- Allow the parser to set the source for its lexer.
- setStackTraces(int) -
Method in class org.jruby.Ruby
-
- setState(Object) -
Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
-
- setState(Object) -
Method in interface org.jruby.javasupport.proxy.JavaProxyMethod
- store state (cache target callable?) in the proxy method
- setState(RubyYaccLexer.LexState) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- setStaticScope(StaticScope) -
Method in class org.jruby.runtime.BlockBody
-
- setStaticScope(StaticScope) -
Method in class org.jruby.runtime.CallBlock
-
- setStaticScope(StaticScope) -
Method in class org.jruby.runtime.CompiledBlock
-
- setStaticScope(StaticScope) -
Method in class org.jruby.runtime.CompiledBlock19
-
- setStaticScope(StaticScope) -
Method in class org.jruby.runtime.Interpreted19Block
-
- setStaticScope(StaticScope) -
Method in class org.jruby.runtime.InterpretedBlock
-
- setStaticScope(StaticScope) -
Method in class org.jruby.runtime.MethodBlock
-
- setStaticScope(StaticScope) -
Method in class org.jruby.runtime.NullBlockBody
-
- setStatus(int) -
Method in exception org.jruby.exceptions.MainExitException
-
- setString(String) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setStrTerm(StrTerm) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- setSuperCallSite(CallSite[], int) -
Static method in class org.jruby.ast.executable.AbstractScript
-
- setSuperClass(RubyClass) -
Method in class org.jruby.RubyModule
-
- setSuperMethodMissing(DynamicMethod) -
Method in class org.jruby.Ruby
-
- setSync(boolean) -
Method in class org.jruby.util.io.ChannelStream
-
- setSync(boolean) -
Method in class org.jruby.util.io.OpenFile
-
- setSync(boolean) -
Method in interface org.jruby.util.io.Stream
-
- setTaint(boolean) -
Method in class org.jruby.RubyBasicObject
- Sets the taint flag.
- setTaint(boolean) -
Method in interface org.jruby.runtime.builtin.IRubyObject
- RubyMethod setTaint.
- setTarget(Object) -
Method in class org.jruby.ast.ReturnNode
-
- setTarget(JumpTarget) -
Method in exception org.jruby.exceptions.JumpException.FlowControlException
-
- setTempLocal(int) -
Method in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- setTempLocal(int) -
Method in interface org.jruby.compiler.VariableCompiler
-
- setThread(RubyThread) -
Method in class org.jruby.runtime.ThreadContext
-
- setTraceFunc(RubyProc) -
Method in class org.jruby.Ruby.CallTraceFuncHook
-
- setTraceFunction(RubyProc) -
Method in class org.jruby.Ruby
-
- setTraceVar(String, RubyProc) -
Method in class org.jruby.internal.runtime.GlobalVariables
-
- setuid(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess.Sys
- Deprecated.
- setuid(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess.Sys
-
- setuid_p() -
Method in class org.jruby.RubyFileStat
-
- setuid_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- setUntrusted(boolean) -
Method in class org.jruby.RubyBasicObject
- Sets whether this object is frozen or not.
- setUntrusted(boolean) -
Method in interface org.jruby.runtime.builtin.IRubyObject
- RubyMethod setUntrusted.
- setUp() -
Method in class org.jruby.javasupport.test.TestBSF
-
- setUp() -
Method in class org.jruby.javasupport.test.TestNativeException
-
- setup(Ruby) -
Static method in class org.jruby.libraries.ThreadLibrary.ConditionVariable
-
- setup(Ruby) -
Static method in class org.jruby.libraries.ThreadLibrary.Mutex
-
- setup(Ruby) -
Static method in class org.jruby.libraries.ThreadLibrary.Queue
-
- setup(Ruby) -
Static method in class org.jruby.libraries.ThreadLibrary.SizedQueue
-
- setUp() -
Method in class org.jruby.test.TestAdoptedThreading
-
- setUp() -
Method in class org.jruby.test.TestCodeCache
-
- setUp() -
Method in class org.jruby.test.TestCommandlineParser
-
- setUp() -
Method in class org.jruby.test.TestJavaReentrantExceptions
-
- setUp() -
Method in class org.jruby.test.TestJavaUtil
-
- setUp() -
Method in class org.jruby.test.TestKernel
-
- setUp() -
Method in class org.jruby.test.TestLoadService
-
- setUp() -
Method in class org.jruby.test.TestMethodFactories
-
- setUp() -
Method in class org.jruby.test.TestObjectSpace
-
- setUp() -
Method in class org.jruby.test.TestParser
-
- setUp() -
Method in class org.jruby.test.TestRaiseException
-
- setUp() -
Method in class org.jruby.test.TestRbConfigLibrary
-
- setUp() -
Method in class org.jruby.test.TestRequire
-
- setUp() -
Method in class org.jruby.test.TestRuby
-
- setUp() -
Method in class org.jruby.test.TestRubyArray
-
- setUp() -
Method in class org.jruby.test.TestRubyClass
-
- setUp() -
Method in class org.jruby.test.TestRubyCollect
-
- setUp() -
Method in class org.jruby.test.TestRubyException
-
- setUp() -
Method in class org.jruby.test.TestRubyHash
-
- setUp() -
Method in class org.jruby.test.TestRubyInstanceConfig
-
- setUp() -
Method in class org.jruby.test.TestRubyNil
-
- setUp() -
Method in class org.jruby.test.TestRubyObject
-
- setUp() -
Method in class org.jruby.test.TestRubySymbol
-
- setUp() -
Method in class org.jruby.test.TestUnitTestSuite
-
- setUp() -
Method in class org.jruby.util.JRubyThreadContextTest
-
- setUp() -
Method in class org.jruby.util.ShellLauncherTest
-
- setupArgs(Ruby, ThreadContext, Node, IRubyObject, Block) -
Static method in class org.jruby.evaluator.ASTInterpreter
-
- setupBlockArg(Ruby, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.CompiledBlock
-
- setupBlockArg(Ruby, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.CompiledBlock19
-
- setupBlockArgs(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.CompiledBlock
-
- setupInterfaceModule(RubyModule) -
Method in class org.jruby.javasupport.JavaClass
-
- setupProxy(RubyClass) -
Method in class org.jruby.javasupport.JavaClass
-
- setUsageError(boolean) -
Method in exception org.jruby.exceptions.MainExitException
-
- setUSec(long) -
Method in class org.jruby.RubyTime
-
- setValue(BigInteger) -
Method in class org.jruby.ast.BignumNode
-
- setValue(long) -
Method in class org.jruby.ast.FixnumNode
-
- setValue(double) -
Method in class org.jruby.ast.FloatNode
- Sets the value
- setValue(Object) -
Method in exception org.jruby.exceptions.JumpException.FlowControlException
-
- setValue(IRubyObject) -
Method in class org.jruby.internal.runtime.ReadonlyAccessor
-
- setValue(IRubyObject) -
Method in class org.jruby.internal.runtime.UndefinedAccessor
-
- setValue(IRubyObject) -
Method in class org.jruby.internal.runtime.ValueAccessor
-
- setValue(Object) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- setValue(Object) -
Method in class org.jruby.lexer.yacc.Token
-
- setValue(CharSequence) -
Method in class org.jruby.RubyString
- Deprecated.
- setValue(ByteList) -
Method in class org.jruby.RubyString
-
- setValue(int, IRubyObject, int) -
Method in class org.jruby.runtime.DynamicScope
- Set value in current dynamic scope or one of its captured scopes.
- setValue(IRubyObject, int, int) -
Method in class org.jruby.runtime.DynamicScope
- Set value in current dynamic scope or one of its captured scopes.
- setValue(IRubyObject) -
Method in interface org.jruby.runtime.IAccessor
-
- setValue(int, IRubyObject, int) -
Method in class org.jruby.runtime.scope.FourVarDynamicScope
- Set value in current dynamic scope or one of its captured scopes.
- setValue(int, IRubyObject, int) -
Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
- Set value in current dynamic scope or one of its captured scopes.
- setValue(int, IRubyObject, int) -
Method in class org.jruby.runtime.scope.NoVarsDynamicScope
- Set value in current dynamic scope or one of its captured scopes.
- setValue(int, IRubyObject, int) -
Method in class org.jruby.runtime.scope.OneVarDynamicScope
- Set value in current dynamic scope or one of its captured scopes.
- setValue(int, IRubyObject, int) -
Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
- Set value in current dynamic scope or one of its captured scopes.
- setValue(int, IRubyObject, int) -
Method in class org.jruby.runtime.scope.TwoVarDynamicScope
- Set value in current dynamic scope or one of its captured scopes.
- setValueDepthZero(IRubyObject, int) -
Method in class org.jruby.runtime.DynamicScope
- setValue for depth zero
- setValueDepthZero(IRubyObject, int) -
Method in class org.jruby.runtime.scope.FourVarDynamicScope
-
- setValueDepthZero(IRubyObject, int) -
Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
-
- setValueDepthZero(IRubyObject, int) -
Method in class org.jruby.runtime.scope.NoVarsDynamicScope
-
- setValueDepthZero(IRubyObject, int) -
Method in class org.jruby.runtime.scope.OneVarDynamicScope
-
- setValueDepthZero(IRubyObject, int) -
Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
-
- setValueDepthZero(IRubyObject, int) -
Method in class org.jruby.runtime.scope.TwoVarDynamicScope
-
- setValueNode(Node) -
Method in class org.jruby.ast.AssignableNode
- Sets the valueNode.
- setValueOneDepthZero(IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
- Set value one in this scope.
- setValueOneDepthZero(IRubyObject) -
Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
-
- setValueOneDepthZero(IRubyObject) -
Method in class org.jruby.runtime.scope.NoVarsDynamicScope
-
- setValueOneDepthZero(IRubyObject) -
Method in class org.jruby.runtime.scope.TwoVarDynamicScope
-
- setValueThreeDepthZero(IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
- Set value three in this scope.
- setValueThreeDepthZero(IRubyObject) -
Method in class org.jruby.runtime.scope.FourVarDynamicScope
-
- setValueThreeDepthZero(IRubyObject) -
Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
-
- setValueThreeDepthZero(IRubyObject) -
Method in class org.jruby.runtime.scope.NoVarsDynamicScope
-
- setValueTwoDepthZero(IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
- Set value two in this scope.
- setValueTwoDepthZero(IRubyObject) -
Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
-
- setValueTwoDepthZero(IRubyObject) -
Method in class org.jruby.runtime.scope.NoVarsDynamicScope
-
- setValueTwoDepthZero(IRubyObject) -
Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
-
- setValueZeroDepthZero(IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
- Set value zero in this scope;
- setValueZeroDepthZero(IRubyObject) -
Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
-
- setValueZeroDepthZero(IRubyObject) -
Method in class org.jruby.runtime.scope.NoVarsDynamicScope
-
- setValueZeroDepthZero(IRubyObject) -
Method in class org.jruby.runtime.scope.OneVarDynamicScope
-
- setVariable(Ruby, int, String, IRubyObject, IRubyObject) -
Method in class org.jruby.ast.executable.AbstractScript
-
- setVariable(int, Object) -
Method in class org.jruby.RubyBasicObject
-
- setVariable(int, Object) -
Method in interface org.jruby.runtime.builtin.IRubyObject
-
- setVariable0(Ruby, String, IRubyObject, IRubyObject) -
Method in class org.jruby.ast.executable.AbstractScript
-
- setVariable1(Ruby, String, IRubyObject, IRubyObject) -
Method in class org.jruby.ast.executable.AbstractScript
-
- setVariable2(Ruby, String, IRubyObject, IRubyObject) -
Method in class org.jruby.ast.executable.AbstractScript
-
- setVariable3(Ruby, String, IRubyObject, IRubyObject) -
Method in class org.jruby.ast.executable.AbstractScript
-
- setVariable4(Ruby, String, IRubyObject, IRubyObject) -
Method in class org.jruby.ast.executable.AbstractScript
-
- setVariable5(Ruby, String, IRubyObject, IRubyObject) -
Method in class org.jruby.ast.executable.AbstractScript
-
- setVariable6(Ruby, String, IRubyObject, IRubyObject) -
Method in class org.jruby.ast.executable.AbstractScript
-
- setVariable7(Ruby, String, IRubyObject, IRubyObject) -
Method in class org.jruby.ast.executable.AbstractScript
-
- setVariable8(Ruby, String, IRubyObject, IRubyObject) -
Method in class org.jruby.ast.executable.AbstractScript
-
- setVariable9(Ruby, String, IRubyObject, IRubyObject) -
Method in class org.jruby.ast.executable.AbstractScript
-
- setVariableCallSite(CallSite[], int, String) -
Static method in class org.jruby.ast.executable.AbstractScript
-
- setVariableMethodMissing(DynamicMethod) -
Method in class org.jruby.Ruby
-
- setVariables(String[]) -
Method in class org.jruby.parser.StaticScope
-
- setVerbose(IRubyObject) -
Method in class org.jruby.Ruby
- Setter for property isVerbose.
- setVisibility(Visibility) -
Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
-
- setVisibility(Visibility) -
Method in class org.jruby.internal.runtime.methods.DynamicMethod
- Set the visibility of this method.
- setVisibility(Visibility) -
Method in class org.jruby.internal.runtime.methods.UndefinedMethod
- Dummy implementation of setVisibility that does nothing.
- setVisibility(Visibility) -
Method in class org.jruby.runtime.Binding
-
- setVisibility(Visibility) -
Method in class org.jruby.runtime.Frame
- Change the visibility associated with this frame
- setWarnings(IRubyWarnings) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- setWarnings(IRubyWarnings) -
Method in class org.jruby.parser.DefaultRubyParser
-
- setWarnings(IRubyWarnings) -
Method in class org.jruby.parser.ParserSupport
-
- setWarnings(IRubyWarnings) -
Method in class org.jruby.parser.Ruby19Parser
-
- setWarnings(IRubyWarnings) -
Method in interface org.jruby.parser.RubyParser
-
- setWithExceptionHandling(int, Object) -
Method in class org.jruby.javasupport.JavaArray
-
- setWithinDefined(boolean) -
Method in class org.jruby.runtime.ThreadContext
- Set whether we are actively within defined? or not.
- setWithinTrace(boolean) -
Method in class org.jruby.runtime.ThreadContext
- Set whether we are actively tracing or not on this thread.
- setWriteBuffered() -
Method in class org.jruby.util.io.OpenFile
-
- SexpMaker - Class in org.jruby.ast.util
-
- shadowing_lvar(Token) -
Method in class org.jruby.parser.ParserSupport19
-
- SharedScopeBlock - Class in org.jruby.runtime
- Represents the live state of a for or END construct in Ruby.
- SharedScopeBlock(IterNode) -
Constructor for class org.jruby.runtime.SharedScopeBlock
-
- ShellLauncher - Class in org.jruby.util
- This mess of a class is what happens when all Java gives you is
Runtime.getRuntime().exec().
- ShellLauncher() -
Constructor for class org.jruby.util.ShellLauncher
-
- ShellLauncher.POpenProcess - Class in org.jruby.util
-
- ShellLauncher.POpenProcess(Process, Ruby, ModeFlags) -
Constructor for class org.jruby.util.ShellLauncher.POpenProcess
-
- ShellLauncher.POpenProcess(Process, Ruby) -
Constructor for class org.jruby.util.ShellLauncher.POpenProcess
-
- ShellLauncherTest - Class in org.jruby.util
-
- ShellLauncherTest() -
Constructor for class org.jruby.util.ShellLauncherTest
-
- shift(ThreadContext) -
Method in class org.jruby.RubyArray
- rb_ary_shift
- shift(ThreadContext) -
Method in class org.jruby.RubyHash
- rb_hash_shift
- shift19(ThreadContext) -
Method in class org.jruby.RubyArray
-
- shift19(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyArray
-
- shouldJIT() -
Method in enum org.jruby.RubyInstanceConfig.CompileMode
-
- shouldPrecompileAll() -
Method in enum org.jruby.RubyInstanceConfig.CompileMode
-
- shouldPrecompileCLI() -
Method in enum org.jruby.RubyInstanceConfig.CompileMode
-
- shouldPrintProperties() -
Method in class org.jruby.RubyInstanceConfig
-
- shouldPrintUsage() -
Method in class org.jruby.RubyInstanceConfig
-
- shouldRunInterpreter() -
Method in class org.jruby.RubyInstanceConfig
-
- shouldTrySearch(LoadService.SearchState) -
Method in class org.jruby.runtime.load.LoadService.BailoutSearcher
-
- shouldTrySearch(LoadService.SearchState) -
Method in class org.jruby.runtime.load.LoadService.ClassLoaderSearcher
-
- shouldTrySearch(LoadService.SearchState) -
Method in class org.jruby.runtime.load.LoadService.ExtensionSearcher
-
- shouldTrySearch(LoadService.SearchState) -
Method in interface org.jruby.runtime.load.LoadService.LoadSearcher
-
- shouldTrySearch(LoadService.SearchState) -
Method in class org.jruby.runtime.load.LoadService.NormalSearcher
-
- shouldTrySearch(LoadService.SearchState) -
Method in class org.jruby.runtime.load.LoadService.ScriptClassSearcher
-
- shouldUseBoxedArgs(StaticScope) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- shuffle(ThreadContext) -
Method in class org.jruby.RubyArray
-
- shuffle_bang(ThreadContext) -
Method in class org.jruby.RubyArray
-
- shutdown() -
Method in class org.jruby.demo.TextAreaReadline
-
- shutdown(ThreadContext, IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyBasicSocket
-
- sid_available_p(IRubyObject) -
Static method in class org.jruby.RubyProcess.GroupID
-
- sid_available_p(IRubyObject) -
Static method in class org.jruby.RubyProcess.UserID
-
- sig(Class, Class...) -
Static method in class org.jruby.util.CodegenUtils
- Create a method signature from the given param types and return values
- sign() -
Method in class org.jruby.RubyBigDecimal
-
- SIGN_BIT -
Static variable in class org.jruby.RubyFixnum
-
- SIGN_NaN -
Static variable in class org.jruby.RubyBigDecimal
-
- SIGN_NEGATIVE_FINITE -
Static variable in class org.jruby.RubyBigDecimal
-
- SIGN_NEGATIVE_INFINITE -
Static variable in class org.jruby.RubyBigDecimal
-
- SIGN_NEGATIVE_ZERO -
Static variable in class org.jruby.RubyBigDecimal
-
- SIGN_POSITIVE_FINITE -
Static variable in class org.jruby.RubyBigDecimal
-
- SIGN_POSITIVE_INFINITE -
Static variable in class org.jruby.RubyBigDecimal
-
- SIGN_POSITIVE_ZERO -
Static variable in class org.jruby.RubyBigDecimal
-
- signal(ThreadContext) -
Method in class org.jruby.libraries.ThreadLibrary.ConditionVariable
-
- SignalFacade - Interface in org.jruby.util
-
- signature -
Variable in class org.jruby.anno.JavaMethodDescriptor
-
- signers() -
Method in class org.jruby.javasupport.JavaClass
-
- sigParams(Class...) -
Static method in class org.jruby.util.CodegenUtils
-
- simple_name() -
Method in class org.jruby.javasupport.JavaClass
-
- SimpleCallbackMethod - Class in org.jruby.internal.runtime.methods
-
- SimpleCallbackMethod(RubyModule, Callback, Visibility) -
Constructor for class org.jruby.internal.runtime.methods.SimpleCallbackMethod
-
- SimpleExecutor - Class in org.jruby.javasupport.test
-
- SimpleExecutor() -
Constructor for class org.jruby.javasupport.test.SimpleExecutor
-
- SimpleExecutor.MultipleArguments - Class in org.jruby.javasupport.test
-
- SimpleExecutor.MultipleArguments() -
Constructor for class org.jruby.javasupport.test.SimpleExecutor.MultipleArguments
-
- SimpleExecutor.WrappedByConstructor - Class in org.jruby.javasupport.test
-
- SimpleExecutor.WrappedByConstructor(Runnable) -
Constructor for class org.jruby.javasupport.test.SimpleExecutor.WrappedByConstructor
-
- SimpleExecutor.WrappedByMethodCall - Class in org.jruby.javasupport.test
-
- SimpleExecutor.WrappedByMethodCall() -
Constructor for class org.jruby.javasupport.test.SimpleExecutor.WrappedByMethodCall
-
- SimpleInterface - Interface in org.jruby.javasupport.test
-
- SimplePositionFactory - Class in org.jruby.lexer.yacc
-
- SimplePositionFactory(LexerSource, int) -
Constructor for class org.jruby.lexer.yacc.SimplePositionFactory
-
- SimpleSampler - Class in org.jruby.util
-
- SimpleSampler() -
Constructor for class org.jruby.util.SimpleSampler
-
- SimpleSourcePosition - Class in org.jruby.lexer.yacc
-
- SimpleSourcePosition(String, int) -
Constructor for class org.jruby.lexer.yacc.SimpleSourcePosition
-
- sin(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyMath
-
- SINGLE_RESTARG -
Static variable in class org.jruby.runtime.BlockBody
-
- singleArgument() -
Static method in class org.jruby.runtime.Arity
-
- singleton_class(IRubyObject) -
Static method in class org.jruby.java.proxies.JavaProxy
-
- singleton_method_added(ThreadContext, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- singleton_method_removed(ThreadContext, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- singleton_method_undefined(ThreadContext, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- singleton_methods(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyObject
- rb_obj_singleton_methods
call-seq:
obj.singleton_methods(all=true) => array
Returns an array of the names of singleton methods for obj.
- singleton_methods19(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyObject
-
- singletonMethods(ThreadContext, IRubyObject[], boolean) -
Method in class org.jruby.RubyObject
-
- singlifySplattedValue() -
Method in interface org.jruby.compiler.BodyCompiler
- Given a splatted value, extract a single value.
- singlifySplattedValue() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- sinh(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyMath
-
- sipush(int) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- size() -
Method in class org.jruby.ast.ListNode
-
- size -
Variable in class org.jruby.ext.ffi.AbstractMemory
- The total size of the memory area
- size -
Variable in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
- The size of the native memory area
- size(ThreadContext) -
Method in class org.jruby.ext.ffi.StructLayout.Array
-
- size(ThreadContext) -
Method in class org.jruby.ext.ffi.StructLayout
- Gets the total size of the struct.
- size -
Variable in class org.jruby.ext.ffi.Type
- Size of this type in bytes
- size(ThreadContext) -
Method in class org.jruby.ext.ffi.Type
- Gets the native size of this Type in bytes
- size() -
Method in class org.jruby.javasupport.util.ObjectProxyCache
- Returns the approximate size (elements in use) of the cache.
- size() -
Method in class org.jruby.RubyArray
-
- size() -
Method in class org.jruby.RubyBignum
- rb_big_size
- size() -
Method in class org.jruby.RubyClassPathVariable
-
- size() -
Method in class org.jruby.RubyFileStat
-
- size(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- size() -
Method in class org.jruby.RubyFixnum
- fix_size
- size() -
Method in class org.jruby.RubyHash
-
- size(ThreadContext) -
Method in class org.jruby.RubyMatchData
- match_size
- size() -
Method in class org.jruby.RubyStruct
-
- size(ThreadContext) -
Method in class org.jruby.RubyTempfile
-
- size() -
Method in class org.jruby.util.collections.IntHashMap
- Deprecated.
- size() -
Method in class org.jruby.util.collections.WeakHashSet
-
- size -
Variable in class org.jruby.util.GenericMap
-
- size() -
Method in class org.jruby.util.GenericMap
-
- size -
Variable in class org.jruby.util.Pack.Converter
-
- size() -
Method in class org.jruby.util.WeakIdentityHashMap
-
- size_p() -
Method in class org.jruby.RubyFileStat
-
- size_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- sizeOf(NativeType) -
Method in class org.jruby.ext.ffi.Factory
-
- sizeOf(NativeType) -
Method in class org.jruby.ext.ffi.jffi.Factory
-
- sizeOf(NativeType) -
Method in class org.jruby.ext.ffi.jna.Factory
-
- SJIS -
Static variable in class org.jruby.RubyNKF
-
- SJIS -
Static variable in class org.jruby.util.KCode
-
- SkinnyMethodAdapter - Class in org.jruby.compiler.impl
-
- SkinnyMethodAdapter(MethodVisitor) -
Constructor for class org.jruby.compiler.impl.SkinnyMethodAdapter
- Creates a new instance of SkinnyMethodAdapter
- SkinnyMethodAdapter() -
Constructor for class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- skip(IRubyObject) -
Static method in class org.jruby.RubyArgsFile
-
- skip(IRubyObject) -
Method in class org.jruby.RubyStringScanner
-
- skip_until(IRubyObject) -
Method in class org.jruby.RubyStringScanner
-
- skipLeadingWhitespace(byte[]) -
Static method in class org.jruby.util.Convert
-
- skipTrailingWhitespace(byte[]) -
Static method in class org.jruby.util.Convert
-
- skipUntil(int) -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
-
- skipUntil(int) -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
-
- skipUntil(int) -
Method in class org.jruby.lexer.yacc.LexerSource
-
- SLASH -
Static variable in class org.jruby.util.Dir
-
- sleep(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- sleep(long) -
Method in class org.jruby.RubyThread
- We can never be sure if a wait will finish because of a Java "spurious wakeup".
- slice(Ruby, long) -
Method in class org.jruby.ext.ffi.AbstractMemory
-
- slice(long) -
Method in class org.jruby.ext.ffi.ArrayMemoryIO
-
- slice(Ruby, long) -
Method in class org.jruby.ext.ffi.AutoPointer
-
- slice(Ruby, long) -
Method in class org.jruby.ext.ffi.BasePointer
-
- slice(Ruby, long) -
Method in class org.jruby.ext.ffi.Buffer
-
- slice(long) -
Method in class org.jruby.ext.ffi.InvalidMemoryIO
-
- slice(long) -
Method in class org.jruby.ext.ffi.jna.BoundedNativeMemoryIO
-
- slice(long) -
Method in class org.jruby.ext.ffi.jna.NativeMemoryIO
-
- slice(long) -
Method in interface org.jruby.ext.ffi.MemoryIO
- Creates a new MemoryIO pointing to a subset of the memory area of this
MemoryIO.
- slice(ByteBuffer, int) -
Static method in class org.jruby.ext.ffi.Util
-
- slice_bang(IRubyObject[]) -
Method in class org.jruby.RubyArray
- Deprecated. Use the versions with zero, one, or two args.
- slice_bang(IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_slice_bang
- slice_bang(IRubyObject, IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_slice_bang
- slice_bang(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_slice_bang
- slice_bang(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
-
- slice_bang(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyString
- Deprecated.
- slice_bang19(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
-
- slice_bang19(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
-
- smallLetterClass - Class in org.jruby.test
-
- smallLetterClass() -
Constructor for class org.jruby.test.smallLetterClass
-
- smartLoad(String) -
Method in class org.jruby.runtime.load.LoadService
-
- sockerr(Ruby, String) -
Static method in class org.jruby.ext.socket.RubyIPSocket
-
- socket(int, int, int) -
Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- socket_p() -
Method in class org.jruby.RubyFileStat
-
- socket_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- socketpair(int, int, int, int[]) -
Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- socketpair(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.ext.socket.RubyUNIXSocket
- Deprecated.
- socketpair(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.ext.socket.RubyUNIXSocket
-
- solaris_p(ThreadContext, IRubyObject) -
Static method in class org.jruby.ext.ffi.Platform
-
- sort(ThreadContext, Block) -
Method in class org.jruby.RubyArray
- rb_ary_sort
- sort(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
-
- sort(ThreadContext, Block) -
Method in class org.jruby.RubyHash
- rb_hash_sort
- sort(Comparable[]) -
Static method in class org.jruby.util.Qsort
- The public function for sorting an array that's Comparable.
- sort(Object[], Comparator) -
Static method in class org.jruby.util.Qsort
-
- sort(Comparable[], int, int) -
Static method in class org.jruby.util.Qsort
- Sort the items in the array passed in, in ascending order.
- sort(Object[], int, int, Comparator) -
Static method in class org.jruby.util.Qsort
-
- sort_bang(ThreadContext, Block) -
Method in class org.jruby.RubyArray
- rb_ary_sort_bang
- sort_by(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
-
- sort_by19(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
-
- sort_by_bang(ThreadContext, Block) -
Method in class org.jruby.RubyArray
- rb_ary_sort_by_bang
- source() -
Method in class org.jruby.RubyRegexp
- rb_reg_source
- sourcePattern -
Static variable in class org.jruby.runtime.load.LoadService
-
- spawn(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- SPECIAL_JUMP -
Static variable in exception org.jruby.exceptions.JumpException
-
- specificArity -
Variable in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- specificArity -
Variable in class org.jruby.compiler.impl.MethodBodyCompiler
-
- specificEval(ThreadContext, RubyModule, IRubyObject[], Block) -
Method in class org.jruby.RubyObject
- Deprecated.
- specificEval(ThreadContext, RubyModule, Block) -
Method in class org.jruby.RubyObject
- specific_eval
Evaluates the block or string inside of the context of this
object, using the supplied arguments.
- specificEval(ThreadContext, RubyModule, IRubyObject, Block) -
Method in class org.jruby.RubyObject
- specific_eval
Evaluates the block or string inside of the context of this
object, using the supplied arguments.
- specificEval(ThreadContext, RubyModule, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.RubyObject
- specific_eval
Evaluates the block or string inside of the context of this
object, using the supplied arguments.
- specificEval(ThreadContext, RubyModule, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.RubyObject
- specific_eval
Evaluates the block or string inside of the context of this
object, using the supplied arguments.
- splat_array(Node) -
Method in class org.jruby.parser.ParserSupport19
- If node is a splat and it is splatting a literal array then return the literal array.
- splatCurrentValue() -
Method in interface org.jruby.compiler.BodyCompiler
- Convert the current value into a "splatted value" suitable for passing as
method arguments or disassembling into multiple variables.
- splatCurrentValue() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- SplatNode - Class in org.jruby.ast
-
- SplatNode(ISourcePosition, Node) -
Constructor for class org.jruby.ast.SplatNode
-
- splatValue(Ruby, IRubyObject) -
Static method in class org.jruby.evaluator.ASTInterpreter
- Deprecated.
- splatValue(IRubyObject, Ruby) -
Static method in class org.jruby.evaluator.ASTInterpreter
- Deprecated.
- splatValue(IRubyObject) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- split() -
Method in class org.jruby.RubyBigDecimal
-
- split(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFile
-
- split(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
- Deprecated. Use the versions with zero, one, or two args.
- split(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyKernel
-
- split(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyKernel
-
- split(ThreadContext, IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyKernel
-
- split(ThreadContext) -
Method in class org.jruby.RubyString
- rb_str_split_m
- split(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
-
- split(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
-
- split(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyString
- Deprecated.
- split19(ThreadContext) -
Method in class org.jruby.RubyString
-
- split19(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
-
- split19(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
-
- sprintf(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
- Deprecated.
- sprintf(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- Sprintf - Class in org.jruby.util
-
- sprintf(ByteList, Locale, CharSequence, IRubyObject) -
Static method in class org.jruby.util.Sprintf
-
- sprintf(ByteList, CharSequence, IRubyObject) -
Static method in class org.jruby.util.Sprintf
-
- sprintf(Ruby, ByteList, CharSequence, int) -
Static method in class org.jruby.util.Sprintf
-
- sprintf(ByteList, RubyString, IRubyObject) -
Static method in class org.jruby.util.Sprintf
-
- sprintf1_9(ByteList, Locale, CharSequence, IRubyObject) -
Static method in class org.jruby.util.Sprintf
-
- sqrt(IRubyObject) -
Method in class org.jruby.RubyBigDecimal
-
- sqrt(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyMath
-
- squeeze(ThreadContext) -
Method in class org.jruby.RubyString
- rb_str_squeeze / rb_str_squeeze_bang
- squeeze(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
-
- squeeze(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyString
-
- squeeze19(ThreadContext) -
Method in class org.jruby.RubyString
-
- squeeze19(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
-
- squeeze19(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyString
-
- squeeze_bang(ThreadContext) -
Method in class org.jruby.RubyString
-
- squeeze_bang(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
-
- squeeze_bang(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyString
-
- squeeze_bang19(ThreadContext) -
Method in class org.jruby.RubyString
-
- squeeze_bang19(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
-
- squeeze_bang19(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyString
-
- srand(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyKernel
-
- srand(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyKernel
-
- StackBasedVariableCompiler - Class in org.jruby.compiler.impl
-
- StackBasedVariableCompiler(BaseBodyCompiler, SkinnyMethodAdapter, StaticScope, boolean, int, int) -
Constructor for class org.jruby.compiler.impl.StackBasedVariableCompiler
-
- StackState - Class in org.jruby.lexer.yacc
-
- StackState() -
Constructor for class org.jruby.lexer.yacc.StackState
-
- StandardASMCompiler - Class in org.jruby.compiler.impl
-
- StandardASMCompiler(String, String) -
Constructor for class org.jruby.compiler.impl.StandardASMCompiler
- Creates a new instance of StandardCompilerContext
- StandardInvocationCompiler - Class in org.jruby.compiler.impl
-
- StandardInvocationCompiler(BaseBodyCompiler, SkinnyMethodAdapter) -
Constructor for class org.jruby.compiler.impl.StandardInvocationCompiler
-
- STAR -
Static variable in class org.jruby.util.Dir
-
- StarNode - Class in org.jruby.ast
- Represents the unassignable star in a multiple assignent (e.g.
- StarNode(ISourcePosition) -
Constructor for class org.jruby.ast.StarNode
- Constructor for StarNode.
- start() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- start() -
Method in class org.jruby.internal.runtime.FutureThread
- Starting a new thread in terms of a thread pool is just submitting it as
a job to the pool.
- start() -
Method in class org.jruby.internal.runtime.NativeThread
-
- start() -
Method in interface org.jruby.internal.runtime.ThreadLike
-
- start() -
Method in class org.jruby.JRubyApplet
-
- start(IRubyObject) -
Static method in class org.jruby.RubyGC
-
- start(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyThread
- Basically the same as Thread.new .
- start_with_p(ThreadContext) -
Method in class org.jruby.RubyString
-
- start_with_p(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
-
- start_with_p(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyString
-
- STARTING_DSTR_SIZE -
Static variable in class org.jruby.compiler.impl.StandardASMCompiler
-
- startMethod(String, String, CompilerCallback, StaticScope, ASTInspector) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- startMethod(String, String, CompilerCallback, StaticScope, ASTInspector) -
Method in interface org.jruby.compiler.ScriptCompiler
- Begin compilation for a method that has the specified number of local variables.
- startRoot(String, String, StaticScope, ASTInspector) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- startRoot(String, String, StaticScope, ASTInspector) -
Method in interface org.jruby.compiler.ScriptCompiler
- Begin compilation for a the root of a script.
- startSampleThread() -
Static method in class org.jruby.util.SimpleSampler
-
- startScript(StaticScope) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- startScript(StaticScope) -
Method in interface org.jruby.compiler.ScriptCompiler
- Begin compilation for a script, preparing all necessary context and code
to support this script's compiled representation.
- stat(ThreadContext) -
Method in class org.jruby.RubyFile
-
- stat(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFile
-
- stat(ThreadContext) -
Method in class org.jruby.RubyIO
-
- state -
Variable in enum org.jruby.lexer.yacc.RubyYaccLexer.Keyword
-
- static_p() -
Method in class org.jruby.javasupport.JavaField
-
- static_p() -
Method in class org.jruby.javasupport.JavaMethod
-
- static_value() -
Method in class org.jruby.javasupport.JavaField
-
- StaticFieldGetter - Class in org.jruby.java.invokers
-
- StaticFieldGetter(String, RubyModule, Field) -
Constructor for class org.jruby.java.invokers.StaticFieldGetter
-
- StaticFieldSetter - Class in org.jruby.java.invokers
-
- StaticFieldSetter(String, RubyModule, Field) -
Constructor for class org.jruby.java.invokers.StaticFieldSetter
-
- StaticMethodInvoker - Class in org.jruby.java.invokers
-
- StaticMethodInvoker(RubyClass, List<Method>) -
Constructor for class org.jruby.java.invokers.StaticMethodInvoker
-
- staticScope -
Variable in class org.jruby.internal.runtime.methods.JavaMethod
-
- StaticScope - Class in org.jruby.parser
- StaticScope represents lexical scoping of variables and module/class constants.
- StaticScope(StaticScope, String[]) -
Constructor for class org.jruby.parser.StaticScope
- Construct a new static scope.
- staticScope -
Variable in class org.jruby.runtime.DynamicScope
-
- stats() -
Method in class org.jruby.javasupport.util.ObjectProxyCache
-
- status() -
Method in class org.jruby.RubySystemExit
-
- status() -
Method in class org.jruby.RubyThread
-
- STDIO - Enum in org.jruby.util.io
-
- steal_method(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyJRuby.JRubyExtensions
-
- steal_methods(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyJRuby.JRubyExtensions
-
- step(ThreadContext, IRubyObject[], Block) -
Method in class org.jruby.RubyNumeric
- Deprecated.
- step(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyNumeric
-
- step(ThreadContext, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.RubyNumeric
-
- step(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyRange
-
- step(ThreadContext, Block) -
Method in class org.jruby.RubyRange
-
- step19(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyNumeric
-
- step19(ThreadContext, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.RubyNumeric
-
- step19(ThreadContext, Block) -
Method in class org.jruby.RubyRange
-
- step19(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyRange
-
- sticky_p() -
Method in class org.jruby.RubyFileStat
-
- sticky_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- stop() -
Method in class org.jruby.JRubyApplet
-
- stop() -
Method in class org.jruby.lexer.yacc.StackState
-
- stop(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyThread
-
- stop_p() -
Method in class org.jruby.RubyThread
-
- store(long, IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_store
- store(RubySymbol) -
Method in class org.jruby.RubySymbol.SymbolTable
- Deprecated.
- store(String, Object) -
Method in class org.jruby.runtime.builtin.InstanceVariableTable
-
- storeClassVariable(String, IRubyObject) -
Method in class org.jruby.RubyModule
-
- storeConstant(String, IRubyObject) -
Method in class org.jruby.RubyModule
-
- storeExceptionInErrorInfo() -
Method in interface org.jruby.compiler.BodyCompiler
-
- storeExceptionInErrorInfo() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- storeExceptionInErrorInfo(Throwable, ThreadContext) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- str2fnum(Ruby, RubyString) -
Static method in class org.jruby.RubyNumeric
-
- str2fnum(Ruby, RubyString, boolean) -
Static method in class org.jruby.RubyNumeric
- Converts a string representation of a floating-point number to the
numeric value.
- str2inum(Ruby, RubyString, int) -
Static method in class org.jruby.RubyNumeric
-
- str2inum(Ruby, RubyString, int, boolean) -
Static method in class org.jruby.RubyNumeric
- Converts a string representation of an integer to the integer value.
- str_eql_p(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
-
- str_eql_p19(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
-
- strDup() -
Method in class org.jruby.RubyString
- Deprecated.
- strDup(Ruby) -
Method in class org.jruby.RubyString
-
- Stream - Interface in org.jruby.util.io
-
- stream_end_p() -
Method in class org.jruby.RubyZlib.ZStream
-
- strftime(IRubyObject) -
Method in class org.jruby.RubyTime
-
- string() -
Method in class org.jruby.RubyMatchData
- match_string
- string() -
Method in class org.jruby.RubyStringIO
-
- string() -
Method in class org.jruby.RubyStringScanner
-
- STRING -
Static variable in class org.jruby.runtime.ClassIndex
-
- string_is_binary(IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLStringMethods
-
- string_is_complex(IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLStringMethods
-
- string_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLStringMethods
-
- StringIOLibrary - Class in org.jruby.libraries
-
- StringIOLibrary() -
Constructor for class org.jruby.libraries.StringIOLibrary
-
- StringJavaAddons - Class in org.jruby.java.addons
-
- StringJavaAddons() -
Constructor for class org.jruby.java.addons.StringJavaAddons
-
- stringOrNil() -
Method in interface org.jruby.compiler.BodyCompiler
-
- stringOrNil() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- stringOrNil(String, Ruby, IRubyObject) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- StringScannerLibrary - Class in org.jruby.libraries
-
- StringScannerLibrary() -
Constructor for class org.jruby.libraries.StringScannerLibrary
-
- StringSupport - Class in org.jruby.util
-
- StringSupport() -
Constructor for class org.jruby.util.StringSupport
-
- StringTerm - Class in org.jruby.lexer.yacc
-
- StringTerm(int, int, int) -
Constructor for class org.jruby.lexer.yacc.StringTerm
-
- stringToBytes(String) -
Static method in class org.jruby.RubyString
-
- stringValue(IRubyObject) -
Static method in class org.jruby.RubyString
-
- strip(ThreadContext) -
Method in class org.jruby.RubyString
- rb_str_strip / rb_str_strip_bang
- strip19(ThreadContext) -
Method in class org.jruby.RubyString
-
- strip_bang(ThreadContext) -
Method in class org.jruby.RubyString
-
- strip_bang19(ThreadContext) -
Method in class org.jruby.RubyString
-
- strLength(Encoding, byte[], int, int) -
Static method in class org.jruby.util.StringSupport
-
- strLength(ByteList) -
Static method in class org.jruby.util.StringSupport
-
- strLengthWithCodeRange(Encoding, byte[], int, int) -
Static method in class org.jruby.util.StringSupport
-
- strLengthWithCodeRange(ByteList) -
Static method in class org.jruby.util.StringSupport
-
- strLengthWithCodeRange(ByteList, Encoding) -
Static method in class org.jruby.util.StringSupport
-
- StrNode - Class in org.jruby.ast
- Representing a simple String literal.
- StrNode(ISourcePosition, ByteList) -
Constructor for class org.jruby.ast.StrNode
-
- StrNode(ISourcePosition, StrNode, StrNode) -
Constructor for class org.jruby.ast.StrNode
-
- StrTerm - Class in org.jruby.lexer.yacc
-
- StrTerm() -
Constructor for class org.jruby.lexer.yacc.StrTerm
-
- Struct - Class in org.jruby.ext.ffi
-
- STRUCT -
Static variable in class org.jruby.runtime.ClassIndex
-
- struct_taguri(IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLStructMethods
-
- struct_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLStructMethods
-
- StructByValue - Class in org.jruby.ext.ffi
-
- StructLayout - Class in org.jruby.ext.ffi
- Defines the memory layout for a native structure.
- StructLayout.Aggregate - Interface in org.jruby.ext.ffi
-
- StructLayout.Array - Class in org.jruby.ext.ffi
-
- StructLayout.Member - Class in org.jruby.ext.ffi
- A struct member.
- StructLayout.Member(Type, int, long) -
Constructor for class org.jruby.ext.ffi.StructLayout.Member
- Initializes a new Member instance
- StructLayout.Storage - Interface in org.jruby.ext.ffi
-
- StructLayoutBuilder - Class in org.jruby.ext.ffi
-
- sub(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
- Deprecated. Use the one or two-arg versions.
- sub(ThreadContext, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- sub(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- sub(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyString
- rb_str_sub / rb_str_sub_bang
- sub(ThreadContext, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.RubyString
-
- sub(ThreadContext, IRubyObject[], Block) -
Method in class org.jruby.RubyString
- Deprecated.
- sub19(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyString
-
- sub19(ThreadContext, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.RubyString
-
- sub2(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyBigDecimal
-
- sub_bang(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
- Deprecated. Use the one or two-arg versions.
- sub_bang(ThreadContext, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- sub_bang(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- sub_bang(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyString
-
- sub_bang(ThreadContext, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.RubyString
-
- sub_bang(ThreadContext, IRubyObject[], Block) -
Method in class org.jruby.RubyString
- Deprecated.
- sub_bang19(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyString
-
- sub_bang19(ThreadContext, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.RubyString
-
- subarrayOrEmpty(RubyArray, Ruby, int) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- subclasses(boolean) -
Method in class org.jruby.RubyClass
-
- subclasses(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyJRuby.JRubyClassExtensions
-
- subInspect(Node...) -
Static method in class org.jruby.compiler.ASTInspector
- Perform an inspection of a subtree or set of subtrees separate from the
parent inspection, to make independent decisions based on that subtree(s).
- subList(int, int) -
Method in class org.jruby.RubyArray
-
- subseq(long, long) -
Method in class org.jruby.RubyArray
- rb_ary_subseq
- subseqLight(long, long) -
Method in class org.jruby.RubyArray
- rb_ary_subseq
- substr(int, int) -
Method in class org.jruby.RubyString
- Deprecated.
- substr(Ruby, int, int) -
Method in class org.jruby.RubyString
-
- substr19(Ruby, int, int) -
Method in class org.jruby.RubyString
-
- succ(ThreadContext) -
Method in class org.jruby.RubyInteger
- int_succ
- succ(ThreadContext) -
Method in class org.jruby.RubyString
-
- succ(ThreadContext) -
Method in class org.jruby.RubySymbol
-
- succ() -
Method in class org.jruby.RubyTime
-
- succ19(ThreadContext) -
Method in class org.jruby.RubyString
-
- succ_bang() -
Method in class org.jruby.RubyString
-
- succ_bang19() -
Method in class org.jruby.RubyString
-
- success() -
Method in class org.jruby.RubyIconv.RubyFailure
-
- success_p(ThreadContext) -
Method in class org.jruby.RubyProcess.RubyStatus
-
- success_p() -
Method in class org.jruby.RubySystemExit
-
- suffixType -
Variable in class org.jruby.runtime.load.LoadService.SearchState
-
- suite() -
Static method in class org.jruby.javasupport.test.JavaSupportTestSuite
-
- suite() -
Static method in class org.jruby.test.BFTSTestSuite
- suite method automatically generated by JUnit module
- suite() -
Static method in class org.jruby.test.DubyTestSuite
- suite method automatically generated by JUnit module
- suite() -
Static method in class org.jruby.test.JRubyTestSuite
- suite method automatically generated by JUnit module
- suite() -
Static method in class org.jruby.test.MainTestSuite
-
- suite() -
Static method in class org.jruby.test.MRITestSuite
- suite method automatically generated by JUnit module
- suite() -
Static method in class org.jruby.test.RubiconTestSuite
- suite method automatically generated by JUnit module
- suite() -
Static method in class org.jruby.test.Ruby1_9TestSuite
- suite method automatically generated by JUnit module
- suite() -
Static method in class org.jruby.test.RubyTestTestSuite
- suite method automatically generated by JUnit module
- suite() -
Static method in class org.jruby.test.ScriptTestSuite
-
- suite() -
Static method in class org.jruby.test.TestAdoptedThreading
-
- sum(ThreadContext) -
Method in class org.jruby.RubyString
-
- sum(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
-
- sumCommon(ThreadContext, long) -
Method in class org.jruby.RubyString
-
- sun_family -
Variable in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un.header.famlen
-
- sun_family -
Variable in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un.header
-
- sun_header -
Variable in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un
-
- sun_len -
Variable in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un.header.famlen
-
- sun_path -
Variable in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un
-
- SunSignalFacade - Class in org.jruby.util
-
- SunSignalFacade() -
Constructor for class org.jruby.util.SunSignalFacade
-
- SunUnsafeWrapper - Class in org.jruby.util.unsafe
-
- SunUnsafeWrapper() -
Constructor for class org.jruby.util.unsafe.SunUnsafeWrapper
-
- SUPER -
Static variable in class org.jruby.compiler.ASTInspector
-
- super_p() -
Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
-
- SuperCallSite - Class in org.jruby.runtime.callsite
-
- SuperCallSite() -
Constructor for class org.jruby.runtime.callsite.SuperCallSite
-
- superClass() -
Method in interface org.jruby.compiler.BodyCompiler
-
- superClass() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- superclass() -
Method in class org.jruby.javasupport.JavaClass
-
- superclass() -
Method in class org.jruby.javasupport.proxy.JavaProxyClass
-
- superclass(ThreadContext) -
Method in class org.jruby.RubyClass
- Return the real super class of this class.
- superClass -
Variable in class org.jruby.RubyModule
-
- superclass19(ThreadContext) -
Method in class org.jruby.RubyClass
-
- SuperNode - Class in org.jruby.ast
- A call to super(...) with arguments to a method.
- SuperNode(ISourcePosition, Node) -
Constructor for class org.jruby.ast.SuperNode
-
- SuperNode(ISourcePosition, Node, Node) -
Constructor for class org.jruby.ast.SuperNode
-
- support -
Variable in class org.jruby.parser.DefaultRubyParser
-
- support -
Variable in class org.jruby.parser.Ruby19Parser
-
- supportedAnnotationTypes() -
Method in class org.jruby.anno.AnnotationBinder
-
- supportedOptions() -
Method in class org.jruby.anno.AnnotationBinder
-
- SValueNode - Class in org.jruby.ast
-
- SValueNode(ISourcePosition, Node) -
Constructor for class org.jruby.ast.SValueNode
-
- swallow(int) -
Method in class org.jruby.RubyIO
-
- swap() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- swap2() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- swapcase(ThreadContext) -
Method in class org.jruby.RubyString
- rb_str_swapcase / rb_str_swapcase_bang
- swapcase(ThreadContext) -
Method in class org.jruby.RubySymbol
-
- swapcase19(ThreadContext) -
Method in class org.jruby.RubyString
-
- swapcase_bang(ThreadContext) -
Method in class org.jruby.RubyString
-
- swapcase_bang19(ThreadContext) -
Method in class org.jruby.RubyString
-
- swapValues() -
Method in interface org.jruby.compiler.BodyCompiler
- Swap the top and second values on the stack.
- swapValues() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- switch_rb(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyProcess.GroupID
-
- switch_rb(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyProcess.UserID
-
- switchToJitted(Script, CallConfiguration) -
Method in class org.jruby.internal.runtime.methods.DefaultMethod
-
- SYMBOL -
Static variable in class org.jruby.runtime.ClassIndex
-
- symbol_taguri(IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLSymbolMethods
-
- symbol_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLSymbolMethods
-
- SymbolNode - Class in org.jruby.ast
- Represents a symbol (:symbol_name).
- SymbolNode(ISourcePosition, String) -
Constructor for class org.jruby.ast.SymbolNode
-
- symbols -
Variable in class org.jruby.ast.executable.AbstractScript
-
- symlink(ThreadContext, IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFile
-
- symlink_p() -
Method in class org.jruby.RubyFileStat
-
- symlink_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- sync(ThreadContext) -
Method in class org.jruby.RubyIO
- Returns the current sync mode.
- sync() -
Method in class org.jruby.RubyStringIO
-
- sync(IRubyObject) -
Method in class org.jruby.RubyZlib.Inflate
-
- sync() -
Method in class org.jruby.RubyZlib.RubyGzipFile
-
- sync(List<Variable<IRubyObject>>) -
Method in class org.jruby.runtime.builtin.InstanceVariableTable
-
- sync -
Variable in class org.jruby.util.io.ChannelStream
-
- sync() -
Method in class org.jruby.util.io.ChannelStream
-
- SYNC -
Static variable in class org.jruby.util.io.OpenFile
-
- sync() -
Method in interface org.jruby.util.io.Stream
- Flush and sync all writes to the filesystem.
- sync(IRubyObject) -
Method in class org.jruby.util.ZlibInflate
-
- SYNC_FLUSH -
Static variable in class org.jruby.util.ZlibDeflate
-
- sync_point() -
Method in class org.jruby.util.ZlibInflate
-
- sync_point_p() -
Method in class org.jruby.RubyZlib.Inflate
-
- sync_set(IRubyObject) -
Method in class org.jruby.RubyIO
- Sets the current sync mode.
- syncConstants(RubyModule) -
Method in class org.jruby.RubyModule
-
- synchronize(ThreadContext, Block) -
Method in class org.jruby.libraries.ThreadLibrary.Mutex
-
- syncVariables(List<Variable<Object>>) -
Method in class org.jruby.RubyBasicObject
- Sync one variable table with another - this is used to make
rbClone work correctly.
- syncVariables(List<Variable<Object>>) -
Method in interface org.jruby.runtime.builtin.IRubyObject
- Sets object's variables to those in the supplied list,
removing/replacing any previously defined variables.
- SYNCWRITE -
Static variable in class org.jruby.util.io.OpenFile
-
- SyntaxException - Exception in org.jruby.lexer.yacc
-
- SyntaxException(SyntaxException.PID, ISourcePosition, String, Object...) -
Constructor for exception org.jruby.lexer.yacc.SyntaxException
-
- SyntaxException.PID - Enum in org.jruby.lexer.yacc
-
- synthetic_p() -
Method in class org.jruby.javasupport.JavaAccessibleObject
-
- synthetic_p() -
Method in class org.jruby.javasupport.JavaClass
-
- sysaccept() -
Method in class org.jruby.ext.socket.RubyUNIXServer
- Deprecated.
- sysaccept(ThreadContext) -
Method in class org.jruby.ext.socket.RubyUNIXServer
-
- syscall(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- sysopen(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyIO
-
- sysopenInternal(String, ModeFlags, int) -
Method in class org.jruby.RubyFile
-
- sysread(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- sysread(IRubyObject[]) -
Method in class org.jruby.RubyStringIO
-
- sysseek(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- system(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- syswrite(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyIO
-
T
- tableswitch(int, int, Label, Label[]) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- taguri() -
Method in class org.jruby.yaml.JRubyRepresenter.IRubyObjectYAMLNodeCreator
-
- tail -
Variable in class org.jruby.compiler.DAGBuilder.N
-
- tail -
Variable in class org.jruby.compiler.DAGBuilder.Pair
-
- taint(Ruby) -
Method in class org.jruby.RubyBasicObject
-
- taint(ThreadContext) -
Method in class org.jruby.RubyBoolean
-
- taint(ThreadContext) -
Method in class org.jruby.RubyFixnum
-
- taint(ThreadContext) -
Method in class org.jruby.RubyNil
-
- taint(ThreadContext) -
Method in class org.jruby.RubyObject
- rb_obj_taint
call-seq:
obj.taint -> obj
Marks obj as tainted---if the
$SAFE level is
set appropriately, many method calls which might alter the running
programs environment will refuse to accept tainted strings.
- taint(ThreadContext) -
Method in class org.jruby.RubySymbol
-
- TAINTED_F -
Static variable in class org.jruby.RubyBasicObject
-
- tainted_p(ThreadContext) -
Method in class org.jruby.RubyObject
- rb_obj_tainted
call-seq:
obj.tainted? => true or false
Returns
true if the object is tainted.
- take(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_take
- take(ThreadContext, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
-
- take_while(ThreadContext, Block) -
Method in class org.jruby.RubyArray
- rb_ary_take_while
- take_while(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
-
- tAMPER -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tAMPER -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tAMPER -
Static variable in interface org.jruby.parser.Tokens
-
- tAMPER2 -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tAMPER2 -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tAMPER2 -
Static variable in interface org.jruby.parser.Tokens
-
- tan(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyMath
-
- tANDOP -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tANDOP -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tANDOP -
Static variable in interface org.jruby.parser.Tokens
-
- tanh(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyMath
-
- tap(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- tAREF -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tAREF -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tAREF -
Static variable in interface org.jruby.parser.Tokens
-
- target -
Variable in exception org.jruby.exceptions.JumpException.FlowControlException
-
- target -
Variable in class org.jruby.internal.runtime.ThreadService.Event
-
- TARGET -
Static variable in class org.jruby.runtime.Constants
-
- tASET -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tASET -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tASET -
Static variable in interface org.jruby.parser.Tokens
-
- tASSOC -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tASSOC -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tASSOC -
Static variable in interface org.jruby.parser.Tokens
-
- tBACK_REF -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tBACK_REF -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tBACK_REF -
Static variable in interface org.jruby.parser.Tokens
-
- tBACK_REF2 -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tBACK_REF2 -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tBACK_REF2 -
Static variable in interface org.jruby.parser.Tokens
-
- tBANG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tBANG -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tBANG -
Static variable in interface org.jruby.parser.Tokens
-
- tCARET -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tCARET -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tCARET -
Static variable in interface org.jruby.parser.Tokens
-
- tCHAR -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tCHAR -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tCMP -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tCMP -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tCMP -
Static variable in interface org.jruby.parser.Tokens
-
- tCOLON2 -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tCOLON2 -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tCOLON2 -
Static variable in interface org.jruby.parser.Tokens
-
- tCOLON3 -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tCOLON3 -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tCOLON3 -
Static variable in interface org.jruby.parser.Tokens
-
- tCONSTANT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tCONSTANT -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tCONSTANT -
Static variable in interface org.jruby.parser.Tokens
-
- tCVAR -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tCVAR -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tCVAR -
Static variable in interface org.jruby.parser.Tokens
-
- tDIVIDE -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tDIVIDE -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tDIVIDE -
Static variable in interface org.jruby.parser.Tokens
-
- tDOT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tDOT -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tDOT -
Static variable in interface org.jruby.parser.Tokens
-
- tDOT2 -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tDOT2 -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tDOT2 -
Static variable in interface org.jruby.parser.Tokens
-
- tDOT3 -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tDOT3 -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tDOT3 -
Static variable in interface org.jruby.parser.Tokens
-
- tearDown() -
Method in class org.jruby.javasupport.test.TestBSF
-
- tearDown() -
Method in class org.jruby.Ruby
- Make sure Kernel#at_exit procs get invoked on runtime shutdown.
- tearDown() -
Method in class org.jruby.test.TestCodeCache
-
- tearDown() -
Method in class org.jruby.test.TestRubyBase
-
- tearDown() -
Method in class org.jruby.test.TestRubyClass
-
- tearDown() -
Method in class org.jruby.test.TestUnitTestSuite
-
- tearDown() -
Method in class org.jruby.util.ShellLauncherTest
-
- tell(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyArgsFile
-
- tell() -
Method in class org.jruby.RubyDir
- Returns the current position in the directory.
- tell() -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- tell() -
Method in class org.jruby.RubyZlib.RubyGzipWriter
-
- TempfileLibrary - Class in org.jruby.libraries
-
- TempfileLibrary() -
Constructor for class org.jruby.libraries.TempfileLibrary
-
- tempVariableIndex -
Variable in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- tEQ -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tEQ -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tEQ -
Static variable in interface org.jruby.parser.Tokens
-
- tEQQ -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tEQQ -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tEQQ -
Static variable in interface org.jruby.parser.Tokens
-
- terminate() -
Method in class org.jruby.javasupport.bsf.JRubyEngine
-
- terminate(Ruby) -
Static method in class org.jruby.javasupport.JavaEmbedUtils
- Dispose of the runtime you initialized.
- terminate() -
Method in class org.jruby.JRubyService.Configuration
-
- terminate() -
Method in class org.jruby.RubyStringScanner
-
- test() -
Method in class org.jruby.javasupport.TestJavaClass
-
- test(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- TEST_INDEX -
Static variable in class org.jruby.test.BFTSTestSuite
-
- TEST_INDEX -
Static variable in class org.jruby.test.DubyTestSuite
-
- TEST_INDEX -
Static variable in class org.jruby.test.JRubyTestSuite
-
- TEST_INDEX -
Static variable in class org.jruby.test.MRITestSuite
-
- TEST_INDEX -
Static variable in class org.jruby.test.RubiconTestSuite
-
- TEST_INDEX -
Static variable in class org.jruby.test.Ruby1_9TestSuite
-
- TEST_INDEX -
Static variable in class org.jruby.test.RubyTestTestSuite
-
- test_kind_of() -
Method in class org.jruby.test.TestRubyObject
-
- test_to_s() -
Method in class org.jruby.test.TestRubyObject
-
- TestAdoptedThreading - Class in org.jruby.test
- A simple "adopted thread" concurrency test case.
- TestAdoptedThreading(String) -
Constructor for class org.jruby.test.TestAdoptedThreading
-
- testArgvIsNonNil() -
Method in class org.jruby.test.TestRuby
-
- testBitLengths() -
Method in class org.jruby.util.PlatformTest
-
- TestBSF - Class in org.jruby.javasupport.test
-
- TestBSF(String) -
Constructor for class org.jruby.javasupport.test.TestBSF
-
- testCauseIsProxied() -
Method in class org.jruby.javasupport.test.TestNativeException
-
- testClone() -
Method in class org.jruby.test.TestRubyObject
-
- TestCodeCache - Class in org.jruby.test
-
- TestCodeCache() -
Constructor for class org.jruby.test.TestCodeCache
-
- testCommandAllowedOnlyOnceAndRemainderAreScriptArgs() -
Method in class org.jruby.test.TestCommandlineParser
-
- TestCommandlineParser - Class in org.jruby.test
-
- TestCommandlineParser() -
Constructor for class org.jruby.test.TestCommandlineParser
-
- testCommandTakesOneArgument() -
Method in class org.jruby.test.TestCommandlineParser
-
- testConfigTargetOs() -
Method in class org.jruby.test.TestRbConfigLibrary
-
- testConstructors() -
Method in class org.jruby.test.TestRubyArray
- Test literal constructor [], Array[], Array::[], and Array::new with all forms of parameters.
- testConstructors() -
Method in class org.jruby.test.TestRubyHash
- Test literal constructor {}, Hash::[], and Hash::new with and
without the optional default-value argument.
- testConversions() -
Method in class org.jruby.test.TestRubyArray
- Array#to_s, Array#to_a
- testConversions() -
Method in class org.jruby.test.TestRubyHash
- Hash#to_s, Hash#to_a, Hash#to_hash
- testConvertJavaToRuby() -
Method in class org.jruby.test.TestJavaUtil
-
- testDefault() -
Method in class org.jruby.test.TestRubyHash
- Hash#default, Hash#default=
- testDeleting() -
Method in class org.jruby.test.TestRubyHash
- Hash#delete, Hash#delete_if, Hash#reject, Hash#reject!
- testDup() -
Method in class org.jruby.test.TestRubyObject
-
- testEmptyList() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testEmptyMap() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testEnvCommand() -
Method in class org.jruby.util.PlatformTest
-
- testEquals() -
Method in class org.jruby.test.TestRubyObject
-
- testErrorLineNumber() -
Method in class org.jruby.test.TestParser
-
- testExceptionsAcrossTheBridge() -
Method in class org.jruby.test.TestJavaReentrantExceptions
-
- testExit() -
Method in class org.jruby.test.TestKernel
-
- testExtensionLoader() -
Method in class org.jruby.test.TestLoadService
-
- testFailedRequireInRescueClauseStillRaisesException() -
Method in class org.jruby.test.TestRequire
-
- testFormatFractionalDigitGroups() -
Method in class org.jruby.test.TestRubyBigDecimal
-
- testFormatWithFloatingPointNotation() -
Method in class org.jruby.test.TestRubyBigDecimal
-
- testFormatWithLeadingPlus() -
Method in class org.jruby.test.TestRubyBigDecimal
-
- testFormatWithLeadingSpace() -
Method in class org.jruby.test.TestRubyBigDecimal
-
- testFreeze() -
Method in class org.jruby.test.TestRubyObject
-
- testFrozen(String) -
Method in class org.jruby.RubyBasicObject
- rb_frozen_class_p
Helper to test whether this object is frozen, and if it is will
throw an exception based on the message.
- testFrozen() -
Method in class org.jruby.RubyBasicObject
- rb_frozen_class_p
Helper to test whether this object is frozen, and if it is will
throw an exception based on the message.
- testHelpDoesNotRunIntepreter() -
Method in class org.jruby.test.TestCommandlineParser
-
- TestHelper - Class in org.jruby.test
- Helper class, used for testing calls to java from ruby code.
- TestHelper() -
Constructor for class org.jruby.test.TestHelper
-
- TestHelper.SomeInterface - Interface in org.jruby.test
-
- testIdentities() -
Method in class org.jruby.test.TestObjectSpace
-
- testInspect() -
Method in class org.jruby.test.TestRubyNil
-
- TestIntWrapper - Interface in org.jruby.javasupport.test
-
- TestIntWrapperImpl - Class in org.jruby.javasupport.test
-
- TestIntWrapperImpl(long) -
Constructor for class org.jruby.javasupport.test.TestIntWrapperImpl
-
- testInvocationMethodFactory() -
Method in class org.jruby.test.TestMethodFactories
-
- testIsFalseOrTrue() -
Method in class org.jruby.test.TestRubyNil
-
- testIsNil() -
Method in class org.jruby.test.TestRubyNil
-
- testIterating() -
Method in class org.jruby.test.TestRubyArray
- Array#each
- testIterating() -
Method in class org.jruby.test.TestRubyHash
- Hash#each, Hash#each_pair, Hash#each_value, Hash#each_key
- TestJava - Class in org.jruby.javasupport
-
- TestJava() -
Constructor for class org.jruby.javasupport.TestJava
-
- TestJavaClass - Class in org.jruby.javasupport
-
- TestJavaClass() -
Constructor for class org.jruby.javasupport.TestJavaClass
-
- testJavaExceptionTraceIncludesRubys() -
Method in class org.jruby.test.TestRaiseException
-
- TestJavaReentrantExceptions - Class in org.jruby.test
- Tests that a Java Exception can be thrown from Java through JRuby and
caught again by Java (when unwrapped).
- TestJavaReentrantExceptions(String) -
Constructor for class org.jruby.test.TestJavaReentrantExceptions
-
- TestJavaUtil - Class in org.jruby.test
-
- TestJavaUtil(String) -
Constructor for class org.jruby.test.TestJavaUtil
-
- TestKernel - Class in org.jruby.test
- Unit test for the kernel class.
- TestKernel(String) -
Constructor for class org.jruby.test.TestKernel
-
- testLineNumbersForNativeTracer() -
Method in class org.jruby.runtime.EventHookTest
-
- testList() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testLoad() -
Method in class org.jruby.test.TestKernel
-
- testLoadErrorsDuringRequireShouldRaise() -
Method in class org.jruby.test.TestRequire
-
- TestLoadService - Class in org.jruby.test
-
- TestLoadService() -
Constructor for class org.jruby.test.TestLoadService
-
- testLookups() -
Method in class org.jruby.test.TestRubyArray
- Test Array#[]= (store) and Array#[] (retrieve).
- testLookups() -
Method in class org.jruby.test.TestRubyHash
- Test Hash#[]= (store) and Hash#[] (retrieve).
- testMap() -
Method in class org.jruby.javasupport.test.TestBSF
- Tests the use of RubyHash when used from java.
- testMapEntrySetContainsAndRemove() -
Method in class org.jruby.javasupport.test.TestBSF
- Tests the use of RubyHash when used from java.
- testMapEntrySetIterator() -
Method in class org.jruby.javasupport.test.TestBSF
- Tests the use of RubyHash when used from java.
- TestMethodFactories - Class in org.jruby.test
-
- TestMethodFactories() -
Constructor for class org.jruby.test.TestMethodFactories
-
- TestMethodFactories.MyBoundClass - Class in org.jruby.test
-
- TestMethodFactories.MyBoundClass() -
Constructor for class org.jruby.test.TestMethodFactories.MyBoundClass
-
- testModifyList() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testModifyMap() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testMultipleArgsAreNotSentToShellAsSingleString() -
Method in class org.jruby.util.ShellLauncherTest
-
- TestNativeException - Class in org.jruby.javasupport.test
-
- TestNativeException(String) -
Constructor for class org.jruby.javasupport.test.TestNativeException
-
- testNestedList() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testNil() -
Method in class org.jruby.test.TestRubyObject
-
- testNilList() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testNilMap() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testNonExistentRequire() -
Method in class org.jruby.test.TestLoadService
-
- testNonExistentRequireAfterRubyGems() -
Method in class org.jruby.test.TestLoadService
-
- TestObjectSpace - Class in org.jruby.test
-
- TestObjectSpace(String) -
Constructor for class org.jruby.test.TestObjectSpace
-
- testObjectSpace() -
Method in class org.jruby.test.TestObjectSpace
-
- testOpAnd() -
Method in class org.jruby.test.TestRubyNil
-
- testOpOr() -
Method in class org.jruby.test.TestRubyNil
-
- testOpXOr() -
Method in class org.jruby.test.TestRubyNil
-
- testOverloaded(Overloaded, int) -
Static method in class org.jruby.test.OverloadedTest
-
- testOverloaded2(Overloaded, int) -
Static method in class org.jruby.test.OverloadedTest
-
- testParseErrorsDuringRequireShouldRaise() -
Method in class org.jruby.test.TestRequire
-
- TestParser - Class in org.jruby.test
-
- TestParser() -
Constructor for class org.jruby.test.TestParser
-
- testParsing() -
Method in class org.jruby.test.TestCommandlineParser
-
- testParsingWithDashDash() -
Method in class org.jruby.test.TestCommandlineParser
-
- testPrintBacktrace() -
Method in class org.jruby.test.TestRubyException
-
- testPrintBacktraceWithHiddenLevels() -
Method in class org.jruby.test.TestRubyException
-
- testPrintErrorShouldOnlyPrintErrorMessageWhenBacktraceIsNil() -
Method in class org.jruby.test.TestRuby
-
- testPrintErrorShouldPrintErrorMessageAndStacktraceWhenBacktraceIsPresent() -
Method in class org.jruby.test.TestRuby
-
- testPrintErrorWithNilBacktrace() -
Method in class org.jruby.test.TestRuby
-
- testPrintErrorWithStringBacktrace() -
Method in class org.jruby.test.TestRuby
-
- testPrintf() -
Method in class org.jruby.test.TestKernel
-
- testPrintNilBacktrace() -
Method in class org.jruby.test.TestRubyException
-
- testProxyCreation() -
Method in class org.jruby.javasupport.TestJava
-
- TestRaiseException - Class in org.jruby.test
-
- TestRaiseException() -
Constructor for class org.jruby.test.TestRaiseException
-
- TestRaiseException.ThrowFromJava - Class in org.jruby.test
-
- TestRaiseException.ThrowFromJava() -
Constructor for class org.jruby.test.TestRaiseException.ThrowFromJava
-
- TestRbConfigLibrary - Class in org.jruby.test
-
- TestRbConfigLibrary() -
Constructor for class org.jruby.test.TestRbConfigLibrary
-
- testRedefineClassPerRuntime() -
Method in class org.jruby.util.JRubyThreadContextTest
- Checks if a class can be redefined between different Ruby instances.
- testReflectionMethodFactory() -
Method in class org.jruby.test.TestMethodFactories
-
- testRequire() -
Method in class org.jruby.test.TestKernel
-
- TestRequire - Class in org.jruby.test
- Simple test to make sure require works properly in conjunction with jars
in the classpath.
- TestRequire(String) -
Constructor for class org.jruby.test.TestRequire
-
- testRequireEmpty() -
Method in class org.jruby.test.TestLoadService
-
- testRequireJavaClassFile() -
Method in class org.jruby.test.TestLoadService
-
- testRequireSocket() -
Method in class org.jruby.test.TestLoadService
-
- testRestructuring() -
Method in class org.jruby.test.TestRubyHash
- Hash#sort, Hash#invert
- TestRuby - Class in org.jruby.test
- Unit test for the ruby class.
- TestRuby(String) -
Constructor for class org.jruby.test.TestRuby
-
- TestRubyArray - Class in org.jruby.test
- Test case for functionality in RubyArray
- TestRubyArray(String) -
Constructor for class org.jruby.test.TestRubyArray
-
- TestRubyBase - Class in org.jruby.test
-
- TestRubyBase() -
Constructor for class org.jruby.test.TestRubyBase
-
- TestRubyBase(String) -
Constructor for class org.jruby.test.TestRubyBase
-
- TestRubyBigDecimal - Class in org.jruby.test
-
- TestRubyBigDecimal() -
Constructor for class org.jruby.test.TestRubyBigDecimal
-
- TestRubyClass - Class in org.jruby.test
-
- TestRubyClass(String) -
Constructor for class org.jruby.test.TestRubyClass
-
- TestRubyClass.MyRubyObjectSubclass - Class in org.jruby.test
-
- TestRubyClass.MyRubyObjectSubclass() -
Constructor for class org.jruby.test.TestRubyClass.MyRubyObjectSubclass
-
- TestRubyCollect - Class in org.jruby.test
-
- TestRubyCollect(String) -
Constructor for class org.jruby.test.TestRubyCollect
-
- testRubyCollect() -
Method in class org.jruby.test.TestRubyCollect
-
- TestRubyException - Class in org.jruby.test
-
- TestRubyException() -
Constructor for class org.jruby.test.TestRubyException
-
- testRubyExceptionTraceIncludesJavas() -
Method in class org.jruby.test.TestRaiseException
-
- TestRubyHash - Class in org.jruby.test
-
- TestRubyHash(String) -
Constructor for class org.jruby.test.TestRubyHash
-
- TestRubyInstanceConfig - Class in org.jruby.test
- This should be filled up with more tests for RubyInstanceConfig later
- TestRubyInstanceConfig(String) -
Constructor for class org.jruby.test.TestRubyInstanceConfig
-
- TestRubyInstanceConfig.NullLoadService - Class in org.jruby.test
-
- TestRubyInstanceConfig.NullLoadService(Ruby) -
Constructor for class org.jruby.test.TestRubyInstanceConfig.NullLoadService
-
- testRubyInstanceConfigDefaults() -
Method in class org.jruby.test.TestRubyInstanceConfig
-
- testRubyInstanceConfigOverriding() -
Method in class org.jruby.test.TestRubyInstanceConfig
-
- TestRubyNil - Class in org.jruby.test
-
- TestRubyNil(String) -
Constructor for class org.jruby.test.TestRubyNil
-
- TestRubyObject - Class in org.jruby.test
-
- TestRubyObject(String) -
Constructor for class org.jruby.test.TestRubyObject
-
- testRubyRequire() -
Method in class org.jruby.test.TestRequire
-
- TestRubySymbol - Class in org.jruby.test
-
- TestRubySymbol(String) -
Constructor for class org.jruby.test.TestRubySymbol
-
- testSetClassAllocator() -
Method in class org.jruby.test.TestRubyClass
-
- testSetsLeftoverValuesToNullInDelete() -
Method in class org.jruby.test.TestRubyArray
-
- testSetsLeftoverValuesToNullInDeleteAt() -
Method in class org.jruby.test.TestRubyArray
-
- testSetsLeftoverValuesToNullWhenRejectingElements() -
Method in class org.jruby.test.TestRubyArray
-
- testSetsValuesToNullOnClearWhenNotShared() -
Method in class org.jruby.test.TestRubyArray
-
- testSettingNewLoaderWillCreateNewClassLoader() -
Method in class org.jruby.test.TestRubyInstanceConfig
-
- testSetup() -
Method in class org.jruby.ext.posix.JavaFileStatTest
-
- testSingleArgumentCommandOnWindowsIsOnlyRunByShellIfCommandContainsSpaces() -
Method in class org.jruby.util.ShellLauncherTest
-
- testSizeRelated() -
Method in class org.jruby.test.TestRubyArray
- Array#size, Array#length, Array#empty?
- testSizeRelated() -
Method in class org.jruby.test.TestRubyHash
- Hash#size, Hash#length, Hash#empty?
- testSymbolTable() -
Method in class org.jruby.test.TestRubySymbol
-
- testTaint() -
Method in class org.jruby.test.TestRubyObject
-
- testThreadContextPerRuntime() -
Method in class org.jruby.util.JRubyThreadContextTest
- Check that the thread context can be different between Ruby instances
- testThreading() -
Method in class org.jruby.test.TestAdoptedThreading
-
- testThreadsStayAdopted() -
Method in class org.jruby.test.TestAdoptedThreading
-
- testToA() -
Method in class org.jruby.test.TestRubyNil
-
- testToArray() -
Method in class org.jruby.test.TestRubyArray
- This tests toArray-functionality
- testToI() -
Method in class org.jruby.test.TestRubyNil
-
- testToS() -
Method in class org.jruby.test.TestRubyNil
-
- testTrue() -
Method in class org.jruby.test.TestRubyObject
-
- testTwoRuntimes() -
Method in class org.jruby.test.TestCodeCache
-
- testType() -
Method in class org.jruby.test.TestRubyNil
-
- testType() -
Method in class org.jruby.test.TestRubyObject
-
- TestUnitTestSuite - Class in org.jruby.test
-
- TestUnitTestSuite(String) -
Constructor for class org.jruby.test.TestUnitTestSuite
- suite method automatically generated by JUnit module
- testVarAndMet() -
Method in class org.jruby.test.TestRuby
-
- testWarningLineNumber() -
Method in class org.jruby.test.TestParser
-
- TextAreaReadline - Class in org.jruby.demo
-
- TextAreaReadline(JTextComponent) -
Constructor for class org.jruby.demo.TextAreaReadline
-
- TextAreaReadline(JTextComponent, String) -
Constructor for class org.jruby.demo.TextAreaReadline
-
- TextAreaReadline.Channel - Enum in org.jruby.demo
-
- tFID -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tFID -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tFID -
Static variable in interface org.jruby.parser.Tokens
-
- tFLOAT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tFLOAT -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tFLOAT -
Static variable in interface org.jruby.parser.Tokens
-
- tGEQ -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tGEQ -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tGEQ -
Static variable in interface org.jruby.parser.Tokens
-
- tGT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tGT -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tGT -
Static variable in interface org.jruby.parser.Tokens
-
- tGVAR -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tGVAR -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tGVAR -
Static variable in interface org.jruby.parser.Tokens
-
- THIS -
Static variable in class org.jruby.compiler.impl.StandardASMCompiler
-
- THIS_INDEX -
Static variable in class org.jruby.internal.runtime.methods.InvocationMethodFactory
- The lvar index of "this"
- THREADCONTEXT -
Static variable in class org.jruby.compiler.impl.StandardASMCompiler
-
- ThreadContext - Class in org.jruby.runtime
-
- ThreadContext.FrameType - Enum in org.jruby.runtime
-
- ThreadContext.RubyStackTraceElement - Class in org.jruby.runtime
-
- ThreadContext.RubyStackTraceElement(String, String, String, int, boolean) -
Constructor for class org.jruby.runtime.ThreadContext.RubyStackTraceElement
-
- THREADCONTEXT_INDEX -
Static variable in class org.jruby.compiler.impl.StandardASMCompiler
-
- THREADCONTEXT_INDEX -
Static variable in class org.jruby.internal.runtime.methods.InvocationMethodFactory
- The lvar index of the passed-in ThreadContext
- ThreadKill - Exception in org.jruby.exceptions
-
- ThreadKill() -
Constructor for exception org.jruby.exceptions.ThreadKill
-
- THREADLESS_COMPILE_ENABLED -
Static variable in class org.jruby.RubyInstanceConfig
-
- ThreadLibrary - Class in org.jruby.libraries
-
- ThreadLibrary() -
Constructor for class org.jruby.libraries.ThreadLibrary
-
- ThreadLibrary.ConditionVariable - Class in org.jruby.libraries
-
- ThreadLibrary.ConditionVariable(Ruby, RubyClass) -
Constructor for class org.jruby.libraries.ThreadLibrary.ConditionVariable
-
- ThreadLibrary.Mutex - Class in org.jruby.libraries
-
- ThreadLibrary.Mutex(Ruby, RubyClass) -
Constructor for class org.jruby.libraries.ThreadLibrary.Mutex
-
- ThreadLibrary.Queue - Class in org.jruby.libraries
-
- ThreadLibrary.Queue(Ruby, RubyClass) -
Constructor for class org.jruby.libraries.ThreadLibrary.Queue
-
- ThreadLibrary.SizedQueue - Class in org.jruby.libraries
-
- ThreadLibrary.SizedQueue(Ruby, RubyClass) -
Constructor for class org.jruby.libraries.ThreadLibrary.SizedQueue
-
- ThreadLike - Interface in org.jruby.internal.runtime
-
- ThreadService - Class in org.jruby.internal.runtime
-
- ThreadService(Ruby) -
Constructor for class org.jruby.internal.runtime.ThreadService
-
- ThreadService.Event - Class in org.jruby.internal.runtime
-
- ThreadService.Event(RubyThread, RubyThread, ThreadService.Event.Type) -
Constructor for class org.jruby.internal.runtime.ThreadService.Event
-
- ThreadService.Event(RubyThread, RubyThread, ThreadService.Event.Type, IRubyObject) -
Constructor for class org.jruby.internal.runtime.ThreadService.Event
-
- ThreadService.Event.Type - Enum in org.jruby.internal.runtime
-
- three(Ruby) -
Static method in class org.jruby.RubyFixnum
-
- THREE_ARGUMENTS -
Static variable in class org.jruby.runtime.Arity
-
- THREE_REQUIRED -
Static variable in class org.jruby.runtime.Arity
-
- ThreeVarDynamicScope - Class in org.jruby.runtime.scope
- This is a DynamicScope that supports exactly three variables.
- ThreeVarDynamicScope(StaticScope, DynamicScope) -
Constructor for class org.jruby.runtime.scope.ThreeVarDynamicScope
-
- ThreeVarDynamicScope(StaticScope) -
Constructor for class org.jruby.runtime.scope.ThreeVarDynamicScope
-
- throwException(IRubyObject, Block) -
Static method in class org.jruby.test.MockRubyObject
-
- throwException() -
Static method in class org.jruby.test.TestHelper
- used to test native exception handling.
- throwException(Throwable) -
Method in class org.jruby.util.unsafe.SunUnsafeWrapper
-
- throwException(Throwable) -
Method in interface org.jruby.util.unsafe.Unsafe
-
- throwIt() -
Method in class org.jruby.test.TestRaiseException.ThrowFromJava
-
- throwTestHelperException() -
Static method in class org.jruby.test.TestHelper
-
- tIDENTIFIER -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tIDENTIFIER -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tIDENTIFIER -
Static variable in interface org.jruby.parser.Tokens
-
- TIME -
Static variable in class org.jruby.runtime.ClassIndex
-
- time_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLTimeMethods
-
- Timeout - Class in org.jruby.ext
-
- Timeout() -
Constructor for class org.jruby.ext.Timeout
-
- timeout(ThreadContext, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.ext.Timeout
-
- timeout(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.ext.Timeout
-
- timeout(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.ext.Timeout.TimeoutToplevel
-
- Timeout.TimeoutToplevel - Class in org.jruby.ext
-
- Timeout.TimeoutToplevel() -
Constructor for class org.jruby.ext.Timeout.TimeoutToplevel
-
- times(ThreadContext, Block) -
Method in class org.jruby.RubyFixnum
-
- times(ThreadContext, Block) -
Method in class org.jruby.RubyInteger
-
- times(IRubyObject, Block) -
Static method in class org.jruby.RubyJRuby.JRubyThreadExtensions
-
- times(IRubyObject, Block) -
Static method in class org.jruby.RubyProcess
- Deprecated.
- times(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyProcess
-
- times(Ruby) -
Static method in class org.jruby.RubyProcess
-
- times(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyTime
-
- times19(ThreadContext, Block) -
Method in class org.jruby.RubyInteger
-
- tINTEGER -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tINTEGER -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tINTEGER -
Static variable in interface org.jruby.parser.Tokens
-
- tIVAR -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tIVAR -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tIVAR -
Static variable in interface org.jruby.parser.Tokens
-
- tLABEL -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLABEL -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tLABEL -
Static variable in interface org.jruby.parser.Tokens
-
- tLAMBDA -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLAMBDA -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tLAMBDA -
Static variable in interface org.jruby.parser.Tokens
-
- tLAMBEG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLAMBEG -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tLAMBEG -
Static variable in interface org.jruby.parser.Tokens
-
- tLBRACE -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLBRACE -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tLBRACE -
Static variable in interface org.jruby.parser.Tokens
-
- tLBRACE_ARG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLBRACE_ARG -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tLBRACE_ARG -
Static variable in interface org.jruby.parser.Tokens
-
- tLBRACK -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLBRACK -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tLBRACK -
Static variable in interface org.jruby.parser.Tokens
-
- tLCURLY -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLCURLY -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tLCURLY -
Static variable in interface org.jruby.parser.Tokens
-
- tLEQ -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLEQ -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tLEQ -
Static variable in interface org.jruby.parser.Tokens
-
- tLOWEST -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLOWEST -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tLPAREN -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLPAREN -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tLPAREN -
Static variable in interface org.jruby.parser.Tokens
-
- tLPAREN2 -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLPAREN2 -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tLPAREN2 -
Static variable in interface org.jruby.parser.Tokens
-
- tLPAREN_ARG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLPAREN_ARG -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tLPAREN_ARG -
Static variable in interface org.jruby.parser.Tokens
-
- tLSHFT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLSHFT -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tLSHFT -
Static variable in interface org.jruby.parser.Tokens
-
- tLT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLT -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tLT -
Static variable in interface org.jruby.parser.Tokens
-
- tMATCH -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tMATCH -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tMATCH -
Static variable in interface org.jruby.parser.Tokens
-
- tMINUS -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tMINUS -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tMINUS -
Static variable in interface org.jruby.parser.Tokens
-
- tNEQ -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tNEQ -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tNEQ -
Static variable in interface org.jruby.parser.Tokens
-
- tNMATCH -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tNMATCH -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tNMATCH -
Static variable in interface org.jruby.parser.Tokens
-
- tNTH_REF -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tNTH_REF -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tNTH_REF -
Static variable in interface org.jruby.parser.Tokens
-
- to_a(ThreadContext) -
Method in class org.jruby.java.proxies.ArrayJavaProxy
-
- to_a() -
Method in class org.jruby.RubyArray
- rb_ary_to_a
- to_a(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyEnumerable
-
- to_a() -
Method in class org.jruby.RubyHash
- rb_hash_to_a
- to_a() -
Method in class org.jruby.RubyMatchData
- match_to_a
- to_a(IRubyObject) -
Static method in class org.jruby.RubyNil
- nil_to_a
- to_a() -
Method in class org.jruby.RubyObject
- rb_any_to_a
call-seq:
obj.to_a -> anArray
Returns an array representation of obj.
- to_a(ThreadContext, Block) -
Method in class org.jruby.RubyRange
-
- to_a() -
Method in class org.jruby.RubyStruct
-
- to_a() -
Method in class org.jruby.RubyTime
-
- TO_A -
Static variable in class org.jruby.runtime.MethodIndex
- Deprecated.
- to_a19(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyEnumerable
-
- to_a19(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyEnumerable
-
- to_ary() -
Method in class org.jruby.RubyArray
-
- TO_ARY -
Static variable in class org.jruby.runtime.MethodIndex
- Deprecated.
- to_c(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyNil
- nilclass_to_c
- to_c(ThreadContext) -
Method in class org.jruby.RubyNumeric
- numeric_to_c
- to_c(ThreadContext) -
Method in class org.jruby.RubyString
- string_to_c
- to_enum(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- to_f() -
Method in class org.jruby.RubyBigDecimal
-
- to_f() -
Method in class org.jruby.RubyBignum
- rb_big_to_f
- to_f(ThreadContext) -
Method in class org.jruby.RubyComplex
- nucomp_to_f
- to_f() -
Method in class org.jruby.RubyFixnum
- fix_to_f
- to_f() -
Method in class org.jruby.RubyFloat
- flo_fo
- to_f(IRubyObject) -
Static method in class org.jruby.RubyNil
- nil_to_f
- to_f(ThreadContext) -
Method in class org.jruby.RubyRational
-
- to_f() -
Method in class org.jruby.RubyString
- rb_str_to_f
- to_f() -
Method in class org.jruby.RubyTime
-
- TO_F -
Static variable in class org.jruby.runtime.MethodIndex
- Deprecated.
- to_generic_string() -
Method in class org.jruby.javasupport.JavaCallable
-
- to_generic_string() -
Method in class org.jruby.javasupport.JavaField
-
- to_hash() -
Method in class org.jruby.RubyGlobal.StringOnlyRubyHash
-
- to_hash() -
Method in class org.jruby.RubyHash
- rb_hash_to_hash
- TO_HASH -
Static variable in class org.jruby.runtime.MethodIndex
- Deprecated.
- to_i(ThreadContext) -
Method in class org.jruby.RubyComplex
- nucomp_to_i
- to_i() -
Method in class org.jruby.RubyInteger
- int_to_i
- to_i(IRubyObject) -
Static method in class org.jruby.RubyNil
- nil_to_i
- to_i() -
Method in class org.jruby.RubyProcess.RubyStatus
- Deprecated.
- to_i(ThreadContext) -
Method in class org.jruby.RubyProcess.RubyStatus
-
- to_i(Ruby) -
Method in class org.jruby.RubyProcess.RubyStatus
-
- to_i() -
Method in class org.jruby.RubyString
- rb_str_to_i
- to_i(IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_to_i
- to_i(IRubyObject[]) -
Method in class org.jruby.RubyString
- Deprecated.
- to_i() -
Method in class org.jruby.RubySymbol
- Deprecated.
- to_i(ThreadContext) -
Method in class org.jruby.RubySymbol
-
- to_i() -
Method in class org.jruby.RubyTime
-
- TO_I -
Static variable in class org.jruby.runtime.MethodIndex
- Deprecated.
- to_inputstream(ThreadContext, IRubyObject) -
Static method in class org.jruby.java.addons.IOJavaAddons
-
- to_int() -
Method in class org.jruby.RubyBigDecimal
-
- to_int(ThreadContext) -
Method in class org.jruby.RubyNumeric
- num_to_int
- to_int() -
Method in class org.jruby.RubySymbol
- Deprecated.
- to_int(ThreadContext) -
Method in class org.jruby.RubySymbol
-
- TO_INT -
Static variable in class org.jruby.runtime.MethodIndex
- Deprecated.
- to_io(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyArgsFile
-
- to_io() -
Method in class org.jruby.RubyIO
-
- to_io() -
Method in class org.jruby.RubyZlib.RubyGzipFile
-
- TO_IO -
Static variable in class org.jruby.runtime.MethodIndex
- Deprecated.
- to_java(ThreadContext, IRubyObject) -
Static method in class org.jruby.java.addons.ArrayJavaAddons
-
- to_java(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.java.addons.ArrayJavaAddons
-
- to_java() -
Method in class org.jruby.RubyFixnum
-
- to_java() -
Method in class org.jruby.RubyObject
-
- to_java() -
Method in class org.jruby.RubyString
-
- to_java_bytes(ThreadContext, IRubyObject) -
Static method in class org.jruby.java.addons.StringJavaAddons
-
- to_java_object(IRubyObject) -
Static method in class org.jruby.java.proxies.JavaProxy
-
- to_java_object(IRubyObject) -
Static method in class org.jruby.javasupport.Java
-
- to_java_object(IRubyObject) -
Static method in class org.jruby.javasupport.JavaProxyMethods
-
- to_java_string(ThreadContext, IRubyObject) -
Static method in class org.jruby.java.addons.StringJavaAddons
-
- to_outputstream(ThreadContext, IRubyObject) -
Static method in class org.jruby.java.addons.IOJavaAddons
-
- to_proc(ThreadContext, Block) -
Method in class org.jruby.RubyMethod
- Create a Proc object.
- to_proc() -
Method in class org.jruby.RubyProc
-
- to_proc(ThreadContext, Block) -
Method in class org.jruby.RubyUnboundMethod
-
- to_ptr(ThreadContext) -
Method in class org.jruby.ext.ffi.StructLayout.Array
-
- to_r(ThreadContext) -
Method in class org.jruby.RubyComplex
- nucomp_to_f
- to_r(ThreadContext) -
Method in class org.jruby.RubyFloat
-
- to_r(ThreadContext) -
Method in class org.jruby.RubyInteger
- integer_to_r
- to_r(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyNil
- nilclass_to_r
- to_r(ThreadContext) -
Method in class org.jruby.RubyRational
- nurat_to_r
- to_r(ThreadContext) -
Method in class org.jruby.RubyString
- string_to_r
- to_s(ThreadContext, IRubyObject[]) -
Method in class org.jruby.ext.ffi.AbstractMemory
-
- to_s(ThreadContext, IRubyObject[]) -
Method in class org.jruby.ext.ffi.BasePointer
-
- to_s(ThreadContext) -
Method in class org.jruby.ext.ffi.CallbackInfo
-
- to_s(ThreadContext, IRubyObject[]) -
Method in class org.jruby.ext.ffi.jffi.DynamicLibrary.Symbol
-
- to_s(ThreadContext, IRubyObject[]) -
Method in class org.jruby.ext.ffi.MemoryPointer
-
- to_s(ThreadContext) -
Method in class org.jruby.ext.ffi.StructByValue
-
- to_s(ThreadContext) -
Method in class org.jruby.ext.ffi.Type.Builtin
-
- to_s() -
Method in class org.jruby.javasupport.JavaObject
-
- to_s(IRubyObject) -
Static method in class org.jruby.javasupport.JavaProxyMethods
-
- to_s() -
Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
-
- to_s(IRubyObject) -
Static method in class org.jruby.RubyArgsFile
-
- to_s() -
Method in class org.jruby.RubyArray
- rb_ary_to_s
- to_s(IRubyObject[]) -
Method in class org.jruby.RubyBigDecimal
-
- to_s(IRubyObject[]) -
Method in class org.jruby.RubyBignum
- rb_big_to_s
- to_s() -
Method in class org.jruby.RubyClassPathVariable
-
- to_s(ThreadContext) -
Method in class org.jruby.RubyComplex
- nucomp_to_s
- to_s() -
Method in class org.jruby.RubyDigest.Base
-
- to_s(ThreadContext) -
Method in class org.jruby.RubyEncoding
-
- to_s(ThreadContext) -
Method in class org.jruby.RubyException
-
- to_s(IRubyObject[]) -
Method in class org.jruby.RubyFixnum
- fix_to_s
- to_s() -
Method in class org.jruby.RubyFixnum
-
- to_s(IRubyObject) -
Method in class org.jruby.RubyFixnum
-
- to_s() -
Method in class org.jruby.RubyFloat
- flo_to_s
- to_s() -
Method in class org.jruby.RubyGlobal.StringOnlyRubyHash
-
- to_s(ThreadContext) -
Method in class org.jruby.RubyHash
- rb_hash_to_s & to_s_hash
- to_s() -
Method in class org.jruby.RubyMatchData
- match_to_s
- to_s() -
Method in class org.jruby.RubyModule
- rb_mod_to_s
- to_s() -
Method in class org.jruby.RubyNameError
-
- to_s(IRubyObject) -
Static method in class org.jruby.RubyNil
- nil_to_s
- to_s() -
Method in class org.jruby.RubyObject
- rb_any_to_s
call-seq:
obj.to_s => string
Returns a string representing obj.
- to_s() -
Method in class org.jruby.RubyProc
-
- to_s() -
Method in class org.jruby.RubyProcess.RubyStatus
-
- to_s(ThreadContext) -
Method in class org.jruby.RubyProcess.RubyStatus
-
- to_s(Ruby) -
Method in class org.jruby.RubyProcess.RubyStatus
-
- to_s(ThreadContext) -
Method in class org.jruby.RubyRange
-
- to_s(ThreadContext) -
Method in class org.jruby.RubyRational
- nurat_to_s
- to_s() -
Method in class org.jruby.RubyRegexp
-
- to_s() -
Method in class org.jruby.RubyString
-
- to_s() -
Method in class org.jruby.RubySymbol
-
- to_s(ThreadContext) -
Method in class org.jruby.RubySymbol
-
- to_s() -
Method in class org.jruby.RubyTime
-
- TO_S -
Static variable in class org.jruby.runtime.MethodIndex
- Deprecated.
- to_s19(ThreadContext) -
Method in class org.jruby.RubyHash
-
- to_str(ThreadContext) -
Method in class org.jruby.RubyException
-
- to_str(ThreadContext) -
Method in class org.jruby.RubyNameError.RubyNameErrorMessage
-
- TO_STR -
Static variable in class org.jruby.runtime.MethodIndex
- Deprecated.
- to_string() -
Method in class org.jruby.javasupport.JavaAccessibleObject
-
- to_sym() -
Method in class org.jruby.RubyFixnum
- fix_to_sym
- to_sym() -
Method in class org.jruby.RubySymbol
-
- toArray() -
Method in class org.jruby.RubyArray
-
- toArray(Object[]) -
Method in class org.jruby.RubyArray
-
- toArray() -
Method in class org.jruby.util.collections.WeakHashSet
-
- toArray(T[]) -
Method in class org.jruby.util.collections.WeakHashSet
-
- ToAryNode - Class in org.jruby.ast
-
- ToAryNode(ISourcePosition, Node) -
Constructor for class org.jruby.ast.ToAryNode
-
- toEncoding(Ruby) -
Method in class org.jruby.RubyString
-
- toFloat() -
Method in class org.jruby.RubyInteger
-
- toGenericString() -
Method in class org.jruby.javasupport.JavaCallable
-
- toGenericString() -
Method in class org.jruby.javasupport.JavaConstructor
-
- toGenericString() -
Method in class org.jruby.javasupport.JavaMethod
-
- toJavaArray() -
Method in class org.jruby.RubyArray
-
- toJavaArrayMaybeUnsafe() -
Method in class org.jruby.RubyArray
-
- toJavaArrayUnsafe() -
Method in class org.jruby.RubyArray
-
- toJavaModeString() -
Method in class org.jruby.util.io.ModeFlags
- Produce a Java IO mode string from the flags in this object.
- toJavaString() -
Method in interface org.jruby.compiler.BodyCompiler
-
- toJavaString() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- token() -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
- Last token read from the lexer at the end of a call to yylex()
- Token - Class in org.jruby.lexer.yacc
-
- Token(Object, ISourcePosition) -
Constructor for class org.jruby.lexer.yacc.Token
-
- Token(Object, int, ISourcePosition) -
Constructor for class org.jruby.lexer.yacc.Token
-
- token() -
Method in interface org.jruby.parser.DefaultRubyParser.yyInput
- classifies current token.
- token() -
Method in interface org.jruby.parser.Ruby19Parser.yyInput
- classifies current token.
- token -
Variable in class org.jruby.RubyModule.Generation
-
- token -
Variable in class org.jruby.runtime.callsite.CacheEntry
-
- Tokens - Interface in org.jruby.parser
-
- toLower(Encoding, int) -
Static method in class org.jruby.util.StringSupport
-
- tOP_ASGN -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tOP_ASGN -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tOP_ASGN -
Static variable in interface org.jruby.parser.Tokens
-
- TopSelfFactory - Class in org.jruby
-
- tOROP -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tOROP -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tOROP -
Static variable in interface org.jruby.parser.Tokens
-
- toString() -
Method in class org.jruby.ast.Node
-
- toString() -
Method in class org.jruby.ast.util.SexpMaker
-
- toString() -
Method in class org.jruby.ext.ffi.CallbackInfo
-
- toString() -
Method in class org.jruby.ext.ffi.jffi.DynamicLibrary.Symbol
-
- toString() -
Method in class org.jruby.ext.ffi.jna.DynamicLibrary.Symbol
-
- toString() -
Method in enum org.jruby.ext.ffi.Platform.CPU
-
- toString() -
Method in enum org.jruby.ext.ffi.Platform.OS
-
- toString() -
Method in class org.jruby.ext.ffi.Type.Builtin
-
- toString() -
Method in class org.jruby.internal.runtime.NativeThread
-
- toString() -
Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
-
- toString() -
Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
-
- toString() -
Method in class org.jruby.javasupport.test.NullToString
-
- toString() -
Method in class org.jruby.javasupport.test.Room
-
- toString() -
Method in class org.jruby.javasupport.test.TestIntWrapperImpl
-
- toString() -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
-
- toString() -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
-
- toString() -
Method in class org.jruby.lexer.yacc.SimpleSourcePosition
-
- toString() -
Method in class org.jruby.lexer.yacc.Token
-
- toString() -
Method in class org.jruby.parser.BlockStaticScope
-
- toString() -
Method in class org.jruby.parser.LocalStaticScope
-
- toString() -
Method in class org.jruby.parser.StaticScope
-
- toString() -
Method in class org.jruby.RubyFile
-
- toString() -
Method in class org.jruby.RubyIO
-
- toString() -
Method in enum org.jruby.RubyLocalJumpError.Reason
-
- toString() -
Method in class org.jruby.RubyObject
- The default toString method is just a wrapper that calls the
Ruby "to_s" method.
- toString() -
Method in class org.jruby.RubyString
-
- toString() -
Method in class org.jruby.RubySymbol
-
- toString() -
Method in class org.jruby.RubyThread
-
- toString() -
Method in class org.jruby.runtime.Arity
-
- toString() -
Method in class org.jruby.runtime.component.VariableEntry
-
- toString() -
Method in class org.jruby.runtime.DynamicScope
-
- toString(StringBuffer, String) -
Method in class org.jruby.runtime.DynamicScope
-
- toString() -
Method in class org.jruby.runtime.Frame
-
- toString() -
Method in class org.jruby.test.bench.BenchIntFibRecursive.BoxedInt
-
- toString() -
Method in class org.jruby.test.bench.BenchLongFibRecursive.BoxedLong
-
- toString() -
Method in class org.jruby.util.io.ModeFlags
-
- toString() -
Method in class org.jruby.util.JRubyFile
-
- toString() -
Method in class org.jruby.util.JRubyNonExistentFile
-
- toString() -
Method in class org.jruby.util.KCode
-
- toString() -
Method in class org.jruby.util.NormalizedFile
-
- total(ThreadContext) -
Method in class org.jruby.ext.ffi.AbstractMemory
- Gets the total size (in bytes) of the MemoryPointer.
- total_in() -
Method in class org.jruby.RubyZlib.ZStream
-
- total_out() -
Method in class org.jruby.RubyZlib.ZStream
-
- totalCallSites -
Static variable in class org.jruby.runtime.callsite.CachingCallSite
-
- toUpper(Encoding, int) -
Static method in class org.jruby.util.StringSupport
-
- toYamlNode(Representer) -
Method in class org.jruby.yaml.JRubyRepresenter.IRubyObjectYAMLNodeCreator
-
- tPERCENT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tPERCENT -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tPERCENT -
Static variable in interface org.jruby.parser.Tokens
-
- tPIPE -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tPIPE -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tPIPE -
Static variable in interface org.jruby.parser.Tokens
-
- tPLUS -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tPLUS -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tPLUS -
Static variable in interface org.jruby.parser.Tokens
-
- tPOW -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tPOW -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tPOW -
Static variable in interface org.jruby.parser.Tokens
-
- tQWORDS_BEG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tQWORDS_BEG -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tQWORDS_BEG -
Static variable in interface org.jruby.parser.Tokens
-
- tr(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_tr / rb_str_tr_bang
- tr19(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
-
- tr_bang(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
-
- tr_bang19(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
-
- tr_s(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_tr_s / rb_str_tr_s_bang
- tr_s19(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
-
- tr_s_bang(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
-
- tr_s_bang19(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
-
- trace(IRubyObject) -
Method in class org.jruby.internal.runtime.GlobalVariable
-
- trace(RubyEvent, String, RubyModule) -
Method in class org.jruby.runtime.ThreadContext
-
- TRACE_HEAD -
Static variable in class org.jruby.RubyException
-
- TRACE_MAX -
Static variable in class org.jruby.RubyException
-
- TRACE_TAIL -
Static variable in class org.jruby.RubyException
-
- TRACE_TYPE -
Static variable in class org.jruby.RubyException
-
- trace_var(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
-
- TraceableInterpretedMethod - Class in org.jruby.internal.runtime.methods
-
- TraceableInterpretedMethod(RubyModule, String, StaticScope, Node, ArgsNode, Visibility, ISourcePosition) -
Constructor for class org.jruby.internal.runtime.methods.TraceableInterpretedMethod
-
- transfer(IRubyObject[]) -
Method in class org.jruby.libraries.FiberLibrary.Fiber
-
- transpose() -
Method in class org.jruby.RubyArray
- rb_ary_transpose
- trap(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
-
- trap(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubySignal
-
- trap(IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.util.NoFunctionalitySignalFacade
-
- trap(Ruby, BlockCallback, String) -
Method in class org.jruby.util.NoFunctionalitySignalFacade
-
- trap(IRubyObject, IRubyObject, IRubyObject) -
Method in interface org.jruby.util.SignalFacade
-
- trap(Ruby, BlockCallback, String) -
Method in interface org.jruby.util.SignalFacade
-
- trap(IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.util.SunSignalFacade
-
- trap(Ruby, BlockCallback, String) -
Method in class org.jruby.util.SunSignalFacade
-
- tRBRACK -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tRBRACK -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tRBRACK -
Static variable in interface org.jruby.parser.Tokens
-
- tRCURLY -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tRCURLY -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tRCURLY -
Static variable in interface org.jruby.parser.Tokens
-
- tREGEXP_BEG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tREGEXP_BEG -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tREGEXP_BEG -
Static variable in interface org.jruby.parser.Tokens
-
- tREGEXP_END -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tREGEXP_END -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tREGEXP_END -
Static variable in interface org.jruby.parser.Tokens
-
- trim(byte[]) -
Static method in class org.jruby.util.Convert
- Trims whitespace (any bytes <= 0x20) from the beginning and end
of the array.
- TRIVIAL_EXECUTOR -
Static variable in class org.jruby.util.Join
-
- tRPAREN -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tRPAREN -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tRPAREN -
Static variable in interface org.jruby.parser.Tokens
-
- tRSHFT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tRSHFT -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tRSHFT -
Static variable in interface org.jruby.parser.Tokens
-
- TRUE -
Static variable in class org.jruby.runtime.ClassIndex
-
- true_and(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyBoolean.True
-
- true_or(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyBoolean.True
-
- true_taguri(IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLTrueMethods
-
- true_to_s(IRubyObject) -
Static method in class org.jruby.RubyBoolean.True
-
- true_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLTrueMethods
-
- true_xor(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyBoolean.True
-
- TrueNode - Class in org.jruby.ast
- Represents 'true'.
- TrueNode(ISourcePosition) -
Constructor for class org.jruby.ast.TrueNode
-
- TRUNC -
Static variable in class org.jruby.util.io.ModeFlags
- truncate flag, to truncate the target file to zero length
- truncate() -
Method in class org.jruby.RubyBigDecimal
-
- truncate(IRubyObject) -
Method in class org.jruby.RubyBigDecimal
-
- truncate(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyFile
-
- truncate(ThreadContext, IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFile
-
- truncate() -
Method in class org.jruby.RubyFloat
- flo_truncate
- truncate() -
Method in class org.jruby.RubyNumeric
- num_truncate
- truncate(IRubyObject) -
Method in class org.jruby.RubyStringIO
-
- trust(ThreadContext) -
Method in class org.jruby.RubyObject
- rb_obj_trust
call-seq:
obj.trust => obj
Removes the untrusted mark from obj.
- try_convert(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyHash
-
- try_convert(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyRegexp
-
- try_convert(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyString
-
- try_lock(ThreadContext) -
Method in class org.jruby.libraries.ThreadLibrary.Mutex
-
- trycatch(Label, Label, Label, String) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- trycatch(String, Runnable, Runnable) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- tryJIT(DefaultMethod, ThreadContext, String) -
Method in class org.jruby.compiler.JITCompiler
-
- trySearch(LoadService.SearchState) -
Method in class org.jruby.runtime.load.LoadService.BailoutSearcher
-
- trySearch(LoadService.SearchState) -
Method in class org.jruby.runtime.load.LoadService.ClassLoaderSearcher
-
- trySearch(LoadService.SearchState) -
Method in class org.jruby.runtime.load.LoadService.ExtensionSearcher
-
- trySearch(LoadService.SearchState) -
Method in interface org.jruby.runtime.load.LoadService.LoadSearcher
-
- trySearch(LoadService.SearchState) -
Method in class org.jruby.runtime.load.LoadService.NormalSearcher
-
- trySearch(LoadService.SearchState) -
Method in class org.jruby.runtime.load.LoadService.ScriptClassSearcher
-
- tryUnixDomainSocket() -
Static method in class org.jruby.ext.socket.RubyUNIXSocket
-
- tSTAR -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tSTAR -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tSTAR -
Static variable in interface org.jruby.parser.Tokens
-
- tSTAR2 -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tSTAR2 -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tSTAR2 -
Static variable in interface org.jruby.parser.Tokens
-
- tSTRING_BEG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tSTRING_BEG -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tSTRING_BEG -
Static variable in interface org.jruby.parser.Tokens
-
- tSTRING_CONTENT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tSTRING_CONTENT -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tSTRING_CONTENT -
Static variable in interface org.jruby.parser.Tokens
-
- tSTRING_DBEG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tSTRING_DBEG -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tSTRING_DBEG -
Static variable in interface org.jruby.parser.Tokens
-
- tSTRING_DVAR -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tSTRING_DVAR -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tSTRING_DVAR -
Static variable in interface org.jruby.parser.Tokens
-
- tSTRING_END -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tSTRING_END -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tSTRING_END -
Static variable in interface org.jruby.parser.Tokens
-
- tSYMBEG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tSYMBEG -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tSYMBEG -
Static variable in interface org.jruby.parser.Tokens
-
- tTILDE -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tTILDE -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tTILDE -
Static variable in interface org.jruby.parser.Tokens
-
- tty_p(ThreadContext) -
Method in class org.jruby.RubyIO
-
- tUMINUS -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tUMINUS -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tUMINUS -
Static variable in interface org.jruby.parser.Tokens
-
- tUMINUS_NUM -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tUMINUS_NUM -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tUMINUS_NUM -
Static variable in interface org.jruby.parser.Tokens
-
- tUPLUS -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tUPLUS -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tUPLUS -
Static variable in interface org.jruby.parser.Tokens
-
- two(Ruby) -
Static method in class org.jruby.RubyFixnum
-
- TWO -
Static variable in class org.jruby.test.bench.BenchIntFibRecursive
-
- TWO -
Static variable in class org.jruby.test.bench.BenchLongFibRecursive
-
- TWO_ARGUMENTS -
Static variable in class org.jruby.runtime.Arity
-
- TWO_REQUIRED -
Static variable in class org.jruby.runtime.Arity
-
- twoArguments() -
Static method in class org.jruby.runtime.Arity
-
- tWORDS_BEG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tWORDS_BEG -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tWORDS_BEG -
Static variable in interface org.jruby.parser.Tokens
-
- twosComplementToBinaryBytes(byte[]) -
Static method in class org.jruby.util.Convert
-
- twosComplementToHexBytes(byte[], boolean) -
Static method in class org.jruby.util.Convert
-
- twosComplementToOctalBytes(byte[]) -
Static method in class org.jruby.util.Convert
-
- twosComplementToUnsignedBytes(byte[], int, boolean) -
Static method in class org.jruby.util.Convert
-
- TwoVarDynamicScope - Class in org.jruby.runtime.scope
- This is a DynamicScope that supports exactly three variables.
- TwoVarDynamicScope(StaticScope, DynamicScope) -
Constructor for class org.jruby.runtime.scope.TwoVarDynamicScope
-
- TwoVarDynamicScope(StaticScope) -
Constructor for class org.jruby.runtime.scope.TwoVarDynamicScope
-
- tXSTRING_BEG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tXSTRING_BEG -
Static variable in class org.jruby.parser.Ruby19Parser
-
- tXSTRING_BEG -
Static variable in interface org.jruby.parser.Tokens
-
- type -
Variable in class org.jruby.ext.ffi.StructLayout.Member
- The
Type of this member.
- Type - Class in org.jruby.ext.ffi
-
- Type(Ruby, RubyClass, NativeType, int, int) -
Constructor for class org.jruby.ext.ffi.Type
- Initializes a new Type instance.
- Type(Ruby, RubyClass, NativeType) -
Constructor for class org.jruby.ext.ffi.Type
- Initializes a new Type instance.
- type -
Variable in class org.jruby.internal.runtime.ThreadService.Event
-
- type(IRubyObject) -
Static method in class org.jruby.RubyNil
- nil_type
- type() -
Method in class org.jruby.RubyObject
- rb_obj_class
Returns the real class of this object, excluding any
singleton/meta class in the inheritance chain.
- type -
Variable in class org.jruby.runtime.Block
-
- Type.Builtin - Class in org.jruby.ext.ffi
-
- type_deprecated() -
Method in class org.jruby.RubyObject
- rb_obj_type
The deprecated version of type, that emits a deprecation
warning.
- type_parameters() -
Method in class org.jruby.javasupport.JavaClass
-
- type_parameters() -
Method in class org.jruby.javasupport.JavaConstructor
-
- type_parameters() -
Method in class org.jruby.javasupport.JavaMethod
-
- type_size(ThreadContext) -
Method in class org.jruby.ext.ffi.AbstractMemory
- Indicates how many bytes the intrinsic type of the memory uses.
- typeCheckBranch(Class, BranchCallback, BranchCallback) -
Method in interface org.jruby.compiler.BodyCompiler
-
- typeCheckBranch(Class, BranchCallback, BranchCallback) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- TypeCoercer - Interface in org.jruby.util
-
- TypeConverter - Class in org.jruby.util
-
- TypeConverter() -
Constructor for class org.jruby.util.TypeConverter
-
- TypedArgumentNode - Class in org.jruby.ast
-
- TypedArgumentNode(ISourcePosition, String, Node) -
Constructor for class org.jruby.ast.TypedArgumentNode
-
- TypeMatcher - Class in org.jruby.javasupport
-
- TypeMatcher() -
Constructor for class org.jruby.javasupport.TypeMatcher
-
- typeOk(RubyClass) -
Method in class org.jruby.runtime.callsite.CacheEntry
-
- TypePopulator - Class in org.jruby.anno
-
- TypePopulator() -
Constructor for class org.jruby.anno.TypePopulator
-
- TypePopulator.DefaultTypePopulator - Class in org.jruby.anno
-
- TypePopulator.DefaultTypePopulator() -
Constructor for class org.jruby.anno.TypePopulator.DefaultTypePopulator
-
- typeSize -
Variable in class org.jruby.ext.ffi.AbstractMemory
- The size of each element of this memory area - e.g.
U
- uid() -
Method in class org.jruby.RubyFileStat
-
- uid(IRubyObject) -
Static method in class org.jruby.RubyProcess
- Deprecated.
- uid(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyProcess
-
- uid(Ruby) -
Static method in class org.jruby.RubyProcess
-
- uid_set(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess
- Deprecated.
- uid_set(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess
-
- uid_set(Ruby, IRubyObject) -
Static method in class org.jruby.RubyProcess
-
- uint16Value(IRubyObject) -
Static method in class org.jruby.ext.ffi.Util
-
- uint32Value(IRubyObject) -
Static method in class org.jruby.ext.ffi.Util
-
- uint64Value(IRubyObject) -
Static method in class org.jruby.ext.ffi.Util
-
- uint8Value(IRubyObject) -
Static method in class org.jruby.ext.ffi.Util
-
- umask(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyFile
-
- unbind(Block) -
Method in class org.jruby.RubyMethod
-
- unbind(Block) -
Method in class org.jruby.RubyUnboundMethod
-
- unboxAndCast(SkinnyMethodAdapter, Class) -
Static method in class org.jruby.compiler.util.HandleFactory
-
- undeclareBean(BSFDeclaredBean) -
Method in class org.jruby.javasupport.bsf.JRubyEngine
-
- UNDEF -
Static variable in class org.jruby.RubyBasicObject
- A value that specifies an undefined value.
- undef(ThreadContext, String) -
Method in class org.jruby.RubyModule
- rb_undef
- undef_method(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyModule
-
- undefine_finalizer(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyObjectSpace
-
- UndefinedAccessor - Class in org.jruby.internal.runtime
-
- UndefinedAccessor(Ruby, GlobalVariable, String) -
Constructor for class org.jruby.internal.runtime.UndefinedAccessor
- Constructor for UndefinedAccessor.
- undefinedFieldError(Ruby, String, String) -
Static method in class org.jruby.javasupport.JavaClass
-
- UndefinedMethod - Class in org.jruby.internal.runtime.methods
- This class represents a singleton type of method used as a marker for
missing or "undef'ed" methods.
- undefineMethod(String) -
Method in class org.jruby.RubyModule
-
- undefMethod(String) -
Method in interface org.jruby.compiler.BodyCompiler
-
- undefMethod(String) -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- UndefNode - Class in org.jruby.ast
- Represents an 'undef' statement.
- UndefNode(ISourcePosition, String) -
Constructor for class org.jruby.ast.UndefNode
-
- underscores_pat -
Static variable in class org.jruby.util.Numeric.ComplexPatterns
-
- ungetc(IRubyObject) -
Method in class org.jruby.RubyIO
- Pushes char represented by int back onto IOS.
- ungetc(IRubyObject) -
Method in class org.jruby.RubyStringIO
-
- ungetc(IRubyObject) -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- ungetc(int) -
Method in class org.jruby.util.io.ChannelStream
-
- ungetc(int) -
Method in interface org.jruby.util.io.Stream
-
- ungotc -
Variable in class org.jruby.util.io.ChannelStream
-
- unimplementedError(String) -
Method in class org.jruby.ext.JRubyPOSIXHandler
-
- union(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyRegexp
- rb_reg_s_union
- uniq(ThreadContext) -
Method in class org.jruby.RubyArray
- rb_ary_uniq
- uniq19(ThreadContext, Block) -
Method in class org.jruby.RubyArray
-
- uniq_bang(ThreadContext) -
Method in class org.jruby.RubyArray
- rb_ary_uniq_bang
- uniq_bang19(ThreadContext, Block) -
Method in class org.jruby.RubyArray
-
- unix_p(ThreadContext, IRubyObject) -
Static method in class org.jruby.ext.ffi.Platform
-
- UNKNOWN -
Static variable in class org.jruby.RubyNKF
-
- unlink(String) -
Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- unlink(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyFile
-
- unlink(ThreadContext) -
Method in class org.jruby.RubyTempfile
-
- unlock(ThreadContext) -
Method in class org.jruby.libraries.ThreadLibrary.Mutex
-
- unlockProxy() -
Method in class org.jruby.javasupport.JavaClass
-
- unmarshal(UnmarshalStream) -
Method in class org.jruby.RubyClass
-
- UnmarshalCache - Class in org.jruby.runtime.marshal
-
- UnmarshalCache(Ruby) -
Constructor for class org.jruby.runtime.marshal.UnmarshalCache
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyArray
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyBignum
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyClass
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyFixnum
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyFloat
-
- unmarshalFrom(UnmarshalStream, boolean) -
Static method in class org.jruby.RubyHash
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyModule
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyRegexp
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyString
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyStruct
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubySymbol
-
- unmarshalFrom(Ruby, RubyClass, UnmarshalStream) -
Method in interface org.jruby.runtime.ObjectMarshal
-
- unmarshalInt() -
Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- unmarshalObject() -
Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- UnmarshalStream - Class in org.jruby.runtime.marshal
- Unmarshals objects from strings or streams in Ruby's marshal format.
- UnmarshalStream(Ruby, InputStream, IRubyObject) -
Constructor for class org.jruby.runtime.marshal.UnmarshalStream
-
- unmarshalString() -
Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- UnnamedRestArgNode - Class in org.jruby.ast
- a bare '*'
- UnnamedRestArgNode(ISourcePosition, int) -
Constructor for class org.jruby.ast.UnnamedRestArgNode
-
- unpack(IRubyObject) -
Method in class org.jruby.RubyString
-
- unpack(Ruby, ByteList, ByteList) -
Static method in class org.jruby.util.Pack
- Decodes str (which may contain binary data) according to the format
string, returning an array of each value extracted.
- unpack_sockaddr_in(IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.socket.RubySocket
- Deprecated.
- unpack_sockaddr_in(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.socket.RubySocket
-
- unpackArg(long) -
Static method in class org.jruby.util.StringSupport
-
- unpackResult(long) -
Static method in class org.jruby.util.StringSupport
-
- unread(int) -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
-
- unread(int) -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
- Pushes char back onto this source.
- unread(int) -
Method in class org.jruby.lexer.yacc.LexerSource
-
- unreadMany(CharSequence) -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
-
- unreadMany(CharSequence) -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
-
- unreadMany(CharSequence) -
Method in class org.jruby.lexer.yacc.LexerSource
-
- unregisterClassCache() -
Method in interface org.jruby.management.BeanManager
-
- unregisterClassCache() -
Method in class org.jruby.management.BeanManagerImpl
-
- unregisterCompiler() -
Method in interface org.jruby.management.BeanManager
-
- unregisterCompiler() -
Method in class org.jruby.management.BeanManagerImpl
-
- unregisterConfig() -
Method in interface org.jruby.management.BeanManager
-
- unregisterConfig() -
Method in class org.jruby.management.BeanManagerImpl
-
- unregisterDescriptor(int) -
Method in class org.jruby.Ruby
-
- unregisterDescriptor(int) -
Method in class org.jruby.RubyIO
-
- unregisterInspecting(Object) -
Method in class org.jruby.Ruby
-
- unregisterMethodCache() -
Method in interface org.jruby.management.BeanManager
-
- unregisterMethodCache() -
Method in class org.jruby.management.BeanManagerImpl
-
- unregisterParserStats() -
Method in interface org.jruby.management.BeanManager
-
- unregisterParserStats() -
Method in class org.jruby.management.BeanManagerImpl
-
- unregisterThread(RubyThread) -
Method in class org.jruby.internal.runtime.ThreadService
-
- UNSAFE -
Static variable in class org.jruby.util.StringSupport
-
- Unsafe - Interface in org.jruby.util.unsafe
-
- UnsafeFactory - Class in org.jruby.util.unsafe
-
- UnsafeFactory() -
Constructor for class org.jruby.util.unsafe.UnsafeFactory
-
- UnsafeGenerator - Class in org.jruby.util.unsafe
-
- UnsafeGenerator() -
Constructor for class org.jruby.util.unsafe.UnsafeGenerator
-
- unscan() -
Method in class org.jruby.RubyStringScanner
-
- unshift() -
Method in class org.jruby.RubyArray
-
- unshift(IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_unshift
- unshift(IRubyObject[]) -
Method in class org.jruby.RubyArray
-
- untaint(ThreadContext) -
Method in class org.jruby.RubyObject
- rb_obj_untaint
call-seq:
obj.untaint => obj
Removes the taint from obj.
- UntilNode - Class in org.jruby.ast
- Represents an until statement.
- UntilNode(ISourcePosition, Node, Node) -
Constructor for class org.jruby.ast.UntilNode
-
- UntilNode(ISourcePosition, Node, Node, boolean) -
Constructor for class org.jruby.ast.UntilNode
-
- untrace_var(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
-
- untraceVar(String, IRubyObject) -
Method in class org.jruby.internal.runtime.GlobalVariables
-
- untraceVar(String) -
Method in class org.jruby.internal.runtime.GlobalVariables
-
- untrust(ThreadContext) -
Method in class org.jruby.RubyObject
- rb_obj_untrust
call-seq:
obj.untrust -> obj
Marks obj as untrusted.
- UNTRUSTED_F -
Static variable in class org.jruby.RubyBasicObject
-
- untrusted_p(ThreadContext) -
Method in class org.jruby.RubyObject
- rb_obj_untrusted
call-seq:
obj.untrusted? => true or false
Returns
true if the object is untrusted.
- unused() -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- unwrap() -
Method in class org.jruby.java.proxies.JavaProxy
-
- unwrapBufferedStream(OutputStream) -
Static method in class org.jruby.util.ShellLauncher
- Unwrap all filtering streams between the given stream and its actual
unfiltered stream.
- unwrapBufferedStream(InputStream) -
Static method in class org.jruby.util.ShellLauncher
- Unwrap all filtering streams between the given stream and its actual
unfiltered stream.
- unwrapJavaObject(IRubyObject) -
Static method in class org.jruby.javasupport.JavaUtil
-
- unwrapJavaObject(Ruby, IRubyObject, String) -
Static method in class org.jruby.javasupport.JavaUtil
-
- unwrapJavaValue(Ruby, IRubyObject, String) -
Static method in class org.jruby.javasupport.JavaUtil
-
- unwrapLocalJumpErrorValue(RaiseException) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- unwrapNewlineNode(Node) -
Method in class org.jruby.parser.ParserSupport
-
- unwrapParentScopes(int) -
Method in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- unwrapPassedBlock() -
Method in interface org.jruby.compiler.BodyCompiler
-
- unwrapPassedBlock() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- unwrapRaiseException() -
Method in interface org.jruby.compiler.BodyCompiler
-
- unwrapRaiseException() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- unwrapRedoNextBreakOrJustLocalJump(RaiseException, ThreadContext) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
- If it's Redo, Next, or Break, rethrow it as a normal exception for while to handle
- upAction(KeyEvent) -
Method in class org.jruby.demo.TextAreaReadline
-
- upcase(ThreadContext) -
Method in class org.jruby.RubyString
- rb_str_upcase / rb_str_upcase_bang
- upcase(ThreadContext) -
Method in class org.jruby.RubySymbol
-
- upcase19(ThreadContext) -
Method in class org.jruby.RubyString
-
- upcase_bang(ThreadContext) -
Method in class org.jruby.RubyString
-
- upcase_bang19(ThreadContext) -
Method in class org.jruby.RubyString
-
- update(Graphics) -
Method in class org.jruby.JRubyApplet
-
- update(IRubyObject) -
Method in class org.jruby.RubyDigest.Base
-
- update() -
Method in class org.jruby.RubyModule.Generation
-
- update(int) -
Method in class org.jruby.util.Adler32Ext
-
- update(byte[], int, int) -
Method in class org.jruby.util.Adler32Ext
-
- update(byte[]) -
Method in class org.jruby.util.Adler32Ext
-
- update(int) -
Method in class org.jruby.util.CRC32Ext
-
- update(byte[], int, int) -
Method in class org.jruby.util.CRC32Ext
-
- update(byte[]) -
Method in class org.jruby.util.CRC32Ext
-
- updateCal(DateTime) -
Method in class org.jruby.RubyTime
-
- updateFrame(String, int) -
Method in class org.jruby.runtime.Frame
- Update the frame with just filename and line, used for top-level frames
and method.
- updateFrame(String, String, int) -
Method in class org.jruby.runtime.Frame
- Update the frame with caller information and method name, so it will
show up correctly in call stacks.
- updateFrame(Frame) -
Method in class org.jruby.runtime.Frame
- Update the frame based on information from another frame.
- updateFrame(RubyModule, IRubyObject, String, Block, String, int) -
Method in class org.jruby.runtime.Frame
- Update the frame based on the given values.
- updateFrameForEval(IRubyObject, String, int) -
Method in class org.jruby.runtime.Frame
- Update the frame based on the given values.
- upto(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyInteger
- int_upto
- upto(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyString
- rb_str_upto_m
- upto19(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyInteger
-
- upto19(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyString
-
- upto19(ThreadContext, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.RubyString
-
- use() -
Method in class org.jruby.RubyMatchData
-
- USE_CACHE -
Static variable in class org.jruby.compiler.JITCompiler
-
- usec() -
Method in class org.jruby.RubyTime
-
- used() -
Method in class org.jruby.RubyMatchData
-
- USER0_F -
Static variable in class org.jruby.RubyBasicObject
-
- USER1_F -
Static variable in class org.jruby.RubyBasicObject
-
- USER2_F -
Static variable in class org.jruby.RubyBasicObject
-
- USER3_F -
Static variable in class org.jruby.RubyBasicObject
-
- USER4_F -
Static variable in class org.jruby.RubyBasicObject
-
- USER5_F -
Static variable in class org.jruby.RubyBasicObject
-
- USER6_F -
Static variable in class org.jruby.RubyBasicObject
-
- USER7_F -
Static variable in class org.jruby.RubyBasicObject
-
- UTC -
Static variable in class org.jruby.RubyTime
-
- UTF16 -
Static variable in class org.jruby.RubyNKF
-
- UTF32 -
Static variable in class org.jruby.RubyNKF
-
- UTF8 -
Static variable in class org.jruby.RubyNKF
-
- UTF8 -
Static variable in class org.jruby.util.KCode
-
- utf8Decode(Ruby, byte[], int, int) -
Static method in class org.jruby.util.Pack
- rb_uv_to_utf8
- utf8Length(byte[], int, int) -
Static method in class org.jruby.util.StringSupport
-
- utf8Length(ByteList) -
Static method in class org.jruby.util.StringSupport
-
- utf8Nth(byte[], int, int, int) -
Static method in class org.jruby.util.StringSupport
-
- utf8Offset(byte[], int, int, int) -
Static method in class org.jruby.util.StringSupport
-
- Util - Class in org.jruby.ext.ffi
-
- utime(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyFile
-
V
- VAliasNode - Class in org.jruby.ast
- Represents an alias of a global variable.
- VAliasNode(ISourcePosition, String, String) -
Constructor for class org.jruby.ast.VAliasNode
-
- valid_constant_name_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.Java.JavaUtilities
-
- valid_constant_name_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.Java
-
- valid_encoding_p(ThreadContext) -
Method in class org.jruby.RubyString
-
- validateClassVariable(String) -
Method in class org.jruby.RubyModule
-
- validateConstant(String) -
Method in class org.jruby.RubyModule
-
- validateInstanceVariable(String) -
Method in class org.jruby.RubyObject
- Checks if the name parameter represents a legal instance variable name, and otherwise throws a Ruby NameError
- value -
Variable in exception org.jruby.exceptions.JumpException.FlowControlException
-
- value(ThreadContext, IRubyObject) -
Method in class org.jruby.javasupport.JavaField
-
- value() -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
- Value of last token (if it is a token which has a value).
- value() -
Method in interface org.jruby.parser.DefaultRubyParser.yyInput
- associated with current token.
- value() -
Method in interface org.jruby.parser.Ruby19Parser.yyInput
- associated with current token.
- value() -
Method in class org.jruby.RubyThread
-
- value -
Variable in class org.jruby.runtime.builtin.InstanceVariableTable.VariableTableEntry
-
- value -
Variable in class org.jruby.runtime.component.VariableEntry
-
- value_type() -
Method in class org.jruby.javasupport.JavaField
-
- ValueAccessor - Class in org.jruby.internal.runtime
-
- ValueAccessor(IRubyObject) -
Constructor for class org.jruby.internal.runtime.ValueAccessor
-
- valueEquals(Object, Object) -
Method in class org.jruby.util.GenericMap
-
- valueHash(Object) -
Method in class org.jruby.util.GenericMap
-
- valueIterator() -
Method in class org.jruby.util.GenericMap
-
- valueOf(String) -
Static method in enum org.jruby.anno.CoercionType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.anno.FrameField
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.ast.NodeType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.common.IRubyWarnings.ID
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.CompatVersion
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.compiler.FastSwitchType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.demo.TextAreaReadline.Channel
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.ext.ffi.NativeType
- Returns the enum constant of this type with the specified name.
- valueOf(int) -
Static method in enum org.jruby.ext.ffi.NativeType
-
- valueOf(IRubyObject) -
Static method in enum org.jruby.ext.ffi.NativeType
-
- valueOf(String) -
Static method in enum org.jruby.ext.ffi.Platform.CPU
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.ext.ffi.Platform.OS
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.internal.runtime.methods.CallConfiguration
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.internal.runtime.methods.Framing
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.internal.runtime.methods.Scoping
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.internal.runtime.ThreadService.Event.Type
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.javasupport.util.ObjectProxyCache.ReferenceType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.lexer.yacc.RubyYaccLexer.Keyword
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.lexer.yacc.RubyYaccLexer.LexState
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.lexer.yacc.SyntaxException.PID
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.RubyInstanceConfig.CompileMode
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.RubyLocalJumpError.Reason
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.RubyThread.Status
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.runtime.Block.Type
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.runtime.CallType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.runtime.RubyEvent
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.runtime.ThreadContext.FrameType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.runtime.Visibility
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.util.io.STDIO
- Returns the enum constant of this type with the specified name.
- valueRemoved(Object) -
Method in class org.jruby.util.WeakIdentityHashMap
-
- values() -
Static method in enum org.jruby.anno.CoercionType
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.anno.FrameField
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.ast.NodeType
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.common.IRubyWarnings.ID
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.CompatVersion
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.compiler.FastSwitchType
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.demo.TextAreaReadline.Channel
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.ext.ffi.NativeType
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.ext.ffi.Platform.CPU
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.ext.ffi.Platform.OS
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.internal.runtime.methods.CallConfiguration
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.internal.runtime.methods.Framing
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.internal.runtime.methods.Scoping
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.internal.runtime.ThreadService.Event.Type
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.javasupport.util.ObjectProxyCache.ReferenceType
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.lexer.yacc.RubyYaccLexer.Keyword
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.lexer.yacc.RubyYaccLexer.LexState
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.lexer.yacc.SyntaxException.PID
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Method in class org.jruby.RubyHash
-
- values() -
Static method in enum org.jruby.RubyInstanceConfig.CompileMode
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.RubyLocalJumpError.Reason
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.RubyThread.Status
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.runtime.Block.Type
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.runtime.CallType
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.runtime.RubyEvent
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.runtime.ThreadContext.FrameType
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.runtime.Visibility
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Method in class org.jruby.util.collections.IntHashMap
- Deprecated.
- values() -
Method in class org.jruby.util.GenericMap
-
- values() -
Static method in enum org.jruby.util.io.STDIO
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values_at(IRubyObject[]) -
Method in class org.jruby.RubyArray
- rb_values_at
- values_at(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyHash
- rb_hash_values_at
- values_at(IRubyObject[]) -
Method in class org.jruby.RubyMatchData
-
- values_at(IRubyObject[]) -
Method in class org.jruby.RubyStruct
-
- varargs_p() -
Method in class org.jruby.javasupport.JavaCallable
-
- Variable<BaseObjectType> - Interface in org.jruby.runtime.builtin
-
- variableAsgnCallAdapter -
Variable in class org.jruby.ast.OpAsgnNode
-
- VariableCachingCallSite - Class in org.jruby.runtime.callsite
-
- VariableCachingCallSite(String) -
Constructor for class org.jruby.runtime.callsite.VariableCachingCallSite
-
- variableCallAdapter -
Variable in class org.jruby.ast.AttrAssignNode
-
- variableCallAdapter -
Variable in class org.jruby.ast.OpAsgnNode
-
- variableCompiler -
Variable in class org.jruby.compiler.impl.BaseBodyCompiler
-
- VariableCompiler - Interface in org.jruby.compiler
-
- VariableEntry<BaseObjectType> - Class in org.jruby.runtime.component
-
- VariableEntry(String, BaseObjectType) -
Constructor for class org.jruby.runtime.component.VariableEntry
-
- variableName(String) -
Static method in class org.jruby.runtime.GlobalVariable
-
- variableReaders -
Variable in class org.jruby.ast.executable.AbstractScript
-
- variableTableContains(String) -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableContains(String) -
Method in class org.jruby.RubyBasicObject
- Checks if the variable table contains a variable of the
specified name.
- variableTableFastContains(String) -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableFastContains(String) -
Method in class org.jruby.RubyBasicObject
- Checks if the variable table contains the the variable of the
specified name, where the precondition is that the name must be
an interned Java String.
- variableTableFastFetch(String) -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableFastFetch(String) -
Method in class org.jruby.RubyBasicObject
- Fetch an object from the variable table based on the name,
where the name must be an interned Java String.
- variableTableFastStore(String, Object) -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableFastStore(String, Object) -
Method in class org.jruby.RubyBasicObject
- Will store the value under the specified name, where the name
needs to be an interned Java String.
- variableTableFetch(String) -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableFetch(String) -
Method in class org.jruby.RubyBasicObject
- Fetch an object from the variable table based on the name.
- variableTableGetSize() -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableGetSize() -
Method in class org.jruby.RubyBasicObject
- Get the size of the variable table.
- variableTableRemove(String) -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableRemove(String) -
Method in class org.jruby.RubyBasicObject
- Removes the entry with the specified name from the variable
table, and returning the removed value.
- variableTableStore(String, Object) -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableStore(String, Object) -
Method in class org.jruby.RubyBasicObject
- Store a value in the variable store under the specific name.
- variableTableSync(List<Variable<Object>>) -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableSync(List<Variable<Object>>) -
Method in class org.jruby.RubyBasicObject
- Synchronize the variable table with the argument.
- variableValueOne -
Variable in class org.jruby.runtime.scope.TwoVarDynamicScope
-
- variableValueThree -
Variable in class org.jruby.runtime.scope.FourVarDynamicScope
-
- variableValueTwo -
Variable in class org.jruby.runtime.scope.ThreeVarDynamicScope
-
- variableValueZero -
Variable in class org.jruby.runtime.scope.OneVarDynamicScope
-
- variableWriters -
Variable in class org.jruby.ast.executable.AbstractScript
-
- VariadicInvoker - Class in org.jruby.ext.ffi.jffi
-
- VARS_ARRAY_OFFSET -
Static variable in class org.jruby.compiler.impl.StandardASMCompiler
-
- VCallNode - Class in org.jruby.ast
- RubyMethod call without any arguments
- VCallNode(ISourcePosition, String) -
Constructor for class org.jruby.ast.VCallNode
-
- ver(IRubyObject) -
Static method in class org.jruby.RubyBigDecimal
-
- version(IRubyObject) -
Static method in class org.jruby.RubyZlib
-
- VERSION -
Static variable in class org.jruby.runtime.Constants
-
- visibility -
Variable in class org.jruby.internal.runtime.methods.DynamicMethod
- The visibility of this method.
- Visibility - Enum in org.jruby.runtime
-
- visit(IRubyObject, IRubyObject) -
Method in class org.jruby.RubyHash.Visitor
-
- visit(InstanceVariableTable.Visitor) -
Method in class org.jruby.runtime.builtin.InstanceVariableTable
-
- visit(InstanceVariableTable.TryLockVisitor) -
Method in class org.jruby.runtime.builtin.InstanceVariableTable
-
- visit(String, Object) -
Method in class org.jruby.runtime.builtin.InstanceVariableTable.Visitor
-
- visitAliasNode(AliasNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitAll(RubyHash.Visitor) -
Method in class org.jruby.RubyHash
-
- visitAndNode(AndNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitAnnotation(String, boolean) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitAnnotationDefault() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitArgsCatNode(ArgsCatNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitArgsNode(ArgsNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitArgsPushNode(ArgsPushNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitArrayNode(ArrayNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitAttrAssignNode(AttrAssignNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitAttribute(Attribute) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitBackRefNode(BackRefNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitBeginNode(BeginNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitBignumNode(BignumNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitBlockArgNode(BlockArgNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitBlockNode(BlockNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitBlockPassNode(BlockPassNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitBreakNode(BreakNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitCallNode(CallNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitCaseNode(CaseNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitClassNode(ClassNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitClassVarAsgnNode(ClassVarAsgnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitClassVarDeclNode(ClassVarDeclNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitClassVarNode(ClassVarNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitCode() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitColon2Node(Colon2Node) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitColon3Node(Colon3Node) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitConstDeclNode(ConstDeclNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitConstNode(ConstNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDAsgnNode(DAsgnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDefinedNode(DefinedNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDefnNode(DefnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDefsNode(DefsNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDotNode(DotNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDRegxNode(DRegexpNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDStrNode(DStrNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDSymbolNode(DSymbolNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDVarNode(DVarNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDXStrNode(DXStrNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitEncodingNode(EncodingNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitEnd() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitEnsureNode(EnsureNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitEvStrNode(EvStrNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitFalseNode(FalseNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitFCallNode(FCallNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitFieldInsn(int, String, String, String) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitFixnumNode(FixnumNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitFlipNode(FlipNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitFloatNode(FloatNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitForNode(ForNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitFrame(int, int, Object[], int, Object[]) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitGlobalAsgnNode(GlobalAsgnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitGlobalVarNode(GlobalVarNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitHashNode(HashNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitIfNode(IfNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitIincInsn(int, int) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitInsn(int) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitInstAsgnNode(InstAsgnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitInstVarNode(InstVarNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitIntInsn(int, int) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitIterNode(IterNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitJumpInsn(int, Label) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitLabel(Label) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitLdcInsn(Object) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitLineNumber(int, Label) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitLocalAsgnNode(LocalAsgnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitLocalVariable(String, String, String, Label, Label, int) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitLocalVarNode(LocalVarNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitLookupSwitchInsn(Label, int[], Label[]) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitMatch2Node(Match2Node) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitMatch3Node(Match3Node) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitMatchNode(MatchNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitMaxs(int, int) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitMethodInsn(int, String, String, String) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitModuleNode(ModuleNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitMultiANewArrayInsn(String, int) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitMultipleAsgnNode(MultipleAsgnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitMultipleAsgnNode(MultipleAsgn19Node) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitNewlineNode(NewlineNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitNextNode(NextNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitNilNode(NilNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitNotNode(NotNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitNthRefNode(NthRefNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitOpAsgnAndNode(OpAsgnAndNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitOpAsgnNode(OpAsgnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitOpAsgnOrNode(OpAsgnOrNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitOpElementAsgnNode(OpElementAsgnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitOrNode(OrNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitParameterAnnotation(int, String, boolean) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitPostExeNode(PostExeNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitPreExeNode(PreExeNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitRedoNode(RedoNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitRegexpNode(RegexpNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitRescueBodyNode(RescueBodyNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitRescueNode(RescueNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitRestArgNode(RestArgNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitRetryNode(RetryNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitReturnNode(ReturnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitRootNode(RootNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitSClassNode(SClassNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitSelfNode(SelfNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitSplatNode(SplatNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitStrNode(StrNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitSuperNode(SuperNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitSValueNode(SValueNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitSymbolNode(SymbolNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitTableSwitchInsn(int, int, Label, Label[]) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitToAryNode(ToAryNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitTrueNode(TrueNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitTryCatchBlock(Label, Label, Label, String) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitTypeInsn(int, String) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitUndefNode(UndefNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitUntilNode(UntilNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitVAliasNode(VAliasNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitVarInsn(int, int) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitVCallNode(VCallNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitWhenNode(WhenNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitWhileNode(WhileNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitXStrNode(XStrNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitYieldNode(YieldNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitZArrayNode(ZArrayNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitZSuperNode(ZSuperNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- void_returning_method(IRubyObject) -
Static method in class org.jruby.test.TestMethodFactories.MyBoundClass
-
- voidreturn() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
W
- wait(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
- Deprecated.
- wait(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
-
- wait(Ruby, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
-
- wait2(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
- Deprecated.
- wait2(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
-
- wait_ruby(ThreadContext, IRubyObject[]) -
Method in class org.jruby.libraries.ThreadLibrary.ConditionVariable
-
- wait_timeout(IRubyObject, Double) -
Method in class org.jruby.RubyThread
-
- waitall(IRubyObject) -
Static method in class org.jruby.RubyProcess
- Deprecated.
- waitall(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyProcess
-
- waitall(Ruby) -
Static method in class org.jruby.RubyProcess
-
- waitFor() -
Method in class org.jruby.util.ShellLauncher.POpenProcess
-
- waitForIO(ThreadContext, RubyIO, int) -
Method in class org.jruby.RubyThread
-
- waitForIO(Channel, int) -
Static method in class org.jruby.util.io.BlockingIO
-
- waitpid(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
- Deprecated.
- waitpid(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
-
- waitpid(Ruby, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
-
- waitpid2(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
- Deprecated.
- waitpid2(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
-
- waitpid2(Ruby, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
-
- waitReadable(ChannelDescriptor) -
Method in class org.jruby.RubyIO
-
- waitUntilReady() -
Method in class org.jruby.util.io.ChannelStream
- Implement IO#wait as per io/wait in MRI.
- waitUntilReady() -
Method in interface org.jruby.util.io.Stream
- Implement IO#wait as per io/wait in MRI.
- waitWritable(ChannelDescriptor) -
Method in class org.jruby.RubyIO
-
- wakeup() -
Method in class org.jruby.RubyThread
-
- warn(IRubyWarnings.ID, ISourcePosition, String, Object...) -
Method in interface org.jruby.common.IRubyWarnings
-
- warn(IRubyWarnings.ID, String, int, String, Object...) -
Method in interface org.jruby.common.IRubyWarnings
-
- warn(IRubyWarnings.ID, String, Object...) -
Method in interface org.jruby.common.IRubyWarnings
-
- warn(IRubyWarnings.ID, String, Object...) -
Method in class org.jruby.common.NullWarnings
-
- warn(IRubyWarnings.ID, ISourcePosition, String, Object...) -
Method in class org.jruby.common.NullWarnings
-
- warn(IRubyWarnings.ID, String, int, String, Object...) -
Method in class org.jruby.common.NullWarnings
-
- warn(String) -
Method in class org.jruby.common.RubyWarnings
-
- warn(IRubyWarnings.ID, ISourcePosition, String, Object...) -
Method in class org.jruby.common.RubyWarnings
- Prints a warning, unless $VERBOSE is nil.
- warn(IRubyWarnings.ID, String, int, String, Object...) -
Method in class org.jruby.common.RubyWarnings
- Prints a warning, unless $VERBOSE is nil.
- warn(IRubyWarnings.ID, String, Object...) -
Method in class org.jruby.common.RubyWarnings
-
- warn(WARNING_ID, String, Object...) -
Method in class org.jruby.ext.JRubyPOSIXHandler
-
- warn(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyKernel
-
- warning(IRubyWarnings.ID, String, Object...) -
Method in interface org.jruby.common.IRubyWarnings
-
- warning(IRubyWarnings.ID, ISourcePosition, String, Object...) -
Method in interface org.jruby.common.IRubyWarnings
-
- warning(IRubyWarnings.ID, String, int, String, Object...) -
Method in interface org.jruby.common.IRubyWarnings
-
- warning(IRubyWarnings.ID, String, Object...) -
Method in class org.jruby.common.NullWarnings
-
- warning(IRubyWarnings.ID, ISourcePosition, String, Object...) -
Method in class org.jruby.common.NullWarnings
-
- warning(IRubyWarnings.ID, String, int, String, Object...) -
Method in class org.jruby.common.NullWarnings
-
- warning(IRubyWarnings.ID, String, Object...) -
Method in class org.jruby.common.RubyWarnings
- Verbose mode warning methods, their contract is that consumer must explicitly check for runtime.isVerbose()
before calling them
- warning(IRubyWarnings.ID, ISourcePosition, String, Object...) -
Method in class org.jruby.common.RubyWarnings
- Prints a warning, only in verbose mode.
- warning(IRubyWarnings.ID, String, int, String, Object...) -
Method in class org.jruby.common.RubyWarnings
- Prints a warning, only in verbose mode.
- warnings -
Variable in class org.jruby.parser.DefaultRubyParser
-
- warnings -
Variable in class org.jruby.parser.ParserSupport
-
- warnings -
Variable in class org.jruby.parser.Ruby19Parser
-
- warningsEnabled() -
Method in class org.jruby.Ruby
-
- warningUnlessEOption(IRubyWarnings.ID, Node, String) -
Method in class org.jruby.parser.ParserSupport
-
- warnUnlessEOption(IRubyWarnings.ID, Node, String) -
Method in class org.jruby.parser.ParserSupport
-
- wasBeginOfLine() -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
-
- wasBeginOfLine() -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
- Was the last character read from the stream the first character on a line
- wasBeginOfLine() -
Method in class org.jruby.lexer.yacc.LexerSource
-
- WBUF -
Static variable in class org.jruby.util.io.OpenFile
-
- wday() -
Method in class org.jruby.RubyTime
-
- WeakHashSet<T> - Class in org.jruby.util.collections
- A simple set that uses weak references to ensure that its elements can be garbage collected.
- WeakHashSet() -
Constructor for class org.jruby.util.collections.WeakHashSet
-
- WeakHashSet(int) -
Constructor for class org.jruby.util.collections.WeakHashSet
-
- WeakIdentityHashMap - Class in org.jruby.util
- Class
WeakIdentityHashMap is a hash map that hashes
objects based on System.identityHashMap, and holds weakly onto the
key. - WeakIdentityHashMap() -
Constructor for class org.jruby.util.WeakIdentityHashMap
- the default and only constructor
- WeakIdentityHashMap(int) -
Constructor for class org.jruby.util.WeakIdentityHashMap
-
- WeakRef - Class in org.jruby.ext
-
- WeakRef(Ruby, RubyClass) -
Constructor for class org.jruby.ext.WeakRef
-
- WeakRef.RefError - Class in org.jruby.ext
-
- WeakRef.RefError() -
Constructor for class org.jruby.ext.WeakRef.RefError
-
- WeakRef.WeakRefLibrary - Class in org.jruby.ext
-
- WeakRef.WeakRefLibrary() -
Constructor for class org.jruby.ext.WeakRef.WeakRefLibrary
-
- weakref_alive_p() -
Method in class org.jruby.ext.WeakRef
-
- when(IRubyObject, ThreadContext, Ruby, IRubyObject, Block) -
Method in class org.jruby.ast.WhenNode
-
- when(IRubyObject, ThreadContext, Ruby, IRubyObject, Block) -
Method in class org.jruby.ast.WhenOneArgNode
-
- WhenNode - Class in org.jruby.ast
- Represents a when condition
- WhenNode(ISourcePosition, Node, Node, Node) -
Constructor for class org.jruby.ast.WhenNode
-
- WhenOneArgNode - Class in org.jruby.ast
-
- WhenOneArgNode(ISourcePosition, Node, Node, Node) -
Constructor for class org.jruby.ast.WhenOneArgNode
-
- WhileNode - Class in org.jruby.ast
- Represents a while statement.
- WhileNode(ISourcePosition, Node, Node) -
Constructor for class org.jruby.ast.WhileNode
-
- WhileNode(ISourcePosition, Node, Node, boolean) -
Constructor for class org.jruby.ast.WhileNode
-
- windows_p(ThreadContext, IRubyObject) -
Static method in class org.jruby.ext.ffi.Platform
-
- Worker - Class in org.jruby.test
-
- Worker() -
Constructor for class org.jruby.test.Worker
-
- wrap(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.ffi.io.FileDescriptorIO
-
- wrap(IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.Java.JavaUtilities
-
- wrap(IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.Java
-
- wrap(Ruby, IRubyObject) -
Static method in class org.jruby.javasupport.Java
-
- wrap(Ruby, Object) -
Static method in class org.jruby.javasupport.JavaObject
-
- wrap(ThreadContext, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyZlib.RubyGzipFile
-
- wrapDirectMemory(Ruby, long) -
Method in class org.jruby.ext.ffi.Factory
- Wraps a native C memory address in a MemoryIO accessor.
- wrapDirectMemory(long) -
Method in class org.jruby.ext.ffi.jffi.Factory
-
- wrapDirectMemory(Ruby, long) -
Method in class org.jruby.ext.ffi.jffi.Factory
-
- wrapDirectMemory(Ruby, long) -
Method in class org.jruby.ext.ffi.jna.Factory
-
- wrapJavaException() -
Method in interface org.jruby.compiler.BodyCompiler
-
- wrapJavaException() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- wrapJavaObject() -
Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- WrapperMethod - Class in org.jruby.internal.runtime.methods
-
- WrapperMethod(RubyModule, DynamicMethod, Visibility) -
Constructor for class org.jruby.internal.runtime.methods.WrapperMethod
- Constructor for WrapperCallable.
- WRITABLE -
Static variable in class org.jruby.util.io.OpenFile
-
- writable_p() -
Method in class org.jruby.RubyFileStat
-
- writable_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- writableReal_p() -
Method in class org.jruby.RubyFileStat
-
- write(ByteBuffer) -
Method in class org.jruby.ext.ffi.io.FileDescriptorByteChannel
- Writes data to the native unix file descriptor.
- write(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyIO
- io_write
- write(ThreadContext, ByteList) -
Method in class org.jruby.RubyIO
-
- write(ThreadContext, IRubyObject, ByteList) -
Static method in class org.jruby.RubyIO
-
- write(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyStringIO
-
- write(IRubyObject) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
-
- write(WritableByteChannel, ByteBuffer, boolean) -
Static method in class org.jruby.util.io.BlockingIO
-
- write(ByteBuffer) -
Method in class org.jruby.util.io.ChannelDescriptor
- Write the bytes in the specified byte list to the associated channel.
- write(ByteList) -
Method in class org.jruby.util.io.ChannelDescriptor
- Write the bytes in the specified byte list to the associated channel.
- write(ByteList, int, int) -
Method in class org.jruby.util.io.ChannelDescriptor
- Write the bytes in the specified byte list to the associated channel.
- write(ByteBuffer) -
Method in class org.jruby.util.io.NullChannel
-
- write(ByteBuffer) -
Method in class org.jruby.util.IOChannel.IOReadableWritableByteChannel
-
- write(ByteBuffer) -
Method in class org.jruby.util.IOChannel.IOWritableByteChannel
-
- write(CallSite, ByteBuffer) -
Method in class org.jruby.util.IOChannel
-
- write(int) -
Method in class org.jruby.util.IOOutputStream
-
- write(byte[]) -
Method in class org.jruby.util.IOOutputStream
-
- write(byte[], int, int) -
Method in class org.jruby.util.IOOutputStream
-
- write_nonblock(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyIO
-
- write_send(ThreadContext, IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyBasicSocket
-
- writeByte(int) -
Method in class org.jruby.runtime.marshal.MarshalStream
-
- writeClass(File) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- writeDataBuffered() -
Method in class org.jruby.RubyIO
- Deprecated.
- writeDataBuffered() -
Method in class org.jruby.util.io.ChannelStream
-
- writeDataBuffered() -
Method in interface org.jruby.util.io.Stream
-
- writeInt(int) -
Method in class org.jruby.runtime.marshal.MarshalStream
-
- writeLink(MarshalStream, IRubyObject) -
Method in class org.jruby.runtime.marshal.MarshalCache
-
- writenonblock(ByteList) -
Method in class org.jruby.util.io.ChannelStream
-
- writeString(String) -
Method in class org.jruby.runtime.marshal.MarshalStream
-
- writeString(ByteList) -
Method in class org.jruby.runtime.marshal.MarshalStream
-
- writeUserClass(IRubyObject, RubyClass) -
Method in class org.jruby.runtime.marshal.MarshalStream
-
- WRONLY -
Static variable in class org.jruby.util.io.ModeFlags
- write-only flag
- WSPLIT -
Static variable in class org.jruby.util.io.OpenFile
-
- WSPLIT_INITIALIZED -
Static variable in class org.jruby.util.io.OpenFile
-
X
- XStrNode - Class in org.jruby.ast
- A Backtick(`) string
- XStrNode(ISourcePosition, ByteList) -
Constructor for class org.jruby.ast.XStrNode
-
Y
- YamlLibrary - Class in org.jruby.libraries
-
- YamlLibrary() -
Constructor for class org.jruby.libraries.YamlLibrary
-
- yday() -
Method in class org.jruby.RubyTime
-
- year() -
Method in class org.jruby.RubyTime
-
- yield(CompilerCallback, boolean) -
Method in class org.jruby.compiler.impl.InvokeDynamicInvocationCompiler
-
- yield(CompilerCallback, boolean) -
Method in class org.jruby.compiler.impl.StandardInvocationCompiler
-
- yield(CompilerCallback, boolean) -
Method in interface org.jruby.compiler.InvocationCompiler
- Invoke the block passed into this method, or throw an error if no block is present.
- yield(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.ext.Generator
-
- yield(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.libraries.FiberLibrary.FiberMeta
-
- yield(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyYielder
-
- yield(ThreadContext, IRubyObject) -
Method in class org.jruby.runtime.Block
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean) -
Method in class org.jruby.runtime.Block
-
- yield(ThreadContext, IRubyObject, boolean) -
Method in class org.jruby.runtime.Block
- Deprecated.
- yield(ThreadContext, boolean) -
Method in class org.jruby.runtime.Block
- Deprecated.
- yield(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.BlockBody
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) -
Method in class org.jruby.runtime.BlockBody
-
- yield(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.CallBlock
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) -
Method in class org.jruby.runtime.CallBlock
- Yield to this block, usually passed to the current call.
- yield(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledBlock
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledBlock
-
- yield(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledBlock19
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledBlock19
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type, Block) -
Method in class org.jruby.runtime.CompiledBlock19
-
- yield(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.Interpreted19Block
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) -
Method in class org.jruby.runtime.Interpreted19Block
- Yield to this block, usually passed to the current call.
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type, Block) -
Method in class org.jruby.runtime.Interpreted19Block
-
- yield(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.InterpretedBlock
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) -
Method in class org.jruby.runtime.InterpretedBlock
- Yield to this block, usually passed to the current call.
- yield(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.MethodBlock
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) -
Method in class org.jruby.runtime.MethodBlock
- Yield to this block, usually passed to the current call.
- yield(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.NullBlockBody
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) -
Method in class org.jruby.runtime.NullBlockBody
-
- YIELDER -
Static variable in class org.jruby.runtime.ClassIndex
-
- YieldNode - Class in org.jruby.ast
- Represents a yield statement.
- YieldNode(ISourcePosition, Node, boolean) -
Constructor for class org.jruby.ast.YieldNode
- Construct a new YieldNode.
- yieldSpecific(ArgumentsCallback) -
Method in class org.jruby.compiler.impl.StandardInvocationCompiler
-
- yieldSpecific(ArgumentsCallback) -
Method in interface org.jruby.compiler.InvocationCompiler
- Invoke the block passed into this method, or throw an error if no block is present.
- yieldSpecific(ThreadContext) -
Method in class org.jruby.runtime.Block
-
- yieldSpecific(ThreadContext, IRubyObject) -
Method in class org.jruby.runtime.Block
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.Block
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.Block
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.Block
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.Block
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.Block
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.Block
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.Block
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.Block
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.Block
-
- yieldSpecific(ThreadContext, Binding, Block.Type) -
Method in class org.jruby.runtime.BlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.BlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.BlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.BlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.BlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.BlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.BlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.BlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.BlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.BlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.BlockBody
-
- yieldSpecific(ThreadContext, Binding, Block.Type) -
Method in class org.jruby.runtime.CallBlock
-
- yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.CallBlock
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.CallBlock
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.CallBlock
-
- yieldSpecific(ThreadContext, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledBlock
-
- yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledBlock
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledBlock
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledBlock
-
- yieldSpecific(ThreadContext, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledBlock19
-
- yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledBlock19
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledBlock19
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledBlock19
-
- yieldSpecific(ThreadContext, Binding, Block.Type) -
Method in class org.jruby.runtime.Interpreted19Block
-
- yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.Interpreted19Block
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.Interpreted19Block
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.Interpreted19Block
-
- yieldSpecific(ThreadContext, Binding, Block.Type) -
Method in class org.jruby.runtime.InterpretedBlock
-
- yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.InterpretedBlock
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.InterpretedBlock
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.InterpretedBlock
-
- yieldSpecific(ThreadContext, Binding, Block.Type) -
Method in class org.jruby.runtime.MethodBlock
-
- yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.MethodBlock
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.MethodBlock
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.MethodBlock
-
- yieldSpecific(ThreadContext, Binding, Block.Type) -
Method in class org.jruby.runtime.NullBlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.NullBlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.NullBlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.NullBlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.NullBlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.NullBlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.NullBlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.NullBlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.NullBlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.NullBlockBody
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.NullBlockBody
-
- yyCheck -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- yyCheck -
Static variable in class org.jruby.parser.Ruby19Parser
-
- yyCheck() -
Static method in class org.jruby.parser.Ruby19YyTables
-
- yyCheck() -
Static method in class org.jruby.parser.YyTables
-
- yydebug -
Variable in class org.jruby.parser.DefaultRubyParser
- debugging support, requires the package jay.yydebug.
- yydebug -
Variable in class org.jruby.parser.Ruby19Parser
- debugging support, requires the package jay.yydebug.
- yyDefault(Object) -
Method in class org.jruby.parser.DefaultRubyParser
- executed at the beginning of a reduce action.
- yyDefault(Object) -
Method in class org.jruby.parser.Ruby19Parser
- executed at the beginning of a reduce action.
- yyDefRed -
Static variable in class org.jruby.parser.DefaultRubyParser
- parser tables.
- yyDefRed -
Static variable in class org.jruby.parser.Ruby19Parser
- parser tables.
- yyDgoto -
Static variable in class org.jruby.parser.DefaultRubyParser
- parser tables.
- yyDgoto -
Static variable in class org.jruby.parser.Ruby19Parser
- parser tables.
- yyerror(String) -
Method in class org.jruby.parser.DefaultRubyParser
- simplified error message.
- yyerror(String, String[], String) -
Method in class org.jruby.parser.DefaultRubyParser
- (syntax) error message.
- yyerror(String) -
Method in class org.jruby.parser.Ruby19Parser
- simplified error message.
- yyerror(String, String[], String) -
Method in class org.jruby.parser.Ruby19Parser
- (syntax) error message.
- yyErrorCode -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- yyErrorCode -
Static variable in class org.jruby.parser.Ruby19Parser
-
- yyErrorCode -
Static variable in interface org.jruby.parser.Tokens
-
- yyExpecting(int) -
Method in class org.jruby.parser.DefaultRubyParser
- computes list of expected tokens on error by tracing the tables.
- yyExpecting(int) -
Method in class org.jruby.parser.Ruby19Parser
- computes list of expected tokens on error by tracing the tables.
- yyFinal -
Static variable in class org.jruby.parser.DefaultRubyParser
- number of final state.
- yyFinal -
Static variable in class org.jruby.parser.Ruby19Parser
- number of final state.
- yyGindex -
Static variable in class org.jruby.parser.DefaultRubyParser
- parser tables.
- yyGindex -
Static variable in class org.jruby.parser.Ruby19Parser
- parser tables.
- yyLen -
Static variable in class org.jruby.parser.DefaultRubyParser
- parser tables.
- yyLen -
Static variable in class org.jruby.parser.Ruby19Parser
- parser tables.
- yyLhs -
Static variable in class org.jruby.parser.DefaultRubyParser
- parser tables.
- yyLhs -
Static variable in class org.jruby.parser.Ruby19Parser
- parser tables.
- yyMax -
Variable in class org.jruby.parser.DefaultRubyParser
- initial size and increment of the state/value stack [default 256].
- yyMax -
Variable in class org.jruby.parser.Ruby19Parser
- initial size and increment of the state/value stack [default 256].
- yyName(int) -
Static method in class org.jruby.parser.DefaultRubyParser
- index-checked interface to
DefaultRubyParser.yyNames .
- yyName(int) -
Static method in class org.jruby.parser.Ruby19Parser
- index-checked interface to
Ruby19Parser.yyNames .
- yyNames -
Static variable in class org.jruby.parser.DefaultRubyParser
- maps symbol value to printable name.
- yyNames -
Static variable in class org.jruby.parser.Ruby19Parser
- maps symbol value to printable name.
- yyparse(RubyYaccLexer, Object) -
Method in class org.jruby.parser.DefaultRubyParser
- the generated parser, with debugging messages.
- yyparse(RubyYaccLexer) -
Method in class org.jruby.parser.DefaultRubyParser
- the generated parser.
- yyparse(RubyYaccLexer, Object) -
Method in class org.jruby.parser.Ruby19Parser
- the generated parser, with debugging messages.
- yyparse(RubyYaccLexer) -
Method in class org.jruby.parser.Ruby19Parser
- the generated parser.
- yyRindex -
Static variable in class org.jruby.parser.DefaultRubyParser
- parser tables.
- yyRindex -
Static variable in class org.jruby.parser.Ruby19Parser
- parser tables.
- yyRule -
Static variable in class org.jruby.parser.DefaultRubyParser
- printable rules for debugging.
- yyRule -
Static variable in class org.jruby.parser.Ruby19Parser
- printable rules for debugging.
- yySindex -
Static variable in class org.jruby.parser.DefaultRubyParser
- parser tables.
- yySindex -
Static variable in class org.jruby.parser.Ruby19Parser
- parser tables.
- yyTable -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- yyTable -
Static variable in class org.jruby.parser.Ruby19Parser
-
- yyTable() -
Static method in class org.jruby.parser.Ruby19YyTables
-
- yyTable() -
Static method in class org.jruby.parser.YyTables
-
- YyTables - Class in org.jruby.parser
-
- YyTables() -
Constructor for class org.jruby.parser.YyTables
-
Z
- ZArrayNode - Class in org.jruby.ast
- zero length list
- ZArrayNode(ISourcePosition) -
Constructor for class org.jruby.ast.ZArrayNode
-
- zero(Ruby) -
Static method in class org.jruby.RubyFixnum
-
- ZERO_ARGS -
Static variable in class org.jruby.runtime.BlockBody
-
- zero_p() -
Method in class org.jruby.RubyBigDecimal
-
- zero_p() -
Method in class org.jruby.RubyFileStat
-
- zero_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- zero_p() -
Method in class org.jruby.RubyFixnum
- fix_zero_p
- zero_p() -
Method in class org.jruby.RubyFloat
- flo_zero_p
- zero_p(ThreadContext) -
Method in class org.jruby.RubyNumeric
- num_zero_p
- ZeroArgNode - Class in org.jruby.ast
- Represents a zero arg in a block.
- ZeroArgNode(ISourcePosition) -
Constructor for class org.jruby.ast.ZeroArgNode
-
- zip(ThreadContext, IRubyObject[], Block) -
Method in class org.jruby.RubyArray
- rb_ary_zip
- zip(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyEnumerable
-
- zlib_version(IRubyObject) -
Static method in class org.jruby.RubyZlib
-
- ZlibDeflate - Class in org.jruby.util
-
- ZlibDeflate(IRubyObject, int, int, int, int) -
Constructor for class org.jruby.util.ZlibDeflate
-
- ZlibInflate - Class in org.jruby.util
-
- ZlibInflate(IRubyObject) -
Constructor for class org.jruby.util.ZlibInflate
-
- ZlibLibrary - Class in org.jruby.libraries
-
- ZlibLibrary() -
Constructor for class org.jruby.libraries.ZlibLibrary
-
- zone() -
Method in class org.jruby.RubyTime
-
- ZSUPER -
Static variable in class org.jruby.compiler.ASTInspector
-
- ZSuperNode - Class in org.jruby.ast
- a call to 'super' with no arguments in a method.
- ZSuperNode(ISourcePosition) -
Constructor for class org.jruby.ast.ZSuperNode
-
_
- ___getInvocationHandler() -
Method in interface org.jruby.javasupport.proxy.InternalJavaProxy
-
- ___getProxyClass() -
Method in interface org.jruby.javasupport.proxy.InternalJavaProxy
-
- __file__(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.ast.executable.AbstractScript
-
- __file__(ThreadContext, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.executable.AbstractScript
-
- __file__(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.executable.AbstractScript
-
- __file__(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.ast.executable.AbstractScript
-
- __file__(ThreadContext, IRubyObject, Block) -
Method in interface org.jruby.ast.executable.Script
-
- __file__(ThreadContext, IRubyObject, IRubyObject, Block) -
Method in interface org.jruby.ast.executable.Script
-
- __file__(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in interface org.jruby.ast.executable.Script
-
- __file__(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) -
Method in interface org.jruby.ast.executable.Script
-
- __file__(ThreadContext, IRubyObject, IRubyObject[], Block) -
Method in interface org.jruby.ast.executable.Script
-
- __jtrap_kernel(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubySignal
-
- __method__(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyKernel
-
- _close(ThreadContext) -
Method in class org.jruby.RubyTempfile
-
- _dump(ThreadContext) -
Method in class org.jruby.RubyEncoding
-
- _initialize(IRubyObject[]) -
Method in class org.jruby.RubyZlib.Deflate
-
- _initialize(IRubyObject[]) -
Method in class org.jruby.RubyZlib.Inflate
-
- _LEADING_UNDERSCORE -
Static variable in class org.jruby.javasupport.test.ConstantHolder
-
- _load(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyEncoding
-
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Copyright © 2002-2007 JRuby Team. All Rights Reserved.
|