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(Ruby, RubyArray, ByteList) - Static method in class org.jruby.util.Pack
Same as pack(Ruby, RubyArray, ByteList) but defaults tainting of output to false.
Pack.Converter - Class in org.jruby.util
Pack.Converter(int) - Constructor for class org.jruby.util.Pack.Converter
pack19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
pack19(ThreadContext, Ruby, RubyArray, RubyString) - Static method in class org.jruby.util.Pack
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.
packSockaddrFromAddress(InetSocketAddress, ThreadContext) - Method in class org.jruby.ext.socket.RubyIPSocket
pad(PrintStream, int, String) - Method in class org.jruby.runtime.profile.AbstractProfilePrinter
pad(PrintStream, int, String, boolean) - Method in class org.jruby.runtime.profile.AbstractProfilePrinter
paint(Graphics) - Method in class org.jruby.JRubyApplet
pairs - Variable in class org.jruby.compiler.ir.operands.Hash
PARAGRAPH_DELIMETER - Static variable in interface org.jruby.util.io.Stream
PARAGRAPH_SEPARATOR - Static variable in interface org.jruby.util.io.Stream
param_types(ThreadContext) - Method in class org.jruby.ext.ffi.CallbackInfo
parameter_annotations() - Method in class org.jruby.javasupport.JavaCallable
parameter_types() - Method in class org.jruby.javasupport.JavaCallable
parameterList - Variable in class org.jruby.ast.java_signature.SignatureNode
parameterList - Variable in class org.jruby.internal.runtime.methods.CompiledMethod
parameterList - Variable in class org.jruby.runtime.CompiledBlock19
parameterListToParameters(Ruby, String[], boolean) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
ParameterNode - Class in org.jruby.ast.java_signature
ParameterNode(TypeNode, String) - Constructor for class org.jruby.ast.java_signature.ParameterNode
ParameterNode(TypeNode, String, boolean) - Constructor for class org.jruby.ast.java_signature.ParameterNode
ParameterNode(TypeNode, String, boolean, boolean) - Constructor for class org.jruby.ast.java_signature.ParameterNode
parameters - Variable in class org.jruby.interpreter.NaiveInterpreterContext
parameters(ThreadContext) - Method in class org.jruby.RubyMethod
parameters(ThreadContext) - Method in class org.jruby.RubyProc
parameterTypes - Variable in class org.jruby.ext.ffi.CallbackInfo
parameterTypes - Variable in class org.jruby.javasupport.JavaCallable
ParameterTypes - Interface in org.jruby.javasupport
params(ThreadContext, 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(Class, Class, Class, int) - Static method in class org.jruby.util.CodegenUtils
params(Class, Class, int, Class) - Static method in class org.jruby.util.CodegenUtils
parent - Variable in class org.jruby.RubyModule
parent - Variable in class org.jruby.runtime.DynamicScope
parentLoop - Variable in class org.jruby.compiler.ir.IRLoop
parents() - Method in class org.jruby.runtime.profile.MethodData
parse(String, int...) - Method in interface org.jruby.embed.EmbedRubyRuntimeAdapter
Parses a script and return an object which can be run().
parse(Reader, String, int...) - Method in interface org.jruby.embed.EmbedRubyRuntimeAdapter
Parses a script given by a reader and return an object which can be run().
parse(PathType, String, int...) - Method in interface org.jruby.embed.EmbedRubyRuntimeAdapter
Parses a script read from a specified path and return an object which can be run().
parse(InputStream, String, int...) - Method in interface org.jruby.embed.EmbedRubyRuntimeAdapter
Parses a script given by a input stream and return an object which can be run().
parse(String, int...) - Method in class org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl
parse(Reader, String, int...) - Method in class org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl
parse(PathType, String, int...) - Method in class org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl
parse(InputStream, String, int...) - Method in class org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl
parse(Ruby, String, String, int) - Method in class org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl
parse(Ruby, InputStream, String, int) - Method in class org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl
parse(Bundle, String, int...) - Method in class org.jruby.embed.osgi.OSGiScriptingContainer
Parses a script given by a input stream and return an object which can be run().
parse(String, int...) - Method in class org.jruby.embed.ScriptingContainer
Parses a script and return an object which can be run().
parse(Reader, String, int...) - Method in class org.jruby.embed.ScriptingContainer
Parses a script given by a reader and return an object which can be run().
parse(PathType, String, int...) - Method in class org.jruby.embed.ScriptingContainer
Parses a script read from a specified path and return an object which can be run().
parse(InputStream, String, int...) - Method in class org.jruby.embed.ScriptingContainer
Parses a script given by a input stream and return an object which can be run().
parse(ThreadContext, IRubyObject) - Method in class org.jruby.ext.psych.PsychParser
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(InputStream) - Static method in class org.jruby.parser.JavaSignatureParser
parse(String, ByteList, DynamicScope, ParserConfiguration) - Method in class org.jruby.parser.Parser
parse(String, byte[], DynamicScope, ParserConfiguration) - Method in class org.jruby.parser.Parser
parse(String, InputStream, DynamicScope, ParserConfiguration) - Method in class org.jruby.parser.Parser
parse(String, LexerSource, 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(ByteList, boolean, boolean) - Method in class org.jruby.util.ConvertDouble.DoubleConverter
parse(String, ParsePosition) - Method in class org.jruby.util.RubyDateFormat
parseAsBlock(DynamicScope) - Method in class org.jruby.parser.ParserConfiguration
If we are performing an eval we should pass existing scope in.
parseBlockDescriptor(String) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
parseByteOrder(Ruby, IRubyObject) - Static method in class org.jruby.ext.ffi.Util
parseEval(String, String, DynamicScope, int) - Method in class org.jruby.Ruby
parseEval(ByteList, String, DynamicScope, int) - Method in class org.jruby.Ruby
ParseFailedException - Exception in org.jruby.embed
This class is a generic unchecked exception raised during parsing.
ParseFailedException(Throwable) - Constructor for exception org.jruby.embed.ParseFailedException
ParseFailedException(String, Throwable) - Constructor for exception org.jruby.embed.ParseFailedException
parseFile(InputStream, String, DynamicScope, int) - Method in class org.jruby.Ruby
parseFile(InputStream, String, DynamicScope) - Method in class org.jruby.Ruby
parseFileFromMain(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
parseMagicComment(ByteList) - Method in class org.jruby.lexer.yacc.RubyYaccLexer
parseModes(IRubyObject) - Method in class org.jruby.RubyIO
parseModes19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
parseOptions(ThreadContext, IRubyObject, ModeFlags) - Method in class org.jruby.RubyIO
==== Options
opt can have the following keys
:mode ::
same as mode parameter
:external_encoding ::
external encoding for the IO.
Parser - Class in org.jruby.parser
Serves 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(Ruby, int, boolean, CompatVersion) - Constructor for class org.jruby.parser.ParserConfiguration
ParserConfiguration(Ruby, int, boolean, boolean, CompatVersion) - Constructor for class org.jruby.parser.ParserConfiguration
ParserConfiguration(Ruby, int, boolean, boolean, boolean, CompatVersion, boolean) - Constructor for class org.jruby.parser.ParserConfiguration
ParserConfiguration(Ruby, int, boolean, boolean, boolean, RubyInstanceConfig) - Constructor for class org.jruby.parser.ParserConfiguration
ParserConfiguration(Ruby, int, boolean, boolean, boolean, boolean, RubyInstanceConfig) - Constructor for class org.jruby.parser.ParserConfiguration
ParserState - Interface in org.jruby.parser
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
ParserSyntaxException - Exception in org.jruby.parser
ParserSyntaxException(String, String...) - Constructor for exception org.jruby.parser.ParserSyntaxException
parseShebangOptions(InputStream) - Method in class org.jruby.RubyInstanceConfig
The intent here is to gather up any options that might have
been specified in the shebang line and return them so they can
be merged into the ones specified on the commandline.
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, Block) - Method in class org.jruby.RubyString
partition(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
partitionCommon(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.LibCSocket.BSDSockAddrUnix
path() - Method in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.DefaultSockAddrUnix
path() - Method in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un
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
path19(ThreadContext) - Method in class org.jruby.RubyStringIO
path2class(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.psych.PsychToRuby
PATH_SPLIT - Static variable in class org.jruby.util.JavaNameMangler
PathType - Enum in org.jruby.embed
The path type that tells from where Ruby runtime should load the specified file.
peek(int) - Method in class org.jruby.lexer.yacc.ByteArrayLexerSource
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) - Static method in class org.jruby.RubyEnumerator
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, BranchCallback, boolean) - Method in interface org.jruby.compiler.BodyCompiler
performRescue(BranchCallback, BranchCallback, BranchCallback, boolean) - Method in class org.jruby.compiler.impl.BaseBodyCompiler
performRescueLight(BranchCallback, BranchCallback, BranchCallback, boolean) - Method in interface org.jruby.compiler.BodyCompiler
performRescueLight(BranchCallback, 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
PermissionDeniedException - Exception in org.jruby.util.io
Signals that an attempt to open the file denoted by a specified pathname
has failed by 'Permission Denied'.
PermissionDeniedException() - Constructor for exception org.jruby.util.io.PermissionDeniedException
Constructs a PermissionDeniedException with null as its error detail
message.
PermissionDeniedException(String) - Constructor for exception org.jruby.util.io.PermissionDeniedException
Constructs a PermissionDeniedException with the specified detail
message.
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
PersistentLocalVariable - Class in org.jruby.embed.variable
An implementation of BiVariable for a persistent local variable.
PhantomReferenceReaper<T> - Class in org.jruby.util
PhantomReferenceReaper(T) - Constructor for class org.jruby.util.PhantomReferenceReaper
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(ThreadContext) - Method in class org.jruby.RubyProcess.RubyStatus
pid() - Method in class org.jruby.RubyStringIO
pieces - Variable in class org.jruby.compiler.ir.operands.BacktickString
pieces - Variable in class org.jruby.compiler.ir.operands.CompoundString
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.FileTestFileMethods
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_TYPE) - Constructor for class org.jruby.ext.ffi.Platform
Platform - Class in org.jruby.platform
Platform specific constants.
Platform() - Constructor for class org.jruby.platform.Platform
PLATFORM - Static variable in class org.jruby.runtime.Constants
Platform.CPU_TYPE - Enum in org.jruby.ext.ffi
Platform.OS_TYPE - Enum in org.jruby.ext.ffi
PlusCallSite - Class in org.jruby.runtime.callsite
PlusCallSite() - Constructor for class org.jruby.runtime.callsite.PlusCallSite
Pointer - Class in org.jruby.ext.ffi
C memory pointer operations.
Pointer(Ruby, DirectMemoryIO) - Constructor for class org.jruby.ext.ffi.Pointer
Pointer(Ruby, DirectMemoryIO, long, int) - Constructor for class org.jruby.ext.ffi.Pointer
Pointer(Ruby, RubyClass, DirectMemoryIO) - Constructor for class org.jruby.ext.ffi.Pointer
Pointer(Ruby, RubyClass, DirectMemoryIO, long) - Constructor for class org.jruby.ext.ffi.Pointer
Pointer(Ruby, RubyClass, DirectMemoryIO, 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
polar19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyComplex
nucomp_s_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
pop(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
popBacktrace(ThreadContext) - Static method in class org.jruby.runtime.ThreadContext
popCatch() - Method in class org.jruby.runtime.ThreadContext
popclass() - Method in class org.jruby.compiler.ir.targets.JVM
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
popen(Ruby, IRubyObject[], Map, ModeFlags) - Static method in class org.jruby.util.ShellLauncher
popen19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
popen3(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
popen3(Ruby, IRubyObject[]) - Static method in class org.jruby.util.ShellLauncher
popen3(Ruby, IRubyObject[], boolean) - Static method in class org.jruby.util.ShellLauncher
popen4(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
popenSpecial(ThreadContext, IRubyObject[]) - Static method in class org.jruby.RubyIO
popFrame() - Method in class org.jruby.runtime.ThreadContext
popmethod() - Method in class org.jruby.compiler.ir.targets.JVM
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
populateInstanceMethodNames(Set<String>, RubyArray, Visibility, boolean, boolean, boolean) - Method in class org.jruby.RubyModule
populateMethod(JavaMethod, int, String, boolean, CallConfiguration, boolean) - Static method in class org.jruby.anno.TypePopulator
populateModuleMethod(RubyModule, JavaMethod) - Static method in class org.jruby.anno.TypePopulator
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.HeaderModifyableGZIPOutputStream
pos() - Method in class org.jruby.RubyZlib.RubyGzipWriter
pos_set(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
position - Variable in class org.jruby.internal.runtime.methods.CompiledMethod
position(ISourcePositionHolder, ISourcePositionHolder) - Method in class org.jruby.parser.ParserSupport
PositionAware - Interface in org.jruby.runtime
Simple no-pojo methods for Position of a method (in truth we could use
this anywhere).
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.TraceableJittedMethod
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.ContextAwareBlockBody
post(ThreadContext, Binding, Visibility, 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
postElementOrNil(IRubyObject[], int, int, IRubyObject) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
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.ast
Captures END statements (END {...})
PostExeNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.PostExeNode
postExtensionLoad() - Method in class org.jruby.runtime.ThreadContext
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, IRubyObject, String, Block, int) - Method in class org.jruby.internal.runtime.methods.TraceableJittedMethod
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.ContextAwareBlockBody
pre(ThreadContext, RubyModule, Binding) - Method in class org.jruby.runtime.MethodBlock
pre(ThreadContext, RubyModule, Binding) - Method in class org.jruby.runtime.SharedScopeBlock
Pre0Rest0Post0Assigner - Class in org.jruby.runtime.assigner
Assign to no arguments.
Pre0Rest0Post0Assigner() - Constructor for class org.jruby.runtime.assigner.Pre0Rest0Post0Assigner
Pre0Rest0Post0BlockAssigner - Class in org.jruby.runtime.assigner
Assign to no arguments except for a block variable |&b|.
Pre0Rest0Post0BlockAssigner(Node) - Constructor for class org.jruby.runtime.assigner.Pre0Rest0Post0BlockAssigner
Pre0Rest1Post0Assigner - Class in org.jruby.runtime.assigner
Assign to a single rest argument.
Pre0Rest1Post0Assigner(Node) - Constructor for class org.jruby.runtime.assigner.Pre0Rest1Post0Assigner
Pre0Rest1Post0BlockAssigner - Class in org.jruby.runtime.assigner
Assign to a single rest argument and a block variable |*r, &b|.
Pre0Rest1Post0BlockAssigner(Node, Node) - Constructor for class org.jruby.runtime.assigner.Pre0Rest1Post0BlockAssigner
Pre1ExpandedRest0Post0Assigner - Class in org.jruby.runtime.assigner
A single fixed parameter which can handled receiving an expandable argument (RubyArray).
Pre1ExpandedRest0Post0Assigner(Node) - Constructor for class org.jruby.runtime.assigner.Pre1ExpandedRest0Post0Assigner
Pre1ExpandedRest0Post0BlockAssigner - Class in org.jruby.runtime.assigner
A single fixed parameter which can handled receiving an expandable
argument (RubyArray) that also has a block variable.
Pre1ExpandedRest0Post0BlockAssigner(Node, Node) - Constructor for class org.jruby.runtime.assigner.Pre1ExpandedRest0Post0BlockAssigner
Pre1Rest0Post0Assigner - Class in org.jruby.runtime.assigner
Assigner with one fixed parameter (pre) and a rest argument.
Pre1Rest0Post0Assigner(Node) - Constructor for class org.jruby.runtime.assigner.Pre1Rest0Post0Assigner
Pre1Rest0Post0BlockAssigner - Class in org.jruby.runtime.assigner
Assigner with one fixed parameter (pre) and a rest argument.
Pre1Rest0Post0BlockAssigner(Node, Node) - Constructor for class org.jruby.runtime.assigner.Pre1Rest0Post0BlockAssigner
Pre1Rest1Post0Assigner - Class in org.jruby.runtime.assigner
Assigner with one fixed parameter (pre) and a rest argument.
Pre1Rest1Post0Assigner(Node, Node) - Constructor for class org.jruby.runtime.assigner.Pre1Rest1Post0Assigner
Pre1Rest1Post0BlockAssigner - Class in org.jruby.runtime.assigner
Assigner with one fixed parameter (pre), a rest argument, and a block
argument |a, *b, &c|.
Pre1Rest1Post0BlockAssigner(Node, Node, Node) - Constructor for class org.jruby.runtime.assigner.Pre1Rest1Post0BlockAssigner
Pre2Rest0Post0Assigner - Class in org.jruby.runtime.assigner
Assigner for two fixed parameters (pre).
Pre2Rest0Post0Assigner(Node, Node) - Constructor for class org.jruby.runtime.assigner.Pre2Rest0Post0Assigner
Pre2Rest0Post0BlockAssigner - Class in org.jruby.runtime.assigner
Assigner for two fixed parameters (pre) and a block variable: |a,b,&c|
Pre2Rest0Post0BlockAssigner(Node, Node, Node) - Constructor for class org.jruby.runtime.assigner.Pre2Rest0Post0BlockAssigner
Pre2Rest1Post0Assigner - Class in org.jruby.runtime.assigner
Assigner for two fixed parameters (pre) with a rest arg
Pre2Rest1Post0Assigner(Node, Node, Node) - Constructor for class org.jruby.runtime.assigner.Pre2Rest1Post0Assigner
Pre2Rest1Post0BlockAssigner - Class in org.jruby.runtime.assigner
Assigner for two fixed parameters (pre), a rest arg, and a block var:
|a,b,*c,&d|.
Pre2Rest1Post0BlockAssigner(Node, Node, Node, Node) - Constructor for class org.jruby.runtime.assigner.Pre2Rest1Post0BlockAssigner
Pre3Rest0Post0Assigner - Class in org.jruby.runtime.assigner
Assigner for three fixed arguments (pre).
Pre3Rest0Post0Assigner(Node, Node, Node) - Constructor for class org.jruby.runtime.assigner.Pre3Rest0Post0Assigner
Pre3Rest0Post0BlockAssigner - Class in org.jruby.runtime.assigner
Assigner for three fixed arguments (pre) and a block var: |a,b,c,&d|
Pre3Rest0Post0BlockAssigner(Node, Node, Node, Node) - Constructor for class org.jruby.runtime.assigner.Pre3Rest0Post0BlockAssigner
Pre3Rest1Post0Assigner - Class in org.jruby.runtime.assigner
Assigner for three fixed parameters (pre) plus a rest argument.
Pre3Rest1Post0Assigner(Node, Node, Node, Node) - Constructor for class org.jruby.runtime.assigner.Pre3Rest1Post0Assigner
Pre3Rest1Post0BlockAssigner - Class in org.jruby.runtime.assigner
Assigner for three fixed parameters (pre), a rest argument and a block
variable: |a,b,c,*d,&e|
Pre3Rest1Post0BlockAssigner(Node, Node, Node, Node, Node) - Constructor for class org.jruby.runtime.assigner.Pre3Rest1Post0BlockAssigner
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
PreExe19Node - Class in org.jruby.ast
A pre-execution construction (BEGIN { ...
PreExe19Node(ISourcePosition, StaticScope, Node) - Constructor for class org.jruby.ast.PreExe19Node
preExecuteUnder(RubyModule, Block) - Method in class org.jruby.runtime.ThreadContext
PreExeNode - Class in org.jruby.ast
A pre-execution construction (BEGIN { ...
PreExeNode(ISourcePosition, StaticScope, Node) - Constructor for class org.jruby.ast.PreExeNode
preExtensionLoad(IRubyObject) - Method in class org.jruby.runtime.ThreadContext
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
preLoad(ThreadContext, String) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
PreManyRest0Post0Assigner - Class in org.jruby.runtime.assigner
This will only be true for blocks which have a pre > 3 in length.
PreManyRest0Post0Assigner(ListNode, int) - Constructor for class org.jruby.runtime.assigner.PreManyRest0Post0Assigner
PreManyRest0Post0BlockAssigner - Class in org.jruby.runtime.assigner
This will only be true for blocks which have a pre > 3 in length and have
a block variable: |a,b,c,...,z,&A|.
PreManyRest0Post0BlockAssigner(ListNode, int, Node) - Constructor for class org.jruby.runtime.assigner.PreManyRest0Post0BlockAssigner
PreManyRest1Post0Assigner - Class in org.jruby.runtime.assigner
This will only be true for blocks which have a pre > 3 in length with a rest argument.
PreManyRest1Post0Assigner(ListNode, int, Node) - Constructor for class org.jruby.runtime.assigner.PreManyRest1Post0Assigner
PreManyRest1Post0BlockAssigner - Class in org.jruby.runtime.assigner
This will only be true for blocks which have a pre > 3 in length with a
rest argument, and a block variable: |a,b,c,d,e,f,g,h,...,z,*A,&B|
PreManyRest1Post0BlockAssigner(ListNode, int, Node, Node) - Constructor for class org.jruby.runtime.assigner.PreManyRest1Post0BlockAssigner
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
preMultiAssign(int, boolean) - Method in interface org.jruby.compiler.BodyCompiler
preMultiAssign(int, boolean) - Method in class org.jruby.compiler.impl.BaseBodyCompiler
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.
prepareArguments(Operand[], InterpreterContext) - Method in class org.jruby.compiler.ir.instructions.MultiOperandInstr
prepareArgumentsForCall(ThreadContext, IRubyObject[], Block.Type) - Method in class org.jruby.runtime.BlockBody
prepareBacktrace(ThreadContext, boolean) - Method in class org.jruby.RubyException
prepareClassNamespace(ThreadContext, IRubyObject) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
prepareForInterpretation() - Method in interface org.jruby.compiler.ir.IRScope
prepareForInterpretation() - Method in class org.jruby.compiler.ir.IRScopeImpl
prepareForInterpretation() - Method in class org.jruby.compiler.ir.representations.CFG
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, ByteList) - 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
previous - Variable in class org.jruby.RubyModule.WrapperCacheEntryFactory
The CacheEntryFactory being wrapped.
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_p() - Method in class org.jruby.javasupport.JavaClass
primitive_to_java(IRubyObject, IRubyObject, Block) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
primitiveToWrapper(Class<?>) - Static method in class org.jruby.javasupport.JavaUtil
PrimitiveTypeNode - Class in org.jruby.ast.java_signature
For Java primitive types: byte, short, int, long, char, float, double, boolean, void
PrimitiveTypeNode(String, String) - Constructor for class org.jruby.ast.java_signature.PrimitiveTypeNode
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
print19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyStringIO
printBacktrace(PrintStream) - Method in class org.jruby.NativeException
printBacktrace(PrintStream) - Method in class org.jruby.RubyException
printBacktrace(RubyException) - Method in enum org.jruby.runtime.backtrace.TraceType.Format
printBacktrace(RubyException) - Method in class org.jruby.runtime.backtrace.TraceType
printBacktraceJRuby(RubyException) - Static method in class org.jruby.runtime.backtrace.TraceType
printBacktraceJRuby2(RubyException) - Static method in class org.jruby.runtime.backtrace.TraceType
printBacktraceMRI(RubyException) - Static method in class org.jruby.runtime.backtrace.TraceType
printBacktraceRubinius(RubyException) - Static method in class org.jruby.runtime.backtrace.TraceType
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
printProfile(PrintStream) - Method in class org.jruby.runtime.profile.AbstractProfilePrinter
printProfile(RubyIO) - Method in class org.jruby.runtime.profile.AbstractProfilePrinter
printProfile(PrintStream) - Method in class org.jruby.runtime.profile.FlatProfilePrinter
printProfile(PrintStream) - Method in class org.jruby.runtime.profile.GraphProfilePrinter
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
priority() - Method in class org.jruby.RubyThread
priority_set(IRubyObject) - Method in class org.jruby.RubyThread
PRIVATE - Static variable in class org.jruby.parser.JavaSignatureParser
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_iv_get(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.psych.PsychYamlTree
private_method_defined(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
private_methods(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
rb_obj_private_methods
call-seq:
obj.private_methods(all=true) => array
Returns the list of private methods accessible to obj.
private_methods(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
private_methods19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
private_methods19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
private_p() - Method in class org.jruby.javasupport.JavaClass
proc(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
PROC - Static variable in class org.jruby.runtime.ClassIndex
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
processClosureArgAndReturnInstrs(InlinerInfo, YieldInstr) - Method in class org.jruby.compiler.ir.representations.BasicBlock
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
product19(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyArray
Profile - Interface in org.jruby
ProfileData - Class in org.jruby.runtime.profile
Encapsulates the logic of recording and reporting profiled timings of
method invocations.
ProfileData(ThreadContext) - Constructor for class org.jruby.runtime.profile.ProfileData
profiledMethods - Variable in class org.jruby.Ruby
profiledNames - Variable in class org.jruby.Ruby
profileEnter(int) - Method in interface org.jruby.runtime.profile.IProfileData
Begin profiling a new method, aggregating the current time diff in the previous
method's profile slot.
profileEnter(int) - Method in class org.jruby.runtime.profile.ProfileData
Begin profiling a new method, aggregating the current time diff in the previous
method's profile slot.
profileEnter(int) - Method in class org.jruby.runtime.ThreadContext
profileExit(int, long) - Method in interface org.jruby.runtime.profile.IProfileData
Fall back to previously profiled method after current method has returned.
profileExit(int, long) - Method in class org.jruby.runtime.profile.ProfileData
Fall back to previously profiled method after current method has returned.
profileExit(int, long) - Method in class org.jruby.runtime.ThreadContext
ProfilingDynamicMethod - Class in org.jruby.internal.runtime.methods
A DynamicMethod wrapper that performs timed profiling for each call.
ProfilingDynamicMethod(DynamicMethod) - Constructor for class org.jruby.internal.runtime.methods.ProfilingDynamicMethod
promptStyle - Variable in class org.jruby.demo.TextAreaReadline
PropertyName - Enum in org.jruby.embed
Predefined keys of System properties to get configurations
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 - Static variable in class org.jruby.parser.JavaSignatureParser
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_defined(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
protected_methods(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
rb_obj_protected_methods
call-seq:
obj.protected_methods(all=true) => array
Returns the list of protected methods accessible to obj.
protected_methods(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
protected_methods19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
protected_methods19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
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
PROTOCOL - Static variable in class org.jruby.util.CompoundJarURLStreamHandler
PsychEmitter - Class in org.jruby.ext.psych
PsychEmitter(Ruby, RubyClass) - Constructor for class org.jruby.ext.psych.PsychEmitter
PsychLibrary - Class in org.jruby.ext.psych
PsychLibrary() - Constructor for class org.jruby.ext.psych.PsychLibrary
PsychParser - Class in org.jruby.ext.psych
PsychParser(Ruby, RubyClass) - Constructor for class org.jruby.ext.psych.PsychParser
PsychToRuby - Class in org.jruby.ext.psych
PsychToRuby() - Constructor for class org.jruby.ext.psych.PsychToRuby
PsychYamlTree - Class in org.jruby.ext.psych
PsychYamlTree() - Constructor for class org.jruby.ext.psych.PsychYamlTree
ptr - Variable in class org.jruby.ext.ffi.StructLayout.ArrayProxy
PUBLIC - Static variable in class org.jruby.parser.JavaSignatureParser
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(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
public_method_defined(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
public_methods(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
rb_obj_public_methods
call-seq:
obj.public_methods(all=true) => array
Returns the list of public methods accessible to obj.
public_methods(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
public_methods19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
public_methods19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
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
public_send(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
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 - instance method push
push_m19(IRubyObject[]) - Method in class org.jruby.RubyArray
push_pattern - Static variable in class org.jruby.util.Dir
pushBacktrace(ThreadContext, String, String, ISourcePosition) - Static method in class org.jruby.runtime.ThreadContext
pushBacktrace(ThreadContext, String, String, String, int) - Static method in class org.jruby.runtime.ThreadContext
pushBlockScope() - Method in class org.jruby.parser.ParserSupport
pushBoolean(boolean) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
pushByteList(ByteList) - Method in interface org.jruby.compiler.BodyCompiler
pushByteList(ByteList) - Method in class org.jruby.compiler.impl.BaseBodyCompiler
pushCatch(RubyContinuation.Continuation) - Method in class org.jruby.runtime.ThreadContext
pushclass() - Method in class org.jruby.compiler.ir.targets.JVM
pushExitBlock(RubyProc) - Method in class org.jruby.Ruby
Push block onto exit stack.
pushFrame() - Method in class org.jruby.runtime.ThreadContext
pushInt(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
pushLocalScope() - Method in class org.jruby.parser.ParserSupport
pushmethod(String) - Method in class org.jruby.compiler.ir.targets.JVM
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(K, V) - Method in class org.jruby.embed.internal.BiVariableMap
Associates the specified value with the specified key in this map.
put(Object, K, V) - Method in class org.jruby.embed.internal.BiVariableMap
Associates the specified value with the specified key in this map.
put(String, Object) - Method in class org.jruby.embed.jsr223.JRubyEngine
put(String, Object) - Method in class org.jruby.embed.jsr223.JRubyScriptEngineManager
put(String, Object) - Method in class org.jruby.embed.ScriptingContainer
Associates the specified value with the specified key in a
variable map.
put(Object, String, Object) - Method in class org.jruby.embed.ScriptingContainer
Associates the specified value with the specified key in a variable map.
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 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.ArrayProxy
put(ThreadContext, StructLayout.Storage, AbstractMemory, 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(long, byte[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
put(long, short[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
put(long, int[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
put(long, long[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
put(long, float[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
put(long, double[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
put(Object, T) - Method in class org.jruby.javasupport.util.ObjectProxyCache
put(Object, Object) - Method in class org.jruby.RubyHash
put(int, V) - Method in class org.jruby.util.collections.IntHashMap
put(Selector) - Method in class org.jruby.util.io.SelectorPool
Put a selector back into the pool.
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
Writes an array of 32 bit floating point values to the memory area.
put_array_of_float64(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of 64 bit floating point values to the memory area.
put_array_of_int16(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of signed 16 bit integer values to the memory area.
put_array_of_int32(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of signed 32 bit integer values to the memory area.
put_array_of_int64(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of signed 64 bit integer values to the memory area.
put_array_of_int8(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of signed 8 bit integer values to the memory area.
put_array_of_long(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of signed long integer values to the memory area.
put_array_of_pointer(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
put_array_of_uint16(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of unsigned 16 bit integer values to the memory area.
put_array_of_uint32(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of unsigned 32 bit integer values to the memory area.
put_array_of_uint64(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of unsigned 64 bit integer values to the memory area.
put_array_of_uint8(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of unsigned 8 bit integer values to the memory area.
put_array_of_ulong(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of unsigned long integer values to the memory area.
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) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an 32 bit floating point value to the memory area.
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) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an 64 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) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 16 bit signed integer value to the memory address.
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) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 32 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) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 64 bit integer value to the memory area.
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) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 8 bit signed 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) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a C long 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) - Method in class org.jruby.ext.ffi.AbstractMemory
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) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 16 bit unsigned integer value to the memory address.
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) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an 32 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) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 64 bit unsigned integer value to the memory area.
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) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 8 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) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a C long 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 interface org.jruby.ext.ffi.MemoryIO
Writes a pointer value to the memory area at the specified offset.
putAddress(long, long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
putAll(Map<? extends K, ? extends V>) - Method in class org.jruby.embed.internal.BiVariableMap
Copies all of the mappings from the specified map to this map.
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
putArrayOfUnsigned16(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
putArrayOfUnsigned64(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 interface org.jruby.ext.ffi.MemoryIO
Writes an 8 bit integer value to the memory area at the specified offset.
putByte(long, byte) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
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
PutClassVariableInstr - Class in org.jruby.compiler.ir.instructions
PutClassVariableInstr(Operand, String, Operand) - Constructor for class org.jruby.compiler.ir.instructions.PutClassVariableInstr
PutConstInstr - Class in org.jruby.compiler.ir.instructions
PutConstInstr(IRScope, String, Operand) - Constructor for class org.jruby.compiler.ir.instructions.PutConstInstr
PutConstInstr(Operand, String, Operand) - Constructor for class org.jruby.compiler.ir.instructions.PutConstInstr
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 interface org.jruby.ext.ffi.MemoryIO
Writes a 64 bit float value to the memory area at the specified offset.
putDouble(long, double) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
putfield(String, String, String) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
PutFieldInstr - Class in org.jruby.compiler.ir.instructions
PutFieldInstr(Operand, String, Operand) - Constructor for class org.jruby.compiler.ir.instructions.PutFieldInstr
putFilenoMap(int, int) - Method in class org.jruby.Ruby
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 interface org.jruby.ext.ffi.MemoryIO
Writes a 32 bit float value to the memory area at the specified offset.
putFloat(long, float) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
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
PutGlobalVarInstr - Class in org.jruby.compiler.ir.instructions
PutGlobalVarInstr(String, Operand) - Constructor for class org.jruby.compiler.ir.instructions.PutGlobalVarInstr
PutInstr - Class in org.jruby.compiler.ir.instructions
PutInstr(Operation, Operand, String, Operand) - Constructor for class org.jruby.compiler.ir.instructions.PutInstr
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 interface org.jruby.ext.ffi.MemoryIO
Writes a 32 bit integer value to the memory area at the specified offset.
putInt(long, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
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 interface org.jruby.ext.ffi.MemoryIO
Writes a 64 bit integer value to the memory area at the specified offset.
putLong(long, long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
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 interface org.jruby.ext.ffi.MemoryIO
Writes a pointer value to the memory area at the specified offset.
putMemoryIO(long, MemoryIO) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
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 interface org.jruby.ext.ffi.MemoryIO
Writes a native long integer value to the memory area at the specified offset.
putNativeLong(long, long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
putReference(StructLayout.Member, IRubyObject) - Method in class org.jruby.ext.ffi.Struct
putReference(StructLayout.Member, Object) - Method in class org.jruby.ext.ffi.Struct
putReference(StructLayout.Member, Object) - 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 interface org.jruby.ext.ffi.MemoryIO
Writes a 16 bit integer value to the memory area at the specified offset.
putShort(long, short) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
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 interface org.jruby.ext.ffi.MemoryIO
Writes a byte array to memory, and appends a zero terminator
putZeroTerminatedByteArray(long, byte[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
Q
- QENCODE - Static variable in class org.jruby.RubyNKF
-
- Qsort - Class in org.jruby.util
-
- Qsort() - Constructor for class org.jruby.util.Qsort
-
- QUESTION - Static variable in class org.jruby.parser.JavaSignatureParser
-
- 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 (1.8)
quo and fdiv in 1.8 just invokes "/"
- quo19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
-
- quo_19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyNumeric
-
num_quo (1.9)
- 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
-
Construct a new RaiseException to wrap the given Ruby exception for Java-land
throwing purposes.
- RaiseException(RubyException, IRubyObject) - Constructor for exception org.jruby.exceptions.RaiseException
-
Construct a new RaiseException to wrap the given Ruby exception for Java-land
throwing purposes.
- RaiseException(Ruby, RubyClass, String, boolean) - Constructor for exception org.jruby.exceptions.RaiseException
-
- RaiseException(Ruby, RubyClass, String, IRubyObject, 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
-
- raiseTypeError(String) - Method in interface org.jruby.compiler.BodyCompiler
-
- raiseTypeError(String) - Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- Rake - Class in org.jruby.ant
-
- Rake() - Constructor for class org.jruby.ant.Rake
-
- RakeImport - Class in org.jruby.ant
-
- RakeImport() - Constructor for class org.jruby.ant.RakeImport
-
- rakeMethod(String, Object...) - Method in class org.jruby.ant.RakeTaskBase
-
- RakeTaskBase - Class in org.jruby.ant
-
- RakeTaskBase() - Constructor for class org.jruby.ant.RakeTaskBase
-
- rand(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- rand(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- rand(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyRandom
-
- rand(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyRandom
-
- rand19(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- rand19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- randObj(ThreadContext) - Method in class org.jruby.RubyRandom
-
- randObj(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRandom
-
- Random - Class in org.jruby.util
-
- Random(int) - Constructor for class org.jruby.util.Random
-
- Random(int[]) - Constructor for class org.jruby.util.Random
-
- Random(Random) - Constructor for class org.jruby.util.Random
-
- Random(int[], int) - Constructor for class org.jruby.util.Random
-
- randomReal(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyRandom
-
- Range - Class in org.jruby.compiler.ir.operands
-
- Range(Operand, Operand, boolean) - Constructor for class org.jruby.compiler.ir.operands.Range
-
- RANGE - Static variable in class org.jruby.runtime.ClassIndex
-
- range(byte[], int, int, char, int) - Static method in class org.jruby.util.Dir
-
- RArray - Class in org.jruby.cext
-
An RArray is an object tied to a RubyArray for synchronization
of array contents between C and Ruby.
- rassoc(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
-
- 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 - Class in org.jruby.ext.mathn
-
- Rational() - Constructor for class org.jruby.ext.mathn.Rational
-
- RATIONAL - Static variable in class org.jruby.runtime.ClassIndex
-
- rationalize(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyComplex
-
nucomp_rationalize
- rationalize(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyFloat
-
float_rationalize
- rationalize(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyInteger
-
integer_rationalize
- rationalize(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyNil
-
nilclass_rationalize
- rationalize(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyRational
-
nurat_rationalize
- rawBytesToString(byte[]) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- rb_clear() - Method in class org.jruby.java.proxies.MapJavaProxy
-
rb_hash_clear
- rb_clear() - Method in class org.jruby.RubyArray
-
rb_ary_clear
- rb_clear() - Method in class org.jruby.RubyHash
-
rb_hash_clear
- rb_size() - Method in class org.jruby.java.proxies.MapJavaProxy
-
rb_hash_size
- 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.java.proxies.MapJavaProxy
-
rb_hash_values
- rb_values() - Method in class org.jruby.RubyHash
-
rb_hash_values
- rbCatch(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- rbCatch19(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- rbCatch19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- rbClone(IRubyObject) - Static method in class org.jruby.BasicObjectStub
-
- rbClone(ThreadContext) - Method in class org.jruby.java.proxies.MapJavaProxy
-
- rbClone() - Method in class org.jruby.RubyBasicObject
-
- rbClone(ThreadContext) - Method in class org.jruby.RubyHash
-
- rbClone(IRubyObject) - Static method in class org.jruby.RubyKernel
-
- rbClone() - Method in class org.jruby.RubyMethod
-
- 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
-
- rbEqual(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
Equivalent to rb_equal in MRI
- rbNew(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.rubinius.RubyTuple
-
- 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
- RBRACK - Static variable in class org.jruby.parser.JavaSignatureParser
-
- 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
-
- rbThrow(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- rbThrow19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- rbThrow19(ThreadContext, IRubyObject, 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
-
- rdev() - Method in class org.jruby.RubyFileStat.ZipFileStat
-
- 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_DEFAULT - Static variable in interface org.jruby.parser.ReOptions
-
- 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_FIXED - Static variable in interface org.jruby.parser.ReOptions
-
- RE_LITERAL - Static variable in interface org.jruby.parser.ReOptions
-
- 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() - Method in class org.jruby.embed.io.ReaderInputStream
-
Reads the next byte of data from the input stream.
- read(byte[]) - Method in class org.jruby.embed.io.ReaderInputStream
-
Reads some number of bytes from the input stream and stores them into
the buffer array b .
- read(byte[], int, int) - Method in class org.jruby.embed.io.ReaderInputStream
-
Reads up to len bytes of data from the input stream into
an array of bytes.
- 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.ByteArrayLexerSource
-
- 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
-
Deprecated.
- read(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyIO
-
Deprecated.
- read(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyIO
-
Deprecated.
- 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(ByteBuffer) - Method in class org.jruby.util.io.ChannelStream
-
- read(ByteBuffer, boolean) - Method in class org.jruby.util.io.ChannelStream
-
- read() - Method in class org.jruby.util.io.ChannelStream
-
- read(int) - Method in class org.jruby.util.io.CRLFStreamWrapper
-
- 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
-
- read19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
-
- read_array_of_float(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads an array of signed 32 bit floating point values from the memory address.
- read_array_of_float64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads an array of signed 64 bit floating point values from the memory address.
- read_array_of_int16(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads an array of signed 16 bit integer values from the memory address.
- read_array_of_int32(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads an array of signed 32 bit integer values from the memory address.
- read_array_of_int64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads an array of signed 64 bit integer values from the memory address.
- read_array_of_int8(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads an array of signed 8 bit integer values from the memory address.
- read_array_of_long(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads an array of signed long integer values from the memory address.
- read_array_of_pointer(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
- read_array_of_string(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
-
- read_array_of_string(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
- read_array_of_uint16(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads an array of unsigned 16 bit integer values from the memory address.
- read_array_of_uint32(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads an array of unsigned 32 bit integer values from the memory address.
- read_array_of_uint64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads an array of unsigned 64 bit integer values from the memory address.
- read_array_of_uint8(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads an array of unsigned 8 bit integer values from the memory address.
- read_array_of_ulong(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads an array of unsigned long integer values from the memory address.
- read_char(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads an 8 bit signed integer value from the memory address.
- read_double(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads a 64 bit floating point value from the memory address.
- read_float(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads a 32 bit floating point value from the memory address.
- read_int(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads a 32 bit signed integer value from the memory address.
- read_long(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads a C long integer value from the memory area.
- read_long_long(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads a 64 bit integer value from the memory address.
- read_nonblock(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
-
- read_nonblock(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyStringIO
-
- read_pointer(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
-
- read_short(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads a 16 bit signed integer value from the memory address.
- read_string(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
-
- read_string(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
- read_uchar(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads an 8 bit unsigned integer value from the memory address.
- read_uint(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads a 32 bit unsigned integer value from the memory address.
- read_ulong(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads a C unsigned long integer value from the memory area.
- read_ulong_long(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads a 64 bit unsigned integer value from the memory address.
- read_ushort(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Reads a 16 bit unsigned integer value from the memory address.
- READABLE - Static variable in class org.jruby.util.io.OpenFile
-
- readable_p() - Method in class org.jruby.RubyFileStat
-
- readable_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
-
- readable_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
-
- readable_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
-
- readableReal_p() - Method in class org.jruby.RubyFileStat
-
- readAll(RubyString) - Method in class org.jruby.RubyIO
-
- readAll() - Method in class org.jruby.RubyIO
-
- readall() - Method in class org.jruby.util.io.ChannelStream
-
Deprecated.
readall do busy loop for the IO which has NONBLOCK bit. You
should implement the logic by yourself with fread().
- readall() - Method in class org.jruby.util.io.CRLFStreamWrapper
-
- readall() - Method in interface org.jruby.util.io.Stream
-
- readAllCommon(Ruby) - Method in class org.jruby.RubyIO
-
- readbyte(ThreadContext) - Method in class org.jruby.RubyIO
-
- 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
-
- readchar19(ThreadContext) - Method in class org.jruby.RubyIO
-
- readchar19(ThreadContext) - Method in class org.jruby.RubyStringIO
-
- readCodepoint(int, Encoding) - Method in class org.jruby.lexer.yacc.LexerSource
-
- readComment() - 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 class org.jruby.util.io.CRLFStreamWrapper
-
- readDataBuffered() - Method in interface org.jruby.util.io.Stream
-
- ReaderInputStream - Class in org.jruby.embed.io
-
A ReaderInputStream converts java.io.Reader to java.io.InputStream.
- ReaderInputStream(Reader) - Constructor for class org.jruby.embed.io.ReaderInputStream
-
Creates ReaderInputStream from a given Reader type object with a default encoding.
- ReaderInputStream(Reader, String) - Constructor for class org.jruby.embed.io.ReaderInputStream
-
Creates ReaderInputStream from a given Reader type object with a specifed encoding.
- 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) - Method in class org.jruby.RubyIO
-
Read a line.
- readline(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
-
- readline(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
-
Deprecated.
- 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
-
- readLineBytes() - Method in class org.jruby.lexer.yacc.ByteArrayLexerSource
-
- 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
-
- ReadlineService - Class in org.jruby.ext
-
- ReadlineService() - Constructor for class org.jruby.ext.ReadlineService
-
- readlink(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
-
- readLink(UnmarshalStream, int) - Method in class org.jruby.runtime.marshal.UnmarshalCache
-
- 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(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyStringIO
-
readpartial(length, [buffer])
- readpartial(int) - Method in class org.jruby.util.io.ChannelStream
-
- readSignedByte() - Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- readStatic(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyIO
-
- readStatic(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyIO
-
- readStatic(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyIO
-
- readUnsignedByte() - Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- readUntil(char) - Method in class org.jruby.lexer.yacc.ByteArrayLexerSource
-
- readUntil(char) - Method in class org.jruby.lexer.yacc.InputStreamLexerSource
-
- readUntil(char) - Method in class org.jruby.lexer.yacc.LexerSource
-
- readUTFEscape(ByteList, boolean, boolean) - Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- readUTFEscapeRegexpLiteral(ByteList) - Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- 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 class org.jruby.util.io.CRLFStreamWrapper
-
- 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
- RealClassGenerator - Class in org.jruby.java.codegen
-
- RealClassGenerator() - Constructor for class org.jruby.java.codegen.RealClassGenerator
-
- realdirpath(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
-
- realIo - Variable in class org.jruby.RubyZlib.RubyGzipFile
-
- realpath(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
-
- reason - Variable in exception org.jruby.exceptions.JumpException.FlowControlException
-
- reason() - Method in class org.jruby.RubyLocalJumpError
-
- rebindToPort(int) - Method in class org.jruby.ext.socket.MulticastStateManager
-
- 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.RuntimeCache
-
- reCacheFrom(RubyModule, ThreadContext, String, int) - Method in class org.jruby.ast.executable.RuntimeCache
-
- receiveArgs(ArgsNode, IRScope) - Method in class org.jruby.compiler.ir.IRBuilder
-
- ReceiveArgumentInstruction - Class in org.jruby.compiler.ir.instructions
-
- ReceiveArgumentInstruction(Variable, int, boolean) - Constructor for class org.jruby.compiler.ir.instructions.ReceiveArgumentInstruction
-
- ReceiveArgumentInstruction(Variable, int) - Constructor for class org.jruby.compiler.ir.instructions.ReceiveArgumentInstruction
-
- ReceiveClosureArgInstr - Class in org.jruby.compiler.ir.instructions
-
- ReceiveClosureArgInstr(Variable, int, boolean) - Constructor for class org.jruby.compiler.ir.instructions.ReceiveClosureArgInstr
-
- ReceiveClosureInstr - Class in org.jruby.compiler.ir.instructions
-
- ReceiveClosureInstr(Variable) - Constructor for class org.jruby.compiler.ir.instructions.ReceiveClosureInstr
-
- receiveMail(ThreadService.Event) - Method in class org.jruby.RubyThread
-
- ReceiveOptionalArgumentInstr - Class in org.jruby.compiler.ir.instructions
-
- ReceiveOptionalArgumentInstr(Variable, int) - Constructor for class org.jruby.compiler.ir.instructions.ReceiveOptionalArgumentInstr
-
- receiver - Variable in class org.jruby.compiler.ir.operands.MethodHandle
-
- 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
-
- ReceiveSelfInstruction - Class in org.jruby.compiler.ir.instructions
-
- ReceiveSelfInstruction(Variable) - Constructor for class org.jruby.compiler.ir.instructions.ReceiveSelfInstruction
-
- recordMethodAlias(String, String) - Method in interface org.jruby.compiler.ir.IRScope
-
Record that newName is a new method name for method with oldName
This is for the 'alias' keyword which resolves method names in the
static compile/parse-time context
- recordMethodAlias(String, String) - Method in class org.jruby.compiler.ir.IRScopeImpl
-
- recordYieldSite(BasicBlock, YieldInstr) - Method in class org.jruby.compiler.ir.representations.InlinerInfo
-
- rect(ThreadContext) - Method in class org.jruby.RubyComplex
-
nucomp_rect
- rect(ThreadContext) - Method in class org.jruby.RubyNumeric
-
numeric_rect
- RecursiveComparator - Class in org.jruby.util
-
- RecursiveComparator() - Constructor for class org.jruby.util.RecursiveComparator
-
- RecursiveComparator.Pair - Class in org.jruby.util
-
- RecursiveComparator.Pair(IRubyObject, IRubyObject) - Constructor for class org.jruby.util.RecursiveComparator.Pair
-
- 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, ByteBuffer, int, int) - Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- RECV_EXCEPTION_Instr - Class in org.jruby.compiler.ir.instructions
-
- RECV_EXCEPTION_Instr(Variable) - Constructor for class org.jruby.compiler.ir.instructions.RECV_EXCEPTION_Instr
-
- recv_io(IRubyObject[]) - Method in class org.jruby.ext.socket.RubyUNIXSocket
-
- recvfrom(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyIPSocket
-
- recvfrom(IRubyObject[]) - Method in class org.jruby.ext.socket.RubyUDPSocket
-
Deprecated.
- recvfrom(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyUDPSocket
-
- recvfrom(int, ByteBuffer, 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 - Class in org.jruby.compiler.ir.operands
-
- Reference(String) - Constructor for class org.jruby.compiler.ir.operands.Reference
-
- reference(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyJRuby
-
- referenceQueue - Variable in class org.jruby.util.ReferenceReaper
-
- ReferenceReaper - Class in org.jruby.util
-
A general purpose reference tracker & reaper utility class.
- ReferenceTypeNode - Class in org.jruby.ast.java_signature
-
- ReferenceTypeNode(String) - Constructor for class org.jruby.ast.java_signature.ReferenceTypeNode
-
- REFLECTED_HANDLES - Static variable in class org.jruby.RubyInstanceConfig
-
- ReflectedCompiledMethod - Class in org.jruby.internal.runtime.methods
-
- ReflectedCompiledMethod(RubyModule, Arity, Visibility, StaticScope, Object, Method, CallConfiguration, ISourcePosition, String) - 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
-
- reflectedLoad(Ruby, String, String, ClassLoader, boolean) - Static method in class org.jruby.runtime.load.LoadService
-
Load the org.jruby.runtime.load.Library implementation specified by
className.
- 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 - Class in org.jruby.compiler.ir.operands
-
- Regexp(Operand, RegexpOptions) - Constructor for class org.jruby.compiler.ir.operands.Regexp
-
- regexp(ThreadContext, Block) - Method in class org.jruby.RubyMatchData
-
- REGEXP - Static variable in class org.jruby.runtime.ClassIndex
-
- regexpFragmentCheck(RegexpNode, ByteList) - Method in class org.jruby.parser.ParserSupport
-
- regexpFragmentCheck(RegexpNode, ByteList) - Method in class org.jruby.parser.ParserSupport19
-
- RegexpNode - Class in org.jruby.ast
-
Represents a simple regular expression literal.
- RegexpNode(ISourcePosition, ByteList, RegexpOptions) - Constructor for class org.jruby.ast.RegexpNode
-
- RegexpOptions - Class in org.jruby.util
-
- RegexpOptions() - Constructor for class org.jruby.util.RegexpOptions
-
- RegexpOptions(KCode, boolean) - Constructor for class org.jruby.util.RegexpOptions
-
- regexps - Variable in class org.jruby.ast.executable.RuntimeCache
-
- 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(Runtime) - 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(Runtime) - 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
-
Deprecated.
- registerDescriptor(ChannelDescriptor) - Method in class org.jruby.Ruby
-
Deprecated.
- registerDescriptor(ChannelDescriptor, boolean) - Method in class org.jruby.RubyIO
-
Deprecated.
- registerDescriptor(ChannelDescriptor) - Method in class org.jruby.RubyIO
-
Deprecated.
- registerEndBlock(Block, Ruby) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- registerEngineExtension(String, ScriptEngineFactory) - Method in class org.jruby.embed.jsr223.JRubyScriptEngineManager
-
- registerEngineMimeType(String, ScriptEngineFactory) - Method in class org.jruby.embed.jsr223.JRubyScriptEngineManager
-
- registerEngineName(String, ScriptEngineFactory) - Method in class org.jruby.embed.jsr223.JRubyScriptEngineManager
-
- 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
-
- registerObjectId(long, IRubyObject) - Method in class org.jruby.runtime.ObjectSpace
-
- 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
-
- registerSymbol(String) - Method in class org.jruby.runtime.marshal.MarshalCache
-
- registerSymbol(String) - Method in class org.jruby.runtime.marshal.MarshalStream
-
- registerThreadContext(ThreadContext) - Static method in class org.jruby.util.SimpleSampler
-
- rehash() - Method in class org.jruby.java.proxies.MapJavaProxy
-
rb_hash_rehash
- rehash() - Method in class org.jruby.RubyHash
-
rb_hash_rehash
- rehash() - Method in class org.jruby.util.collections.IntHashMap
-
- Reified - Interface in org.jruby.java.codegen
-
Marker interface for generated Java classes that represent a reified Ruby
class (i.e.
- reify() - Method in class org.jruby.RubyClass
-
- reify(String) - Method in class org.jruby.RubyClass
-
Stand up a real Java class for the backing store of this object
- REIFY_LOG_ERRORS - Static variable in class org.jruby.RubyInstanceConfig
-
- REIFY_RUBY_CLASSES - Static variable in class org.jruby.RubyInstanceConfig
-
- REIFYING_OBJECT_ALLOCATOR - Static variable in class org.jruby.RubyObject
-
- reifyWithAncestors() - Method in class org.jruby.RubyClass
-
Reify this class, first reifying all its ancestors.
- reifyWithAncestors(String) - Method in class org.jruby.RubyClass
-
Reify this class, first reifying all its ancestors.
- reject(ThreadContext, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
-
rb_hash_reject
- reject(ThreadContext, Block) - Method in class org.jruby.RubyArray
-
- reject(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
-
- reject(ThreadContext, Block) - Method in class org.jruby.RubyHash
-
- reject_bang(ThreadContext, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
-
rb_hash_reject_bang
- reject_bang(ThreadContext, Block) - Method in class org.jruby.RubyArray
-
- reject_bang(ThreadContext, Block) - Method in class org.jruby.RubyHash
-
- reject_bangInternal(ThreadContext, Block) - Method in class org.jruby.RubyHash
-
rb_hash_reject_bang
- rejectBang(ThreadContext, Block) - Method in class org.jruby.RubyArray
-
rb_ary_reject_bang
- rejectCommon(ThreadContext, Block) - Method in class org.jruby.RubyArray
-
rb_ary_reject_bang
- rejectCommon(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
-
- rejectInternal(ThreadContext, Block) - Method in class org.jruby.RubyHash
-
rb_hash_reject
- 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
- remainder19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
-
- remove(Object) - Method in class org.jruby.embed.internal.BiVariableMap
-
Removes the mapping for a key from this map if it is present in a top level.
- remove(Object, Object) - Method in class org.jruby.embed.internal.BiVariableMap
-
Removes the mapping for a key from this map if it is present in a given
receiver.
- remove() - Method in class org.jruby.embed.internal.LocalContext
-
- remove(String) - Method in class org.jruby.embed.ScriptingContainer
-
Removes the specified Ruby variable with the specified variable name from a
variable map and runtime top level.
- remove(Object, String) - Method in class org.jruby.embed.ScriptingContainer
-
Removes the specified Ruby variable with the specified variable name in a
variable map and given receiver.
- remove() - Method in class org.jruby.embed.variable.Argv
-
- remove() - Method in interface org.jruby.embed.variable.BiVariable
-
Attempts to remove this variable/constant from top self or receiver.
- remove() - Method in class org.jruby.embed.variable.ClassVariable
-
Attempts to remove this variable from top self or receiver.
- remove() - Method in class org.jruby.embed.variable.Constant
-
Attempts to remove this constant from top self or receiver.
- remove() - Method in class org.jruby.embed.variable.GlobalVariable
-
Attempts to remove this variable from top self or receiver.
- remove() - Method in class org.jruby.embed.variable.InstanceVariable
-
Attempts to remove this variable from top self or receiver.
- remove() - Method in class org.jruby.embed.variable.LocalGlobalVariable
-
- remove() - Method in class org.jruby.embed.variable.PersistentLocalVariable
-
Attempts to remove this variable from top self or receiver.
- remove() - Method in class org.jruby.embed.variable.TransientLocalVariable
-
Attempts to remove this variable from top self or receiver.
- remove(int) - Method in class org.jruby.ext.Readline.ReadlineHistory
-
- 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(int) - Method in class org.jruby.util.collections.IntHashMap
-
- 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.RubyBasicObject
-
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_instance_variable(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- 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
-
- removeAttribute(Object) - Method in class org.jruby.embed.ScriptingContainer
-
Removes the specified value with the specified key in a
attribute map.
- 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
-
- removeBundle(Bundle) - Method in class org.jruby.embed.osgi.internal.JRubyOSGiBundleClassLoader
-
- removeClassProvider(ClassProvider) - Method in class org.jruby.RubyModule
-
- removeClassVariable(String) - Method in class org.jruby.RubyModule
-
- removeCvar(IRubyObject) - Method in class org.jruby.RubyModule
-
- removeEventHook(EventHook) - Method in class org.jruby.Ruby
-
- removeFinalizer(Finalizable) - Method in class org.jruby.Ruby
-
- removeFinalizers(IRubyObject) - Static method in class org.jruby.BasicObjectStub
-
- 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
-
- removeInstanceVariable(String) - Method in class org.jruby.BasicObjectStub.DummyInstanceVariables
-
- 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.
- removeInstr(Instr) - Method in class org.jruby.compiler.ir.representations.BasicBlock
-
- 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.BasicObjectStub.DummyInternalVariables
-
- 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.
- removeLoadedFeature(RubyString) - Method in class org.jruby.runtime.load.LoadService
-
- 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
-
- rename(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
-
- RenamedVariable - Class in org.jruby.compiler.ir.operands
-
Generic variable with a custom prefix -- mostly used during optimization passes
where we need to rename existing variables
- RenamedVariable(String, int) - Constructor for class org.jruby.compiler.ir.operands.RenamedVariable
-
- renamedVariables - Variable in class org.jruby.interpreter.NaiveInterpreterContext
-
- reopen(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
-
- reopen(IRubyObject[]) - Method in class org.jruby.RubyStringIO
-
- reopen(Channel, ModeFlags) - Method in class org.jruby.util.io.ChannelDescriptor
-
- reopen(RandomAccessFile, ModeFlags) - Method in class org.jruby.util.io.ChannelDescriptor
-
- reopenIO(Ruby, RubyIO) - Method in class org.jruby.RubyIO
-
- reopenPath(Ruby, IRubyObject[]) - Method in class org.jruby.RubyIO
-
- ReOptions - Interface in org.jruby.parser
-
- repeated_permutation(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
-
- repeated_permutation(ThreadContext, Block) - Method in class org.jruby.RubyArray
-
- repeatedCombination(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
-
- replace(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
-
rb_hash_replace
- 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(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
-
- replace19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyHash
-
- 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
-
- repond_to_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.DelegateLibrary.Delegator
-
- report() - Static method in class org.jruby.util.SimpleSampler
-
- require(IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
Require.
- require(String) - Method in class org.jruby.runtime.load.LoadService
-
- require19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- 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
-
- requiredArgs - Variable in class org.jruby.compiler.ir.IRExecutionScope
-
- requiredLibraries() - Method in class org.jruby.RubyInstanceConfig
-
- requireLocks - Variable in class org.jruby.runtime.load.LoadService
-
- requiresBinding() - Method in class org.jruby.compiler.ir.instructions.CallInstr
-
- requiresBinding() - Method in class org.jruby.compiler.ir.IRExecutionScope
-
- reraiseRaiseExceptions(Throwable) - Method in class org.jruby.runtime.load.LoadService
-
- 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.embed.io.ReaderInputStream
-
Repositions this stream to the position at the time the
mark method was last called on this input stream.
- 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.DigestBase
-
- reset(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyDigest.DigestInstance
-
- 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
-
- resetErrorWriter() - Method in class org.jruby.embed.ScriptingContainer
-
- resetStacks() - Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- resetWriter() - Method in class org.jruby.embed.ScriptingContainer
-
- resize(int) - Method in class org.jruby.RubyString
-
rb_str_resize
- resolveClass(ObjectStreamClass) - Method in class org.jruby.util.JRubyObjectInputStream
-
- resolveLoadName(LoadServiceResource, String) - Method in class org.jruby.runtime.load.LoadService
-
- resolveLoadName(LoadServiceResource, String) - Method in class org.jruby.runtime.load.LoadService19
-
- 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_missing_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- respond_to_missing_p(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- respond_to_p(IRubyObject) - Method in class org.jruby.RubyBasicObject
-
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.RubyBasicObject
-
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) - Static method in class org.jruby.RubyKernel
-
- respond_to_p(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- respond_to_p19(IRubyObject) - Method in class org.jruby.RubyBasicObject
-
- respond_to_p19(IRubyObject, IRubyObject) - Method in class org.jruby.RubyBasicObject
-
- respond_to_p19(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- respond_to_p19(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- respondsTo(IRubyObject, String) - Static method in class org.jruby.BasicObjectStub
-
- 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.
- respondsToMissing(String) - Method in class org.jruby.RubyBasicObject
-
Does this object respond to the specified message via "method_missing?"
- respondsToMissing(String, boolean) - Method in class org.jruby.RubyBasicObject
-
Does this object respond to the specified message via "method_missing?"
- respondsToMissing(String) - Method in interface org.jruby.runtime.builtin.IRubyObject
-
RubyMethod respondsTo.
- respondsToMissing(String, boolean) - 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
-
- restArg - Variable in class org.jruby.compiler.ir.IRExecutionScope
-
- 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
-
- RestArgNode(ArgumentNode) - 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
-
- restOfArgArray - Variable in class org.jruby.compiler.ir.instructions.ReceiveClosureArgInstr
-
- restsize(ThreadContext) - Method in class org.jruby.RubyStringScanner
-
- result - Variable in class org.jruby.compiler.ir.instructions.Instr
-
- result_type(ThreadContext) - Method in class org.jruby.ext.ffi.CallbackInfo
-
- 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
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.ArgIndex
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.Array
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.BacktickString
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.Bignum
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.BooleanLiteral
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.ClassMetaObject
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.ClosureMetaObject
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.CompoundString
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.Fixnum
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.Float
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.GlobalVariable
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.Hash
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.LocalVariable
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.MethAddr
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.MethodHandle
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.ModuleMetaObject
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.Nil
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.NthRef
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.Operand
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.Range
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.Regexp
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.RenamedVariable
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.StringLiteral
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.Symbol
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.TemporaryVariable
-
- retrieve(InterpreterContext) - Method in class org.jruby.compiler.ir.operands.UnexecutableNil
-
- retrieve(RubyObject, BiVariableMap) - Static method in class org.jruby.embed.variable.Argv
-
Retrieves ARGV from Ruby after the evaluation or method invocation.
- retrieve(RubyObject, BiVariableMap) - Static method in class org.jruby.embed.variable.ClassVariable
-
Retrieves class variables from Ruby after the evaluation.
- retrieve(RubyObject, BiVariableMap) - Static method in class org.jruby.embed.variable.Constant
-
Retrieves constants from Ruby after the evaluation or method invocation.
- retrieve(IRubyObject, BiVariableMap) - Static method in class org.jruby.embed.variable.GlobalVariable
-
Retrieves global variables from Ruby after the evaluation.
- retrieve(RubyObject, BiVariableMap) - Static method in class org.jruby.embed.variable.InstanceVariable
-
Retrieves instance variables from Ruby after the evaluation.
- retrieve(RubyObject, BiVariableMap) - Static method in class org.jruby.embed.variable.LocalGlobalVariable
-
Retrieves global variables eagerly from Ruby right after the evaluation.
- retrieve(RubyObject, BiVariableMap) - Static method in class org.jruby.embed.variable.PersistentLocalVariable
-
Retrieves local variables from Ruby after the evaluation.
- retrieve(RubyObject, BiVariableMap) - Static method in class org.jruby.embed.variable.TransientLocalVariable
-
Doesn't do anything since a transient local variable should not be retrieved
from Ruby.
- retrieve(LocalVariableBehavior, BiVariableMap, RubyObject) - Static method in class org.jruby.embed.variable.VariableInterceptor
-
Retrieves variable/constant names and values after the evaluation or method
invocation.
- RETRIEVE_CONSTANT - Static variable in class org.jruby.compiler.ir.operands.MethAddr
-
- retrieveBackRef() - Method in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- retrieveBackRef() - Method in interface org.jruby.compiler.VariableCompiler
-
- retrieveByKey(RubyObject, BiVariableMap, String) - Static method in class org.jruby.embed.variable.Argv
-
Retrieves ARGV by key from Ruby runtime after the evaluation.
- retrieveByKey(RubyObject, BiVariableMap, String) - Static method in class org.jruby.embed.variable.ClassVariable
-
Retrieves a class variable by key from Ruby runtime after the evaluation.
- retrieveByKey(RubyObject, BiVariableMap, String) - Static method in class org.jruby.embed.variable.Constant
-
Retrieves a constant by key from Ruby runtime after the evaluation.
- retrieveByKey(Ruby, BiVariableMap, String) - Static method in class org.jruby.embed.variable.GlobalVariable
-
Retrieves a global variable by key from Ruby after the evaluation.
- retrieveByKey(RubyObject, BiVariableMap, String) - Static method in class org.jruby.embed.variable.InstanceVariable
-
Retrieves a instance variable by key from Ruby runtime after the evaluation.
- retrieveByKey(Ruby, BiVariableMap, String) - Static method in class org.jruby.embed.variable.LocalGlobalVariable
-
Retrieves a global variable by key from Ruby runtime after the evaluation.
- 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_Instr - Class in org.jruby.compiler.ir.instructions
-
- RETRY_Instr(Label) - Constructor for class org.jruby.compiler.ir.instructions.RETRY_Instr
-
- 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
-
- ReturnInstr - Class in org.jruby.compiler.ir.instructions
-
- ReturnInstr(Operand) - Constructor for class org.jruby.compiler.ir.instructions.ReturnInstr
-
- 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
-
- returnParser(RubyParser) - Method in class org.jruby.parser.RubyParserPool
-
- returnTrace(ThreadContext, boolean, String) - Method in class org.jruby.internal.runtime.methods.JavaMethod
-
- returnTraceCompiled(ThreadContext, boolean, String) - Method in class org.jruby.internal.runtime.methods.JavaMethod
-
- returnType - Variable in class org.jruby.ast.java_signature.MethodSignatureNode
-
- returnType - Variable in class org.jruby.ext.ffi.CallbackInfo
-
- returnValue - Variable in class org.jruby.interpreter.NaiveInterpreterContext
-
- retval - Variable in class org.jruby.cext.JRuby.NativeFunctionTask
-
- 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
-
- reverse_each(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
-
- reverse_each(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
-
- reverseEach(ThreadContext, Block) - Method in class org.jruby.RubyArray
-
rb_ary_reverse_each
- 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(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, IRubyObject) - Static method in class org.jruby.RubyEnumerator
-
- 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, Block) - Method in class org.jruby.RubyArray
-
- rindex(ThreadContext, Block) - Method in class org.jruby.RubyArray
-
- 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) - 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
-
- RMD160 - Class in org.jruby.libraries
-
- RMD160() - Constructor for class org.jruby.libraries.RMD160
-
- rmdir(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyDir
-
Deletes the directory specified by path .
- rmdir19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyDir
-
- rootInvocationsFromParent(int) - Method in class org.jruby.runtime.profile.MethodData
-
- rootInvocationsOfChild(int) - Method in class org.jruby.runtime.profile.MethodData
-
- 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, String, ASTInspector, StaticScope) - Constructor for class org.jruby.compiler.impl.RootScopedBodyCompiler
-
- rotate(ThreadContext) - Method in class org.jruby.RubyArray
-
- rotate(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
-
- rotate_bang(ThreadContext) - Method in class org.jruby.RubyArray
-
- rotate_bang(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
-
- round(IRubyObject[]) - Method in class org.jruby.RubyBigDecimal
-
Deprecated.
- round(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBigDecimal
-
- round() - Method in class org.jruby.RubyFloat
-
flo_round
- round(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyFloat
-
- 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
-
- RPAREN - Static variable in class org.jruby.parser.JavaSignatureParser
-
- rpartition(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
-
- RSHIFT - Static variable in class org.jruby.parser.JavaSignatureParser
-
- RString - Class in org.jruby.cext
-
An RString is an object tied to a RubyString for synchronization
of the string value between C and Ruby.
- 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_LAZY - Static variable in class org.jruby.ext.ffi.jffi.DynamicLibrary
-
- RTLD_LOCAL - Static variable in class org.jruby.ext.ffi.jffi.DynamicLibrary
-
- RTLD_NOW - Static variable in class org.jruby.ext.ffi.jffi.DynamicLibrary
-
- RubiniusLibrary - Class in org.jruby.ext.rubinius
-
- RubiniusLibrary() - Constructor for class org.jruby.ext.rubinius.RubiniusLibrary
-
- RUBY - Static variable in class org.jruby.compiler.impl.StandardASMCompiler
-
- ruby(ThreadContext, IRubyObject) - Static method in class org.jruby.libraries.RbConfigLibrary
-
- 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
-
- Ruby.RecursiveFunction - Interface in org.jruby
-
- Ruby19Parser - Class in org.jruby.parser
-
- Ruby19Parser() - Constructor for class org.jruby.parser.Ruby19Parser
-
- Ruby19Parser(ParserSupport19) - Constructor for class org.jruby.parser.Ruby19Parser
-
- 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_REVISION - Static variable in class org.jruby.runtime.Constants
-
- RUBY1_9_VERSION - Static variable in class org.jruby.runtime.Constants
-
- RUBY_BOOLEAN_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
-
Deprecated.
- RUBY_BYTE_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
-
Deprecated.
- RUBY_CHAR_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
-
Deprecated.
- ruby_class() - Method in class org.jruby.javasupport.JavaClass
-
- RUBY_CONVERTERS - Static variable in class org.jruby.javasupport.JavaUtil
-
Deprecated.
- RUBY_DOUBLE_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
-
Deprecated.
- RUBY_FLOAT_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
-
Deprecated.
- RUBY_INTEGER_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
-
Deprecated.
- RUBY_JIT_PREFIX - Static variable in class org.jruby.compiler.JITCompiler
-
- RUBY_LONG_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
-
Deprecated.
- 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
-
Deprecated.
- 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_synchronized(ThreadContext, Object, Block) - Static method in class org.jruby.javasupport.JavaObject
-
- ruby_to_java(IRubyObject, IRubyObject, Block) - Static method in class org.jruby.javasupport.Java
-
Deprecated.
- ruby_to_java(IRubyObject, IRubyObject, Block) - Static method in class org.jruby.javasupport.JavaUtil
-
Deprecated.
- 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.Finalizer - Class in org.jruby
-
Class that keeps track of the finalizers for the object under
operation.
- RubyBasicObject.Finalizer(RubyFixnum) - 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) - 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.VariableAccessor - Class in org.jruby
-
- RubyClass.VariableAccessor(String, 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(Ruby, IRubyObject) - Constructor for class org.jruby.RubyContinuation
-
A RubyContinuation used for catch/throw, which have a tag associated
- RubyContinuation.Continuation - Error in org.jruby
-
- RubyContinuation.Continuation() - Constructor for error org.jruby.RubyContinuation.Continuation
-
- RubyContinuation.Continuation(IRubyObject) - 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
-
- RubyData - Class in org.jruby.cext
-
- 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, Locale, boolean) - 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.DigestBase - Class in org.jruby
-
- RubyDigest.DigestBase(Ruby, RubyClass) - Constructor for class org.jruby.RubyDigest.DigestBase
-
- RubyDigest.DigestClass - Class in org.jruby
-
- RubyDigest.DigestClass(Ruby, RubyClass) - Constructor for class org.jruby.RubyDigest.DigestClass
-
- RubyDigest.DigestInstance - Class in org.jruby
-
- RubyDigest.DigestInstance() - Constructor for class org.jruby.RubyDigest.DigestInstance
-
- 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
-
- rubyEncodingFromObject(IRubyObject) - Method in class org.jruby.runtime.encoding.EncodingService
-
Look up the pre-existing RubyEncoding object for an EncodingDB.Entry.
- 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
-
- RubyEnumerable.ChunkedBlockCallback - Class in org.jruby
-
- RubyEnumerable.ChunkedBlockCallback(Ruby, IRubyObject) - Constructor for class org.jruby.RubyEnumerable.ChunkedBlockCallback
-
- 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
-
- RubyFileStat.ZipFileStat - Class in org.jruby
-
- RubyFileStat.ZipFileStat(ZipEntry) - Constructor for class org.jruby.RubyFileStat.ZipFileStat
-
- RubyFileTest - Class in org.jruby
-
- RubyFileTest() - Constructor for class org.jruby.RubyFileTest
-
- RubyFileTest.FileTestFileMethods - Class in org.jruby
-
MRI defines the FileTest methods both as module functions on FileTest and
as singleton methods on the File class.
- RubyFileTest.FileTestFileMethods() - Constructor for class org.jruby.RubyFileTest.FileTestFileMethods
-
- 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
-
- RubyGlobal - Class in org.jruby
-
This class initializes global variables and constants.
- RubyGlobal() - Constructor for class org.jruby.RubyGlobal
-
- RubyGlobal.CaseInsensitiveStringOnlyRubyHash - Class in org.jruby
-
Obligate string-keyed and string-valued hash, used for ENV.
- RubyGlobal.CaseInsensitiveStringOnlyRubyHash(Ruby, Map, IRubyObject) - Constructor for class org.jruby.RubyGlobal.CaseInsensitiveStringOnlyRubyHash
-
- RubyGlobal.InputGlobalVariable - Class in org.jruby
-
- RubyGlobal.InputGlobalVariable(Ruby, String, IRubyObject) - Constructor for class org.jruby.RubyGlobal.InputGlobalVariable
-
- RubyGlobal.KCodeGlobalVariable - Class in org.jruby
-
- RubyGlobal.KCodeGlobalVariable(Ruby, String, IRubyObject) - Constructor for class org.jruby.RubyGlobal.KCodeGlobalVariable
-
- RubyGlobal.OutputGlobalVariable - Class in org.jruby
-
- RubyGlobal.OutputGlobalVariable(Ruby, String, IRubyObject) - Constructor for class org.jruby.RubyGlobal.OutputGlobalVariable
-
- RubyGlobal.StringGlobalVariable - Class in org.jruby
-
- RubyGlobal.StringGlobalVariable(Ruby, String, IRubyObject) - Constructor for class org.jruby.RubyGlobal.StringGlobalVariable
-
- RubyGlobal.StringOnlyRubyHash - Class in org.jruby
-
A Pseudo-hash whose keys and values are required to be Strings.
- RubyGlobal.StringOnlyRubyHash(Ruby, Map, IRubyObject, boolean) - Constructor for class org.jruby.RubyGlobal.StringOnlyRubyHash
-
- 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.RubyHashEntry - Class in org.jruby
-
- RubyHash.RubyHashEntry(int, IRubyObject, IRubyObject, RubyHash.RubyHashEntry, RubyHash.RubyHashEntry) - Constructor for class org.jruby.RubyHash.RubyHashEntry
-
- 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
-
- rubyInitialize(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyJRuby.JRubyExecutionContextLocal
-
- RubyInstanceConfig - Class in org.jruby
-
- RubyInstanceConfig(RubyInstanceConfig) - Constructor for class org.jruby.RubyInstanceConfig
-
- RubyInstanceConfig() - Constructor for class org.jruby.RubyInstanceConfig
-
- RubyInstanceConfig.CompileMode - Enum in org.jruby
-
- RubyInstanceConfig.LoadServiceCreator - Interface in org.jruby
-
- RubyInstanceConfig.ProfilingMode - Enum 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
-
- RubyInternalCallInstr - Class in org.jruby.compiler.ir.instructions
-
- RubyInternalCallInstr(Variable, MethAddr, Operand, Operand[]) - Constructor for class org.jruby.compiler.ir.instructions.RubyInternalCallInstr
-
- RubyInternalCallInstr(Variable, MethAddr, Operand, Operand[], Operand) - Constructor for class org.jruby.compiler.ir.instructions.RubyInternalCallInstr
-
- 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
-
- RubyJavaObject - Interface in org.jruby.runtime.builtin
-
- RubyJRuby - Class in org.jruby
-
Module which defines JRuby-specific methods for use.
- RubyJRuby() - Constructor for class org.jruby.RubyJRuby
-
- 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.JRubyExecutionContextLocal - Class in org.jruby
-
- RubyJRuby.JRubyExecutionContextLocal(Ruby, RubyClass) - Constructor for class org.jruby.RubyJRuby.JRubyExecutionContextLocal
-
- RubyJRuby.JRubyExtensions - Class in org.jruby
-
- RubyJRuby.JRubyExtensions() - Constructor for class org.jruby.RubyJRuby.JRubyExtensions
-
- RubyJRuby.JRubyFiberLocal - Class in org.jruby
-
- RubyJRuby.JRubyFiberLocal(Ruby, RubyClass) - Constructor for class org.jruby.RubyJRuby.JRubyFiberLocal
-
- RubyJRuby.JRubyStringExtensions - Class in org.jruby
-
- RubyJRuby.JRubyStringExtensions() - Constructor for class org.jruby.RubyJRuby.JRubyStringExtensions
-
- RubyJRuby.JRubySynchronizedMeta - Class in org.jruby
-
- RubyJRuby.JRubySynchronizedMeta() - Constructor for class org.jruby.RubyJRuby.JRubySynchronizedMeta
-
- RubyJRuby.JRubyThreadExtensions - Class in org.jruby
-
- RubyJRuby.JRubyThreadExtensions() - Constructor for class org.jruby.RubyJRuby.JRubyThreadExtensions
-
- RubyJRuby.JRubyThreadLocal - Class in org.jruby
-
- RubyJRuby.JRubyThreadLocal(Ruby, RubyClass) - Constructor for class org.jruby.RubyJRuby.JRubyThreadLocal
-
- RubyJRuby.MethodExtensions - Class in org.jruby
-
- RubyJRuby.MethodExtensions() - Constructor for class org.jruby.RubyJRuby.MethodExtensions
-
- RubyKernel - Class in org.jruby
-
Note: For CVS history, see KernelModule.java.
- RubyKernel() - Constructor for class org.jruby.RubyKernel
-
- RubyKernel.MethodMissingMethod - Class in org.jruby
-
- RubyKernel.MethodMissingMethod(RubyModule) - Constructor for class org.jruby.RubyKernel.MethodMissingMethod
-
- 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) - 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.CacheEntryFactory - Class in org.jruby
-
- RubyModule.CacheEntryFactory() - Constructor for class org.jruby.RubyModule.CacheEntryFactory
-
- 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
-
- RubyModule.ProfilingCacheEntryFactory - Class in org.jruby
-
- RubyModule.ProfilingCacheEntryFactory(RubyModule.CacheEntryFactory) - Constructor for class org.jruby.RubyModule.ProfilingCacheEntryFactory
-
- RubyModule.RespondToMissingMethod - Class in org.jruby
-
- RubyModule.RespondToMissingMethod(RubyModule, Visibility, String) - Constructor for class org.jruby.RubyModule.RespondToMissingMethod
-
- RubyModule.SynchronizedCacheEntryFactory - Class in org.jruby
-
- RubyModule.SynchronizedCacheEntryFactory(RubyModule.CacheEntryFactory) - Constructor for class org.jruby.RubyModule.SynchronizedCacheEntryFactory
-
- RubyModule.WrapperCacheEntryFactory - Class in org.jruby
-
A wrapper CacheEntryFactory, for delegating cache entry creation along a chain.
- RubyModule.WrapperCacheEntryFactory(RubyModule.CacheEntryFactory) - Constructor for class org.jruby.RubyModule.WrapperCacheEntryFactory
-
Construct a new WrapperCacheEntryFactory using the given CacheEntryFactory as
the "previous" wrapped factory.
- rubyName - Variable in class org.jruby.compiler.impl.BaseBodyCompiler
-
- 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
- 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, Encoding) - 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.Data - Class in org.jruby
-
- RubyObject.Data(Ruby, RubyClass, Object) - Constructor for class org.jruby.RubyObject.Data
-
- RubyObject.Data(RubyClass, Object) - Constructor for class org.jruby.RubyObject.Data
-
- RubyObjectAdapter - Interface in org.jruby
-
- RubyObjectHolderProxy - Interface in org.jruby.java.proxies
-
Additional interface implemented by proxies that back Java interfaces by
Ruby objects so that we can get back to the original Ruby object from the proxy.
- 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
-
- RubyProc(Ruby, RubyClass, Block.Type, ISourcePosition) - 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, 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
-
- RubyRandom - Class in org.jruby
-
Implementation of the Random class.
- 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[], Frame[], 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.SocketError - Class in org.jruby.ext.socket
-
- RubySocket.SocketError() - Constructor for class org.jruby.ext.socket.RubySocket.SocketError
-
- RubyStackTraceElement - Class in org.jruby.runtime.backtrace
-
- RubyStackTraceElement(StackTraceElement) - Constructor for class org.jruby.runtime.backtrace.RubyStackTraceElement
-
- RubyStackTraceElement(String, String, String, int, boolean) - Constructor for class org.jruby.runtime.backtrace.RubyStackTraceElement
-
- RubyStackTraceElement(String, String, String, int, boolean, FrameType) - Constructor for class org.jruby.runtime.backtrace.RubyStackTraceElement
-
- 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) - Constructor for class org.jruby.RubyString
-
- RubyString(Ruby, RubyClass, CharSequence) - 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
-
- 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.BlockingTask - Interface in org.jruby
-
- RubyThread.SleepTask - Class in org.jruby
-
- RubyThread.SleepTask(Object, long, int) - Constructor for class org.jruby.RubyThread.SleepTask
-
- 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(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
-
- RubyTuple - Class in org.jruby.ext.rubinius
-
- RubyTuple(Ruby, RubyClass, int) - Constructor for class org.jruby.ext.rubinius.RubyTuple
-
- 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.BSDSockAddrUnix - Class in org.jruby.ext.socket
-
- RubyUNIXSocket.LibCSocket.BSDSockAddrUnix() - Constructor for class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.BSDSockAddrUnix
-
- RubyUNIXSocket.LibCSocket.DefaultSockAddrUnix - Class in org.jruby.ext.socket
-
- RubyUNIXSocket.LibCSocket.DefaultSockAddrUnix() - Constructor for class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.DefaultSockAddrUnix
-
- 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
-
- 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
-
- 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.RubyGzipWriter.HeaderModifyableGZIPOutputStream - Class in org.jruby
-
- RubyZlib.RubyGzipWriter.HeaderModifyableGZIPOutputStream(IRubyObject) - Constructor for class org.jruby.RubyZlib.RubyGzipWriter.HeaderModifyableGZIPOutputStream
-
- 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.cext.JRuby.NativeFunctionTask
-
- run(IRScope) - Method in class org.jruby.compiler.ir.compiler_pass.AddBindingInstructions
-
- run(IRScope) - Method in class org.jruby.compiler.ir.compiler_pass.CallSplitter
-
- run(IRScope) - Method in class org.jruby.compiler.ir.compiler_pass.CFG_Builder
-
- run(IRScope) - Method in interface org.jruby.compiler.ir.compiler_pass.CompilerPass
-
- run(IRScope) - Method in class org.jruby.compiler.ir.compiler_pass.DominatorTreeBuilder
-
- run(IRScope) - Method in class org.jruby.compiler.ir.compiler_pass.InlineTest
-
- run(IRScope) - Method in class org.jruby.compiler.ir.compiler_pass.IR_Printer
-
- run(IRScope) - Method in class org.jruby.compiler.ir.compiler_pass.LinearizeCFG
-
- run(IRScope) - Method in class org.jruby.compiler.ir.compiler_pass.LiveVariableAnalysis
-
- run(IRScope) - Method in class org.jruby.compiler.ir.compiler_pass.opts.DeadCodeElimination
-
- run(IRScope) - Method in class org.jruby.compiler.ir.compiler_pass.opts.LocalOptimizationPass
-
- run() - Method in class org.jruby.embed.internal.EmbedEvalUnitImpl
-
Evaluates a Ruby script, which has been parsed before.
- 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
-
Deprecated.
- run() - Method in interface org.jruby.RubyThread.BlockingTask
-
- run() - Method in class org.jruby.RubyThread
-
- run() - Method in class org.jruby.RubyThread.SleepTask
-
- run() - Method in class org.jruby.util.JDBCDriverUnloader
-
- run(NGContext) - Method in class org.jruby.util.NailMain
-
- run(Ruby, IRubyObject) - Static method in class org.jruby.util.ShellLauncher
-
- run(Ruby, IRubyObject[], boolean) - Static method in class org.jruby.util.ShellLauncher
-
- run(Ruby, IRubyObject[], boolean, boolean) - Static method in class org.jruby.util.ShellLauncher
-
- runAndWait(Ruby, IRubyObject[]) - Static method in class org.jruby.util.ShellLauncher
-
- runAndWait(Ruby, IRubyObject[], OutputStream) - Static method in class org.jruby.util.ShellLauncher
-
- runAndWait(Ruby, IRubyObject[], OutputStream, boolean) - Static method in class org.jruby.util.ShellLauncher
-
- runAndWaitPid(Ruby, IRubyObject[]) - Static method in class org.jruby.util.ShellLauncher
-
- runAndWaitPid(Ruby, IRubyObject[], OutputStream, boolean) - 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
-
- runCompilerPass(CompilerPass) - Method in interface org.jruby.compiler.ir.IRScope
-
Run the passed in compiler pass on this scope!
- runCompilerPass(CompilerPass) - Method in class org.jruby.compiler.ir.IRScopeImpl
-
- runCompilerPass(CompilerPass) - Method in class org.jruby.compiler.ir.IRScript
-
- runCompilerPassOnNestedScopes(CompilerPass) - Method in class org.jruby.compiler.ir.IRExecutionScope
-
- runCompilerPassOnNestedScopes(CompilerPass) - Method in class org.jruby.compiler.ir.IRModule
-
- runCompilerPassOnNestedScopes(CompilerPass) - Method in class org.jruby.compiler.ir.IRScopeImpl
-
- runExternal(Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, boolean) - Static method in class org.jruby.util.ShellLauncher
-
- runExternalAndWait(Ruby, IRubyObject[], Map) - Static method in class org.jruby.util.ShellLauncher
-
- runExternalWithoutWait(Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.util.ShellLauncher
-
- runExternalWithoutWait(Ruby, IRubyObject[]) - Static method in class org.jruby.util.ShellLauncher
-
- 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(ThreadContext, Node, IRubyObject) - Method in class org.jruby.Ruby
-
- 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.
- 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.
- runScript(Script) - Method in class org.jruby.Ruby
-
- runScriptBody(Script) - 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.
- runScriptlet(String, String) - Method in class org.jruby.embed.osgi.OSGiScriptingContainer
-
- runScriptlet(Bundle, String) - Method in class org.jruby.embed.osgi.OSGiScriptingContainer
-
- runScriptlet(String) - Method in class org.jruby.embed.ScriptingContainer
-
Evaluates a script under the current scope (perhaps the top-level
scope) and returns a result only if a script returns a value.
- runScriptlet(Reader, String) - Method in class org.jruby.embed.ScriptingContainer
-
Evaluates a script read from a reader under the current scope
(perhaps the top-level scope) and returns a result only if a script
returns a value.
- runScriptlet(InputStream, String) - Method in class org.jruby.embed.ScriptingContainer
-
Evaluates a script read from a input stream under the current scope
(perhaps the top-level scope) and returns a result only if a script
returns a value.
- runScriptlet(PathType, String) - Method in class org.jruby.embed.ScriptingContainer
-
Reads a script file from specified path and evaluates it under the current
scope (perhaps the top-level scope) and returns a result only if a script
returns a value.
- runtime - Variable in class org.jruby.ext.ffi.ArrayMemoryIO
-
- runtime - Variable in class org.jruby.ext.ffi.InvalidMemoryIO
-
- Runtime - Class in org.jruby.management
-
- Runtime(Ruby) - Constructor for class org.jruby.management.Runtime
-
- 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.runtime.ThreadContext
-
- runtimeCache - Variable in class org.jruby.ast.executable.AbstractScript
-
- RuntimeCache - Class in org.jruby.ast.executable
-
- RuntimeCache() - Constructor for class org.jruby.ast.executable.RuntimeCache
-
- runtimeCache - Variable in class org.jruby.runtime.ThreadContext
-
- RuntimeHelpers - Class in org.jruby.javasupport.util
-
Helper methods which are called by the compiler.
- RuntimeHelpers() - Constructor for class org.jruby.javasupport.util.RuntimeHelpers
-
- RuntimeMBean - Interface in org.jruby.management
-
- 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
-
S
- s_deflate(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyZlib.Deflate
-
- s_digest(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyDigest.DigestClass
-
- 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_get_completion_case_fold(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.Readline
-
- s_get_line_buffer(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.Readline
-
- s_get_point(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.Readline
-
- s_get_screen_size(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.Readline
-
- s_hexdigest(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyDigest.DigestClass
-
- s_hexencode(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyDigest
-
- 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(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyZlib.Inflate
-
- 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_refresh_line(ThreadContext, 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_case_fold(ThreadContext, 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, IRubyObject[]) - Method in class org.jruby.RubyArray
-
- sample(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
-
- sastore() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- saveToCodeCache(Ruby, byte[], String, File) - Static method in class org.jruby.compiler.JITCompiler
-
- scalar(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.psych.PsychEmitter
-
- 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.compiler.ir.instructions.LineNumberInstr
-
- scope - Variable in class org.jruby.compiler.ir.operands.MetaObject
-
- scope - Variable in class org.jruby.runtime.ContextAwareBlockBody
-
The static scope for the block body
- 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.
- scopeDefinesVariable(Variable) - Method in class org.jruby.compiler.ir.dataflow.analyses.BindingLoadPlacementProblem
-
- scopeDefinesVariable(Variable) - Method in class org.jruby.compiler.ir.dataflow.analyses.BindingStorePlacementProblem
-
- scopeEnd - Variable in class org.jruby.compiler.impl.BaseBodyCompiler
-
- scopes - Variable in class org.jruby.ast.executable.RuntimeCache
-
- scopeStart - Variable in class org.jruby.compiler.impl.BaseBodyCompiler
-
- scopeUsesVariable(Variable) - Method in class org.jruby.compiler.ir.dataflow.analyses.BindingLoadPlacementProblem
-
- scopeUsesVariable(Variable) - Method in class org.jruby.compiler.ir.dataflow.analyses.BindingStorePlacementProblem
-
- 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.
- ScriptingContainer - Class in org.jruby.embed
-
ScipritngContainer provides various methods and resources that are useful
for embedding Ruby in Java.
- ScriptingContainer() - Constructor for class org.jruby.embed.ScriptingContainer
-
Constructs a ScriptingContainer with a default values.
- ScriptingContainer(LocalContextScope) - Constructor for class org.jruby.embed.ScriptingContainer
-
Constructs a ScriptingContainer with a specified local context type.
- ScriptingContainer(LocalVariableBehavior) - Constructor for class org.jruby.embed.ScriptingContainer
-
Constructs a ScriptingCOntainer with a specified local variable behavior.
- ScriptingContainer(LocalContextScope, LocalVariableBehavior) - Constructor for class org.jruby.embed.ScriptingContainer
-
Constructs a ScriptingContainer with a specified local context type and
variable behavior.
- ScriptingContainer(LocalContextScope, LocalVariableBehavior, boolean) - Constructor for class org.jruby.embed.ScriptingContainer
-
Constructs a ScriptingContainer with a specified local context scope,
local variable behavior and laziness.
- 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
-
- SearchConstInstr - Class in org.jruby.compiler.ir.instructions
-
- SearchConstInstr(Variable, IRScope, String) - Constructor for class org.jruby.compiler.ir.instructions.SearchConstInstr
-
- SearchConstInstr(Variable, Operand, String) - Constructor for class org.jruby.compiler.ir.instructions.SearchConstInstr
-
- searchers - Variable in class org.jruby.runtime.load.LoadService
-
- searchFile - Variable in class org.jruby.runtime.load.LoadService.SearchState
-
- searchInternalModuleVariable(String) - Method in class org.jruby.RubyModule
-
- 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, int, String) - Method in class org.jruby.ast.executable.RuntimeCache
-
- searchWithCache(RubyClass, int, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
-
- searchWithCache(RubyClass, int, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
-
- searchWithCache(RubyClass, int, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
-
- searchWithCache(RubyClass, int, String, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
-
- searchWithCache(RubyClass, int, String, String, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
-
- searchWithCache(RubyClass, int, String, String, String, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
-
- searchWithCache(RubyClass, int, String, String, String, String, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
-
- searchWithCache(IRubyObject, int, String) - Method in class org.jruby.ast.executable.RuntimeCache
-
- searchWithCache(IRubyObject, int, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
-
- searchWithCache(IRubyObject, int, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
-
- searchWithCache(IRubyObject, int, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
-
- searchWithCache(IRubyObject, int, String, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
-
- searchWithCache(IRubyObject, int, String, String, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
-
- searchWithCache(IRubyObject, int, String, String, String, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
-
- searchWithCache(IRubyObject, int, String, String, String, String, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
-
- 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
-
- seed(ThreadContext) - Method in class org.jruby.RubyRandom
-
- 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.java.proxies.MapJavaProxy
-
rb_hash_select
- select(ThreadContext, Block) - Method in class org.jruby.RubyArray
-
- 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
-
- select(RubyIO, int, long) - Method in class org.jruby.RubyThread
-
- select(Channel, RubyIO, int) - Method in class org.jruby.RubyThread
-
- select(Channel, RubyIO, int, long) - Method in class org.jruby.RubyThread
-
- select19(ThreadContext, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
-
- select19(ThreadContext, Block) - Method in class org.jruby.RubyHash
-
- select_bang(ThreadContext, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
-
rb_hash_select_bang
- select_bang(ThreadContext, Block) - Method in class org.jruby.RubyArray
-
- select_bang(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
-
- SelectBlob - Class in org.jruby.util.io
-
This is a reimplementation of MRI's IO#select logic.
- SelectBlob() - Constructor for class org.jruby.util.io.SelectBlob
-
- selectCallSite(IRubyObject, IRubyObject) - Method in class org.jruby.ast.AttrAssignNode
-
- selectCommon(ThreadContext, Block) - Method in class org.jruby.RubyArray
-
rb_ary_select
- selectCommon(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
-
- 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
-
- selectMethodMissing(RubyClass, Visibility, String, CallType) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- SelectorFactory - Class in org.jruby.util.io
-
- SelectorFactory() - Constructor for class org.jruby.util.io.SelectorFactory
-
- SelectorPool - Class in org.jruby.util.io
-
This is a simple implementation of a hard-referenced java.nio.channels.Selector
pool.
- SelectorPool() - Constructor for class org.jruby.util.io.SelectorPool
-
- self - Variable in class org.jruby.interpreter.NaiveInterpreterContext
-
- SELF_BYTELIST - Static variable in class org.jruby.ast.Node
-
- 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
-
- selfTime() - Method in class org.jruby.runtime.profile.Invocation
-
- selfTime() - Method in class org.jruby.runtime.profile.InvocationSet
-
- send(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.DelegateLibrary.Delegator
-
- send(IRubyObject[]) - Method in class org.jruby.ext.socket.RubyUDPSocket
-
Deprecated.
- send(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyUDPSocket
-
- send(int, ByteBuffer, int, int) - Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- send(ThreadContext, Block) - Method in class org.jruby.RubyBasicObject
-
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.RubyBasicObject
-
- send(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
-
- send(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
-
- send(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyBasicObject
-
- send(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- send(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- send(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- send(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- send(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
-
- send(int, Object) - Method in class org.jruby.util.Join
-
- send(Enum<?>, Object) - Method in class org.jruby.util.Join
-
- send19(ThreadContext, Block) - Method in class org.jruby.RubyBasicObject
-
- send19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
-
- send19(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
-
- send19(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
-
- send19(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyBasicObject
-
- send19(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- send19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- send19(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- send19(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- send19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
-
- send_io(IRubyObject) - Method in class org.jruby.ext.socket.RubyUNIXSocket
-
- sender - Variable in class org.jruby.internal.runtime.ThreadService.Event
-
- serialNumber - Variable in class org.jruby.internal.runtime.methods.DynamicMethod
-
The serial number for this method object, to globally identify it
- serialNumber - Variable in class org.jruby.runtime.profile.MethodData
-
- 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.InputGlobalVariable
-
- set(IRubyObject) - Method in class org.jruby.RubyGlobal.KCodeGlobalVariable
-
- set(IRubyObject) - Method in class org.jruby.RubyGlobal.OutputGlobalVariable
-
- 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_default_proc(IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
-
rb_hash_set_default_proc
- set_default_proc(IRubyObject) - Method in class org.jruby.RubyHash
-
rb_hash_set_default_proc
- set_dictionary(ThreadContext, IRubyObject) - Method in class org.jruby.RubyZlib.Deflate
-
- set_dictionary(ThreadContext, IRubyObject) - Method in class org.jruby.RubyZlib.Inflate
-
- set_do_not_reverse_lookup(IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.RubyBasicSocket
-
- set_do_not_reverse_lookup19(ThreadContext, IRubyObject) - 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.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_RETADDR_Instr - Class in org.jruby.compiler.ir.instructions
-
- SET_RETADDR_Instr(Variable, Label) - Constructor for class org.jruby.compiler.ir.instructions.SET_RETADDR_Instr
-
- 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_value(IRubyObject, IRubyObject) - Method in class org.jruby.javasupport.JavaField
-
- SET_WITHIN_DEFINED - Static variable in class org.jruby.compiler.ir.operands.MethAddr
-
- 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
-
- setArgsFile(IRubyObject) - Method in class org.jruby.Ruby
-
- 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
-
- setArgumentTypes(Class[]) - Method in class org.jruby.runtime.callback.InvocationCallback
-
- setArgv(String[]) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes values of the arguments' list.
- setArgv(String[]) - Method in class org.jruby.embed.ScriptingContainer
-
Changes values of the arguments' list.
- 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.SharedBindingDynamicScope
-
Set all values which represent 'normal' parameters in a call list to this dynamic
scope.
- setArgValues(IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
-
- setArgValues(IRubyObject, IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
-
- setArgValues(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
-
- 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
-
- setAttribute(Object, Object) - Method in class org.jruby.embed.ScriptingContainer
-
Associates the specified value with the specified key in a
attribute map.
- setAutoclose(boolean) - Method in class org.jruby.RubyIO
-
- setAutoclose(boolean) - Method in class org.jruby.util.io.ChannelStream
-
- setAutoclose(boolean) - Method in class org.jruby.util.io.CRLFStreamWrapper
-
- setAutoclose(boolean) - Method in class org.jruby.util.io.OpenFile
-
- setAutoclose(boolean) - Method in interface org.jruby.util.io.Stream
-
- setAutoRelease(boolean) - Method in interface org.jruby.ext.ffi.AllocatedDirectMemoryIO
-
- setAutoRelease(boolean) - Method in class org.jruby.ext.ffi.FreedMemoryIO
-
- 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
-
- setBacktraceData(BacktraceData) - Method in class org.jruby.RubyException
-
- setBaseName(String) - Method in class org.jruby.RubyModule
-
- setBindingHasEscaped(boolean) - Method in class org.jruby.compiler.ir.dataflow.analyses.BindingLoadPlacementProblem
-
- setBindings(Bindings, int) - Method in class org.jruby.embed.jsr223.JRubyEngine
-
- setBindings(Bindings) - Method in class org.jruby.embed.jsr223.JRubyScriptEngineManager
-
- setBinmode() - Method in class org.jruby.util.io.ChannelStream
-
- setBinmode() - Method in class org.jruby.util.io.CRLFStreamWrapper
-
- setBinmode() - Method in class org.jruby.util.io.OpenFile
-
- setBinmode() - Method in interface org.jruby.util.io.Stream
-
- setBlock(Block) - Method in interface org.jruby.interpreter.InterpreterContext
-
- setBlock(Block) - Method in class org.jruby.interpreter.NaiveInterpreterContext
-
- setBlocking(boolean) - Method in class org.jruby.util.io.ChannelStream
-
- setBlocking(boolean) - Method in class org.jruby.util.io.CRLFStreamWrapper
-
- setBlocking(boolean) - Method in interface org.jruby.util.io.Stream
-
- setbyte(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
-
- setByteList(int, String, Encoding) - Method in class org.jruby.ast.executable.AbstractScript
-
- setCallConfig(CallConfiguration) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
-
- setCallConfig(CallConfiguration) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
-
- 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.
- setCanonicalization(boolean) - Static method in class org.jruby.RubyComplex
-
- setCanonicalization(boolean) - Static method in class org.jruby.RubyRational
-
- setClassAllocator(Class) - Method in class org.jruby.RubyClass
-
Set a reflective allocator that calls a no-arg constructor on the given
class.
- setClassCache(ClassCache) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes a ClassCache object to a given one.
- setClassCache(ClassCache) - Method in class org.jruby.embed.internal.AbstractLocalContextProvider
-
Deprecated.
- setClassCache(ClassCache) - Method in interface org.jruby.embed.internal.LocalContextProvider
-
Deprecated.
- setClassCache(ClassCache) - Method in class org.jruby.embed.ScriptingContainer
-
Changes a ClassCache object to a given one.
- setClassCache(ClassCache) - Method in class org.jruby.RubyInstanceConfig
-
- setClassLoader(ClassLoader) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes a class loader to a given loader.
- setClassLoader(ClassLoader) - Method in class org.jruby.embed.ScriptingContainer
-
Changes a class loader to a given loader.
- setClassLoader(ScriptingContainer) - Static method in class org.jruby.embed.util.SystemPropertyCatcher
-
Sets classloader based on System property.
- 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
-
- setCodeModificationFlag(boolean) - Method in class org.jruby.compiler.ir.IRExecutionScope
-
- setCodeRange(int) - Method in class org.jruby.RubyString
-
- setComparedByIdentity(boolean) - Method in class org.jruby.RubyHash
-
Sets whether this object is compared by identity or not.
- setCompatVersion(CompatVersion) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes a Ruby version to be evaluated into one of CompatVersion.RUBY1_8,
CompatVersion.RUBY1_9, or CompatVersion.BOTH.
- setCompatVersion(CompatVersion) - Method in class org.jruby.embed.ScriptingContainer
-
Changes a Ruby version to be evaluated into one of CompatVersion.RUBY1_8,
CompatVersion.RUBY1_9, or CompatVersion.BOTH.
- setCompatVersion(CompatVersion) - Method in class org.jruby.RubyInstanceConfig
-
- setCompileMode(RubyInstanceConfig.CompileMode) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes a compile mode to a given mode, which should be one of CompileMode.JIT,
CompileMode.FORCE, CompileMode.OFF.
- setCompileMode(RubyInstanceConfig.CompileMode) - Method in class org.jruby.embed.ScriptingContainer
-
Changes a compile mode to a given mode, which should be one of CompileMode.JIT,
CompileMode.FORCE, CompileMode.OFF.
- setCompileMode(RubyInstanceConfig.CompileMode) - Method in class org.jruby.RubyInstanceConfig
-
- setCompletor(Readline.ConsoleHolder, Completor) - Static method in class org.jruby.ext.Readline
-
- setConfiguration(ScriptingContainer) - Static method in class org.jruby.embed.util.SystemPropertyCatcher
-
Sets configuration parameters given by System properties.
- 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
- setConstantQuiet(String, IRubyObject) - Method in class org.jruby.RubyModule
-
Set the named constant on this module.
- setConstantValue(String, Operand) - Method in class org.jruby.compiler.ir.IRModule
-
- setContainer(Operand) - Method in class org.jruby.compiler.ir.IRScopeImpl
-
- setContext(ScriptContext) - Method in class org.jruby.embed.jsr223.JRubyEngine
-
- setContext(ThreadContext) - Method in class org.jruby.RubyThread
-
- setCount(int) - Method in class org.jruby.runtime.profile.Invocation
-
- setCritical(boolean) - Method in class org.jruby.internal.runtime.ThreadService
-
- setCurrentDirectory(String) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes a current directory to a given directory.
- setCurrentDirectory(String) - Method in class org.jruby.embed.ScriptingContainer
-
Changes a current directory to a given directory.
- 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.
- setCurrentLine(int) - Method in class org.jruby.Ruby
-
- setCurrentLineNumber(IRubyObject, int) - Static method in class org.jruby.RubyArgsFile
-
- setCurrentVisibility(Visibility) - Method in class org.jruby.runtime.ThreadContext
-
- setDataFlowSolution(String, DataFlowProblem) - Method in class org.jruby.compiler.ir.representations.CFG
-
- 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.
- setDebug(boolean) - Method in class org.jruby.RubyInstanceConfig
-
- setDefaultEncoding(Encoding) - Method in class org.jruby.parser.ParserConfiguration
-
- setDefaultExternal(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyEncoding
-
- setDefaultExternalEncoding(Encoding) - Method in class org.jruby.Ruby
-
- setDefaultInternal(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyEncoding
-
- 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
-
- setDisableGems(boolean) - Method in class org.jruby.RubyInstanceConfig
-
- setDoNotReverseLookupEnabled(boolean) - Method in class org.jruby.Ruby
-
- setDoubleBuffered(boolean) - Method in class org.jruby.JRubyApplet
-
- setDuration(long) - Method in class org.jruby.runtime.profile.Invocation
-
- setDynamicScope(DynamicScope) - Method in interface org.jruby.interpreter.InterpreterContext
-
- setDynamicScope(DynamicScope) - Method in class org.jruby.interpreter.NaiveInterpreterContext
-
- setegid(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
-
Deprecated.
- setegid(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
-
- setElse(Label) - Method in class org.jruby.compiler.ir.instructions.CaseInstr
-
- setElseNode(Node) - Method in class org.jruby.ast.CaseNode
-
- setEncoding(int, String) - Method in class org.jruby.ast.executable.AbstractScript
-
- setEncoding(Encoding) - Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- setEncoding(Encoding) - Method in class org.jruby.RubyFile
-
- setEncoding(Encoding) - Method in class org.jruby.RubyRegexp
-
- setEncoding(Encoding) - Method in class org.jruby.RubyString
-
- setEncoding(Encoding) - Method in interface org.jruby.runtime.encoding.EncodingCapable
-
- setEncodingAndCodeRange(Encoding, int) - Method in class org.jruby.RubyString
-
- setEncodingNone() - Method in class org.jruby.RubyRegexp
-
- setEncodingNone(boolean) - Method in class org.jruby.util.RegexpOptions
-
- 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.SharedBindingDynamicScope
-
- setEndArgValues(IRubyObject[], int, int) - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
-
- setEndArgValues(IRubyObject[], int, int) - Method in class org.jruby.runtime.scope.TwoVarDynamicScope
-
- setEndBB(BasicBlock) - Method in class org.jruby.compiler.ir.representations.ExceptionRegion
-
- 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
-
- setENV(RubyHash) - Method in class org.jruby.Ruby
-
- setEnvironment(Map) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes an environment variables' map.
- setEnvironment(Map) - Method in class org.jruby.embed.ScriptingContainer
-
Changes an environment variables' map.
- setEnvironment(Map) - Method in class org.jruby.RubyInstanceConfig
-
- setError(PrintStream) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes STDERR and $stderr to a gievn print stream.
- setError(Writer) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes STDERR and $stderr to a given writer.
- setError(PrintStream) - Method in class org.jruby.embed.ScriptingContainer
-
Changes STDERR and $stderr to a given print stream.
- setError(Writer) - Method in class org.jruby.embed.ScriptingContainer
-
Changes STDERR and $stderr to a given writer.
- 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
-
- setErrorWriter(Writer) - Method in class org.jruby.embed.ScriptingContainer
-
Replaces a standard error by a specified writer.
- 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.
- setEventHooksEnabled(boolean) - Method in class org.jruby.runtime.ThreadContext
-
- setException(RubyException, boolean) - Method in exception org.jruby.exceptions.RaiseException
-
Sets the exception
- setException(RubyException) - Method in interface org.jruby.interpreter.InterpreterContext
-
- setException(RubyException) - Method in class org.jruby.interpreter.NaiveInterpreterContext
-
- setExplicitKCode(KCode) - Method in class org.jruby.util.RegexpOptions
-
This regexp has an explicit encoding flag or 'nesu' letter associated
with it.
- setExtended(boolean) - Method in class org.jruby.util.RegexpOptions
-
- setExtraPositionInformation(boolean) - Method in class org.jruby.parser.ParserConfiguration
-
Should positions of nodes provide additional information in them (like character offsets).
- setExtraTypeInfo(String) - Method in class org.jruby.ast.java_signature.SignatureNode
-
- setFamily(int) - Method in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.BSDSockAddrUnix
-
- setFamily(int) - Method in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.DefaultSockAddrUnix
-
- 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.ant.RakeTaskBase
-
- setFile(String) - Method in class org.jruby.runtime.Binding
-
- setFile(String) - Method in class org.jruby.runtime.ThreadContext
-
- setFileAndLine(String, int) - 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
-
- setFilename(String) - Method in class org.jruby.runtime.backtrace.BacktraceElement
-
- 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
-
- setFirstRescueBB(BasicBlock) - Method in class org.jruby.compiler.ir.representations.ExceptionRegion
-
- setFixed(boolean) - Method in class org.jruby.util.RegexpOptions
-
- setFixnumReopened(boolean) - Method in class org.jruby.Ruby
-
Set whether the Fixnum class has been reopened and modified
- setFlag(int) - Method in class org.jruby.compiler.ASTInspector
-
- setFlag(Node, 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.
- setFloatReopened(boolean) - Method in class org.jruby.Ruby
-
Set whether the Float class has been reopened and modified
- setFrame(Frame) - Method in interface org.jruby.interpreter.InterpreterContext
-
- setFrame(Frame) - Method in class org.jruby.interpreter.NaiveInterpreterContext
-
- setFrozen(IRubyObject, boolean) - Static method in class org.jruby.BasicObjectStub
-
- 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
-
- setGenericString(String) - Method in class org.jruby.ast.java_signature.ReferenceTypeNode
-
- setGenericsTyping(String) - Method in class org.jruby.ast.java_signature.ReferenceTypeNode
-
- 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.FileTestFileMethods
-
- 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
-
- setHardExit(boolean) - Method in class org.jruby.RubyInstanceConfig
-
- setHasShebangLine(boolean) - Method in class org.jruby.RubyInstanceConfig
-
- setHomeDirectory(String) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes a JRuby home directroy to a directory of a given name.
- setHomeDirectory(String) - Method in class org.jruby.embed.ScriptingContainer
-
Changes a JRuby home directory to a directory of a given name.
- setIgnorecase(boolean) - Method in class org.jruby.util.RegexpOptions
-
- setImplementationClass(RubyModule) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
-
- setImplementationClass(RubyModule) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
-
- 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(InputStream) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes STDIN and $stdin to a given input stream.
- setInput(Reader) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes STDIN and $stdin to a given reader.
- setInput(InputStream) - Method in class org.jruby.embed.ScriptingContainer
-
Changes STDIN and $stdin to a given input stream.
- setInput(Reader) - Method in class org.jruby.embed.ScriptingContainer
-
Changes STDIN and $stdin to a given reader.
- 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(String, IRubyObject) - Method in class org.jruby.BasicObjectStub.DummyInstanceVariables
-
- setInstanceVariable(IRubyObject, String, IRubyObject) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
-
- 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
-
- setInternalVariable(String, Object) - Method in class org.jruby.BasicObjectStub.DummyInternalVariables
-
- 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
- setIsBuiltin(boolean) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
-
- setIsBuiltin(boolean) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
-
- 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.CallOneArgFixnumNode
-
- 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
-
- setJava(boolean) - Method in class org.jruby.util.RegexpOptions
-
- setJavaName(String) - Method in class org.jruby.internal.runtime.methods.JavaMethod
-
- setJavaName(String) - Method in class org.jruby.runtime.callback.InvocationCallback
-
- setJavaObject(Ruby, Object) - Method in interface org.jruby.embed.variable.BiVariable
-
Sets a Java object as a value of this object.
- setJavaObject(Ruby, Object) - Method in class org.jruby.embed.variable.GlobalVariable
-
Sets a Java object and its Ruby type as a value of this object.
- setJavaObjectVariable(Object, int, Object) - Method in class org.jruby.javasupport.JavaSupport
-
- setJavaVersion(Integer) - Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- setJitLogEvery(int) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes a value of n, so that jitted methods are logged in every n methods.
- setJitLogEvery(int) - Method in class org.jruby.embed.ScriptingContainer
-
Changes a value of n, so that jitted methods are logged in every n methods.
- setJitLogEvery(int) - Method in class org.jruby.RubyInstanceConfig
-
- setJitMax(int) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes a value of a max class cache size.
- setJitMax(int) - Method in class org.jruby.embed.ScriptingContainer
-
Changes a value of a max class cache size.
- setJitMax(int) - Method in class org.jruby.RubyInstanceConfig
-
- setJitMaxSize(int) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes a value of a max size of the bytecode generated by compiler.
- setJitMaxSize(int) - Method in class org.jruby.embed.ScriptingContainer
-
Changes a value of a max size of the bytecode generated by compiler.
- setJitMaxSize(int) - Method in class org.jruby.RubyInstanceConfig
-
- setJitThreshold(int) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes a value of the threshold that determines whether jitted methods'
call reached to the limit or not.
- setJitThreshold(int) - Method in class org.jruby.embed.ScriptingContainer
-
Changes a value of the threshold that determines whether jitted methods'
call reached to the limit or not.
- setJitThreshold(int) - Method in class org.jruby.RubyInstanceConfig
-
- setJRubyHome(ScriptingContainer) - Static method in class org.jruby.embed.util.SystemPropertyCatcher
-
Deprecated.
- setJRubyHome(String) - Method in class org.jruby.Ruby
-
- setJRubyHome(String) - Method in class org.jruby.RubyInstanceConfig
-
- setKCode(KCode) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes a value of KCode to a given value.
- setKCode(KCode) - Method in class org.jruby.embed.ScriptingContainer
-
Changes a value of KCode to a given value.
- setKCode(KCode) - Method in class org.jruby.Ruby
-
- setKCode(KCode) - Method in class org.jruby.RubyInstanceConfig
-
- setKey(Operand) - Method in class org.jruby.compiler.ir.operands.KeyValuePair
-
- setKlass(String) - Method in class org.jruby.runtime.backtrace.BacktraceElement
-
- setKlazz(RubyModule) - Method in class org.jruby.runtime.Frame
-
Set the class we are calling against.
- setLabels(List<Label>) - Method in class org.jruby.compiler.ir.instructions.CaseInstr
-
- 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
-
- setLexer(RubyYaccLexer) - Method in class org.jruby.parser.ParserSupport
-
- setLightweight(boolean) - Method in class org.jruby.ast.ArrayNode
-
- setLine(int) - Method in class org.jruby.runtime.backtrace.BacktraceElement
-
- setLine(int) - Method in class org.jruby.runtime.Binding
-
- 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
-
- setLiteral() - Method in class org.jruby.RubyRegexp
-
- setLiteral(boolean) - Method in class org.jruby.util.RegexpOptions
-
- setLoadedNativeExtensions(boolean) - Static method in class org.jruby.RubyInstanceConfig
-
- setLoader(ClassLoader) - Method in class org.jruby.RubyInstanceConfig
-
- setLoadPaths(List<String>) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes a list of load paths Ruby scripts/libraries.
- setLoadPaths(List) - Method in class org.jruby.embed.internal.AbstractLocalContextProvider
-
Deprecated.
- setLoadPaths(List) - Method in interface org.jruby.embed.internal.LocalContextProvider
-
Deprecated.
- setLoadPaths(List<String>) - Method in class org.jruby.embed.ScriptingContainer
-
Changes a list of load paths Ruby scripts/libraries.
- setLoadPaths(List<String>) - Method in class org.jruby.RubyInstanceConfig
-
- setLoadServiceCreator(RubyInstanceConfig.LoadServiceCreator) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes a LoadServiceCreator to a given one.
- setLoadServiceCreator(RubyInstanceConfig.LoadServiceCreator) - Method in class org.jruby.embed.ScriptingContainer
-
Changes a LoadServiceCreator to a given one.
- setLoadServiceCreator(RubyInstanceConfig.LoadServiceCreator) - Method in class org.jruby.RubyInstanceConfig
-
- setLocalVariable(int, Object) - Method in interface org.jruby.interpreter.InterpreterContext
-
- setLocalVariable(int, Object) - Method in class org.jruby.interpreter.NaiveInterpreterContext
-
- setLocation(int) - Method in class org.jruby.compiler.ir.operands.LocalVariable
-
- setMainStream(Stream) - Method in class org.jruby.util.io.OpenFile
-
- setMainThread(Thread, RubyThread) - Method in class org.jruby.internal.runtime.ThreadService
-
- 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 interface org.jruby.ext.ffi.MemoryIO
-
Sets the contents of the memory area to the value.
- setMemory(long, long, byte) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
-
- setMemoryIO(MemoryIO) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Replaces the native memory object backing this ruby memory object
- 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.
- setMethod(String) - Method in class org.jruby.runtime.backtrace.BacktraceElement
-
- setMethod(String) - Method in class org.jruby.runtime.Binding
-
- setMethodAdapter(SkinnyMethodAdapter) - Method in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- 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
-
- setMethodAddr(MethAddr) - Method in class org.jruby.compiler.ir.instructions.CallInstr
-
- setMethodExitLabel(Label) - Method in interface org.jruby.interpreter.InterpreterContext
-
- setMethodExitLabel(Label) - Method in class org.jruby.interpreter.NaiveInterpreterContext
-
- 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
-
- setModifiedTime(long) - Method in class org.jruby.RubyZlib.RubyGzipWriter.HeaderModifyableGZIPOutputStream
-
- setModifiers(List<Modifier>) - Method in class org.jruby.ast.java_signature.SignatureNode
-
- setModule(RubyModule) - Method in class org.jruby.parser.StaticScope
-
- setModuleSuperClass(RubyClass) - Method in class org.jruby.RubyClass
-
- setMultiline(boolean) - Method in class org.jruby.util.RegexpOptions
-
- 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.compiler.ir.IRScopeImpl
-
- setName(String) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
-
Set the base name for this method.
- setName(String) - Method in class org.jruby.runtime.Frame
-
Set the method name associated with this frame
- setNativeCall(Class, String, Class, Class[], boolean) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
-
- setNativeCall(Class, String, Class, Class[], boolean) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
-
- setNormalMethodMissing(DynamicMethod) - Method in class org.jruby.Ruby
-
- setNotImplemented(boolean) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
-
Set whether this method is "not implemented".
- setobj(IRubyObject) - Method in class org.jruby.ext.WeakRef
-
- setObject(Object) - Method in class org.jruby.java.proxies.JavaProxy
-
- setObjectJavaClass(JavaClass) - Method in class org.jruby.javasupport.JavaSupport
-
- setObjectSpaceEnabled(boolean) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes the value to determine whether the Object Space is enabled or not.
- setObjectSpaceEnabled(boolean) - Method in class org.jruby.embed.ScriptingContainer
-
Changes the value to determine whether the Object Space is enabled or not.
- setObjectSpaceEnabled(IRubyObject, IRubyObject) - Static method in class org.jruby.ext.jruby.JRubyUtilLibrary
-
- setObjectSpaceEnabled(boolean) - Method in class org.jruby.Ruby
-
- setObjectSpaceEnabled(boolean) - Method in class org.jruby.RubyInstanceConfig
-
- setOnce(boolean) - Method in class org.jruby.util.RegexpOptions
-
- setOutput(PrintStream) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes STDOUT and $stdout to a given output stream.
- setOutput(Writer) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes STDOUT and $stdout to a given writer.
- setOutput(PrintStream) - Method in class org.jruby.embed.ScriptingContainer
-
Changes STDOUT and $stdout to a given output stream.
- setOutput(Writer) - Method in class org.jruby.embed.ScriptingContainer
-
Changes STDOUT and $stdout to a given writer.
- 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
-
- setParent(Invocation) - Method in class org.jruby.runtime.profile.Invocation
-
- 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 interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes a profiler to a given one.
- setProfile(Profile) - Method in class org.jruby.embed.ScriptingContainer
-
Changes a Profile to a given one.
- setProfile(Profile) - Method in class org.jruby.RubyInstanceConfig
-
- setProtectedMethodMissing(DynamicMethod) - Method in class org.jruby.Ruby
-
- setProviderCallbackInfo(Object) - Method in class org.jruby.ext.ffi.CallbackInfo
-
- setpwent(IRubyObject) - Static method in class org.jruby.RubyEtc
-
- setRandomClass(RubyClass) - Method in class org.jruby.Ruby
-
- setRandomSeed(long) - Method in class org.jruby.Ruby
-
- setRArray(RArray) - Method in class org.jruby.RubyArray
-
- setReadBuffered() - Method in class org.jruby.util.io.OpenFile
-
- setReader(Reader) - Method in class org.jruby.embed.ScriptingContainer
-
Replaces a standard input by a specified reader
- setRecordSeparator(String) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes a record separator to a given value.
- setRecordSeparator(String) - Method in class org.jruby.embed.ScriptingContainer
-
Changes a record separator to a given value.
- setRecordSeparator(String) - Method in class org.jruby.RubyInstanceConfig
-
- setRecordSeparatorVar(GlobalVariable) - Method in class org.jruby.Ruby
-
- setRecursiveDepth(int) - Method in class org.jruby.runtime.profile.Invocation
-
- setRecursiveSet(Set<RecursiveComparator.Pair>) - Method in class org.jruby.runtime.ThreadContext
-
- setRegexpEncoding(RegexpNode, ByteList) - Method in class org.jruby.parser.ParserSupport19
-
- setReifiedClass(Class) - Method in class org.jruby.RubyClass
-
- setRenamedVariable(int, Object) - Method in interface org.jruby.interpreter.InterpreterContext
-
- setRenamedVariable(int, Object) - Method in class org.jruby.interpreter.NaiveInterpreterContext
-
- 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.
- setReturnType(TypeNode) - Method in class org.jruby.ast.java_signature.MethodSignatureNode
-
- setReturnValue(Object) - Method in interface org.jruby.interpreter.InterpreterContext
-
- setReturnValue(Object) - Method in class org.jruby.interpreter.NaiveInterpreterContext
-
- setrlimit(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
-
- setRString(RString) - Method in class org.jruby.RubyString
-
- setRubyClassAllocator(Class) - Method in class org.jruby.RubyClass
-
Set a reflective allocator that calls the "standard" Ruby object
constructor (Ruby, RubyClass) on the given class.
- setRubyFrameDelta(int) - Method in class org.jruby.runtime.ThreadContext
-
- setRubyObject(IRubyObject) - Method in interface org.jruby.embed.variable.BiVariable
-
Sets a org.jruby.runtime.builtin.IRubyObject type, Ruby object as a value
of this object.
- setRubyStaticAllocator(Class) - Method in class org.jruby.RubyClass
-
Set a reflective allocator that calls the "standard" Ruby object
constructor (Ruby, RubyClass) on the given class via a static
__allocate__ method intermediate.
- setRunRubyInProcess(boolean) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes the value to determine whether Ruby runs in a process or not.
- setRunRubyInProcess(boolean) - Method in class org.jruby.embed.ScriptingContainer
-
Changes the value to determine whether Ruby runs in a process or not.
- 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
-
- setScriptFilename(String) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
-
Changes a script filename to run.
- setScriptFilename(String) - Method in class org.jruby.embed.ScriptingContainer
-
Changes a script filename to run.
- setScriptFileName(String) - Method in class org.jruby.RubyInstanceConfig
-
- 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
- setSharedBindingVariable(int, Object) - Method in interface org.jruby.interpreter.InterpreterContext
-
- setSharedBindingVariable(int, Object) - Method in class org.jruby.interpreter.NaiveInterpreterContext
-
- 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.
- 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.CallBlock19
-
- setStaticScope(StaticScope) - Method in class org.jruby.runtime.ContextAwareBlockBody
-
- setStaticScope(StaticScope) - Method in class org.jruby.runtime.NullBlockBody
-
- setStatus(int) - Method in exception org.jruby.exceptions.MainExitException
-
- 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.CRLFStreamWrapper
-
- setSync(boolean) - Method in class org.jruby.util.io.OpenFile
-
- setSync(boolean) - Method in interface org.jruby.util.io.Stream
-
- setTaint(IRubyObject, boolean) - Static method in class org.jruby.BasicObjectStub
-
- 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(int) - Method in exception org.jruby.exceptions.JumpException.FlowControlException
-
- setTarget(Member) - Method in class org.jruby.runtime.callback.InvocationCallback
-
- setTargetPC(int) - Method in class org.jruby.compiler.ir.operands.Label
-
- setTask(String) - Method in class org.jruby.ant.Rake
-
- setTempLocal(int) - Method in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- setTempLocal(int) - Method in interface org.jruby.compiler.VariableCompiler
-
- setTemporaryVariable(int, Object) - Method in interface org.jruby.interpreter.InterpreterContext
-
- setTemporaryVariable(int, Object) - Method in class org.jruby.interpreter.NaiveInterpreterContext
-
- setThread(RubyThread) - Method in class org.jruby.runtime.ThreadContext
-
- setThrows(List<TypeNode>) - Method in class org.jruby.ast.java_signature.SignatureNode
-
- setTraceFunc(RubyProc) - Method in class org.jruby.Ruby.CallTraceFuncHook
-
- setTraceFunction(RubyProc) - Method in class org.jruby.Ruby
-
- setTraceType(TraceType) - Method in class org.jruby.RubyInstanceConfig
-
- setTraceVar(String, RubyProc) - Method in class org.jruby.internal.runtime.GlobalVariables
-
- setTypeForArray(TypeNode) - Method in class org.jruby.ast.java_signature.ArrayTypeNode
-
- 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.FileTestFileMethods
-
- setuid_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
-
- setUntrusted(IRubyObject, boolean) - Static method in class org.jruby.BasicObjectStub
-
- 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(CFG) - Method in class org.jruby.compiler.ir.dataflow.analyses.LiveVariablesProblem
-
- setup(CFG) - Method in class org.jruby.compiler.ir.dataflow.DataFlowProblem
-
- setup(ThreadContext, IRubyObject, IRubyObject[]) - Method in class org.jruby.java.proxies.ArrayJavaProxyCreator
-
- 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
-
- setup19(Ruby) - Method in class org.jruby.util.RegexpOptions
-
Calculate the encoding based on kcode option set via 'nesu'.
- 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
-
- setupBlockArg(Ruby, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.InterpretedIRBlockBody
-
- setupBlockArgs(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.CompiledBlock
-
- setupBlockArgs(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.InterpretedIRBlockBody
-
- setupCallArgs(Node, IRScope) - Method in class org.jruby.compiler.ir.IRBuilder
-
- setupInterfaceModule(RubyModule) - Method in class org.jruby.javasupport.JavaClass
-
- setupProxy(RubyClass) - Method in class org.jruby.javasupport.JavaClass
-
- setUpUseDefLocalVarMaps() - Method in class org.jruby.compiler.ir.representations.CFG
-
- 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(Operand) - Method in class org.jruby.compiler.ir.operands.KeyValuePair
-
- 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(Object) - Method in class org.jruby.RubyHash.RubyHashEntry
-
- setValue(ThreadContext, IRubyObject) - Method in class org.jruby.RubyJRuby.JRubyExecutionContextLocal
-
- 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.SharedBindingDynamicScope
-
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.SharedBindingDynamicScope
-
- 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.SharedBindingDynamicScope
-
- 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
-
- setValueThreeDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
-
- 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.SharedBindingDynamicScope
-
- 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
-
- setValueZeroDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
-
- setVariable(Ruby, int, String, IRubyObject, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
-
- setVariable(Ruby, int, String, IRubyObject, IRubyObject) - Method in class org.jruby.ast.executable.RuntimeCache
-
- setVariable(IRubyObject, int, Object) - Static method in class org.jruby.BasicObjectStub
-
- setVariable(BiVariable) - Method in class org.jruby.embed.internal.BiVariableMap
-
Deprecated.
- setVariable(RubyObject, BiVariable) - Method in class org.jruby.embed.internal.BiVariableMap
-
- 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(List<Operand>) - Method in class org.jruby.compiler.ir.instructions.CaseInstr
-
- 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.DefaultMethod
-
- setVisibility(Visibility) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
-
- 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
-
- setWriter(Writer) - Method in class org.jruby.embed.ScriptingContainer
-
Replaces a standard output by a specified writer.
- SexpMaker - Class in org.jruby.ast.util
-
- SHA1 - Class in org.jruby.libraries
-
- SHA1() - Constructor for class org.jruby.libraries.SHA1
-
- SHA2 - Class in org.jruby.libraries
-
- SHA2() - Constructor for class org.jruby.libraries.SHA2
-
- shadowing_lvar(Token) - Method in class org.jruby.parser.ParserSupport
-
- SharedBindingDynamicScope - Class in org.jruby.runtime.scope
-
- SharedBindingDynamicScope(StaticScope, IRMethod) - Constructor for class org.jruby.runtime.scope.SharedBindingDynamicScope
-
- 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) - Constructor for class org.jruby.util.ShellLauncher.POpenProcess
-
- shift(ThreadContext) - Method in class org.jruby.java.proxies.MapJavaProxy
-
rb_hash_shift
- shift(ThreadContext) - Method in class org.jruby.RubyArray
-
rb_ary_shift
- shift(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
-
- shift(ThreadContext) - Method in class org.jruby.RubyHash
-
rb_hash_shift
- shiftedArray(IRubyObject[], int) - Method in class org.jruby.runtime.assigner.Assigner
-
- ShiftLeftCallSite - Class in org.jruby.runtime.callsite
-
- ShiftLeftCallSite() - Constructor for class org.jruby.runtime.callsite.ShiftLeftCallSite
-
- ShiftRightCallSite - Class in org.jruby.runtime.callsite
-
- ShiftRightCallSite() - Constructor for class org.jruby.runtime.callsite.ShiftRightCallSite
-
- SHORT - Static variable in class org.jruby.ast.java_signature.PrimitiveTypeNode
-
- SHORT - Static variable in class org.jruby.parser.JavaSignatureParser
-
- 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.embed.osgi.internal.OSGiBundlesSearcher
-
- 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
-
- shouldTrySearch(LoadService.SearchState) - Method in class org.jruby.runtime.load.LoadService.SourceBailoutSearcher
-
- shouldUseBoxedArgs(StaticScope) - Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- shuffle(ThreadContext) - Method in class org.jruby.RubyArray
-
- shuffle(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyArray
-
- shuffle_bang(ThreadContext) - Method in class org.jruby.RubyArray
-
- shuffle_bang(ThreadContext, IRubyObject[]) - 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
-
- shutdown(int, int) - Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- shutdown(ThreadContext) - Method in class org.jruby.libraries.ThreadLibrary.Queue
-
- Shutdownable - Interface in org.jruby.ext.socket
-
- shutdownInput() - Method in interface org.jruby.ext.socket.Shutdownable
-
- shutdownOutput() - Method in interface org.jruby.ext.socket.Shutdownable
-
- 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
- sig(Class[]) - Static method in class org.jruby.util.CodegenUtils
-
- sig(Class, String, Class...) - Static method in class org.jruby.util.CodegenUtils
-
- 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
-
- SignatureNode - Class in org.jruby.ast.java_signature
-
- SignatureNode(String, List<ParameterNode>) - Constructor for class org.jruby.ast.java_signature.SignatureNode
-
- signers() - Method in class org.jruby.javasupport.JavaClass
-
- sigParams(Class...) - Static method in class org.jruby.util.CodegenUtils
-
- sigParams(String, 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
-
- 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
-
- simplifyAndGetResult(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.BOX_Instr
-
- simplifyAndGetResult(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.CopyInstr
-
- simplifyAndGetResult(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.GetArrayInstr
-
- simplifyAndGetResult(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.GetConstInstr
-
- simplifyAndGetResult(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.Instr
-
This method takes as input a map of operands to their values, and outputs
the result of this instruction.
- simplifyAndGetResult(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.IsTrueInstr
-
- simplifyAndGetResult(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.NotInstr
-
- simplifyAndGetResult(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.SearchConstInstr
-
- simplifyAndGetResult(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.UNBOX_Instr
-
- simplifyOperands(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.AllocateBindingInstr
-
- simplifyOperands(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.AttrAssignInstr
-
- simplifyOperands(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.CallInstr
-
- simplifyOperands(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.CaseInstr
-
- simplifyOperands(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.DefineClassMethodInstr
-
- simplifyOperands(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.DefineInstanceMethodInstr
-
- simplifyOperands(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.ExceptionRegionEndMarkerInstr
-
- simplifyOperands(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.ExceptionRegionStartMarkerInstr
-
- simplifyOperands(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.GetInstr
-
- simplifyOperands(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.Instr
-
This method takes as input a map of operands to their values, and outputs
If the value map provides a value for any of the instruction's operands
this method is expected to replace the original operands with the simplified values.
- simplifyOperands(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.LoadFromBindingInstr
-
- simplifyOperands(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.NoOperandInstr
-
- simplifyOperands(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.OneOperandInstr
-
- simplifyOperands(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.PutInstr
-
- simplifyOperands(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.TwoOperandInstr
-
- simplifyOperands(Map<Operand, Operand>) - Method in class org.jruby.compiler.ir.instructions.YieldInstr
-
- sin(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
-
- sin19(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
-
- SingleThreadLocalContextProvider - Class in org.jruby.embed.internal
-
- SingleThreadLocalContextProvider(LocalVariableBehavior, boolean) - Constructor for class org.jruby.embed.internal.SingleThreadLocalContextProvider
-
- singleton_class(IRubyObject) - Static method in class org.jruby.java.proxies.JavaProxy
-
- singleton_class(IRubyObject) - Static method in class org.jruby.RubyKernel
-
- singleton_method_added(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- singleton_method_added19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyBasicObject
-
- singleton_method_removed(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- singleton_method_removed19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyBasicObject
-
- singleton_method_undefined(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
-
- singleton_method_undefined19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyBasicObject
-
- singleton_methods(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
-
rb_obj_singleton_methods
call-seq:
obj.singleton_methods(all=true) => array
Returns an array of the names of singleton methods for obj.
- singleton_methods(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
-
- singleton_methods19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
-
- singleton_methods19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
-
- SingletonLocalContextProvider - Class in org.jruby.embed.internal
-
Singleton type local context provider.
- SingletonLocalContextProvider(LocalVariableBehavior, boolean) - Constructor for class org.jruby.embed.internal.SingletonLocalContextProvider
-
- SingletonMethodInvoker - Class in org.jruby.java.invokers
-
- SingletonMethodInvoker(Object, RubyClass, List<Method>) - Constructor for class org.jruby.java.invokers.SingletonMethodInvoker
-
- SingletonMethodInvoker(Object, RubyClass, Method) - Constructor for class org.jruby.java.invokers.SingletonMethodInvoker
-
- 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
-
- singlifySplattedValue19() - Method in interface org.jruby.compiler.BodyCompiler
-
1.9 version of singlifySplattedValue.
- singlifySplattedValue19() - Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- sinh(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
-
- sinh19(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() - Method in class org.jruby.embed.internal.BiVariableMap
-
Returns the number of key-value mappings in this map.
- size - Variable in class org.jruby.ext.ffi.AbstractMemory
-
The total size of the memory area
- size(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout.ArrayProxy
-
- size(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout.Field
-
- 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(ThreadContext) - Method in class org.jruby.RubyFile
-
- size() - Method in class org.jruby.RubyFileStat
-
- size(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
-
- size(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
-
- size(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
-
- size() - Method in class org.jruby.RubyFixnum
-
fix_size
- size - Variable in class org.jruby.RubyHash
-
- 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
-
- 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(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
-
- size_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
-
- size_p(ThreadContext, 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.NoImplFactory
-
- SJIS - Static variable in class org.jruby.RubyNKF
-
- SkinnyMethodAdapter - Class in org.jruby.compiler.impl
-
- SkinnyMethodAdapter(MethodVisitor) - Constructor for class org.jruby.compiler.impl.SkinnyMethodAdapter
-
Creates a new instance of SkinnyMethodAdapter
- SkinnyMethodAdapter(ClassVisitor, int, String, String, String, String[]) - Constructor for class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- SkinnyMethodAdapter() - Constructor for class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- skip(long) - Method in class org.jruby.embed.io.ReaderInputStream
-
Skips over and discards n bytes of data from this input
stream.
- 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
-
- skipOverNewlines(IRScope, Node) - Method in class org.jruby.compiler.ir.IRBuilder
-
- skipUntil(int) - Method in class org.jruby.lexer.yacc.ByteArrayLexerSource
-
- 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) - Method in class org.jruby.libraries.ThreadLibrary.Mutex
-
- sleep(ThreadContext, IRubyObject) - Method in class org.jruby.libraries.ThreadLibrary.Mutex
-
- 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(Ruby, long, long) - Method in class org.jruby.ext.ffi.AbstractMemory
-
- slice(long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
-
- slice(long, long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
-
- slice(Ruby, long) - Method in class org.jruby.ext.ffi.Buffer
-
- slice(Ruby, long, long) - Method in class org.jruby.ext.ffi.Buffer
-
- slice(long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
-
- slice(long, long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
-
- 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(long, 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(Ruby, long) - Method in class org.jruby.ext.ffi.Pointer
-
- slice(Ruby, long, long) - Method in class org.jruby.ext.ffi.Pointer
-
- slice(long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
-
- slice(long, long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
-
- 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
-
- smartDump(MarshalStream, IRubyObject) - Method in class org.jruby.RubyClass
-
Marshal the given object to the marshaling stream, being "smart" and
caching how to do that marshaling.
- smartLoad(String) - Method in class org.jruby.runtime.load.LoadService
-
- smartLoadNewUser(IRubyObject, IRubyObject) - Method in class org.jruby.RubyClass
-
Load marshaled data into a blank target object using marshal_load, being
"smart" and caching the mechanism for invoking marshal_load.
- smartLoadOldUser(IRubyObject) - Method in class org.jruby.RubyClass
-
Load marshaled data into a blank target object using _load, being
"smart" and caching the mechanism for invoking _load.
- 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.FileTestFileMethods
-
- socket_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
-
- SocketLibrary - Class in org.jruby.ext.socket
-
- SocketLibrary() - Constructor for class org.jruby.ext.socket.SocketLibrary
-
- 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
-
- SoftReferenceReaper<T> - Class in org.jruby.util
-
- SoftReferenceReaper(T) - Constructor for class org.jruby.util.SoftReferenceReaper
-
- solaris_p(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.Platform
-
- sort(ThreadContext, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
-
rb_hash_sort
- 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(Object[], Comparator) - Static method in class org.jruby.util.Qsort
-
- sort(Object[], int, int, Comparator) - Static method in class org.jruby.util.Qsort
-
- sort19(ThreadContext, Block) - Method in class org.jruby.RubyArray
-
- sort_bang(ThreadContext, Block) - Method in class org.jruby.RubyArray
-
rb_ary_sort_bang
- sort_bang19(ThreadContext, Block) - Method in class org.jruby.RubyArray
-
- sort_by(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
- sort_byCommon(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
-
- source() - Method in class org.jruby.RubyRegexp
-
rb_reg_source
- source_location(ThreadContext) - Method in class org.jruby.RubyMethod
-
- source_location(ThreadContext) - Method in class org.jruby.RubyProc
-
- sourcePattern - Static variable in class org.jruby.runtime.load.LoadService
-
- sourceSuffixes - Static variable in enum org.jruby.runtime.load.LoadService.SuffixType
-
- spawn(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
-
Deprecated.
- SPECIAL_JUMP - Static variable in exception org.jruby.exceptions.JumpException
-
- SpecialArgs - Interface in org.jruby.ast
-
Marker for special arguments (see {F,}CallSpecialArgsNode...
- specificArity - Variable in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- specificArity - Variable in class org.jruby.compiler.impl.MethodBodyCompiler
-
- specificEval(ThreadContext, RubyModule, Block) - Method in class org.jruby.RubyBasicObject
-
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.RubyBasicObject
-
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.RubyBasicObject
-
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.RubyBasicObject
-
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
-
Deprecated.
- Splat - Class in org.jruby.compiler.ir.operands
-
- Splat(Operand) - Constructor for class org.jruby.compiler.ir.operands.Splat
-
- Splat19Node - Class in org.jruby.ast
-
- Splat19Node(ISourcePosition, Node) - Constructor for class org.jruby.ast.Splat19Node
-
- splat_array(Node) - Method in class org.jruby.parser.ParserSupport
-
If node is a splat and it is splatting a literal array then return the literal array.
- splatCurrentValue(BodyCompiler) - Method in class org.jruby.compiler.ASTCompiler
-
- splatCurrentValue(BodyCompiler) - Method in class org.jruby.compiler.ASTCompiler19
-
- splatCurrentValue(String) - 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(String) - 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(IRubyObject) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- splatValue19(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
-
- splitAtInstruction(Instr, Label, boolean) - Method in class org.jruby.compiler.ir.representations.BasicBlock
-
- splitCalls() - Method in class org.jruby.compiler.ir.representations.CFG
-
- splitURI(String) - Static method in class org.jruby.RubyFile
-
- 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
-
- sqrt19(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
-
- srand(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyRandom
-
- srand(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyRandom
-
- srand19(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- srand19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- srandCommon(ThreadContext, IRubyObject, IRubyObject, boolean) - Static method in class org.jruby.RubyRandom
-
- st_size() - Method in class org.jruby.RubyFileStat.ZipFileStat
-
- 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
- StandardASMCompiler.InvokerDescriptor - Class in org.jruby.compiler.impl
-
- StandardASMCompiler.InvokerDescriptor(String, String, String, Arity, StaticScope, CallConfiguration, String, int) - Constructor for class org.jruby.compiler.impl.StandardASMCompiler.InvokerDescriptor
-
- StandardError - Class in org.jruby.compiler.ir.operands
-
- StandardError() - Constructor for class org.jruby.compiler.ir.operands.StandardError
-
- 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(ThreadContext, 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_document(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.psych.PsychEmitter
-
- start_mapping(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.psych.PsychEmitter
-
- start_sequence(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.psych.PsychEmitter
-
- start_stream(ThreadContext, IRubyObject) - Method in class org.jruby.ext.psych.PsychEmitter
-
- 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
-
- startFileMethod(CompilerCallback, StaticScope, ASTInspector) - Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- startFileMethod(CompilerCallback, StaticScope, ASTInspector) - Method in interface org.jruby.compiler.ScriptCompiler
-
Begin compilation for the root of a script named __file__.
- STARTING_DSTR_SIZE - Static variable in class org.jruby.compiler.impl.StandardASMCompiler
-
- startLabel - Variable in class org.jruby.compiler.ir.IRClosure
-
- startLabel - Variable in class org.jruby.compiler.ir.IRMethod
-
- startLoop(IRLoop) - Method in class org.jruby.compiler.ir.IRExecutionScope
-
- 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.
- startProfiling() - Method in class org.jruby.runtime.ThreadContext
-
- 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
-
- startsBasicBlock() - Method in enum org.jruby.compiler.ir.Operation
-
- 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 - Static variable in class org.jruby.parser.JavaSignatureParser
-
- 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
-
- StaticMethodInvoker(RubyClass, 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
-
- stdcall - Variable in class org.jruby.ext.ffi.CallbackInfo
-
- 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
-
- 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, 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.FileTestFileMethods
-
- 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
-
- stopProfiling() - Method in class org.jruby.runtime.ThreadContext
-
- store(InterpreterContext, Object) - Method in class org.jruby.compiler.ir.operands.GlobalVariable
-
- store(InterpreterContext, Object) - Method in class org.jruby.compiler.ir.operands.LocalVariable
-
- store(InterpreterContext, Object) - Method in class org.jruby.compiler.ir.operands.ModuleMetaObject
-
- store(InterpreterContext, Object) - Method in class org.jruby.compiler.ir.operands.Operand
-
- store(InterpreterContext, Object) - Method in class org.jruby.compiler.ir.operands.RenamedVariable
-
- store(InterpreterContext, Object) - Method in class org.jruby.compiler.ir.operands.TemporaryVariable
-
- store(long, IRubyObject) - Method in class org.jruby.RubyArray
-
rb_ary_store
- store(RubySymbol) - Method in class org.jruby.RubySymbol.SymbolTable
-
Deprecated.
- 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
-
- StoreToBindingInstr - Class in org.jruby.compiler.ir.instructions
-
- StoreToBindingInstr(IRExecutionScope, String, Operand) - Constructor for class org.jruby.compiler.ir.instructions.StoreToBindingInstr
-
- 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.
- str2fnum19(Ruby, RubyString, boolean) - Static method in class org.jruby.RubyNumeric
-
- 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
-
- stress(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyGC
-
- stress_set(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyGC
-
- strftime(IRubyObject) - Method in class org.jruby.RubyTime
-
- STRICTFP - Static variable in class org.jruby.parser.JavaSignatureParser
-
- 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
-
- 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
-
- StringLiteral - Class in org.jruby.compiler.ir.operands
-
- StringLiteral(ByteList) - Constructor for class org.jruby.compiler.ir.operands.StringLiteral
-
- StringLiteral(String) - Constructor for class org.jruby.compiler.ir.operands.StringLiteral
-
- stringOrNil() - Method in interface org.jruby.compiler.BodyCompiler
-
- stringOrNil() - Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- stringOrNil(ByteList, ThreadContext) - 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
-
- stringToInum(int, boolean) - Method in class org.jruby.RubyString
-
rb_str_to_inum
- stringToInum19(int, boolean) - Method in class org.jruby.RubyString
-
- stringToRawBytes(String) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- 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, ByteList, int) - 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_class(ThreadContext) - Method in class org.jruby.ext.ffi.StructByReference
-
- struct_class(ThreadContext) - Method in class org.jruby.ext.ffi.StructByValue
-
- StructByReference - Class in org.jruby.ext.ffi
-
- StructByValue - Class in org.jruby.ext.ffi
-
- StructLayout - Class in org.jruby.ext.ffi
-
Defines the memory layout for a native structure.
- StructLayout.ArrayField - Class in org.jruby.ext.ffi
-
- StructLayout.ArrayField(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.StructLayout.ArrayField
-
- StructLayout.ArrayProxy - Class in org.jruby.ext.ffi
-
- StructLayout.CharArrayProxy - Class in org.jruby.ext.ffi
-
- StructLayout.EnumField - Class in org.jruby.ext.ffi
-
- StructLayout.EnumField(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.StructLayout.EnumField
-
- StructLayout.Field - Class in org.jruby.ext.ffi
-
- StructLayout.FunctionField - Class in org.jruby.ext.ffi
-
- StructLayout.FunctionField(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.StructLayout.FunctionField
-
- StructLayout.InnerStructField - Class in org.jruby.ext.ffi
-
- StructLayout.InnerStructField(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.StructLayout.InnerStructField
-
- StructLayout.MappedField - Class in org.jruby.ext.ffi
-
- StructLayout.MappedField(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.StructLayout.MappedField
-
- StructLayout.Member - Class in org.jruby.ext.ffi
-
A struct member.
- StructLayout.Member(StructLayout.Field, int, int, int) - Constructor for class org.jruby.ext.ffi.StructLayout.Member
-
Initializes a new Member instance
- StructLayout.NumberField - Class in org.jruby.ext.ffi
-
- StructLayout.NumberField(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.StructLayout.NumberField
-
- StructLayout.PointerField - Class in org.jruby.ext.ffi
-
- StructLayout.PointerField(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.StructLayout.PointerField
-
- StructLayout.Storage - Interface 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
-
- subarrayOrEmpty(RubyArray, Ruby, int, 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...) - 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
-
- subsec() - Method in class org.jruby.RubyTime
-
- 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
-
- 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.BSDSockAddrUnix
-
- sun_family - Variable in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.DefaultSockAddrUnix
-
- sun_len - Variable in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.BSDSockAddrUnix
-
- sun_path - Variable in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.BSDSockAddrUnix
-
- sun_path - Variable in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.DefaultSockAddrUnix
-
- 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 - Static variable in class org.jruby.compiler.ir.operands.MethAddr
-
- SUPER - Static variable in class org.jruby.parser.JavaSignatureParser
-
- SUPER_BYTELIST - Static variable in class org.jruby.ast.Node
-
- 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 - Variable in class org.jruby.compiler.ir.IRClass
-
- 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
-
- 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
-
- SValue - Class in org.jruby.compiler.ir.operands
-
- SValue(Operand) - Constructor for class org.jruby.compiler.ir.operands.SValue
-
- SValue19Node - Class in org.jruby.ast
-
- SValue19Node(ISourcePosition, Node) - Constructor for class org.jruby.ast.SValue19Node
-
- SValueNode - Class in org.jruby.ast
-
- SValueNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.SValueNode
-
- swallow(int) - Method in class org.jruby.RubyIO
-
- swallowBB(BasicBlock) - Method in class org.jruby.compiler.ir.representations.BasicBlock
-
- 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
-
- SwappedMemoryIO - Class in org.jruby.ext.ffi
-
- 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 - Class in org.jruby.compiler.ir.operands
-
- Symbol(String) - Constructor for class org.jruby.compiler.ir.operands.Symbol
-
- SYMBOL - Static variable in class org.jruby.runtime.ClassIndex
-
- SYMBOL_ENCODING_SPECIAL - Static variable in class org.jruby.runtime.marshal.MarshalStream
-
- symbol_map(ThreadContext) - Method in class org.jruby.ext.ffi.Enum
-
- 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.RuntimeCache
-
- symbols(ThreadContext) - Method in class org.jruby.ext.ffi.Enum
-
- 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.FileTestFileMethods
-
- 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(ThreadContext, IRubyObject) - Method in class org.jruby.RubyZlib.Inflate
-
- sync() - Method in class org.jruby.RubyZlib.RubyGzipFile
-
- sync - Variable in class org.jruby.util.io.ChannelStream
-
- sync() - Method in class org.jruby.util.io.ChannelStream
-
- sync() - Method in class org.jruby.util.io.CRLFStreamWrapper
-
- 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_point() - Method in class org.jruby.RubyZlib.Inflate
-
- sync_point_p() - Method in class org.jruby.RubyZlib.Inflate
-
- sync_set(IRubyObject) - Method in class org.jruby.RubyIO
-
Sets the current sync mode.
- syncClassVariables(RubyModule) - Method in class org.jruby.RubyModule
-
- syncConstants(RubyModule) - Method in class org.jruby.RubyModule
-
- synchronize(ThreadContext, Block) - Method in class org.jruby.libraries.ThreadLibrary.Mutex
-
- SYNCHRONIZED - Static variable in class org.jruby.parser.JavaSignatureParser
-
- SynchronizedDynamicMethod - Class in org.jruby.internal.runtime.methods
-
- SynchronizedDynamicMethod(DynamicMethod) - Constructor for class org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
-
- syncObject - Variable in class org.jruby.internal.runtime.methods.InvocationMethodFactory
-
An object to sync against when loading classes, to avoid dups
- syncVariables(IRubyObject, List<Variable<Object>>) - Static method in class org.jruby.BasicObjectStub
-
- syncVariables(List<Variable<Object>>) - Method in class org.jruby.RubyBasicObject
-
Deprecated.
- syncVariables(IRubyObject) - Method in class org.jruby.RubyBasicObject
-
Sync one this object's variables with other's - this is used to make
rbClone work correctly.
- syncVariables(List<Variable<Object>>) - Method in interface org.jruby.runtime.builtin.IRubyObject
-
Deprecated.
- syncVariables(IRubyObject) - Method in interface org.jruby.runtime.builtin.IRubyObject
-
Sets object's variables to those in the supplied object,
removing/replacing any previously defined variables of the same name.
- SYNCWRITE - Static variable in class org.jruby.util.io.OpenFile
-
- SyntaxException - Exception in org.jruby.lexer.yacc
-
- SyntaxException(SyntaxException.PID, ISourcePosition, String, 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
-
- sysFail(Ruby, String) - Static method in class org.jruby.cext.JRuby
-
rb_sys_fail
- sysFail(Ruby, String, int) - Static method in class org.jruby.cext.JRuby
-
- sysopen(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
-
- sysopen19(ThreadContext, 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
-
- system19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
-
- SystemPropertyCatcher - Class in org.jruby.embed.util
-
Utility methods to retrieve System properties or environment variables to
get configuration parameters.
- SystemPropertyCatcher() - Constructor for class org.jruby.embed.util.SystemPropertyCatcher
-
- syswrite(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
-
T
- tableswitch(int, int, Label, Label[]) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- tag(ThreadContext) - Method in class org.jruby.ext.ffi.Enum
-
- tag - Variable in error org.jruby.RubyContinuation.Continuation
-
- taint(Ruby) - Method in class org.jruby.RubyBasicObject
-
- taint(ThreadContext) - Method in class org.jruby.RubyBasicObject
-
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.RubyBoolean
-
- taint(ThreadContext) - Method in class org.jruby.RubyFixnum
-
- taint(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- taint(ThreadContext) - Method in class org.jruby.RubyNil
-
- 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.RubyBasicObject
-
rb_obj_tainted
call-seq:
obj.tainted? => true or false
Returns true if the object is tainted.
- tainted_p(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- 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
-
- tan19(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
-
- tanh19(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 class org.jruby.compiler.ir.instructions.JumpInstr
-
- TARGET - Variable in class org.jruby.compiler.ir.instructions.PutInstr
-
- 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.Ruby
-
Make sure Kernel#at_exit procs get invoked on runtime shutdown.
- tearDown(boolean) - Method in class org.jruby.Ruby
-
- tearDown(boolean) - Method in class org.jruby.util.JRubyClassLoader
-
Called when the parent runtime is torn down.
- tell(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
-
- tell() - Method in class org.jruby.RubyDir
-
Returns the current position in the directory.
- TempfileLibrary - Class in org.jruby.libraries
-
- TempfileLibrary() - Constructor for class org.jruby.libraries.TempfileLibrary
-
- TemporaryClosureVariable - Class in org.jruby.compiler.ir.operands
-
- TemporaryClosureVariable(int, int) - Constructor for class org.jruby.compiler.ir.operands.TemporaryClosureVariable
-
- TemporaryVariable - Class in org.jruby.compiler.ir.operands
-
A set of variables which are only used in a particular scope and never
visible to Ruby itself.
- TemporaryVariable(int) - Constructor for class org.jruby.compiler.ir.operands.TemporaryVariable
-
- temporaryVariables - Variable in class org.jruby.interpreter.NaiveInterpreterContext
-
- 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.embed.bsf.JRubyEngine
-
- terminate() - Method in class org.jruby.embed.internal.ConcurrentLocalContextProvider
-
- terminate() - Method in interface org.jruby.embed.internal.LocalContextProvider
-
Clears up a variable map.
- terminate() - Method in class org.jruby.embed.internal.SingleThreadLocalContextProvider
-
- terminate() - Method in class org.jruby.embed.internal.SingletonLocalContextProvider
-
- terminate() - Method in class org.jruby.embed.internal.ThreadSafeLocalContextProvider
-
- terminate() - Method in class org.jruby.embed.ScriptingContainer
-
Cleanly shut down this ScriptingContainer and any JRuby resources it holds.
- 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.RubyStringScanner
-
- terminateGlobalVariables(LocalVariableBehavior, List<BiVariable>, Ruby) - Static method in class org.jruby.embed.variable.VariableInterceptor
-
Clears global variable values from Ruby runtime to behave the same as
JSR 223 reference implementation.
- terminateLocalVariables(LocalVariableBehavior, List<String>, List<BiVariable>) - Static method in class org.jruby.embed.variable.VariableInterceptor
-
Clears local variables form the variable map so that old local variable
name-value pairs are not to be used in successive evaluations.
- test(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
-
- 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.
- 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"
- THREAD - Static variable in class org.jruby.runtime.ClassIndex
-
- THREADCONTEXT - Static variable in class org.jruby.compiler.impl.StandardASMCompiler
-
- ThreadContext - Class in org.jruby.runtime
-
- 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
- THREADGROUP - Static variable in class org.jruby.runtime.ClassIndex
-
- 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
-
- ThreadLibrary.ThreadMethods - Class in org.jruby.libraries
-
- ThreadLibrary.ThreadMethods() - Constructor for class org.jruby.libraries.ThreadLibrary.ThreadMethods
-
- ThreadLike - Interface in org.jruby.internal.runtime
-
- ThreadPollInstr - Class in org.jruby.compiler.ir.instructions
-
- ThreadPollInstr() - Constructor for class org.jruby.compiler.ir.instructions.ThreadPollInstr
-
- ThreadSafeLocalContextProvider - Class in org.jruby.embed.internal
-
- ThreadSafeLocalContextProvider(LocalVariableBehavior, boolean) - Constructor for class org.jruby.embed.internal.ThreadSafeLocalContextProvider
-
- ThreadService - Class in org.jruby.internal.runtime
-
ThreadService maintains lists ofall the JRuby-specific thread data structures
needed for Ruby's threading API and for JRuby's execution.
- 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
-
- threadSleep(Ruby, int) - Static method in class org.jruby.cext.JRuby
-
- 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
-
- THROW_EXCEPTION_Instr - Class in org.jruby.compiler.ir.instructions
-
- THROW_EXCEPTION_Instr(Operand) - Constructor for class org.jruby.compiler.ir.instructions.THROW_EXCEPTION_Instr
-
- throwException(Throwable) - Method in class org.jruby.util.unsafe.SunUnsafeWrapper
-
- throwException(Throwable) - Method in interface org.jruby.util.unsafe.Unsafe
-
- THROWS - Static variable in class org.jruby.parser.JavaSignatureParser
-
- throwTypes - Variable in class org.jruby.ast.java_signature.SignatureNode
-
- 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
-
- 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
-
- TimeOutputFormatter - Class in org.jruby.util
-
Support for GNU-C output formatters, see: http://www.gnu.org/software/libc/manual/html_node/Formatting-Calendar-Time.html
- TimeOutputFormatter(String, int) - Constructor for class org.jruby.util.TimeOutputFormatter
-
- 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
-
- timeSpentInChild(int) - Method in class org.jruby.runtime.profile.InvocationSet
-
- 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.java.proxies.MapJavaProxy
-
rb_hash_to_a
- to_a(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyArgsFile
-
- to_a() - Method in class org.jruby.RubyArray
-
rb_ary_to_a
- to_a() - Method in class org.jruby.RubyBasicObject
-
rb_any_to_a
call-seq:
obj.to_a -> anArray
Returns an array representation of obj.
- to_a(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyEnumerable
-
- to_a(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyEnumerable
-
- to_a() - Method in class org.jruby.RubyHash
-
rb_hash_to_a
- to_a(IRubyObject) - Static method in class org.jruby.RubyKernel
-
- 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(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_a19(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyEnumerable
-
- to_a19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyEnumerable
-
- TO_ARY - Static variable in class org.jruby.compiler.ir.operands.MethAddr
-
- to_ary() - Method in class org.jruby.RubyArray
-
- 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_channel(ThreadContext, IRubyObject) - Static method in class org.jruby.java.addons.IOJavaAddons
-
- 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_f19() - Method in class org.jruby.RubyString
-
- 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.java.proxies.MapJavaProxy
-
rb_hash_to_hash
- to_hash() - Method in class org.jruby.RubyGlobal.StringOnlyRubyHash
-
- to_hash() - Method in class org.jruby.RubyHash
-
rb_hash_to_hash
- 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_i19() - Method in class org.jruby.RubyString
-
- to_i19(IRubyObject) - Method in class org.jruby.RubyString
-
- 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_int19() - Method in class org.jruby.RubyBigDecimal
-
- 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_java(ThreadContext, IRubyObject) - Static method in class org.jruby.java.addons.KernelJavaAddons
-
- to_java(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.java.addons.KernelJavaAddons
-
- to_java_bytes(ThreadContext, IRubyObject) - Static method in class org.jruby.java.addons.StringJavaAddons
-
- 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_native(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.DataConverter
-
- to_native(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.Enum
-
- to_native(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.MappedType
-
- to_native(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.StructByReference
-
- 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) - Method in class org.jruby.RubySymbol
-
- to_proc(ThreadContext, Block) - Method in class org.jruby.RubyUnboundMethod
-
- to_ptr(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout.ArrayProxy
-
- to_r(ThreadContext) - Method in class org.jruby.RubyComplex
-
nucomp_to_r
- 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_r(ThreadContext) - Method in class org.jruby.RubyTime
-
- to_s(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.ffi.AbstractMemory
-
- 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.Pointer
-
- to_s(ThreadContext) - Method in class org.jruby.ext.ffi.StructByReference
-
- to_s(ThreadContext) - Method in class org.jruby.ext.ffi.StructByValue
-
- to_s(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout.CharArrayProxy
-
- to_s(ThreadContext) - Method in class org.jruby.ext.ffi.Type.Builtin
-
- to_s(ThreadContext) - Method in class org.jruby.java.proxies.MapJavaProxy
-
rb_hash_to_s
- to_s() - Method in class org.jruby.javasupport.JavaObject
-
- to_s(Ruby, Object) - Static 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() - Method in class org.jruby.RubyBasicObject
-
rb_any_to_s
call-seq:
obj.to_s => string
Returns a string representing obj.
- 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.RubyBignum
-
- to_s(IRubyObject) - Method in class org.jruby.RubyBignum
-
- to_s() - Method in class org.jruby.RubyClassPathVariable
-
- to_s(ThreadContext) - Method in class org.jruby.RubyComplex
-
nucomp_to_s
- to_s(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyDigest.DigestInstance
-
- 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.CaseInsensitiveStringOnlyRubyHash
-
- to_s(ThreadContext) - Method in class org.jruby.RubyHash
-
rb_hash_to_s & to_s_hash
- to_s(IRubyObject) - Static method in class org.jruby.RubyKernel
-
- 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.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_s19(ThreadContext) - Method in class org.jruby.java.proxies.MapJavaProxy
-
rb_hash_to_s19
- to_s19(ThreadContext) - Method in class org.jruby.RubyHash
-
- to_s19() - Method in class org.jruby.RubyProc
-
- to_s19() - Method in class org.jruby.RubyTime
-
- to_str(ThreadContext) - Method in class org.jruby.RubyException
-
- to_str(ThreadContext) - Method in class org.jruby.RubyNameError.RubyNameErrorMessage
-
- to_string() - Method in class org.jruby.javasupport.JavaAccessibleObject
-
- to_sym(ThreadContext) - Method in class org.jruby.ext.ffi.Type.Builtin
-
- to_sym() - Method in class org.jruby.RubyFixnum
-
fix_to_sym
- to_sym() - Method in class org.jruby.RubySymbol
-
- to_sym19() - Method in class org.jruby.RubySymbol
-
- toArray() - Method in class org.jruby.compiler.ir.operands.Array
-
- 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
-
- toEmbeddedOptions() - Method in class org.jruby.util.RegexpOptions
-
This int value can be used by compiler or any place where we want
an integer representation of the state of this object.
- 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
-
- toJava(IRubyObject, Class) - Static method in class org.jruby.BasicObjectStub
-
- toJava(Class) - Method in class org.jruby.java.proxies.JavaProxy
-
- toJava(Class) - Method in class org.jruby.javasupport.JavaObject
-
- toJava(Class) - Method in class org.jruby.RubyArray
-
- toJava(Class) - Method in class org.jruby.RubyBasicObject
-
- toJava(Class) - Method in class org.jruby.RubyBoolean
-
- toJava(Class) - Method in class org.jruby.RubyClass
-
- toJava(Class) - Method in class org.jruby.RubyNil
-
- toJava(Class) - Method in class org.jruby.RubyNumeric
-
- toJava(Class) - Method in class org.jruby.RubyString
-
- toJava(Class) - Method in class org.jruby.RubySymbol
-
- toJava(Class) - Method in class org.jruby.RubyTime
-
- toJava(Class) - Method in interface org.jruby.runtime.builtin.IRubyObject
-
Convert the object to the specified Java class, if possible.
- 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
-
- toJoniOptions() - Method in class org.jruby.util.RegexpOptions
-
This int value is meant to only be used when dealing directly with
the joni regular expression library.
- 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 - Variable in class org.jruby.runtime.callsite.CacheEntry
-
- tokenAddMBC(int, ByteList) - Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- tokenAddMBCFromSrc(int, ByteList) - Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- Tokens - Interface in org.jruby.parser
-
- toLower(Encoding, int) - Static method in class org.jruby.util.StringSupport
-
- toNative(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.MappedType
-
- TOP - Static variable in class org.jruby.compiler.ir.dataflow.DataFlowConstants
-
- 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.java_signature.MethodSignatureNode
-
- toString() - Method in enum org.jruby.ast.java_signature.Modifier
-
- toString() - Method in class org.jruby.ast.java_signature.ParameterNode
-
- toString() - Method in class org.jruby.ast.java_signature.SignatureNode
-
- toString() - Method in class org.jruby.ast.java_signature.TypeNode
-
- toString() - Method in class org.jruby.ast.Node
-
- toString() - Method in class org.jruby.ast.util.SexpMaker
-
- toString() - Method in class org.jruby.cext.Handle
-
- toString() - Method in class org.jruby.compiler.ir.dataflow.analyses.BindingLoadPlacementNode
-
- toString() - Method in class org.jruby.compiler.ir.dataflow.analyses.BindingStorePlacementNode
-
- toString() - Method in class org.jruby.compiler.ir.dataflow.analyses.LiveVariableNode
-
- toString() - Method in class org.jruby.compiler.ir.dataflow.DataFlowProblem
-
- toString() - Method in class org.jruby.compiler.ir.instructions.AllocateBindingInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.BOX_Instr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.BranchInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.CallInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.CaseInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.DECLARE_LOCAL_TYPE_Instr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.DefineClassInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.DefineClassMethodInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.DefineInstanceMethodInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.DefineModuleInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.ExceptionRegionStartMarkerInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.FilenameInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.GetArrayInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.GetInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.Instr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.JumpInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.LABEL_Instr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.LineNumberInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.LoadFromBindingInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.MultiOperandInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.OneOperandInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.PutInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.ReceiveArgumentInstruction
-
- toString() - Method in class org.jruby.compiler.ir.instructions.ReceiveClosureArgInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.ReceiveOptionalArgumentInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.ReceiveSelfInstruction
-
- toString() - Method in class org.jruby.compiler.ir.instructions.SET_RETADDR_Instr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.StoreToBindingInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.TwoOperandInstr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.UNBOX_Instr
-
- toString() - Method in class org.jruby.compiler.ir.instructions.YieldInstr
-
- toString() - Method in class org.jruby.compiler.ir.IRScopeImpl
-
- toString() - Method in class org.jruby.compiler.ir.IRScript
-
- toString() - Method in class org.jruby.compiler.ir.operands.ArgIndex
-
- toString() - Method in class org.jruby.compiler.ir.operands.Array
-
- toString() - Method in class org.jruby.compiler.ir.operands.Backref
-
- toString() - Method in class org.jruby.compiler.ir.operands.BooleanLiteral
-
- toString() - Method in class org.jruby.compiler.ir.operands.BoxedValue
-
- toString() - Method in class org.jruby.compiler.ir.operands.BreakResult
-
- toString() - Method in class org.jruby.compiler.ir.operands.CompoundArray
-
- toString() - Method in class org.jruby.compiler.ir.operands.CompoundString
-
- toString() - Method in class org.jruby.compiler.ir.operands.Fixnum
-
- toString() - Method in class org.jruby.compiler.ir.operands.Float
-
- toString() - Method in class org.jruby.compiler.ir.operands.Label
-
- toString() - Method in class org.jruby.compiler.ir.operands.LocalVariable
-
- toString() - Method in class org.jruby.compiler.ir.operands.MetaObject
-
- toString() - Method in class org.jruby.compiler.ir.operands.MethodHandle
-
- toString() - Method in class org.jruby.compiler.ir.operands.Nil
-
- toString() - Method in class org.jruby.compiler.ir.operands.NthRef
-
- toString() - Method in class org.jruby.compiler.ir.operands.Range
-
- toString() - Method in class org.jruby.compiler.ir.operands.Reference
-
- toString() - Method in class org.jruby.compiler.ir.operands.Regexp
-
- toString() - Method in class org.jruby.compiler.ir.operands.Splat
-
- toString() - Method in class org.jruby.compiler.ir.operands.StandardError
-
- toString() - Method in class org.jruby.compiler.ir.operands.StringLiteral
-
- toString() - Method in class org.jruby.compiler.ir.operands.SValue
-
- toString() - Method in class org.jruby.compiler.ir.operands.TemporaryVariable
-
- toString() - Method in class org.jruby.compiler.ir.operands.UnboxedValue
-
- toString() - Method in class org.jruby.compiler.ir.operands.UnexecutableNil
-
- toString() - Method in enum org.jruby.compiler.ir.Operation
-
- toString() - Method in class org.jruby.compiler.ir.representations.BasicBlock
-
- toString() - Method in class org.jruby.compiler.ir.representations.CFG.CFG_Edge
-
- toString() - Method in class org.jruby.compiler.ir.representations.CFG
-
- toString() - Method in class org.jruby.compiler.JITCompiler.JITClassGenerator
-
- toString() - Method in enum org.jruby.embed.AttributeName
-
Returns the fully qualified attribute name of this enum constant.
- toString() - Method in enum org.jruby.embed.PropertyName
-
Returns the fully qualified property name of this enum constant.
- 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.MemoryPointer
-
- toString() - Method in enum org.jruby.ext.ffi.Platform.CPU_TYPE
-
- toString() - Method in enum org.jruby.ext.ffi.Platform.OS_TYPE
-
- toString() - Method in class org.jruby.ext.ffi.Type.Builtin
-
- toString() - Method in class org.jruby.internal.runtime.methods.DynamicMethod.NativeCall
-
- toString() - Method in class org.jruby.internal.runtime.NativeThread
-
- toString() - Method in class org.jruby.javasupport.JavaUtil.JavaConverter
-
- 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.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.backtrace.BacktraceElement
-
- toString() - Method in class org.jruby.runtime.backtrace.RubyStackTraceElement
-
- 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.runtime.load.ExternalScript
-
- toString() - Method in class org.jruby.runtime.load.LoadService.SearchState
-
- 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 enum org.jruby.util.KCode
-
- toString() - Method in class org.jruby.util.NormalizedFile
-
- toString() - Method in class org.jruby.util.RegexpOptions
-
- toStringBody() - Method in class org.jruby.compiler.ir.IRClosure
-
- toStringInstrs() - Method in class org.jruby.compiler.ir.IRExecutionScope
-
- toStringInstrs() - Method in class org.jruby.compiler.ir.IRScopeImpl
-
- toStringInstrs() - Method in class org.jruby.compiler.ir.representations.BasicBlock
-
- toStringInstrs() - Method in class org.jruby.compiler.ir.representations.CFG
-
- toStringVariables() - Method in class org.jruby.compiler.ir.IRExecutionScope
-
- toStringVariables() - Method in class org.jruby.compiler.ir.IRScopeImpl
-
- total(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Gets the total size (in bytes) of the Memory.
- total_in() - Method in class org.jruby.RubyZlib.ZStream
-
- total_out() - Method in class org.jruby.RubyZlib.ZStream
-
- totalCalls() - Method in class org.jruby.runtime.profile.InvocationSet
-
- totalCallSites - Static variable in class org.jruby.runtime.callsite.CachingCallSite
-
- totalTime() - Method in class org.jruby.runtime.profile.InvocationSet
-
- totalTime() - Method in class org.jruby.runtime.profile.MethodData
-
- totalTime() - Method in class org.jruby.runtime.profile.ProfileData
-
- toUpper(Encoding, int) - Static method in class org.jruby.util.StringSupport
-
- 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(RubyEvent, String, RubyModule, String, int) - 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_var(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
-
- TraceableInterpretedMethod - Class in org.jruby.internal.runtime.methods
-
- TraceableInterpretedMethod(RubyModule, StaticScope, Node, String, ArgsNode, Visibility, ISourcePosition) - Constructor for class org.jruby.internal.runtime.methods.TraceableInterpretedMethod
-
- TraceableJittedMethod - Class in org.jruby.internal.runtime.methods
-
This is the mixed-mode method type.
- TraceableJittedMethod(RubyModule, StaticScope, Script, String, CallConfiguration, Visibility, Arity, ISourcePosition, DefaultMethod) - Constructor for class org.jruby.internal.runtime.methods.TraceableJittedMethod
-
- traceClass() - Method in interface org.jruby.compiler.BodyCompiler
-
- traceClass() - Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- traceClass(ThreadContext) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- traceEnd() - Method in interface org.jruby.compiler.BodyCompiler
-
- traceEnd() - Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- traceEnd(ThreadContext) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- traceLine() - Method in interface org.jruby.compiler.BodyCompiler
-
- traceLine() - Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- traceLine(ThreadContext) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- TraceType - Class in org.jruby.runtime.backtrace
-
- TraceType(TraceType.Gather, TraceType.Format) - Constructor for class org.jruby.runtime.backtrace.TraceType
-
- TraceType.Format - Enum in org.jruby.runtime.backtrace
-
- TraceType.Gather - Enum in org.jruby.runtime.backtrace
-
- traceTypeFor(String) - Static method in class org.jruby.runtime.backtrace.TraceType
-
- transcode(ThreadContext, ByteList, Encoding, Encoding, IRubyObject) - Static method in class org.jruby.RubyString
-
- transfer(ThreadContext, IRubyObject[]) - Method in class org.jruby.libraries.FiberLibrary.Fiber
-
- TRANSIENT - Static variable in class org.jruby.parser.JavaSignatureParser
-
- TransientLocalVariable - Class in org.jruby.embed.variable
-
An implementation of BiVariable for a transient local variable.
- 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
-
- trigger() - Static method in class org.jruby.cext.GC
-
- trimStackTrace(Member) - Method in class org.jruby.NativeException
-
- 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.compiler.ir.operands.BooleanLiteral
-
- TRUE - Static variable in class org.jruby.runtime.ClassIndex
-
- true_and(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyBoolean.True
-
- TRUE_BYTELIST - Static variable in class org.jruby.ast.Node
-
- true_or(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyBoolean.True
-
- true_to_s(IRubyObject) - Static method in class org.jruby.RubyBoolean.True
-
- 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
-
- truncate19(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
-
- trust(ThreadContext) - Method in class org.jruby.RubyBasicObject
-
rb_obj_trust
call-seq:
obj.trust => obj
Removes the untrusted mark from obj.
- trust(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- try_convert(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyArray
-
- 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
-
- tryCompile(Node) - Method in class org.jruby.Ruby
-
Try to compile the code associated with the given Node, returning an
instance of the successfully-compiled Script or null if the script could
not be compiled.
- tryCompile(Node, ASTInspector) - Method in class org.jruby.Ruby
-
Try to compile the code associated with the given Node, returning an
instance of the successfully-compiled Script or null if the script could
not be compiled.
- tryConvert(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyIO
-
- tryEagerInjection(Ruby, IRubyObject) - Method in class org.jruby.embed.variable.GlobalVariable
-
Injects a global variable value to a parsed Ruby script.
- tryJIT(DefaultMethod, ThreadContext, String) - Method in class org.jruby.compiler.JITCompiler
-
- tryLazyRetrieval(LocalVariableBehavior, BiVariableMap, IRubyObject, Object) - Static method in class org.jruby.embed.variable.VariableInterceptor
-
Retrieves specified variable/constant name and value after the evaluation
or method invocation only when it is requested.
- tryLoadingLibraryOrScript(Ruby, LoadService.SearchState) - Method in class org.jruby.runtime.load.LoadService
-
- tryProcessArgumentsWithRubyopts() - Method in class org.jruby.RubyInstanceConfig
-
- tryResourceAsIs(String) - Method in class org.jruby.runtime.load.LoadService
-
- tryResourceFromCWD(LoadService.SearchState, String, LoadService.SuffixType) - Method in class org.jruby.runtime.load.LoadService
-
- tryResourceFromHome(LoadService.SearchState, String, LoadService.SuffixType) - Method in class org.jruby.runtime.load.LoadService
-
- tryResourceFromJarURL(LoadService.SearchState, String, LoadService.SuffixType) - Method in class org.jruby.runtime.load.LoadService
-
- tryResourceFromJarURLWithLoadPath(String, String) - Method in class org.jruby.runtime.load.LoadService
-
- tryResourceFromLoadPath(String, String) - Method in class org.jruby.runtime.load.LoadService
-
- tryResourceFromLoadPathOrURL(LoadService.SearchState, String, LoadService.SuffixType) - Method in class org.jruby.runtime.load.LoadService
-
- trySearch(LoadService.SearchState) - Method in class org.jruby.embed.osgi.internal.OSGiBundlesSearcher
-
- trySearch(String, LoadService.SuffixType) - Method in class org.jruby.runtime.load.LoadService.BailoutSearcher
-
- 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
-
- trySearch(LoadService.SearchState) - Method in class org.jruby.runtime.load.LoadService.SourceBailoutSearcher
-
- 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
-
- Tuple<T1,T2> - Class in org.jruby.compiler.ir
-
- Tuple(T1, T2) - Constructor for class org.jruby.compiler.ir.Tuple
-
- 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_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
-
- TwoBranchCallback - Class in org.jruby.compiler
-
- TwoBranchCallback() - Constructor for class org.jruby.compiler.TwoBranchCallback
-
- TwoOperandInstr - Class in org.jruby.compiler.ir.instructions
-
- TwoOperandInstr(Operation, Variable, Operand, Operand) - Constructor for class org.jruby.compiler.ir.instructions.TwoOperandInstr
-
- 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.ConvertBytes
-
- twosComplementToHexBytes(byte[], boolean) - Static method in class org.jruby.util.ConvertBytes
-
- twosComplementToOctalBytes(byte[]) - Static method in class org.jruby.util.ConvertBytes
-
- twosComplementToUnsignedBytes(byte[], int, boolean) - Static method in class org.jruby.util.ConvertBytes
-
- 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(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout.Field
-
- type() - Method in class org.jruby.ext.ffi.StructLayout.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() - Method in class org.jruby.RubyBasicObject
-
rb_obj_class
Returns the real class of this object, excluding any
singleton/meta class in the inheritance chain.
- type(IRubyObject) - Static method in class org.jruby.RubyKernel
-
- type(IRubyObject) - Static method in class org.jruby.RubyNil
-
nil_type
- type - Variable in class org.jruby.runtime.Block
-
- Type.Array - Class in org.jruby.ext.ffi
-
- Type.Array(Ruby, RubyClass, Type, int) - Constructor for class org.jruby.ext.ffi.Type.Array
-
Initializes a new Type.Array instance.
- Type.Array(Ruby, Type, int) - Constructor for class org.jruby.ext.ffi.Type.Array
-
Initializes a new Type.Array instance.
- Type.Builtin - Class in org.jruby.ext.ffi
-
- type_deprecated() - Method in class org.jruby.RubyBasicObject
-
rb_obj_type
The deprecated version of type, that emits a deprecation
warning.
- type_deprecated(IRubyObject) - Static method in class org.jruby.RubyKernel
-
- 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(ArgumentNode, Node) - Constructor for class org.jruby.ast.TypedArgumentNode
-
- typeForArray - Variable in class org.jruby.ast.java_signature.ArrayTypeNode
-
- TypeNode - Class in org.jruby.ast.java_signature
-
Base class for all typed nodes
- TypeNode(String) - Constructor for class org.jruby.ast.java_signature.TypeNode
-
- typeOk(RubyClass) - Method in class org.jruby.runtime.callsite.CacheEntry
-
- typeOk(CacheEntry, RubyClass) - Static 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.
- TZDATA_VERSION - Static variable in class org.jruby.runtime.Constants
-
U
- U_NIL - Static variable in class org.jruby.compiler.ir.operands.UnexecutableNil
-
- uid() - Method in class org.jruby.RubyFileStat
-
- uid() - Method in class org.jruby.RubyFileStat.ZipFileStat
-
- 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
-
- uint2big(Ruby, long) - Static method in class org.jruby.cext.JRuby
-
- 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
-
- ull2inum(Ruby, long) - Static method in class org.jruby.cext.JRuby
-
- ULONG_MAX - Static variable in class org.jruby.RubyBignum
-
- umask(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
-
- unaliasMethodName(String) - Method in interface org.jruby.compiler.ir.IRScope
-
Unalias 'name' and return new name
- unaliasMethodName(String) - Method in class org.jruby.compiler.ir.IRScopeImpl
-
- unbind() - Method in class org.jruby.RubyMethod
-
- unbind() - Method in class org.jruby.RubyUnboundMethod
-
- UNBOUNDMETHOD - Static variable in class org.jruby.runtime.ClassIndex
-
- UNBOX_Instr - Class in org.jruby.compiler.ir.instructions
-
- UNBOX_Instr(Variable, Operand) - Constructor for class org.jruby.compiler.ir.instructions.UNBOX_Instr
-
- unboxAndCast(SkinnyMethodAdapter, Class) - Static method in class org.jruby.compiler.util.HandleFactory
-
- UnboxedValue - Class in org.jruby.compiler.ir.operands
-
- UnboxedValue(Operand) - Constructor for class org.jruby.compiler.ir.operands.UnboxedValue
-
- uncaptureFeature(int) - Method in class org.jruby.lexer.yacc.LexerSource
-
- undeclareBean(BSFDeclaredBean) - Method in class org.jruby.embed.bsf.JRubyEngine
-
- 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 - Static variable in class org.jruby.compiler.ir.operands.MethAddr
-
- 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(CompilerCallback) - Method in interface org.jruby.compiler.BodyCompiler
-
- undefMethod(CompilerCallback) - Method in class org.jruby.compiler.impl.BaseBodyCompiler
-
- undefMethod(ThreadContext, Object) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- UndefNode - Class in org.jruby.ast
-
Represents an 'undef' statement.
- UndefNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.UndefNode
-
- underscores_pat - Static variable in class org.jruby.util.Numeric.ComplexPatterns
-
- UnexecutableNil - Class in org.jruby.compiler.ir.operands
-
- 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 class org.jruby.util.io.CRLFStreamWrapper
-
- ungetc(int) - Method in interface org.jruby.util.io.Stream
-
- ungetc19(IRubyObject) - Method in class org.jruby.RubyIO
-
- ungetc19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyStringIO
-
- ungotc - Variable in class org.jruby.util.io.ChannelStream
-
- unimplemented(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.Readline
-
- unimplemented19(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.Readline
-
- unimplementedError(String) - Method in class org.jruby.ext.JRubyPOSIXHandler
-
- union(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyRegexp
-
rb_reg_s_union
- union19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyRegexp
-
- 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
-
- unlock19(ThreadContext) - Method in class org.jruby.libraries.ThreadLibrary.Mutex
-
- unlockProxy() - Method in class org.jruby.javasupport.JavaClass
-
- unmangleMethodName(String) - Static method in class org.jruby.util.JavaNameMangler
-
- 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
-
- unmarshalObject(boolean) - Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- unmarshalObject(UnmarshalStream.MarshalState) - Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- unmarshalObject(UnmarshalStream.MarshalState, boolean) - 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, boolean) - Constructor for class org.jruby.runtime.marshal.UnmarshalStream
-
- UnmarshalStream(Ruby, InputStream, IRubyObject, boolean, boolean) - 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 '*' or nothing.
- UnnamedRestArgNode(ISourcePosition, String, 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.ByteArrayLexerSource
-
- 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.ByteArrayLexerSource
-
- 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
-
Deprecated.
- unregisterDescriptor(int) - Method in class org.jruby.RubyIO
-
Deprecated.
- 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
-
- unregisterRuntime() - Method in interface org.jruby.management.BeanManager
-
- unregisterRuntime() - Method in class org.jruby.management.BeanManagerImpl
-
- unregisterThread(RubyThread) - Method in class org.jruby.internal.runtime.ThreadService
-
- Unrescuable - Interface in org.jruby.exceptions
-
This marker interface is for JRuby internal exceptions that can't be caught
by Ruby exception handling.
- 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
-
- unshift19() - Method in class org.jruby.RubyArray
-
- unshift19(IRubyObject) - Method in class org.jruby.RubyArray
-
- unshift19(IRubyObject[]) - Method in class org.jruby.RubyArray
-
- untaint(ThreadContext) - Method in class org.jruby.RubyBasicObject
-
rb_obj_untaint
call-seq:
obj.untaint => obj
Removes the taint from obj.
- untaint(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- 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.RubyBasicObject
-
rb_obj_untrust
call-seq:
obj.untrust -> obj
Marks obj as untrusted.
- untrust(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- UNTRUSTED_F - Static variable in class org.jruby.RubyBasicObject
-
- untrusted_p(ThreadContext) - Method in class org.jruby.RubyBasicObject
-
rb_obj_untrusted
call-seq:
obj.untrusted? => true or false
Returns true if the object is untrusted.
- untrusted_p(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- 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
-
Deprecated.
- 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(String, BiVariable) - Method in class org.jruby.embed.internal.BiVariableMap
-
Adds a key-value pair of Ruby local variable to double array.
- update(Graphics) - Method in class org.jruby.JRubyApplet
-
- update(IRubyObject) - Method in class org.jruby.RubyDigest.DigestBase
-
- update(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyDigest.DigestInstance
-
- update(BacktraceElement, String, String, ISourcePosition) - Static method in class org.jruby.runtime.backtrace.BacktraceElement
-
- update(BacktraceElement, String, String, String, int) - Static method in class org.jruby.runtime.backtrace.BacktraceElement
-
- 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
-
- updateCache(CacheEntry) - Method in class org.jruby.runtime.callsite.CachingCallSite
-
- updateCal(DateTime) - Method in class org.jruby.RubyTime
-
- updateCFG(CFG) - Method in class org.jruby.compiler.ir.representations.BasicBlock
-
- updateFrame() - Method in class org.jruby.runtime.Frame
-
Update the frame with just filename and line, used for top-level frames
and method.
- updateFrame(String) - 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, int) - Method in class org.jruby.runtime.Frame
-
Update the frame based on the given values.
- updateFrameForEval(IRubyObject, int) - Method in class org.jruby.runtime.Frame
-
Update the frame based on the given values.
- updateLocalVariablesCount(int) - Method in class org.jruby.interpreter.NaiveInterpreterContext
-
- updateRenamedVariablesCount(int) - Method in interface org.jruby.interpreter.InterpreterContext
-
- updateRenamedVariablesCount(int) - Method in class org.jruby.interpreter.NaiveInterpreterContext
-
- updateScopeWithCaptures(ThreadContext, DynamicScope, int[], IRubyObject) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- updateVersion() - Method in class org.jruby.compiler.ir.IRMethod
-
- updateVersion() - Method in class org.jruby.compiler.ir.IRModule
-
- upto(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyInteger
-
int_upto
- upto18(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
-
rb_str_upto_m
- upto18(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyString
-
- upto19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
-
- upto19(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyString
-
- URLUtil - Class in org.jruby.util
-
All this because URL.getPath sucks, and we can't re-open classes in Java ;-).
- URLUtil() - Constructor for class org.jruby.util.URLUtil
-
- URSHIFT - Static variable in class org.jruby.parser.JavaSignatureParser
-
- USASCII_ENCODING - Static variable in class org.jruby.lexer.yacc.RubyYaccLexer
-
- use() - Method in class org.jruby.RubyMatchData
-
- USE_CACHE - Static variable in class org.jruby.compiler.JITCompiler
-
- USE_GENERATED_HANDLES - Static variable in class org.jruby.RubyInstanceConfig
-
- useAsGlobalRuntime() - Method in class org.jruby.Ruby
-
Convenience method for java integrators who may need to switch the notion
of "global" runtime.
- usec() - Method in class org.jruby.RubyTime
-
- used() - Method in class org.jruby.RubyMatchData
-
- usedLocalVarsFromClosures() - Method in class org.jruby.compiler.ir.representations.CFG
-
- 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
-
- USER8_F - Static variable in class org.jruby.RubyBasicObject
-
- userMarshal(IRubyObject, DynamicMethod) - Method in class org.jruby.runtime.marshal.MarshalStream
-
- userMarshal(IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalStream
-
- userNewMarshal(IRubyObject, DynamicMethod) - Method in class org.jruby.runtime.marshal.MarshalStream
-
- userNewMarshal(IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalStream
-
- usesLocalVariable(Variable) - Method in class org.jruby.compiler.ir.representations.CFG
-
- 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.RubyEncoding
-
- UTF8 - Static variable in class org.jruby.RubyNKF
-
- UTF8_ENCODING - Static variable in class org.jruby.lexer.yacc.RubyYaccLexer
-
- 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
-
- Utils - Class in org.jruby.embed.jsr223
-
A collection of JSR223 specific utility methods.
- Utils() - Constructor for class org.jruby.embed.jsr223.Utils
-
- 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() - Method in class org.jruby.compiler.TwoBranchCallback
-
- 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.RubyBasicObject
-
Checks if the name parameter represents a legal instance variable name, and otherwise throws a Ruby NameError
- VALUE - Variable in class org.jruby.compiler.ir.instructions.PutInstr
-
- value - Variable in class org.jruby.compiler.ir.operands.Bignum
-
- value - Variable in class org.jruby.compiler.ir.operands.Fixnum
-
- value - Variable in class org.jruby.compiler.ir.operands.Float
-
- 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.JavaSignatureLexer
-
- 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 class org.jruby.RubyThread
-
- 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.java_signature.Modifier
-
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.compiler.ir.dataflow.DataFlowProblem.DF_Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jruby.compiler.ir.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jruby.compiler.ir.representations.CFG.CFG_Edge_Type
-
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.embed.AttributeName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jruby.embed.internal.EmbedRubyObjectAdapterImpl.MethodType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jruby.embed.LocalContextScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jruby.embed.LocalVariableBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jruby.embed.PathType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jruby.embed.PropertyName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jruby.embed.variable.BiVariable.Type
-
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_TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jruby.ext.ffi.Platform.OS_TYPE
-
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.libraries.FiberLibrary.FiberState
-
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.RubyInstanceConfig.ProfilingMode
-
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.backtrace.FrameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jruby.runtime.backtrace.TraceType.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jruby.runtime.backtrace.TraceType.Gather
-
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.load.LoadService.SuffixType
-
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.Visibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jruby.util.ConvertBytes.ERange.Kind
-
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.
- valueOf(String) - Static method in enum org.jruby.util.KCode
-
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.java_signature.Modifier
-
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.compiler.ir.dataflow.DataFlowProblem.DF_Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jruby.compiler.ir.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jruby.compiler.ir.representations.CFG.CFG_Edge_Type
-
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.embed.AttributeName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.jruby.embed.internal.BiVariableMap
-
Returns a Collection view of the values contained in this map.
- values() - Static method in enum org.jruby.embed.internal.EmbedRubyObjectAdapterImpl.MethodType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jruby.embed.LocalContextScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jruby.embed.LocalVariableBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jruby.embed.PathType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jruby.embed.PropertyName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jruby.embed.variable.BiVariable.Type
-
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_TYPE
-
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_TYPE
-
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() - Static method in enum org.jruby.libraries.FiberLibrary.FiberState
-
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.RubyInstanceConfig.ProfilingMode
-
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.backtrace.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.backtrace.TraceType.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jruby.runtime.backtrace.TraceType.Gather
-
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.load.LoadService.SuffixType
-
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.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
-
- values() - Static method in enum org.jruby.util.ConvertBytes.ERange.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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() - Static method in enum org.jruby.util.KCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values_at(ThreadContext, IRubyObject[]) - Method in class org.jruby.java.proxies.MapJavaProxy
-
rb_hash_values_at
- 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 - Class in org.jruby.compiler.ir.operands
-
- Variable() - Constructor for class org.jruby.compiler.ir.operands.Variable
-
- 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
-
- VariableInterceptor - Class in org.jruby.embed.variable
-
This class is responsible to local variable behavior dependent processing.
- VariableInterceptor() - Constructor for class org.jruby.embed.variable.VariableInterceptor
-
- variableName(String) - Static method in class org.jruby.runtime.GlobalVariable
-
- variableReaders - Variable in class org.jruby.ast.executable.RuntimeCache
-
- 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.
- 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.RuntimeCache
-
- 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
-
- VERIFY_CLASSFILES - Static variable in class org.jruby.compiler.impl.StandardASMCompiler
-
- VERSION - Static variable 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
-
- 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
-
- visitAnnotationFields(AnnotationVisitor, Map<String, Object>) - Static method in class org.jruby.util.CodegenUtils
-
- visitAnnotationWithFields(String, boolean, Map<String, Object>) - 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
-
- visitBlockArg18Node(BlockArg18Node) - 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
-
- visitLiteralNode(LiteralNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
-
- 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
-
- visitParameterAnnotationWithFields(int, String, boolean, Map<String, Object>) - 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 - Static variable in class org.jruby.ast.java_signature.PrimitiveTypeNode
-
- VOID - Static variable in class org.jruby.parser.JavaSignatureParser
-
- voidreturn() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- VOLATILE - Static variable in class org.jruby.parser.JavaSignatureParser
-
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
-
- waitUntilReady() - Method in class org.jruby.util.io.ChannelStream
-
Implement IO#wait as per io/wait in MRI.
- waitUntilReady() - Method in class org.jruby.util.io.CRLFStreamWrapper
-
- waitUntilReady() - Method in interface org.jruby.util.io.Stream
-
Implement IO#wait as per io/wait in MRI.
- wakeup() - Method in class org.jruby.cext.JRuby.NativeFunctionTask
-
- wakeup() - Method in interface org.jruby.RubyThread.BlockingTask
-
- wakeup() - Method in class org.jruby.RubyThread.SleepTask
-
- wakeup() - Method in class org.jruby.RubyThread
-
- warn(IRubyWarnings.ID, ISourcePosition, String) - Method in interface org.jruby.common.IRubyWarnings
-
- warn(IRubyWarnings.ID, String, int, String) - Method in interface org.jruby.common.IRubyWarnings
-
- warn(IRubyWarnings.ID, String) - Method in interface org.jruby.common.IRubyWarnings
-
- warn(IRubyWarnings.ID, String, Object...) - Method in interface org.jruby.common.IRubyWarnings
-
Deprecated.
- warn(IRubyWarnings.ID, ISourcePosition, String, Object...) - Method in interface org.jruby.common.IRubyWarnings
-
Deprecated.
- warn(IRubyWarnings.ID, String, int, String, Object...) - Method in interface org.jruby.common.IRubyWarnings
-
Deprecated.
- warn(IRubyWarnings.ID, ISourcePosition, String) - Method in class org.jruby.common.NullWarnings
-
- warn(IRubyWarnings.ID, String, int, String) - Method in class org.jruby.common.NullWarnings
-
- warn(IRubyWarnings.ID, String) - Method in class org.jruby.common.NullWarnings
-
- warn(IRubyWarnings.ID, String, Object...) - Method in class org.jruby.common.NullWarnings
-
Deprecated.
- warn(IRubyWarnings.ID, ISourcePosition, String, Object...) - Method in class org.jruby.common.NullWarnings
-
Deprecated.
- warn(IRubyWarnings.ID, String, int, String, Object...) - Method in class org.jruby.common.NullWarnings
-
Deprecated.
- warn(String) - Method in class org.jruby.common.RubyWarnings
-
- warn(IRubyWarnings.ID, ISourcePosition, String) - Method in class org.jruby.common.RubyWarnings
-
Prints a warning, unless $VERBOSE is nil.
- warn(IRubyWarnings.ID, String, int, String) - Method in class org.jruby.common.RubyWarnings
-
Prints a warning, unless $VERBOSE is nil.
- warn(IRubyWarnings.ID, String) - Method in class org.jruby.common.RubyWarnings
-
- warn(IRubyWarnings.ID, ISourcePosition, String, Object...) - Method in class org.jruby.common.RubyWarnings
-
Deprecated.
- warn(IRubyWarnings.ID, String, int, String, Object...) - Method in class org.jruby.common.RubyWarnings
-
Deprecated.
- warn(IRubyWarnings.ID, String, Object...) - Method in class org.jruby.common.RubyWarnings
-
Deprecated.
- warn(POSIXHandler.WARNING_ID, String, Object...) - Method in class org.jruby.ext.JRubyPOSIXHandler
-
- warn(IRubyWarnings.ID, ISourcePosition, String, Object...) - Method in class org.jruby.parser.ParserSupport
-
- warn(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- warning(IRubyWarnings.ID, String) - Method in interface org.jruby.common.IRubyWarnings
-
- warning(IRubyWarnings.ID, ISourcePosition, String) - Method in interface org.jruby.common.IRubyWarnings
-
- warning(IRubyWarnings.ID, String, int, String) - Method in interface org.jruby.common.IRubyWarnings
-
- warning(IRubyWarnings.ID, String, Object...) - Method in interface org.jruby.common.IRubyWarnings
-
Deprecated.
- warning(IRubyWarnings.ID, ISourcePosition, String, Object...) - Method in interface org.jruby.common.IRubyWarnings
-
Deprecated.
- warning(IRubyWarnings.ID, String, int, String, Object...) - Method in interface org.jruby.common.IRubyWarnings
-
Deprecated.
- warning(IRubyWarnings.ID, String) - Method in class org.jruby.common.NullWarnings
-
- warning(IRubyWarnings.ID, ISourcePosition, String) - Method in class org.jruby.common.NullWarnings
-
- warning(IRubyWarnings.ID, String, int, String) - Method in class org.jruby.common.NullWarnings
-
- warning(IRubyWarnings.ID, String, Object...) - Method in class org.jruby.common.NullWarnings
-
Deprecated.
- warning(IRubyWarnings.ID, ISourcePosition, String, Object...) - Method in class org.jruby.common.NullWarnings
-
Deprecated.
- warning(IRubyWarnings.ID, String, int, String, Object...) - Method in class org.jruby.common.NullWarnings
-
Deprecated.
- warning(String) - 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, String) - Method in class org.jruby.common.RubyWarnings
-
- warning(IRubyWarnings.ID, ISourcePosition, String) - Method in class org.jruby.common.RubyWarnings
-
Prints a warning, only in verbose mode.
- warning(IRubyWarnings.ID, String, int, String) - Method in class org.jruby.common.RubyWarnings
-
Prints a warning, only in verbose mode.
- warning(String, Object...) - Method in class org.jruby.common.RubyWarnings
-
Deprecated.
- warning(IRubyWarnings.ID, String, Object...) - Method in class org.jruby.common.RubyWarnings
-
Deprecated.
- warning(IRubyWarnings.ID, ISourcePosition, String, Object...) - Method in class org.jruby.common.RubyWarnings
-
Deprecated.
- warning(IRubyWarnings.ID, String, int, String, Object...) - Method in class org.jruby.common.RubyWarnings
-
Deprecated.
- warning(IRubyWarnings.ID, ISourcePosition, String, Object...) - Method in class org.jruby.parser.ParserSupport
-
- warnings - Variable in class org.jruby.parser.ParserSupport
-
- 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.ByteArrayLexerSource
-
- 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_alive_p() - Method in class org.jruby.ext.WeakRef
-
- WEAKREF_ALLOCATOR - Static variable in class org.jruby.ext.WeakRef
-
- WeakReferenceReaper<T> - Class in org.jruby.util
-
- WeakReferenceReaper(T) - Constructor for class org.jruby.util.WeakReferenceReaper
-
- WeakRefLibrary - Class in org.jruby.ext
-
- WeakRefLibrary() - Constructor for class org.jruby.ext.WeakRefLibrary
-
- 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
-
- WindowsFFI - Class in org.jruby.util
-
A binding of a few key win32 functions we need to behave properly.
- WindowsFFI() - Constructor for class org.jruby.util.WindowsFFI
-
- WindowsFFI.Kernel32 - Interface in org.jruby.util
-
- with_current_runtime_as_global(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyJRuby
-
- with_index(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerator
-
- with_index19(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerator
-
- with_index19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerator
-
- with_object(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerator.RubyEnumeratorEnumerable
-
- withoutOnce() - Method in class org.jruby.util.RegexpOptions
-
- withValue(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyJRuby.JRubyFiberLocal
-
- worldReadable(ThreadContext) - Method in class org.jruby.RubyFileStat
-
- worldReadable(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
-
- worldReadable(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
-
- worldWritable(ThreadContext) - Method in class org.jruby.RubyFileStat
-
- worldWritable(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
-
- worldWritable(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
-
- wrap(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.io.FileDescriptorIO
-
- 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) - 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(Ruby, long) - Method in class org.jruby.ext.ffi.jffi.Factory
-
- wrapDirectMemory(Ruby, long) - Method in class org.jruby.ext.ffi.NoImplFactory
-
- 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
-
- wrapJavaObject(Ruby, Object) - Static method in class org.jruby.javasupport.Java
-
- 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.FileTestFileMethods
-
- writable_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
-
- writableReal_p() - Method in class org.jruby.RubyFileStat
-
- write(int) - Method in class org.jruby.embed.io.WriterOutputStream
-
Writes the specified byte to this output stream.
- write(byte[]) - Method in class org.jruby.embed.io.WriterOutputStream
-
Writes b.length bytes from the specified byte array
to this output stream.
- write(byte[], int, int) - Method in class org.jruby.embed.io.WriterOutputStream
-
Writes len bytes from the specified byte array
starting at offset off to this output stream.
- 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(byte[], int, int) - Method in class org.jruby.RubyZlib.RubyGzipWriter.HeaderModifyableGZIPOutputStream
-
- 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(int) - Method in class org.jruby.util.io.ChannelDescriptor
-
Write the byte represented by the specified int to the associated channel.
- write(ByteBuffer) - Method in class org.jruby.util.io.ChannelStream
-
- 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_array_of_float(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes an array of 32 bit floating point values to the memory area.
- write_array_of_float64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes an array of 64 bit floating point values to the memory area.
- write_array_of_int16(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes an array of signed 16 bit integer values to the memory area.
- write_array_of_int32(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes an array of signed 32 bit integer values to the memory area.
- write_array_of_int64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes an array of signed 64 bit integer values to the memory area.
- write_array_of_int8(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes an array of signed 8 bit integer values to the memory area.
- write_array_of_long(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes an array of signed long integer values to the memory area.
- write_array_of_pointer(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
- write_array_of_uint16(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes an array of unsigned 16 bit integer values to the memory area.
- write_array_of_uint32(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes an array of unsigned 32 bit integer values to the memory area.
- write_array_of_uint64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes an array of unsigned 64 bit integer values to the memory area.
- write_array_of_uint8(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes an array of unsigned 8 bit integer values to the memory area.
- write_array_of_ulong(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes an array of unsigned long integer values to the memory area.
- write_char(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes a 8 bit signed integer value to the memory area.
- write_double(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes an 64 bit floating point value to the memory area.
- write_float(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes an 32 bit floating point value to the memory area.
- write_int(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes a 32 bit signed integer value to the memory address.
- write_long(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes a C long integer value to the memory area.
- write_long_long(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes a 64 bit integer value to the memory area.
- write_nonblock(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
-
- write_pointer(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
- write_send(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyBasicSocket
-
- write_short(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes a 16 bit signed integer value to the memory address.
- write_uchar(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes a 8 bit unsigned integer value to the memory area.
- write_uint(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes an 32 bit unsigned integer value to the memory address.
- write_ulong_long(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes a 64 bit unsigned integer value to the memory area.
- write_ushort(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
-
Writes a 16 bit unsigned integer value to the memory address.
- 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 class org.jruby.util.io.CRLFStreamWrapper
-
- writeDataBuffered() - Method in interface org.jruby.util.io.Stream
-
- writeDirectly(IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalStream
-
- writeEncoding(Encoding) - Method in class org.jruby.runtime.marshal.MarshalStream
-
- writeInt(int) - Method in class org.jruby.runtime.marshal.MarshalStream
-
- writeInvokers(File) - Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- writeLink(MarshalStream, IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalCache
-
- writenonblock(ByteList) - Method in class org.jruby.util.io.ChannelStream
-
- WriterOutputStream - Class in org.jruby.embed.io
-
A WriterOutputStream converts java.io.Writer to java.io.OutputStream.
- WriterOutputStream(Writer) - Constructor for class org.jruby.embed.io.WriterOutputStream
-
Creates WriterOutputStream from given java.io.Writer object with a default encoding.
- WriterOutputStream(Writer, String) - Constructor for class org.jruby.embed.io.WriterOutputStream
-
Creates WriterOutputStream from given java.io.Writer object with a specified encoding.
- writeString(String) - Method in class org.jruby.runtime.marshal.MarshalStream
-
- writeString(ByteList) - Method in class org.jruby.runtime.marshal.MarshalStream
-
- writeSymbolLink(MarshalStream, String) - Method in class org.jruby.runtime.marshal.MarshalCache
-
- 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
- xfersControl() - Method in enum org.jruby.compiler.ir.Operation
-
- XorCallSite - Class in org.jruby.runtime.callsite
-
- XorCallSite() - Constructor for class org.jruby.runtime.callsite.XorCallSite
-
- XStrNode - Class in org.jruby.ast
-
A Backtick(`) string
- XStrNode(ISourcePosition, ByteList) - Constructor for class org.jruby.ast.XStrNode
-
Y
- YAML_ANY_ENCODING - Static variable in class org.jruby.ext.psych.PsychParser
-
- YAML_UTF16BE_ENCODING - Static variable in class org.jruby.ext.psych.PsychParser
-
- YAML_UTF16LE_ENCODING - Static variable in class org.jruby.ext.psych.PsychParser
-
- YAML_UTF8_ENCODING - Static variable in class org.jruby.ext.psych.PsychParser
-
- yday() - Method in class org.jruby.RubyTime
-
- year() - Method in class org.jruby.RubyTime
-
- yield(Ruby, RubyArray) - Static method in class org.jruby.cext.JRuby
-
rb_yield
- 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(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
-
Deprecated.
- 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, IRubyObject, RubyModule, boolean, Binding, Block.Type, Block) - Method in class org.jruby.runtime.BlockBody
-
- yield(ThreadContext, IRubyObject, Binding, Block.Type, Block) - 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.CallBlock19
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) - Method in class org.jruby.runtime.CallBlock19
-
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, Block) - Method in class org.jruby.runtime.CompiledBlock
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type, Block) - 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, Binding, Block.Type) - Method in class org.jruby.runtime.InterpretedBlock
-
- yield(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.InterpretedBlock
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type, Block) - Method in class org.jruby.runtime.InterpretedBlock
-
- yield(ThreadContext, IRubyObject, Binding, Block.Type, Block) - 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.InterpretedIRBlockBody
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) - Method in class org.jruby.runtime.InterpretedIRBlockBody
-
- 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
-
- YIELD_BYTELIST - Static variable in class org.jruby.ast.Node
-
- yieldArray(ThreadContext, IRubyObject, IRubyObject, RubyModule) - Method in class org.jruby.runtime.Block
-
- YIELDER - Static variable in class org.jruby.runtime.ClassIndex
-
- YieldInstr - Class in org.jruby.compiler.ir.instructions
-
- YieldInstr(Variable, Operand) - Constructor for class org.jruby.compiler.ir.instructions.YieldInstr
-
- 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.
- yieldNonArray(ThreadContext, IRubyObject, IRubyObject, RubyModule) - Method in class org.jruby.runtime.Block
-
- YieldOneNode - Class in org.jruby.ast
-
- YieldOneNode(ISourcePosition, ArrayNode) - Constructor for class org.jruby.ast.YieldOneNode
-
- YieldOneNode(ISourcePosition, FixnumNode) - Constructor for class org.jruby.ast.YieldOneNode
-
- 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, 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, 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.CallBlock19
-
- yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CallBlock19
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CallBlock19
-
- yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CallBlock19
-
- 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
-
- YieldThreeNode - Class in org.jruby.ast
-
- YieldThreeNode(ISourcePosition, ArrayNode) - Constructor for class org.jruby.ast.YieldThreeNode
-
- YieldTwoNode - Class in org.jruby.ast
-
- YieldTwoNode(ISourcePosition, ArrayNode) - Constructor for class org.jruby.ast.YieldTwoNode
-
- yieldUnder(ThreadContext, RubyModule, IRubyObject[], Block) - Method in class org.jruby.RubyBasicObject
-
Will yield to the specific block changing the self to be the
current object instead of the self that is part of the frame
saved in the block frame.
- yieldUnder(ThreadContext, RubyModule, Block) - Method in class org.jruby.RubyBasicObject
-
Will yield to the specific block changing the self to be the
current object instead of the self that is part of the frame
saved in the block frame.
- yybegin(int) - Method in class org.jruby.lexer.JavaSignatureLexer
-
Enters a new lexical state
- yycharat(int) - Method in class org.jruby.lexer.JavaSignatureLexer
-
Returns the character at position pos from the
matched text.
- yyCheck - Static variable in class org.jruby.parser.DefaultRubyParser
-
- yyCheck - Static variable in class org.jruby.parser.JavaSignatureParser
-
- 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
-
- yyclose() - Method in class org.jruby.lexer.JavaSignatureLexer
-
Closes the input stream.
- 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.JavaSignatureParser
-
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.JavaSignatureParser
-
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.JavaSignatureParser
-
parser tables.
- yyDgoto - Static variable in class org.jruby.parser.Ruby19Parser
-
parser tables.
- YYEOF - Static variable in class org.jruby.lexer.JavaSignatureLexer
-
This character denotes the end of file
- yyerror(String) - Method in class org.jruby.parser.JavaSignatureParser
-
simplified error message.
- yyerror(String, String[], String) - Method in class org.jruby.parser.JavaSignatureParser
-
(syntax) error message.
- yyerror(String) - Method in class org.jruby.parser.ParserSupport
-
generate parsing error
- yyerror(String, String[], String) - Method in class org.jruby.parser.ParserSupport
-
generate parsing error
- yyErrorCode - Static variable in class org.jruby.parser.DefaultRubyParser
-
- yyErrorCode - Static variable in class org.jruby.parser.JavaSignatureParser
-
- 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.JavaSignatureParser
-
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.JavaSignatureParser
-
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.JavaSignatureParser
-
parser tables.
- yyGindex - Static variable in class org.jruby.parser.Ruby19Parser
-
parser tables.
- YYINITIAL - Static variable in class org.jruby.lexer.JavaSignatureLexer
-
lexical states
- yyLen - Static variable in class org.jruby.parser.DefaultRubyParser
-
parser tables.
- yyLen - Static variable in class org.jruby.parser.JavaSignatureParser
-
parser tables.
- yyLen - Static variable in class org.jruby.parser.Ruby19Parser
-
parser tables.
- yylength() - Method in class org.jruby.lexer.JavaSignatureLexer
-
Returns the length of the matched text region.
- yylex() - Method in class org.jruby.lexer.JavaSignatureLexer
-
Resumes scanning until the next regular expression is matched,
the end of input is encountered or an I/O-Error occurs.
- yyLhs - Static variable in class org.jruby.parser.DefaultRubyParser
-
parser tables.
- yyLhs - Static variable in class org.jruby.parser.JavaSignatureParser
-
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.JavaSignatureParser
-
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
-
- yyName(int) - Static method in class org.jruby.parser.Ruby19Parser
-
- yyNames - Static variable in class org.jruby.parser.DefaultRubyParser
-
maps symbol value to printable name.
- yyNames - Static variable in class org.jruby.parser.JavaSignatureParser
-
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(JavaSignatureLexer, Object) - Method in class org.jruby.parser.JavaSignatureParser
-
the generated parser, with debugging messages.
- yyparse(JavaSignatureLexer) - Method in class org.jruby.parser.JavaSignatureParser
-
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.
- yypushback(int) - Method in class org.jruby.lexer.JavaSignatureLexer
-
Pushes the specified amount of characters back into the input stream.
- yyreset(Reader) - Method in class org.jruby.lexer.JavaSignatureLexer
-
Resets the scanner to read from a new input stream.
- yyRindex - Static variable in class org.jruby.parser.DefaultRubyParser
-
parser tables.
- yyRindex - Static variable in class org.jruby.parser.JavaSignatureParser
-
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.JavaSignatureParser
-
parser tables.
- yySindex - Static variable in class org.jruby.parser.Ruby19Parser
-
parser tables.
- yystate() - Method in class org.jruby.lexer.JavaSignatureLexer
-
Returns the current lexical state.
- yyTable - Static variable in class org.jruby.parser.DefaultRubyParser
-
- yyTable - Static variable in class org.jruby.parser.JavaSignatureParser
-
- 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
-
- yytext() - Method in class org.jruby.lexer.JavaSignatureLexer
-
Returns the text matched by the current regular expression.
Z
- Z_ASCII - Static variable in class org.jruby.RubyZlib
-
- Z_BEST_COMPRESSION - Static variable in class org.jruby.RubyZlib
-
- Z_BEST_SPEED - Static variable in class org.jruby.RubyZlib
-
- Z_BINARY - Static variable in class org.jruby.RubyZlib
-
- Z_DEFAULT_COMPRESSION - Static variable in class org.jruby.RubyZlib
-
- Z_DEFAULT_STRATEGY - Static variable in class org.jruby.RubyZlib
-
- Z_FILTERED - Static variable in class org.jruby.RubyZlib
-
- Z_FINISH - Static variable in class org.jruby.RubyZlib
-
- Z_FULL_FLUSH - Static variable in class org.jruby.RubyZlib
-
- Z_HUFFMAN_ONLY - Static variable in class org.jruby.RubyZlib
-
- Z_NO_COMPRESSION - Static variable in class org.jruby.RubyZlib
-
- Z_NO_FLUSH - Static variable in class org.jruby.RubyZlib
-
- Z_SYNC_FLUSH - Static variable in class org.jruby.RubyZlib
-
- Z_UNKNOWN - Static variable in class org.jruby.RubyZlib
-
- 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(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
-
- zero_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
-
- zero_p(ThreadContext, 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
-
- zip19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
-
- zipCommon(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
-
- zipCommon19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
-
- zipCommonAry(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
-
- zipCommonConvert(Ruby, IRubyObject[]) - Static method in class org.jruby.RubyEnumerable
-
- zipCommonConvert(Ruby, IRubyObject[], String) - Static method in class org.jruby.RubyEnumerable
-
- zipCommonEnum(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
-
- ZLIB_VERSION - Static variable in class org.jruby.RubyZlib
-
- zlib_version(IRubyObject) - Static method in class org.jruby.RubyZlib
-
- 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
-
- ZSUPER - Static variable in class org.jruby.compiler.ir.operands.MethAddr
-
- 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
-
- ZYieldNode - Class in org.jruby.ast
-
- ZYieldNode(ISourcePosition) - Constructor for class org.jruby.ast.ZYieldNode
-
_
- ___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
-
- __getobj__(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.DelegateLibrary.Delegator
-
- __jtrap_kernel(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubySignal
-
- __method__(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
-
- __ruby_object() - Method in interface org.jruby.java.proxies.RubyObjectHolderProxy
-
- _bb - Variable in class org.jruby.compiler.ir.dataflow.FlowGraphNode
-
- _begin - Variable in class org.jruby.compiler.ir.instructions.ExceptionRegionStartMarkerInstr
-
- _bl_value - Variable in class org.jruby.compiler.ir.operands.StringLiteral
-
- _cfg - Variable in class org.jruby.compiler.ir.dataflow.DataFlowProblem
-
- _close(ThreadContext) - Method in class org.jruby.RubyTempfile
-
- _direction - Variable in class org.jruby.compiler.ir.dataflow.DataFlowProblem
-
- _dst - Variable in class org.jruby.compiler.ir.representations.CFG.CFG_Edge
-
- _dump(ThreadContext, IRubyObject) - Method in class org.jruby.RubyEncoding
-
- _end - Variable in class org.jruby.compiler.ir.instructions.ExceptionRegionStartMarkerInstr
-
- _exec_internal(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
-
- _fgNodes - Variable in class org.jruby.compiler.ir.dataflow.DataFlowProblem
-
- _id - Variable in class org.jruby.compiler.ir.dataflow.DataFlowVar
-
- _initialize(IRubyObject[]) - Method in class org.jruby.RubyZlib.Deflate
-
- _initialize(IRubyObject[]) - Method in class org.jruby.RubyZlib.Inflate
-
- _jumpTarget - Variable in class org.jruby.compiler.ir.operands.BreakResult
-
- _label - Variable in class org.jruby.compiler.ir.operands.Label
-
- _lbl - Variable in class org.jruby.compiler.ir.instructions.LABEL_Instr
-
- _load(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyEncoding
-
- _new(ThreadContext) - Method in class org.jruby.java.proxies.ArrayJavaProxyCreator
-
- _prob - Variable in class org.jruby.compiler.ir.dataflow.FlowGraphNode
-
- _profile - Variable in class org.jruby.compiler.ir.instructions.CallInstr
-
- _rescueBlockLabels - Variable in class org.jruby.compiler.ir.instructions.ExceptionRegionStartMarkerInstr
-
- _result - Variable in class org.jruby.compiler.ir.operands.BreakResult
-
- _spawn_internal(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
-
- _src - Variable in class org.jruby.compiler.ir.representations.CFG.CFG_Edge
-
- _str_value - Variable in class org.jruby.compiler.ir.operands.StringLiteral
-
- _type - Variable in class org.jruby.compiler.ir.operands.Backref
-
- _type - Variable in class org.jruby.compiler.ir.representations.CFG.CFG_Edge
-
- _value - Variable in class org.jruby.compiler.ir.operands.BoxedValue
-
- _value - Variable in class org.jruby.compiler.ir.operands.UnboxedValue
-
- _version - Variable in class org.jruby.compiler.ir.CodeVersion
-
$ 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-2009 JRuby Team. All Rights Reserved.
|