Directive
|
Meaning
| @
| Moves to absolute position
| A
| ASCII string (space padded, count is width)
| a
| ASCII string (null padded, count is width)
| B
| Bit string (descending bit order)
| b
| Bit string (ascending bit order)
| C
| Unsigned char
| c
| Char
| d
| Double-precision float, native format
| E
| Double-precision float, little-endian byte order
| e
| Single-precision float, little-endian byte order
| f
| Single-precision float, native format
| G
| Double-precision float, network (big-endian) byte order
| g
| Single-precision float, network (big-endian) byte order
| H
| Hex string (high nibble first)
| h
| Hex string (low nibble first)
| I
| Unsigned integer
| i
| Integer
| L
| Unsigned long
| l
| Long
| M
| Quoted printable, MIME encoding (see RFC2045)
| m
| Base64 encoded string
| N
| Long, network (big-endian) byte order
| n
| Short, network (big-endian) byte-order
| P
| Pointer to a structure (fixed-length string)
| p
| Pointer to a null-terminated string
| Q
| Unsigned 64-bit number
| q
| 64-bit number
| S
| Unsigned short
| s
| Short
| U
| UTF-8
| u
| UU-encoded string
| V
| Long, little-endian byte order
| v
| Short, little-endian byte order
| X
| Back up a byte
| x
| Null byte
| Z
| Same as ``A''
|
Packs the contents of arr into a binary sequence according to the directives in
aTemplateString (see preceding table).
Pack.Converter - Class in org.jruby.util Pack.Converter(int) -
Constructor for class org.jruby.util.Pack.Converter
pack_sockaddr_in(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.socket.RubySocket
pack_sockaddr_un(IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.socket.RubySocket
packageRestArgumentsForReflection(Object[]) -
Method in class org.jruby.runtime.callback.ReflectionCallback
Returns an object array that collects all rest arguments in its own object array which
is then put into the last slot of the first object array.
paint(Graphics) -
Method in class org.jruby.JRubyApplet
PARAGRAPH_DELIMETER -
Static variable in interface org.jruby.util.io.Stream
PARAGRAPH_SEPARATOR -
Static variable in interface org.jruby.util.io.Stream
parameter_annotations() -
Method in class org.jruby.javasupport.JavaCallable
parameter_types() -
Method in class org.jruby.javasupport.JavaCallable
ParameterTypes - Interface in org.jruby.javasupport params(IRubyObject, IRubyObject) -
Method in class org.jruby.RubyZlib.Deflate
params(Class...) -
Static method in class org.jruby.util.CodegenUtils
params(Class, int) -
Static method in class org.jruby.util.CodegenUtils
params(Class, Class, int) -
Static method in class org.jruby.util.CodegenUtils
params(int, int) -
Method in class org.jruby.util.ZlibDeflate
parent -
Variable in class org.jruby.RubyModule
parent -
Variable in class org.jruby.runtime.DynamicScope
Parent - Class in org.jruby.test Parent() -
Constructor for class org.jruby.test.Parent
parse(ParserConfiguration, LexerSource) -
Method in class org.jruby.parser.DefaultRubyParser
The parse method use an lexer stream and parse it to an AST node
structure
parse(String, ByteList, DynamicScope, ParserConfiguration) -
Method in class org.jruby.parser.Parser
parse(String, String, DynamicScope, int, boolean) -
Method in class org.jruby.Ruby
parse(ByteList, String, DynamicScope, int, boolean) -
Method in class org.jruby.Ruby
parse(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyJRuby
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.
parseEval(String, String, DynamicScope, int) -
Method in class org.jruby.Ruby
parseEval(ByteList, String, DynamicScope, int) -
Method in class org.jruby.Ruby
parseFile(InputStream, String, DynamicScope) -
Method in class org.jruby.Ruby
parseFromMain(InputStream, String) -
Method in class org.jruby.Ruby
Parse the script contained in the given input stream, using the given
filename as the name of the script, and return the root Node.
parseInline(InputStream, String, DynamicScope) -
Method in class org.jruby.Ruby
Parser - Class in org.jruby.parserServes as a simple facade for all the parsing magic.Parser(Ruby) -
Constructor for class org.jruby.parser.Parser
ParserConfiguration - Class in org.jruby.parser ParserConfiguration(int, boolean) -
Constructor for class org.jruby.parser.ParserConfiguration
ParserConfiguration(int, boolean, boolean) -
Constructor for class org.jruby.parser.ParserConfiguration
ParserConfiguration(int, boolean, boolean, boolean) -
Constructor for class org.jruby.parser.ParserConfiguration
parseRewriter(String, InputStream, ParserConfiguration) -
Method in class org.jruby.parser.Parser
ParserSupport - Class in org.jruby.parser ParserSupport() -
Constructor for class org.jruby.parser.ParserSupport
parseSimpleStringIntoBuffer(LexerSource, ByteList) -
Method in class org.jruby.lexer.yacc.StringTerm
parseString(RubyYaccLexer, LexerSource) -
Method in class org.jruby.lexer.yacc.HeredocTerm
parseString(RubyYaccLexer, LexerSource) -
Method in class org.jruby.lexer.yacc.StringTerm
parseString(RubyYaccLexer, LexerSource) -
Method in class org.jruby.lexer.yacc.StrTerm
parseStringIntoBuffer(RubyYaccLexer, LexerSource, ByteList) -
Method in class org.jruby.lexer.yacc.StringTerm
partition(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
pass(IRubyObject) -
Static method in class org.jruby.RubyThread
PASSED_ARG -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
passwd(IRubyObject, Block) -
Static method in class org.jruby.RubyEtc
path() -
Method in class org.jruby.ext.socket.RubyUNIXSocket
path() -
Method in class org.jruby.RubyDir
path -
Variable in class org.jruby.RubyFile
path() -
Method in class org.jruby.RubyFile
path() -
Method in class org.jruby.RubyStringIO
PATH_SPLIT -
Static variable in class org.jruby.util.JavaNameMangler
peek(int) -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
peek(int) -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
Is the next character equal to 'to'
peek(int) -
Method in class org.jruby.lexer.yacc.LexerSource
peek(IRubyObject) -
Method in class org.jruby.RubyStringScanner
peep(IRubyObject) -
Method in class org.jruby.RubyStringScanner
peeraddr() -
Method in class org.jruby.ext.socket.RubyIPSocket
peeraddr(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyTCPServer
peeraddr() -
Method in class org.jruby.ext.socket.RubyUNIXSocket
performBackref(char) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
performBackref(char) -
Method in interface org.jruby.compiler.MethodCompiler
performBooleanBranch(BranchCallback, BranchCallback) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
performBooleanBranch(BranchCallback, BranchCallback) -
Method in interface org.jruby.compiler.MethodCompiler
Perform a boolean branch operation based on the Ruby "true" value of the top value
on the stack.
performBooleanLoop(BranchCallback, BranchCallback, boolean) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
performBooleanLoop(BranchCallback, BranchCallback, boolean) -
Method in interface org.jruby.compiler.MethodCompiler
Perform a boolean loop using the given condition-calculating branch and body branch.
performLogicalAnd(BranchCallback) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
performLogicalAnd(BranchCallback) -
Method in interface org.jruby.compiler.MethodCompiler
Perform a logical short-circuited Ruby "and" operation, using Ruby notions of true and false.
performLogicalOr(BranchCallback) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
performLogicalOr(BranchCallback) -
Method in interface org.jruby.compiler.MethodCompiler
Perform a logical short-circuited Ruby "or" operation, using Ruby notions of true and false.
performReturn() -
Method in class org.jruby.compiler.impl.StandardASMCompiler.ASMClosureCompiler
performReturn() -
Method in class org.jruby.compiler.impl.StandardASMCompiler.ASMMethodCompiler
performReturn() -
Method in interface org.jruby.compiler.MethodCompiler
Return the current value on the top of the stack, taking into consideration surrounding blocks.
perror(String) -
Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
PF_INET -
Static variable in class org.jruby.ext.socket.RubySocket
PF_UNIX -
Static variable in class org.jruby.ext.socket.RubySocket
PF_UNSPEC -
Static variable in class org.jruby.ext.socket.RubySocket
pid() -
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
pid() -
Method in class org.jruby.RubyStringIO
pipe(IRubyObject) -
Static method in class org.jruby.RubyIO
pipe_p() -
Method in class org.jruby.RubyFileStat
pipe_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
PipeException - Exception in org.jruby.util.io PipeException() -
Constructor for exception org.jruby.util.io.PipeException
PLATFORM -
Static variable in class org.jruby.runtime.Constants
PlatformTest - Class in org.jruby.util PlatformTest() -
Constructor for class org.jruby.util.PlatformTest
plus(BenchIntFibRecursive.BoxedInt) -
Method in class org.jruby.test.bench.BenchIntFibRecursive.BoxedInt
plus(BenchLongFibRecursive.BoxedLong) -
Method in class org.jruby.test.bench.BenchLongFibRecursive.BoxedLong
pollAndReturn(ThreadContext, IRubyObject) -
Static method in class org.jruby.evaluator.ASTInterpreter
pollThreadEvents() -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
pollThreadEvents() -
Method in interface org.jruby.compiler.MethodCompiler
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 -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
POP -
Static variable in class org.jruby.ast.executable.YARVInstructions
pop() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
pop(IRubyObject[]) -
Method in class org.jruby.libraries.ThreadLibrary.Queue
pop(IRubyObject[]) -
Method in class org.jruby.libraries.ThreadLibrary.SizedQueue
pop() -
Method in class org.jruby.RubyArray
rb_ary_pop
pop2() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
popArray(IRubyObject[]) -
Static method in class org.jruby.ast.util.ArgsUtil
Remove first element from array
popCatch() -
Method in class org.jruby.runtime.ThreadContext
popCurrentScope() -
Method in class org.jruby.parser.ParserSupport
popen(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyIO
popen(Ruby, IRubyObject, ModeFlags) -
Static method in class org.jruby.util.ShellLauncher
popRubyClass() -
Method in class org.jruby.runtime.ThreadContext
popScope() -
Method in class org.jruby.runtime.ThreadContext
populate(RubyModule) -
Method in interface org.jruby.anno.TypePopulator
portToService -
Static variable in class org.jruby.ext.socket.IANA
pos() -
Method in class org.jruby.RubyIO
pos() -
Method in class org.jruby.RubyStringIO
pos() -
Method in class org.jruby.RubyStringScanner
pos() -
Method in class org.jruby.RubyZlib.RubyGzipReader
pos() -
Method in class org.jruby.RubyZlib.RubyGzipWriter
pos_set(IRubyObject) -
Method in class org.jruby.RubyIO
POSITIONLESS_COMPILE_ENABLED -
Static variable in class org.jruby.RubyInstanceConfig
post(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.CallConfiguration
post(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
post(ThreadContext, Binding) -
Method in class org.jruby.runtime.CompiledBlock
post(ThreadContext, Binding) -
Method in class org.jruby.runtime.CompiledBlockLight
post(ThreadContext, Binding) -
Method in class org.jruby.runtime.InterpretedBlock
post(ThreadContext, Binding) -
Method in class org.jruby.runtime.MethodBlock
post_match() -
Method in class org.jruby.RubyMatchData
match_post_match
post_match() -
Method in class org.jruby.RubyStringScanner
postBsfApply() -
Method in class org.jruby.runtime.ThreadContext
postClassEval() -
Method in class org.jruby.runtime.ThreadContext
postCompiledClass() -
Method in class org.jruby.runtime.ThreadContext
postEvalWithBinding(Binding) -
Method in class org.jruby.runtime.ThreadContext
POSTEXE -
Static variable in class org.jruby.ast.executable.YARVInstructions
postExecuteUnder() -
Method in class org.jruby.runtime.ThreadContext
PostExeNode - Class in org.jruby.astCaptures END statements (END {...})PostExeNode(ISourcePosition, Node) -
Constructor for class org.jruby.ast.PostExeNode
postLoad(ThreadContext) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
postMethodBacktraceAndScope() -
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
postOpAsgnWithOrAnd(IRubyObject, IRubyObject, ThreadContext, 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
postTrace() -
Method in class org.jruby.runtime.ThreadContext
postYield(Binding) -
Method in class org.jruby.runtime.ThreadContext
postYieldLight(Binding) -
Method in class org.jruby.runtime.ThreadContext
postYieldNoScope() -
Method in class org.jruby.runtime.ThreadContext
ppid(IRubyObject) -
Static method in class org.jruby.RubyProcess
pre(ThreadContext, IRubyObject, RubyModule, String, Block, StaticScope, JumpTarget) -
Method in class org.jruby.internal.runtime.methods.CallConfiguration
pre(ThreadContext, IRubyObject, String, Block) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
pre(ThreadContext, RubyModule, Binding) -
Method in class org.jruby.runtime.CompiledBlock
pre(ThreadContext, RubyModule, Binding) -
Method in class org.jruby.runtime.CompiledBlockLight
pre(ThreadContext, RubyModule, Binding) -
Method in class org.jruby.runtime.CompiledSharedScopeBlock
pre(ThreadContext, RubyModule, Binding) -
Method in class org.jruby.runtime.InterpretedBlock
pre(ThreadContext, RubyModule, Binding) -
Method in class org.jruby.runtime.MethodBlock
pre(ThreadContext, RubyModule, Binding) -
Method in class org.jruby.runtime.SharedScopeBlock
pre_match() -
Method in class org.jruby.RubyMatchData
match_pre_match
pre_match() -
Method in class org.jruby.RubyStringScanner
preAdoptThread() -
Method in class org.jruby.runtime.ThreadContext
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
preClassEval(StaticScope, RubyModule) -
Method in class org.jruby.runtime.ThreadContext
preCompiledClass(RubyModule, String[]) -
Method in class org.jruby.runtime.ThreadContext
precs() -
Method in class org.jruby.RubyBigDecimal
pred() -
Method in class org.jruby.RubyFixnum
pred(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyInteger
preEvalWithBinding(Binding) -
Method in class org.jruby.runtime.ThreadContext
preExecuteUnder(RubyModule, Block) -
Method in class org.jruby.runtime.ThreadContext
PreExeNode - Class in org.jruby.astA pre-execution construction (BEGIN { ...PreExeNode(ISourcePosition, StaticScope, Node) -
Constructor for class org.jruby.ast.PreExeNode
preForBlock(Binding, RubyModule) -
Method in class org.jruby.runtime.ThreadContext
preLoad(ThreadContext, String[]) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
preMethodBacktraceAndScope(String, RubyModule, StaticScope) -
Method in class org.jruby.runtime.ThreadContext
preMethodBacktraceOnly(String) -
Method in class org.jruby.runtime.ThreadContext
preMethodFrameAndScope(RubyModule, String, IRubyObject, Block, StaticScope, JumpTarget) -
Method in class org.jruby.runtime.ThreadContext
preMethodFrameOnly(RubyModule, String, IRubyObject, Block, JumpTarget) -
Method in class org.jruby.runtime.ThreadContext
preMethodScopeOnly(RubyModule, StaticScope) -
Method in class org.jruby.runtime.ThreadContext
preMproc() -
Method in class org.jruby.runtime.ThreadContext
preNodeEval(RubyModule, IRubyObject, String) -
Method in class org.jruby.runtime.ThreadContext
preNodeEval(RubyModule, IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
preOpAsgnWithOrAnd(IRubyObject, ThreadContext, CallSite) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
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.
prepareAppend() -
Method in class org.jruby.util.string.Ustr
Set up for appendChar .
prepareArgumentsForCall(ThreadContext, IRubyObject[], Block.Type) -
Method in class org.jruby.runtime.BlockBody
prepareClassNamespace(ThreadContext, IRubyObject) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
prepareNext() -
Method in class org.jruby.util.string.Ustr
Set up for nextChar() .
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
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
preTrace() -
Method in class org.jruby.runtime.ThreadContext
PREVIOUS_EXCEPTION_INDEX -
Static variable in class org.jruby.compiler.impl.StandardASMCompiler
preYieldLightBlock(Binding, DynamicScope, RubyModule) -
Method in class org.jruby.runtime.ThreadContext
preYieldNoScope(Binding, RubyModule) -
Method in class org.jruby.runtime.ThreadContext
preYieldSpecificBlock(Binding, StaticScope, RubyModule) -
Method in class org.jruby.runtime.ThreadContext
primitive_match(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.Java.JavaUtilities
primitive_match(Object, Object) -
Static method in class org.jruby.javasupport.Java
primitive_match(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.Java
primitive_p() -
Method in class org.jruby.javasupport.JavaClass
primitive_to_java(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.javasupport.Java
primitiveToWrapper(Class<?>) -
Static method in class org.jruby.javasupport.JavaUtil
print(String) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
print(char) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
print(BigInteger) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
print(int) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
print(long) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
print(double) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
print() -
Method in class org.jruby.ast.visitor.rewriter.utils.HereDocument
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.RubyKernel
print(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyStringIO
print(IRubyObject[]) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
printAssignmentOperator() -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
printAssignmentOperator() -
Method in class org.jruby.ast.visitor.rewriter.utils.MultipleAssignmentReWriteVisitor
printBacktrace(PrintStream) -
Method in class org.jruby.NativeException
printBacktrace(PrintStream) -
Method in class org.jruby.RubyException
printCommentsAfter(Node) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
printCommentsAfter(Node) -
Method in class org.jruby.ast.visitor.rewriter.utils.IgnoreCommentsReWriteVisitor
printCommentsAtEnd(Node) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
printErr -
Variable in class org.jruby.test.TestUnitTestSuite
printError(RubyException) -
Method in class org.jruby.Ruby
Prints an error with backtrace to the error stream.
printf(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyIO
printf(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
printf(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyStringIO
printf(IRubyObject[]) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
printIndentation(PrintWriter) -
Method in class org.jruby.ast.visitor.rewriter.utils.Indentor
println() -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
printNewlineAndIndentation() -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
printNewlineAndIndentation() -
Method in class org.jruby.ast.visitor.rewriter.utils.ShortIfNodeReWriteVisitor
printOut -
Variable in class org.jruby.test.TestUnitTestSuite
printProperties() -
Method in class org.jruby.Main
printScope() -
Method in class org.jruby.runtime.ThreadContext
printStackTrace() -
Method in exception org.jruby.exceptions.RaiseException
printStackTrace(PrintStream) -
Method in exception org.jruby.exceptions.RaiseException
printStackTrace(PrintWriter) -
Method in exception org.jruby.exceptions.RaiseException
printUsage() -
Method in class org.jruby.Main
priority() -
Method in class org.jruby.RubyThread
priority_set(IRubyObject) -
Method in class org.jruby.RubyThread
private_class_method(IRubyObject[]) -
Method in class org.jruby.RubyModule
private_instance_methods(IRubyObject[]) -
Method in class org.jruby.RubyModule
rb_class_private_instance_methods
private_method_defined(IRubyObject) -
Method in class org.jruby.RubyModule
private_methods(IRubyObject[]) -
Method in class org.jruby.RubyObject
rb_obj_private_methods
call-seq:
obj.private_methods(all=true) => array
Returns the list of private methods accessible to obj.
private_p() -
Method in class org.jruby.javasupport.JavaClass
proc(IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
proc_1_9(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
processBlockArgument(int) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.ASMClosureCompiler
processBlockArgument(Ruby, Block) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
processRequiredArgs(Arity, int, int, int) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.ASMClosureCompiler
processRestArg(int, int) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.ASMClosureCompiler
ProcMethod - Class in org.jruby.internal.runtime.methods ProcMethod(RubyModule, RubyProc, Visibility) -
Constructor for class org.jruby.internal.runtime.methods.ProcMethod
Constructor for ProcMethod.
Profile - Interface in org.jruby promptStyle -
Variable in class org.jruby.demo.TextAreaReadline
protect(BranchCallback, BranchCallback, Class) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
protect(BranchCallback, BranchCallback, Class) -
Method in interface org.jruby.compiler.MethodCompiler
Makes sure that the code in protectedCode will always run after regularCode.
protected_instance_methods(IRubyObject[]) -
Method in class org.jruby.RubyModule
rb_class_protected_instance_methods
protected_method() -
Method in class org.jruby.test.Abstract
protected_method_defined(IRubyObject) -
Method in class org.jruby.RubyModule
protected_methods(IRubyObject[]) -
Method in class org.jruby.RubyObject
rb_obj_protected_methods
call-seq:
obj.protected_methods(all=true) => array
Returns the list of protected methods accessible to obj.
protected_p() -
Method in class org.jruby.javasupport.JavaClass
protection_domain() -
Method in class org.jruby.javasupport.JavaClass
public_class_method(IRubyObject[]) -
Method in class org.jruby.RubyModule
public_instance_methods(IRubyObject[]) -
Method in class org.jruby.RubyModule
public_method_defined(IRubyObject) -
Method in class org.jruby.RubyModule
public_methods(IRubyObject[]) -
Method in class org.jruby.RubyObject
rb_obj_public_methods
call-seq:
obj.public_methods(all=true) => array
Returns the list of public methods accessible to obj.
public_p() -
Method in class org.jruby.javasupport.JavaCallable
public_p() -
Method in class org.jruby.javasupport.JavaClass
public_p() -
Method in class org.jruby.javasupport.JavaField
public_p() -
Method in class org.jruby.javasupport.JavaMethod
push(IRubyObject) -
Method in class org.jruby.libraries.ThreadLibrary.Queue
push(IRubyObject) -
Method in class org.jruby.libraries.ThreadLibrary.SizedQueue
PUSH_ARRAY -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
PUSH_BLOCK -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
PUSH_CONST -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
PUSH_CONTEXT -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
PUSH_CPATH_TOP -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
PUSH_ENCLOSER -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
PUSH_EXCEPTION -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
PUSH_FALSE -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
push_glob(String, ByteList, int) -
Static method in class org.jruby.util.Dir
PUSH_INT -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
PUSH_IVAR -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
PUSH_LITERAL -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
PUSH_LOCAL -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
PUSH_LOCAL_DEPTH -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
push_m(IRubyObject[]) -
Method in class org.jruby.RubyArray
rb_ary_push_m
FIXME: Whis is this named "push_m"?
PUSH_MY_FIELD -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
PUSH_NIL -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
push_pattern -
Static variable in class org.jruby.util.Dir
PUSH_SELF -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
PUSH_TRUE -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
pushBlockScope() -
Method in class org.jruby.parser.ParserSupport
pushCatch(RubyKernel.CatchTarget) -
Method in class org.jruby.runtime.ThreadContext
pushExitBlock(RubyProc) -
Method in class org.jruby.Ruby
Push block onto exit stack.
pushLocalScope() -
Method in class org.jruby.parser.ParserSupport
pushNull() -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
pushNull() -
Method in interface org.jruby.compiler.MethodCompiler
pushRubyClass(RubyModule) -
Method in class org.jruby.runtime.ThreadContext
pushScope(DynamicScope) -
Method in class org.jruby.runtime.ThreadContext
pushString(String) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
pushString(String) -
Method in interface org.jruby.compiler.MethodCompiler
put(Object, T) -
Method in class org.jruby.javasupport.util.ObjectProxyCache
put(Object, Object) -
Method in class org.jruby.RubyHash
put(int, Object) -
Method in class org.jruby.util.collections.IntHashMap
put(Object, Object) -
Method in class org.jruby.util.collections.SlottedHashMap
Put a new value into this SHM.
put(Object, Object, SlottedHashMap) -
Method in class org.jruby.util.collections.SlottedHashMap
Potentially insert the given key and value, if we have not already overridden it
put(Object, Object) -
Method in class org.jruby.util.WeakIdentityHashMap
putAll(Map) -
Method in class org.jruby.RubyHash
putAll(Map) -
Method in class org.jruby.util.collections.SlottedHashMap
putc(ThreadContext, IRubyObject) -
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
putfield(String, String, String) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
putJavaClassIntoCache(JavaClass) -
Method in class org.jruby.javasupport.JavaSupport
PUTNIL -
Static variable in class org.jruby.ast.executable.YARVInstructions
PUTNOT -
Static variable in class org.jruby.ast.executable.YARVInstructions
PUTOBJECT -
Static variable in class org.jruby.ast.executable.YARVInstructions
PUTOBJECT_OP_INT2FIX_0_0_C_ -
Static variable in class org.jruby.ast.executable.YARVInstructions
PUTOBJECT_OP_INT2FIX_0_1_C_ -
Static variable in class org.jruby.ast.executable.YARVInstructions
PUTOBJECT_OP_QFALSE -
Static variable in class org.jruby.ast.executable.YARVInstructions
PUTOBJECT_OP_QTRUE -
Static variable in class org.jruby.ast.executable.YARVInstructions
puts(ThreadContext, IRubyObject[]) -
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
PUTSELF -
Static variable in class org.jruby.ast.executable.YARVInstructions
putstatic(String, String, String) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
PUTSTRING -
Static variable in class org.jruby.ast.executable.YARVInstructions
PUTUNDEF -
Static variable in class org.jruby.ast.executable.YARVInstructions
Pwd - Class in org.jruby.util Pwd() -
Constructor for class org.jruby.util.Pwd
Q
- quick_emit(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyYAML
-
- quick_emit_node(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyYAML
-
- quo(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyBignum
- rb_big_quo
- quo(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyFixnum
- fix_quo
- quo(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyNumeric
- num_quo
- quote(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyRegexp
- rb_reg_s_quote
- quote(ByteList, KCode) -
Static method in class org.jruby.RubyRegexp
- rb_reg_quote
R
- raise(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
-
- raise(IRubyObject[], Block) -
Method in class org.jruby.RubyThread
-
- RAISE_EXC -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- raiseArgumentError(Ruby, int, int, int) -
Static method in class org.jruby.runtime.Arity
-
- RaiseException - Exception in org.jruby.exceptions
-
- RaiseException(RubyException) -
Constructor for exception org.jruby.exceptions.RaiseException
-
- RaiseException(Ruby, RubyClass, String, boolean) -
Constructor for exception org.jruby.exceptions.RaiseException
-
- RaiseException(RubyException, boolean) -
Constructor for exception org.jruby.exceptions.RaiseException
-
- RaiseException(Throwable, NativeException) -
Constructor for exception org.jruby.exceptions.RaiseException
-
- rand(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- RANGE -
Static variable in class org.jruby.runtime.ClassIndex
-
- range(byte[], int, int, char, int) -
Static method in class org.jruby.util.Dir
-
- range_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLRangeMethods
-
- rassoc(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_rassoc
- 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.RubyHash
- rb_hash_size
- rb_sys_fail(String) -
Method in class org.jruby.ext.socket.RubyUNIXSocket
-
- rb_sys_fail(Ruby, String) -
Static method in class org.jruby.ext.socket.RubyUNIXSocket
-
- rb_values() -
Method in class org.jruby.RubyHash
- rb_hash_values
- rbCatch(ThreadContext, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- rbClone() -
Method in class org.jruby.RubyMethod
-
- rbClone() -
Method in class org.jruby.RubyObject
- rb_obj_clone
This method should be overriden only by: Proc, Method,
UnboundedMethod, Binding.
- rbClone() -
Method in class org.jruby.RubyProc
-
- rbClone() -
Method in class org.jruby.RubyUnboundMethod
-
- rbClone() -
Method in interface org.jruby.runtime.builtin.IRubyObject
- RubyMethod rbClone.
- RbConfigLibrary - Class in org.jruby.libraries
-
- RbConfigLibrary() -
Constructor for class org.jruby.libraries.RbConfigLibrary
-
- 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
- rbThrow(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
-
- RBUF -
Static variable in class org.jruby.util.io.OpenFile
-
- rbuf_fill(IRubyObject) -
Static method in class org.jruby.ext.NetProtocolBufferedIO.NativeImpl
-
- rdev() -
Method in class org.jruby.RubyFileStat
-
- rdevMajor() -
Method in class org.jruby.RubyFileStat
-
- rdevMinor() -
Method in class org.jruby.RubyFileStat
-
- RDONLY -
Static variable in class org.jruby.util.io.ModeFlags
- read-only flag (default value if no other flags set)
- RDWR -
Static variable in class org.jruby.util.io.ModeFlags
- read/write flag
- re_exchange(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyProcess.GroupID
-
- re_exchange(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyProcess.UserID
-
- re_exchangeable_p(IRubyObject) -
Static method in class org.jruby.RubyProcess.GroupID
-
- re_exchangeable_p(IRubyObject) -
Static method in class org.jruby.RubyProcess.UserID
-
- RE_MAY_IGNORECASE -
Static variable in interface org.jruby.parser.ReOptions
-
- RE_OPTION_EXTENDED -
Static variable in interface org.jruby.parser.ReOptions
-
- RE_OPTION_IGNORECASE -
Static variable in interface org.jruby.parser.ReOptions
-
- RE_OPTION_LONGEST -
Static variable in interface org.jruby.parser.ReOptions
-
- RE_OPTION_MULTILINE -
Static variable in interface org.jruby.parser.ReOptions
-
- RE_OPTION_ONCE -
Static variable in interface org.jruby.parser.ReOptions
-
- RE_OPTION_POSIXLINE -
Static variable in interface org.jruby.parser.ReOptions
-
- RE_OPTION_SINGLELINE -
Static variable in interface org.jruby.parser.ReOptions
-
- RE_UNICODE -
Static variable in interface org.jruby.parser.ReOptions
-
- react(Join, Object[]) -
Method in class org.jruby.util.Join.AsyncReaction
-
- react(Join, Object[]) -
Method in class org.jruby.util.Join.FastReaction
-
- react(Join, Object[]) -
Method in class org.jruby.util.Join.SyncReaction
-
- read() -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
-
- read() -
Method in class org.jruby.lexer.yacc.CapturingByteListLexerSource
-
- read() -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
- Read next character from this source
- read() -
Method in class org.jruby.lexer.yacc.LexerSource
-
- read(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyArgsFile
-
- read() -
Method in class org.jruby.RubyDir
- Returns the next entry from this directory.
- read(IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- read(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyIO
-
- read(IRubyObject[]) -
Method in class org.jruby.RubyStringIO
-
- read(IRubyObject[]) -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- read() -
Method in class org.jruby.util.DataInputBridgeStream
-
- read(int, ByteList) -
Method in class org.jruby.util.io.ChannelDescriptor
- Perform a low-level read of the specified number of bytes into the specified
byte list.
- read(ByteBuffer) -
Method in class org.jruby.util.io.ChannelDescriptor
- Perform a low-level read of the remaining number of bytes into the specified
byte buffer.
- read(int) -
Method in class org.jruby.util.io.ChannelStream
-
- read() -
Method in class org.jruby.util.io.ChannelStream
-
- read(ByteBuffer) -
Method in class org.jruby.util.io.NullChannel
-
- read(ByteBuffer) -
Method in class org.jruby.util.io.SplitChannel
-
- read(int) -
Method in interface org.jruby.util.io.Stream
-
- read() -
Method in class org.jruby.util.IOInputStream
-
- read(byte[]) -
Method in class org.jruby.util.IOInputStream
-
- read(byte[], int, int) -
Method in class org.jruby.util.IOInputStream
-
- read(char[], int, int) -
Method in class org.jruby.util.IOReader
-
- read_nonblock(IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- READABLE -
Static variable in class org.jruby.util.io.OpenFile
-
- readable_p() -
Method in class org.jruby.RubyFileStat
-
- readable_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- readableReal_p() -
Method in class org.jruby.RubyFileStat
-
- readAll(IRubyObject) -
Method in class org.jruby.RubyIO
-
- readall() -
Method in class org.jruby.util.io.ChannelStream
-
- readall() -
Method in interface org.jruby.util.io.Stream
-
- readchar(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyArgsFile
-
- readchar() -
Method in class org.jruby.RubyIO
- Read a byte.
- readchar() -
Method in class org.jruby.RubyStringIO
-
- readchar() -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- readComment(int) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
- Read a comment up to end of line.
- readDataBuffered() -
Method in class org.jruby.util.io.ChannelStream
-
- readDataBuffered() -
Method in interface org.jruby.util.io.Stream
-
- readEscape() -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- reading -
Variable in class org.jruby.util.io.ChannelStream
-
- readInt(InputStream) -
Static method in class org.jruby.ast.executable.RubiniusRunner
-
- readLine(String) -
Method in class org.jruby.demo.TextAreaReadline
-
- Readline - Class in org.jruby.ext
-
- Readline() -
Constructor for class org.jruby.ext.Readline
-
- readline -
Variable in class org.jruby.ext.Readline.ConsoleHolder
-
- readline(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyArgsFile
- Read a line.
- readline(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyIO
- Read a line.
- readline(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- readline(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyStringIO
-
- readline(ThreadContext) -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- Readline.ConsoleHolder - Class in org.jruby.ext
-
- Readline.ConsoleHolder() -
Constructor for class org.jruby.ext.Readline.ConsoleHolder
-
- Readline.HistoryMethods - Class in org.jruby.ext
-
- Readline.HistoryMethods() -
Constructor for class org.jruby.ext.Readline.HistoryMethods
-
- Readline.ProcCompletor - Class in org.jruby.ext
-
- Readline.ProcCompletor(IRubyObject) -
Constructor for class org.jruby.ext.Readline.ProcCompletor
-
- Readline.RubyFileNameCompletor - Class in org.jruby.ext
-
- Readline.RubyFileNameCompletor() -
Constructor for class org.jruby.ext.Readline.RubyFileNameCompletor
-
- Readline.Service - Class in org.jruby.ext
-
- Readline.Service() -
Constructor for class org.jruby.ext.Readline.Service
-
- readLineBytes() -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
-
- readLineBytes() -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
-
- readLineBytes() -
Method in class org.jruby.lexer.yacc.LexerSource
-
- readlines(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyArgsFile
-
- readlines(IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- readlines(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyIO
-
- readlines(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- readlines(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyStringIO
-
- readlines(IRubyObject[]) -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- readlink(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFile
-
- readLink(UnmarshalStream, int) -
Method in class org.jruby.runtime.marshal.UnmarshalCache
-
- ReadonlyAccessor - Class in org.jruby.internal.runtime
-
- ReadonlyAccessor(String, IAccessor) -
Constructor for class org.jruby.internal.runtime.ReadonlyAccessor
-
- ReadonlyGlobalVariable - Class in org.jruby.runtime
-
- ReadonlyGlobalVariable(Ruby, String, IRubyObject) -
Constructor for class org.jruby.runtime.ReadonlyGlobalVariable
-
- readpartial(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- readpartial(int) -
Method in class org.jruby.util.io.ChannelStream
-
- readSignedByte() -
Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- readUnsignedByte() -
Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- readUntil(char) -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
-
- readUntil(char) -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
-
- readUntil(char) -
Method in class org.jruby.lexer.yacc.LexerSource
-
- READWRITE -
Static variable in class org.jruby.util.io.OpenFile
-
- ready(IRubyObject) -
Static method in class org.jruby.libraries.IOWaitLibrary
- returns non-nil if input available without blocking, false if EOF or not open/readable, otherwise nil.
- ready() -
Method in class org.jruby.util.io.ChannelStream
-
- ready() -
Method in interface org.jruby.util.io.Stream
- Implement IO#ready? as per io/wait in MRI.
- realIo -
Variable in class org.jruby.RubyZlib.RubyGzipFile
-
- reason() -
Method in class org.jruby.RubyLocalJumpError
-
- receiver -
Variable 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
- recv(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyBasicSocket
-
- recv(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyUDPSocket
-
- recv(int, Buffer, int, int) -
Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- recv_io(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyUNIXSocket
-
- recvfrom(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyUDPSocket
-
- recvfrom(int, Buffer, int, int, RubyUNIXSocket.LibCSocket.sockaddr_un, IntByReference) -
Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- recvfrom(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyUNIXSocket
-
- REDO_JUMP -
Static variable in exception org.jruby.exceptions.JumpException
-
- redoJump -
Variable in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- 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(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyJRuby
-
- ReflectedCompiledMethod - Class in org.jruby.internal.runtime.methods
-
- ReflectedCompiledMethod(RubyModule, Arity, Visibility, StaticScope, Object, Method, CallConfiguration) -
Constructor for class org.jruby.internal.runtime.methods.ReflectedCompiledMethod
-
- ReflectedJavaMethod - Class in org.jruby.internal.runtime.methods
-
- ReflectedJavaMethod(RubyModule, Method, JRubyMethod) -
Constructor for class org.jruby.internal.runtime.methods.ReflectedJavaMethod
-
- ReflectedJavaMultiMethod - Class in org.jruby.internal.runtime.methods
-
- ReflectedJavaMultiMethod(RubyModule, List<Method>, List<JRubyMethod>) -
Constructor for class org.jruby.internal.runtime.methods.ReflectedJavaMultiMethod
-
- ReflectionCallback - Class in org.jruby.runtime.callback
- A wrapper for
java.lang.reflect.Method objects which implement Ruby methods. - ReflectionCallback(Class, String, Class[], boolean, boolean, Arity, boolean) -
Constructor for class org.jruby.runtime.callback.ReflectionCallback
-
- ReflectionCallbackFactory - Class in org.jruby.runtime.callback
-
- ReflectionCallbackFactory(Class) -
Constructor for class org.jruby.runtime.callback.ReflectionCallbackFactory
-
- ReflectionMethodFactory - Class in org.jruby.internal.runtime.methods
- This MethodFactory uses reflection to provide method handles.
- ReflectionMethodFactory() -
Constructor for class org.jruby.internal.runtime.methods.ReflectionMethodFactory
-
- REGEXP -
Static variable in class org.jruby.runtime.ClassIndex
-
- regexp_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLRegexpMethods
-
- RegexpNode - Class in org.jruby.ast
- Represents a simple regular expression literal.
- RegexpNode(ISourcePosition, ByteList, int) -
Constructor for class org.jruby.ast.RegexpNode
-
- register(IRubyObject) -
Method in class org.jruby.runtime.marshal.MarshalCache
-
- register(IRubyObject) -
Method in class org.jruby.runtime.marshal.UnmarshalCache
-
- registerDescriptor(ChannelDescriptor) -
Method in class org.jruby.RubyIO
-
- registerEndBlock(Block, Ruby) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- registerInspecting(Object) -
Method in class org.jruby.Ruby
-
- registerLinkTarget(IRubyObject) -
Method in class org.jruby.runtime.marshal.MarshalStream
-
- registerLinkTarget(IRubyObject) -
Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- registerNewThread(RubyThread) -
Method in class org.jruby.internal.runtime.ThreadService
-
- registerRubyMethods(Ruby, RubyClass) -
Static method in class org.jruby.javasupport.JavaAccessibleObject
-
- registerRubyMethods(Ruby, RubyClass) -
Static method in class org.jruby.javasupport.JavaCallable
-
- registerRubyMethods(Ruby, RubyClass) -
Static method in class org.jruby.javasupport.JavaObject
-
- registerRubyMethods(Ruby, RubyClass) -
Static method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
-
- registerThreadContext(ThreadContext) -
Static method in class org.jruby.util.SimpleSampler
-
- regsub(RubyString, RubyString, Matcher) -
Method in class org.jruby.RubyRegexp
-
- rehash() -
Method in class org.jruby.RubyHash
- rb_hash_rehash
- rehash() -
Method in class org.jruby.util.collections.IntHashMap
-
- reject(ThreadContext, Block) -
Method in class org.jruby.RubyArray
- rb_ary_reject_bang
- reject(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
-
- reject(ThreadContext, Block) -
Method in class org.jruby.RubyHash
- rb_hash_reject
- reject_bang(ThreadContext, Block) -
Method in class org.jruby.RubyArray
- rb_ary_reject_bang
- reject_bang(ThreadContext, Block) -
Method in class org.jruby.RubyHash
- rb_hash_reject_bang
- releaseTempLocal() -
Method in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- releaseTempLocal() -
Method in interface org.jruby.compiler.VariableCompiler
-
- remainder(IRubyObject) -
Method in class org.jruby.RubyBigDecimal
-
- remainder(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyBignum
- rb_big_remainder
- remainder(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyNumeric
- num_remainder
- remove() -
Method in class org.jruby.javasupport.util.ConversionIterator
-
- remove(Object) -
Method in class org.jruby.RubyArray
-
- remove(int) -
Method in class org.jruby.RubyArray
-
- remove() -
Method in class org.jruby.RubyArray.RubyArrayConversionIterator
-
- remove(Object) -
Method in class org.jruby.RubyHash
-
- remove(RubyThread) -
Method in class org.jruby.RubyThreadGroup
-
- remove(DynamicMethod) -
Method in class org.jruby.runtime.CacheMap
- Remove all method caches associated with the provided method.
- remove(Object) -
Method in class org.jruby.util.collections.IdentitySet
-
- remove(int) -
Method in class org.jruby.util.collections.IntHashMap
-
- remove(Object) -
Method in class org.jruby.util.collections.SlottedHashMap
-
- remove(Object, SlottedHashMap) -
Method in class org.jruby.util.collections.SlottedHashMap
-
- remove(Object) -
Method in class org.jruby.util.collections.WeakHashSet
-
- remove() -
Method in class org.jruby.util.string.UcharIterator
- Throws an UnsupportedOperationException.
- remove(Object) -
Method in class org.jruby.util.WeakIdentityHashMap
-
- remove(int, Object) -
Method in class org.jruby.util.WeakIdentityHashMap
-
- remove_class_variable(IRubyObject) -
Method in class org.jruby.RubyModule
- rb_mod_remove_cvar
- remove_const(IRubyObject) -
Method in class org.jruby.RubyModule
-
- remove_instance_variable(IRubyObject, Block) -
Method in class org.jruby.RubyObject
- rb_obj_remove_instance_variable
call-seq:
obj.remove_instance_variable(symbol) => obj
Removes the named instance variable from obj, returning that
variable's value.
- remove_method(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyModule
-
- removeAll(Collection) -
Method in class org.jruby.RubyArray
-
- removeAll(Collection) -
Method in class org.jruby.util.collections.WeakHashSet
-
- removeAutoLoadFor(String) -
Method in class org.jruby.runtime.load.LoadService
-
- removeBuiltinLibrary(String) -
Method in class org.jruby.runtime.load.LoadService
-
- removeCachedMethod() -
Method in interface org.jruby.runtime.CacheMap.CacheSite
-
- removeCachedMethod() -
Method in class org.jruby.runtime.CallSite.InlineCachingCallSite
-
- removeCachedMethod(String) -
Method in interface org.jruby.runtime.MethodCacheSite
-
- removeClassProvider(ClassProvider) -
Method in class org.jruby.RubyModule
-
- removeCvar(IRubyObject) -
Method in class org.jruby.RubyModule
- rb_mod_remove_cvar
FIXME: any good reason to have two identical methods? (same as remove_class_variable)
- removeEventHook(EventHook) -
Method in class org.jruby.Ruby
-
- removeFinalizer(Finalizable) -
Method in class org.jruby.Ruby
-
- removeFinalizers() -
Method in class org.jruby.RubyObject.Finalizer
-
- removeFinalizers() -
Method in class org.jruby.RubyObject
- Remove all the finalizers for this object.
- removeFinalizers() -
Method in interface org.jruby.runtime.builtin.IRubyObject
-
- removeFinalizers(long) -
Method in class org.jruby.runtime.ObjectSpace
-
- removeFromList(Object) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- removeInstanceVariable(String) -
Method in class org.jruby.RubyObject
-
- removeInstanceVariable(String) -
Method in interface org.jruby.runtime.builtin.InstanceVariables
- Removes the named instance variable, if present, returning its
value.
- removeInternalFinalizer(Finalizable) -
Method in class org.jruby.Ruby
-
- removeInternalLoadedFeature(String) -
Method in class org.jruby.runtime.load.LoadService
-
- removeInternalVariable(String) -
Method in class org.jruby.RubyObject
-
- removeInternalVariable(String) -
Method in interface org.jruby.runtime.builtin.InternalVariables
- Removes the named internal variable, if present, returning its
value.
- removeMethod(ThreadContext, String) -
Method in class org.jruby.RubyModule
-
- removeTrace(IRubyObject) -
Method in class org.jruby.internal.runtime.GlobalVariable
-
- removeTraces() -
Method in class org.jruby.internal.runtime.GlobalVariable
-
- removeWarningsFromEclipse() -
Static method in class org.jruby.test.TestHelper
-
- rename(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFile
-
- reopen(IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- reopen(IRubyObject[]) -
Method in class org.jruby.RubyStringIO
-
- ReOptions - Interface in org.jruby.parser
-
- replace(IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_replace
- replace(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyHash
- rb_hash_replace
- replace(IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_replace_m
- replace(int, int, RubyString) -
Method in class org.jruby.RubyString
-
- replace(int, int) -
Method in class org.jruby.util.string.Ustr
- returns a new Ustr with all instances of one Unicode character replaced
by another.
- replaceText(int, int, String) -
Method in class org.jruby.demo.TextAreaReadline
-
- report() -
Static method in class org.jruby.util.SimpleSampler
-
- representMapping(String, Map, boolean) -
Method in class org.jruby.yaml.JRubyRepresenter
-
- REPUT -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- require(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
- Require.
- require(String) -
Method in class org.jruby.runtime.load.LoadService
-
- required -
Variable in class org.jruby.anno.JavaMethodDescriptor
-
- required -
Variable in class org.jruby.ast.executable.RubiniusCMethod
-
- required(int) -
Static method in class org.jruby.runtime.Arity
-
- required() -
Method in class org.jruby.runtime.Arity
-
- requiredLibraries() -
Method in class org.jruby.RubyInstanceConfig
-
- rescue(BranchCallback, Class, BranchCallback, Class) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- rescue(BranchCallback, Class, BranchCallback, Class) -
Method in interface org.jruby.compiler.MethodCompiler
-
- RescueBodyNode - Class in org.jruby.ast
- Represents the contents of a rescue to be evaluated
- RescueBodyNode(ISourcePosition, Node, Node, RescueBodyNode) -
Constructor for class org.jruby.ast.RescueBodyNode
-
- RescueNode - Class in org.jruby.ast
- Represents a rescue statement
- RescueNode(ISourcePosition, Node, RescueBodyNode, Node) -
Constructor for class org.jruby.ast.RescueNode
-
- reset() -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- reset() -
Method in class org.jruby.lexer.yacc.StackState
-
- reset(long) -
Method in class org.jruby.lexer.yacc.StackState
-
- reset() -
Method in class org.jruby.parser.ParserSupport
-
- reset() -
Method in class org.jruby.RubyDigest.Base
-
- reset() -
Method in class org.jruby.RubyStringScanner
-
- reset() -
Method in class org.jruby.RubyZlib.ZStream
-
- reset() -
Method in class org.jruby.util.Adler32Ext
-
- reset() -
Method in class org.jruby.util.CRC32Ext
-
- resetStacks() -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- resource(IRubyObject) -
Method in class org.jruby.javasupport.JavaClass
-
- resource_as_stream(IRubyObject) -
Method in class org.jruby.javasupport.JavaClass
-
- resource_as_string(IRubyObject) -
Method in class org.jruby.javasupport.JavaClass
-
- respond_to_p(IRubyObject) -
Method in class org.jruby.RubyObject
- obj_respond_to
respond_to?( aSymbol, includePriv=false ) -> true or false
Returns true if this object responds to the given method.
- respond_to_p(IRubyObject, IRubyObject) -
Method in class org.jruby.RubyObject
- obj_respond_to
respond_to?( aSymbol, includePriv=false ) -> true or false
Returns true if this object responds to the given method.
- respondsTo(String) -
Method in class org.jruby.RubyObject
- 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.
- rest -
Variable in class org.jruby.anno.JavaMethodDescriptor
-
- rest() -
Method in class org.jruby.RubyStringScanner
-
- rest_p() -
Method in class org.jruby.RubyStringScanner
-
- rest_size() -
Method in class org.jruby.RubyStringScanner
-
- restart() -
Method in class org.jruby.lexer.yacc.StackState
-
- restsize() -
Method in class org.jruby.RubyStringScanner
-
- resultStyle -
Variable in class org.jruby.demo.TextAreaReadline
-
- resume(IRubyObject[]) -
Method in class org.jruby.libraries.FiberLibrary.Fiber
-
- RET -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- 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 class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- rethrowException() -
Method in interface org.jruby.compiler.MethodCompiler
-
- rethrowIfSystemExit() -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- rethrowIfSystemExit() -
Method in interface org.jruby.compiler.MethodCompiler
-
- retrieveBackRef() -
Method in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- retrieveBackRef() -
Method in interface org.jruby.compiler.VariableCompiler
-
- retrieveClassVariable(String) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- retrieveClassVariable(String) -
Method in interface org.jruby.compiler.MethodCompiler
-
- retrieveConstant(String) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- retrieveConstant(String) -
Method in interface org.jruby.compiler.MethodCompiler
- Retrieve the constant with the specified name available at the current point in the
program's execution.
- retrieveConstantFromModule(String) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- retrieveConstantFromModule(String) -
Method in interface org.jruby.compiler.MethodCompiler
- Retreive a named constant from the RubyModule/RubyClass that's just been pushed.
- retrieveGlobalVariable(String) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- retrieveGlobalVariable(String) -
Method in interface org.jruby.compiler.MethodCompiler
- Retrieve the global variable with the specified name to the top of the stack.
- retrieveInstanceVariable(String) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- retrieveInstanceVariable(String) -
Method in interface org.jruby.compiler.MethodCompiler
- Retrieve the instance variable with the given name, based on the current "self".
- 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.BoxedVariableCompiler
-
- 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 class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- retrieveSelf() -
Method in interface org.jruby.compiler.MethodCompiler
- Retrieve the current "self" and put a reference on top of the stack.
- retrieveSelfClass() -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- retrieveSelfClass() -
Method in interface org.jruby.compiler.MethodCompiler
- Retrieve the current "self" object's metaclass and put a reference on top of the stack
- RETRY_JUMP -
Static variable in exception org.jruby.exceptions.JumpException
-
- retryJump() -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- RetryNode - Class in org.jruby.ast
- Represents a 'retry' statement.
- RetryNode(ISourcePosition) -
Constructor for class org.jruby.ast.RetryNode
-
- return_type() -
Method in class org.jruby.javasupport.JavaConstructor
-
- return_type() -
Method in class org.jruby.javasupport.JavaMethod
-
- returnJump(IRubyObject, ThreadContext) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- ReturnNode - Class in org.jruby.ast
- Represents a return statement.
- ReturnNode(ISourcePosition, Node) -
Constructor for class org.jruby.ast.ReturnNode
-
- returnNull() -
Method in class org.jruby.test.ReturnsNull
-
- returnParser(DefaultRubyParser) -
Method in class org.jruby.parser.RubyParserPool
-
- ReturnsNull - Class in org.jruby.test
-
- ReturnsNull() -
Constructor for class org.jruby.test.ReturnsNull
-
- reverse() -
Method in class org.jruby.RubyArray
- rb_ary_reverse_m
- reverse() -
Method in class org.jruby.RubyString
-
- reverse_bang() -
Method in class org.jruby.RubyArray
- rb_ary_reverse_bang
- reverse_bang() -
Method in class org.jruby.RubyString
-
- reverse_each(ThreadContext, Block) -
Method in class org.jruby.RubyArray
- rb_ary_reverse_each
- revert() -
Method in class org.jruby.ast.visitor.rewriter.utils.BooleanStateStack
-
- REVISION -
Static variable in class org.jruby.runtime.Constants
-
- rewind(IRubyObject, Block) -
Static method in class org.jruby.ext.Generator
-
- rewind(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyArgsFile
-
- rewind() -
Method in class org.jruby.RubyDir
- Moves position in this directory to the first entry.
- rewind() -
Method in class org.jruby.RubyIO
-
- rewind() -
Method in class org.jruby.RubyStringIO
-
- rewind() -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- ReWriterContext - Class in org.jruby.ast.visitor.rewriter.utils
-
- ReWriterContext(PrintWriter, String, FormatHelper) -
Constructor for class org.jruby.ast.visitor.rewriter.utils.ReWriterContext
-
- ReWriterContext(StringWriter, String, FormatHelper) -
Constructor for class org.jruby.ast.visitor.rewriter.utils.ReWriterContext
-
- ReWriterFactory - Class in org.jruby.ast.visitor.rewriter
-
- ReWriterFactory(ReWriterContext) -
Constructor for class org.jruby.ast.visitor.rewriter.ReWriterFactory
-
- ReWriteVisitor - Class in org.jruby.ast.visitor.rewriter
- Visits each node and outputs the corresponding Ruby sourcecode for the nodes.
- ReWriteVisitor(Writer, String) -
Constructor for class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- ReWriteVisitor(OutputStream, String) -
Constructor for class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- ReWriteVisitor(ReWriterContext) -
Constructor for class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- rid(IRubyObject) -
Static method in class org.jruby.RubyProcess.GroupID
-
- rid(IRubyObject) -
Static method in class org.jruby.RubyProcess.UserID
-
- rindex(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_rindex
- rindex(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyString
- Deprecated. Use the versions with one or two arguments.
- rindex(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_rindex_m
- rindex(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_rindex_m
- rjust(IRubyObject[]) -
Method in class org.jruby.RubyString
- Deprecated. use the one or two argument versions.
- rjust(IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_rjust
- rjust(IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_rjust
- rmdir(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyDir
- Deletes the directory specified by
path .
- Room - Class in org.jruby.javasupport.test
-
- Room(String) -
Constructor for class org.jruby.javasupport.test.Room
-
- RootNode - Class in org.jruby.ast
- Represents the top of the AST.
- RootNode(ISourcePosition, DynamicScope, Node) -
Constructor for class org.jruby.ast.RootNode
-
- round(IRubyObject[]) -
Method in class org.jruby.RubyBigDecimal
-
- round() -
Method in class org.jruby.RubyFloat
- flo_round
- round() -
Method in class org.jruby.RubyNumeric
- num_round
- 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
-
- rowned_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- rstrip() -
Method in class org.jruby.RubyString
- rb_str_rstrip
- rstrip_bang() -
Method in class org.jruby.RubyString
- rb_str_rstrip_bang
- RubiconTestSuite - Class in org.jruby.test
-
- RubiconTestSuite() -
Constructor for class org.jruby.test.RubiconTestSuite
-
- RUBINIUS_BYTECODE_VERSION -
Static variable in class org.jruby.ast.executable.RubiniusRunner
-
- RubiniusCMethod - Class in org.jruby.ast.executable
-
- RubiniusCMethod(RubyArray) -
Constructor for class org.jruby.ast.executable.RubiniusCMethod
-
- RubiniusInstructions - Class in org.jruby.ast.executable
-
- RubiniusInstructions() -
Constructor for class org.jruby.ast.executable.RubiniusInstructions
-
- RubiniusMachine - Class in org.jruby.ast.executable
-
- RubiniusMachine() -
Constructor for class org.jruby.ast.executable.RubiniusMachine
-
- RubiniusMethod - Class in org.jruby.internal.runtime.methods
-
- RubiniusMethod(RubyModule, RubiniusCMethod, StaticScope, Visibility) -
Constructor for class org.jruby.internal.runtime.methods.RubiniusMethod
-
- RubiniusRunner - Class in org.jruby.ast.executable
-
- RubiniusRunner(Ruby, InputStream, String) -
Constructor for class org.jruby.ast.executable.RubiniusRunner
-
- 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.DaemonThreadFactory - Class in org.jruby
- A ThreadFactory for when we're using pooled threads; we want to create
the threads with daemon = true so they don't keep us from shutting down.
- Ruby.DaemonThreadFactory() -
Constructor for class org.jruby.Ruby.DaemonThreadFactory
-
- RUBY1_9_MAJOR_VERSION -
Static variable in class org.jruby.runtime.Constants
-
- RUBY1_9_VERSION -
Static variable in class org.jruby.runtime.Constants
-
- Ruby1_9TestSuite - Class in org.jruby.test
-
- Ruby1_9TestSuite() -
Constructor for class org.jruby.test.Ruby1_9TestSuite
-
- RUBY_BOOLEAN_CONVERTER -
Static variable in class org.jruby.javasupport.JavaUtil
-
- RUBY_BYTE_CONVERTER -
Static variable in class org.jruby.javasupport.JavaUtil
-
- ruby_class() -
Method in class org.jruby.javasupport.JavaClass
-
- RUBY_CONVERTERS -
Static variable in class org.jruby.javasupport.JavaUtil
-
- RUBY_DOUBLE_CONVERTER -
Static variable in class org.jruby.javasupport.JavaUtil
-
- RUBY_EVENT_C_CALL -
Static variable in interface org.jruby.runtime.EventHook
-
- RUBY_EVENT_C_RETURN -
Static variable in interface org.jruby.runtime.EventHook
-
- RUBY_EVENT_CALL -
Static variable in interface org.jruby.runtime.EventHook
-
- RUBY_EVENT_CLASS -
Static variable in interface org.jruby.runtime.EventHook
-
- RUBY_EVENT_END -
Static variable in interface org.jruby.runtime.EventHook
-
- RUBY_EVENT_LINE -
Static variable in interface org.jruby.runtime.EventHook
-
- RUBY_EVENT_RAISE -
Static variable in interface org.jruby.runtime.EventHook
-
- RUBY_EVENT_RETURN -
Static variable in interface org.jruby.runtime.EventHook
-
- RUBY_FLOAT_CONVERTER -
Static variable in class org.jruby.javasupport.JavaUtil
-
- RUBY_INTEGER_CONVERTER -
Static variable in class org.jruby.javasupport.JavaUtil
-
- RUBY_LONG_CONVERTER -
Static variable in class org.jruby.javasupport.JavaUtil
-
- RUBY_MAJOR_VERSION -
Static variable in class org.jruby.runtime.Constants
-
- RUBY_OS_NAMES -
Static variable in class org.jruby.libraries.RbConfigLibrary
- This is a map from Java's "friendly" OS names to those used by Ruby
- RUBY_PATCHLEVEL -
Static variable in class org.jruby.runtime.Constants
-
- RUBY_SHORT_CONVERTER -
Static variable in class org.jruby.javasupport.JavaUtil
-
- ruby_string_to_bytes(IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.JavaArrayUtilities
-
- ruby_synchronized(ThreadContext, Block) -
Method in class org.jruby.javasupport.JavaObject
-
- ruby_to_java(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.javasupport.Java
- High-level object conversion utility.
- RUBY_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(Ruby, long, IRubyObject[]) -
Constructor for class org.jruby.RubyArray
-
- RubyArray(Ruby, RubyClass) -
Constructor for class org.jruby.RubyArray
-
- RubyArray.RubyArrayConversionIterator - Class in org.jruby
-
- RubyArray.RubyArrayConversionIterator() -
Constructor for class org.jruby.RubyArray.RubyArrayConversionIterator
-
- 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
- RubyClassPathVariable - Class in org.jruby
-
- RubyComparable - Class in org.jruby
- Implementation of the Comparable module.
- RubyComparable() -
Constructor for class org.jruby.RubyComparable
-
- RubyContinuation - Class in org.jruby
- Placeholder until/if we can support this
- RubyContinuation() -
Constructor for class org.jruby.RubyContinuation
-
- RubyDateFormat - Class in org.jruby.util
-
- RubyDateFormat() -
Constructor for class org.jruby.util.RubyDateFormat
- Constructor for RubyDateFormat.
- RubyDateFormat(String, Locale) -
Constructor for class org.jruby.util.RubyDateFormat
-
- RubyDateFormat(String, DateFormatSymbols) -
Constructor for class org.jruby.util.RubyDateFormat
-
- RubyDigest - Class in org.jruby
-
- RubyDigest() -
Constructor for class org.jruby.RubyDigest
-
- RubyDigest.Base - Class in org.jruby
-
- RubyDigest.Base(Ruby, RubyClass) -
Constructor for class org.jruby.RubyDigest.Base
-
- RubyDigest.MD5 - Class in org.jruby
-
- RubyDigest.MD5() -
Constructor for class org.jruby.RubyDigest.MD5
-
- RubyDigest.RMD160 - Class in org.jruby
-
- RubyDigest.RMD160() -
Constructor for class org.jruby.RubyDigest.RMD160
-
- RubyDigest.SHA1 - Class in org.jruby
-
- RubyDigest.SHA1() -
Constructor for class org.jruby.RubyDigest.SHA1
-
- RubyDigest.SHA256 - Class in org.jruby
-
- RubyDigest.SHA256() -
Constructor for class org.jruby.RubyDigest.SHA256
-
- RubyDigest.SHA384 - Class in org.jruby
-
- RubyDigest.SHA384() -
Constructor for class org.jruby.RubyDigest.SHA384
-
- RubyDigest.SHA512 - Class in org.jruby
-
- RubyDigest.SHA512() -
Constructor for class org.jruby.RubyDigest.SHA512
-
- RubyDir - Class in org.jruby
- .The Ruby built-in class Dir.
- RubyDir(Ruby, RubyClass) -
Constructor for class org.jruby.RubyDir
-
- RubyEnumerable - Class in org.jruby
- The implementation of Ruby's Enumerable module.
- RubyEnumerable() -
Constructor for class org.jruby.RubyEnumerable
-
- RubyEnumerable.AppendBlockCallback - Class in org.jruby
-
- RubyEnumerable.AppendBlockCallback(Ruby, RubyArray) -
Constructor for class org.jruby.RubyEnumerable.AppendBlockCallback
-
- RubyEnumerator - Class in org.jruby
- Implementation of Ruby's Enumerator module.
- RubyEtc - Class in org.jruby
-
- RubyEtc() -
Constructor for class org.jruby.RubyEtc
-
- RubyException - Class in org.jruby
-
- RubyException(Ruby, RubyClass) -
Constructor for class org.jruby.RubyException
-
- RubyException(Ruby, RubyClass, String) -
Constructor for class org.jruby.RubyException
-
- RubyFile - Class in org.jruby
- Ruby File class equivalent in java.
- RubyFile(Ruby, RubyClass) -
Constructor for class org.jruby.RubyFile
-
- RubyFile(Ruby, String, Reader) -
Constructor for class org.jruby.RubyFile
-
- RubyFile(Ruby, String, InputStream) -
Constructor for class org.jruby.RubyFile
-
- RubyFile.Constants - Class in org.jruby
-
- RubyFile.Constants() -
Constructor for class org.jruby.RubyFile.Constants
-
- RubyFileStat - Class in org.jruby
- Implements File::Stat
- RubyFileStat(Ruby, RubyClass) -
Constructor for class org.jruby.RubyFileStat
-
- RubyFileTest - Class in org.jruby
-
- RubyFileTest() -
Constructor for class org.jruby.RubyFileTest
-
- RubyFixnum - Class in org.jruby
- Implementation of the Fixnum class.
- RubyFixnum(Ruby) -
Constructor for class org.jruby.RubyFixnum
-
- RubyFixnum(Ruby, long) -
Constructor for class org.jruby.RubyFixnum
-
- RubyFloat - Class in org.jruby
- A representation of a float object
- RubyFloat(Ruby) -
Constructor for class org.jruby.RubyFloat
-
- RubyFloat(Ruby, double) -
Constructor for class org.jruby.RubyFloat
-
- RubyGC - Class in org.jruby
- GC (Garbage Collection) Module
Note: Since we rely on Java's memory model we can't provide the
kind of control over garbage collection that MRI provides.
- RubyGC() -
Constructor for class org.jruby.RubyGC
-
- RubyGlobal - Class in org.jruby
- This class initializes global variables and constants.
- RubyGlobal() -
Constructor for class org.jruby.RubyGlobal
-
- RubyGlobal.KCodeGlobalVariable - Class in org.jruby
-
- RubyGlobal.KCodeGlobalVariable(Ruby, String, IRubyObject) -
Constructor for class org.jruby.RubyGlobal.KCodeGlobalVariable
-
- RubyGlobal.StringGlobalVariable - Class in org.jruby
-
- RubyGlobal.StringGlobalVariable(Ruby, String, IRubyObject) -
Constructor for class org.jruby.RubyGlobal.StringGlobalVariable
-
- RubyGlobal.StringOnlyRubyHash - Class in org.jruby
- Obligate string-keyed and string-valued hash, used for ENV and ENV_JAVA
- RubyGlobal.StringOnlyRubyHash(Ruby, Map, IRubyObject) -
Constructor for class org.jruby.RubyGlobal.StringOnlyRubyHash
-
- RubyHash - Class in org.jruby
- Implementation of the Hash class.
- RubyHash(Ruby, RubyClass) -
Constructor for class org.jruby.RubyHash
-
- RubyHash(Ruby) -
Constructor for class org.jruby.RubyHash
-
- RubyHash(Ruby, IRubyObject) -
Constructor for class org.jruby.RubyHash
-
- RubyHash(Ruby, Map, IRubyObject) -
Constructor for class org.jruby.RubyHash
-
- RubyHash.Visitor - Class in org.jruby
-
- RubyHash.Visitor() -
Constructor for class org.jruby.RubyHash.Visitor
-
- RubyIconv - Class in org.jruby
-
- RubyIconv(Ruby, RubyClass) -
Constructor for class org.jruby.RubyIconv
-
- RubyIconv.BrokenLibrary - Class in org.jruby
-
- RubyIconv.BrokenLibrary() -
Constructor for class org.jruby.RubyIconv.BrokenLibrary
-
- RubyIconv.Failure - Class in org.jruby
-
- RubyIconv.Failure() -
Constructor for class org.jruby.RubyIconv.Failure
-
- RubyIconv.IllegalSequence - Class in org.jruby
-
- RubyIconv.IllegalSequence() -
Constructor for class org.jruby.RubyIconv.IllegalSequence
-
- RubyIconv.InvalidCharacter - Class in org.jruby
-
- RubyIconv.InvalidCharacter() -
Constructor for class org.jruby.RubyIconv.InvalidCharacter
-
- RubyIconv.InvalidEncoding - Class in org.jruby
-
- RubyIconv.InvalidEncoding() -
Constructor for class org.jruby.RubyIconv.InvalidEncoding
-
- RubyIconv.OutOfRange - Class in org.jruby
-
- RubyIconv.OutOfRange() -
Constructor for class org.jruby.RubyIconv.OutOfRange
-
- RubyIconv.RubyFailure - Class in org.jruby
-
- RubyIconv.RubyFailure(Ruby, RubyClass) -
Constructor for class org.jruby.RubyIconv.RubyFailure
-
- RubyIconv.RubyFailure(Ruby, RubyClass, String) -
Constructor for class org.jruby.RubyIconv.RubyFailure
-
- RubyInputStream - Class in org.jruby.util
-
- RubyInputStream(InputStream) -
Constructor for class org.jruby.util.RubyInputStream
-
- RubyInstanceConfig - Class in org.jruby
-
- RubyInstanceConfig() -
Constructor for class org.jruby.RubyInstanceConfig
-
- RubyInstanceConfig.CompileMode - Enum in org.jruby
-
- RubyInstanceConfig.LoadServiceCreator - Interface in org.jruby
-
- RubyInteger - Class in org.jruby
- Implementation of the Integer class.
- RubyInteger(Ruby, RubyClass) -
Constructor for class org.jruby.RubyInteger
-
- RubyInteger(Ruby, RubyClass, boolean) -
Constructor for class org.jruby.RubyInteger
-
- RubyIO - Class in org.jruby
-
- RubyIO(Ruby, RubyClass) -
Constructor for class org.jruby.RubyIO
-
- RubyIO(Ruby, OutputStream) -
Constructor for class org.jruby.RubyIO
-
- RubyIO(Ruby, InputStream) -
Constructor for class org.jruby.RubyIO
-
- RubyIO(Ruby, Channel) -
Constructor for class org.jruby.RubyIO
-
- RubyIO(Ruby, Process, ModeFlags) -
Constructor for class org.jruby.RubyIO
-
- RubyIO(Ruby, STDIO) -
Constructor for class org.jruby.RubyIO
-
- RubyIPSocket - Class in org.jruby.ext.socket
-
- RubyIPSocket(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubyIPSocket
-
- RubyJRuby - Class in org.jruby
- Module which defines JRuby-specific methods for use.
- RubyJRuby() -
Constructor for class org.jruby.RubyJRuby
-
- RubyJRuby.ExtLibrary - Class in org.jruby
-
- RubyJRuby.ExtLibrary() -
Constructor for class org.jruby.RubyJRuby.ExtLibrary
-
- RubyJRuby.JRubyCompiledScript - Class in org.jruby
-
- RubyJRuby.JRubyCompiledScript() -
Constructor for class org.jruby.RubyJRuby.JRubyCompiledScript
-
- RubyJRuby.JRubyExtensions - Class in org.jruby
-
- RubyJRuby.JRubyExtensions() -
Constructor for class org.jruby.RubyJRuby.JRubyExtensions
-
- RubyKernel - Class in org.jruby
- Note: For CVS history, see KernelModule.java.
- RubyKernel() -
Constructor for class org.jruby.RubyKernel
-
- RubyKernel.CatchTarget - Class in org.jruby
-
- RubyKernel.CatchTarget(String) -
Constructor for class org.jruby.RubyKernel.CatchTarget
-
- RubyLocalJumpError - Class in org.jruby
-
- RubyLocalJumpError(Ruby, RubyClass, String, String, IRubyObject) -
Constructor for class org.jruby.RubyLocalJumpError
-
- 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
-
- 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.ConstantTableEntry - Class in org.jruby
-
- 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
-
- 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
-
- RubyNativeThread - Class in org.jruby.internal.runtime
-
- RubyNativeThread(RubyThread, IRubyObject[], Block) -
Constructor for class org.jruby.internal.runtime.RubyNativeThread
-
- RubyNil - Class in org.jruby
-
- RubyNil(Ruby) -
Constructor for class org.jruby.RubyNil
-
- RubyNKF - Class in org.jruby
-
- RubyNKF() -
Constructor for class org.jruby.RubyNKF
-
- RubyNKF.NKFCharset - Class in org.jruby
-
- RubyNKF.NKFCharset(int, String) -
Constructor for class org.jruby.RubyNKF.NKFCharset
-
- RubyNoMethodError - Class in org.jruby
-
- RubyNoMethodError(Ruby, RubyClass) -
Constructor for class org.jruby.RubyNoMethodError
-
- RubyNoMethodError(Ruby, RubyClass, String, String, IRubyObject) -
Constructor for class org.jruby.RubyNoMethodError
-
- RubyNumeric - Class in org.jruby
- Base class for all numerical types in ruby.
- RubyNumeric(Ruby, RubyClass) -
Constructor for class org.jruby.RubyNumeric
-
- RubyNumeric(Ruby, RubyClass, 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(Ruby, RubyClass, boolean) -
Constructor for class org.jruby.RubyObject
- path for objects who want to decide whether they want to be in ObjectSpace
regardless of it being turned on or off
(notably used by objects being considered immediate, they'll always pass false here)
- RubyObject.Finalizer - Class in org.jruby
- Class that keeps track of the finalizers for the object under
operation.
- RubyObject.Finalizer(long) -
Constructor for class org.jruby.RubyObject.Finalizer
-
- RubyObject.ObjectMethods - Class in org.jruby
- Interestingly, the Object class doesn't really have that many
methods for itself.
- RubyObject.ObjectMethods() -
Constructor for class org.jruby.RubyObject.ObjectMethods
-
- RubyObject.VariableTableEntry - Class in org.jruby
- Every entry in the variable map is represented by an instance
of this class.
- RubyObjectAdapter - Interface in org.jruby
-
- RubyObjectSpace - Class in org.jruby
-
- RubyObjectSpace() -
Constructor for class org.jruby.RubyObjectSpace
-
- RubyOptions - Class in org.jruby.runtime
-
- RubyOptions() -
Constructor for class org.jruby.runtime.RubyOptions
-
- RubyOptions.JavaSupport - Class in org.jruby.runtime
-
- RubyOptions.JavaSupport() -
Constructor for class org.jruby.runtime.RubyOptions.JavaSupport
-
- RubyParserPool - Class in org.jruby.parser
-
- RubyParserResult - Class in org.jruby.parser
-
- RubyParserResult() -
Constructor for class org.jruby.parser.RubyParserResult
-
- RubyPrecision - Class in org.jruby
-
- RubyPrecision() -
Constructor for class org.jruby.RubyPrecision
-
- RubyProc - Class in org.jruby
-
- RubyProc(Ruby, RubyClass, Block.Type) -
Constructor for class org.jruby.RubyProc
-
- RubyProcess - Class in org.jruby
-
- RubyProcess() -
Constructor for class org.jruby.RubyProcess
-
- RubyProcess.GroupID - Class in org.jruby
-
- RubyProcess.GroupID() -
Constructor for class org.jruby.RubyProcess.GroupID
-
- RubyProcess.RubyStatus - Class in org.jruby
-
- RubyProcess.RubyStatus(Ruby, RubyClass, long) -
Constructor for class org.jruby.RubyProcess.RubyStatus
-
- RubyProcess.Sys - Class in org.jruby
-
- RubyProcess.Sys() -
Constructor for class org.jruby.RubyProcess.Sys
-
- RubyProcess.UserID - Class in org.jruby
-
- RubyProcess.UserID() -
Constructor for class org.jruby.RubyProcess.UserID
-
- RubyRange - Class in org.jruby
-
- RubyRegexp - Class in org.jruby
-
- RubyRunnable - Class in org.jruby.internal.runtime
-
- RubyRunnable(RubyThread, IRubyObject[], Block) -
Constructor for class org.jruby.internal.runtime.RubyRunnable
-
- RubyRuntimeAdapter - Interface in org.jruby
-
- RubySignal - Class in org.jruby
-
- RubySignal() -
Constructor for class org.jruby.RubySignal
-
- RubySocket - Class in org.jruby.ext.socket
-
- RubySocket(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubySocket
-
- RubySocket.Constants - Class in org.jruby.ext.socket
-
- RubySocket.Constants() -
Constructor for class org.jruby.ext.socket.RubySocket.Constants
-
- RubySocket.Service - Class in org.jruby.ext.socket
-
- RubySocket.Service() -
Constructor for class org.jruby.ext.socket.RubySocket.Service
-
- RubySocket.SocketError - Class in org.jruby.ext.socket
-
- RubySocket.SocketError() -
Constructor for class org.jruby.ext.socket.RubySocket.SocketError
-
- RubyString - Class in org.jruby
- Implementation of Ruby String class
Concurrency: no synchronization is required among readers, but
all users must synchronize externally with writers.
- 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
-
- RubyTestCase - Class in org.jruby.javasupport.test
-
- RubyTestCase(String) -
Constructor for class org.jruby.javasupport.test.RubyTestCase
-
- RubyTestObject - Interface in org.jruby.javasupport.test
-
- RubyTestTestSuite - Class in org.jruby.test
-
- RubyTestTestSuite() -
Constructor for class org.jruby.test.RubyTestTestSuite
-
- rubyThread -
Variable in class org.jruby.internal.runtime.FutureThread
-
- rubyThread -
Variable in class org.jruby.internal.runtime.NativeThread
-
- RubyThread - Class in org.jruby
- Implementation of Ruby's
Thread class. - RubyThread(Ruby, RubyClass) -
Constructor for class org.jruby.RubyThread
-
- 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.
- RubyUDPSocket - Class in org.jruby.ext.socket
-
- RubyUDPSocket(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubyUDPSocket
-
- RubyUnboundMethod - Class in org.jruby
- Note: This was renamed from UnboundMethod.java
- RubyUnboundMethod(Ruby) -
Constructor for class org.jruby.RubyUnboundMethod
-
- RubyUNIXServer - Class in org.jruby.ext.socket
-
- RubyUNIXServer(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubyUNIXServer
-
- RubyUNIXSocket - Class in org.jruby.ext.socket
-
- RubyUNIXSocket(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubyUNIXSocket
-
- RubyUNIXSocket.LibCSocket - Interface in org.jruby.ext.socket
-
- RubyUNIXSocket.LibCSocket.sockaddr_un - Class in org.jruby.ext.socket
-
- RubyUNIXSocket.LibCSocket.sockaddr_un() -
Constructor for class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un
-
- RubyUNIXSocket.LibCSocket.sockaddr_un.header - Class in org.jruby.ext.socket
-
- RubyUNIXSocket.LibCSocket.sockaddr_un.header() -
Constructor for class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un.header
-
- RubyUNIXSocket.LibCSocket.sockaddr_un.header.famlen - Class in org.jruby.ext.socket
-
- RubyUNIXSocket.LibCSocket.sockaddr_un.header.famlen() -
Constructor for class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un.header.famlen
-
- RubyWarnings - Class in org.jruby.common
-
- RubyWarnings(Ruby) -
Constructor for class org.jruby.common.RubyWarnings
-
- RubyYaccLexer - Class in org.jruby.lexer.yacc
- This is a port of the MRI lexer to Java it is compatible to Ruby 1.8.1.
- RubyYaccLexer() -
Constructor for class org.jruby.lexer.yacc.RubyYaccLexer
-
- RubyYaccLexer.Keyword - Enum in org.jruby.lexer.yacc
-
- RubyYaccLexer.LexState - Enum in org.jruby.lexer.yacc
-
- RubyYAML - Class in org.jruby
-
- RubyYAML() -
Constructor for class org.jruby.RubyYAML
-
- RubyYAML.YAMLArrayMethods - Class in org.jruby
-
- RubyYAML.YAMLArrayMethods() -
Constructor for class org.jruby.RubyYAML.YAMLArrayMethods
-
- RubyYAML.YAMLClassMethods - Class in org.jruby
-
- RubyYAML.YAMLClassMethods() -
Constructor for class org.jruby.RubyYAML.YAMLClassMethods
-
- RubyYAML.YAMLDateMethods - Class in org.jruby
-
- RubyYAML.YAMLDateMethods() -
Constructor for class org.jruby.RubyYAML.YAMLDateMethods
-
- RubyYAML.YAMLExceptionMethods - Class in org.jruby
-
- RubyYAML.YAMLExceptionMethods() -
Constructor for class org.jruby.RubyYAML.YAMLExceptionMethods
-
- RubyYAML.YAMLFalseMethods - Class in org.jruby
-
- RubyYAML.YAMLFalseMethods() -
Constructor for class org.jruby.RubyYAML.YAMLFalseMethods
-
- RubyYAML.YAMLHashMethods - Class in org.jruby
-
- RubyYAML.YAMLHashMethods() -
Constructor for class org.jruby.RubyYAML.YAMLHashMethods
-
- RubyYAML.YAMLNilMethods - Class in org.jruby
-
- RubyYAML.YAMLNilMethods() -
Constructor for class org.jruby.RubyYAML.YAMLNilMethods
-
- RubyYAML.YAMLNumericMethods - Class in org.jruby
-
- RubyYAML.YAMLNumericMethods() -
Constructor for class org.jruby.RubyYAML.YAMLNumericMethods
-
- RubyYAML.YAMLObjectMethods - Class in org.jruby
-
- RubyYAML.YAMLObjectMethods() -
Constructor for class org.jruby.RubyYAML.YAMLObjectMethods
-
- RubyYAML.YAMLRangeMethods - Class in org.jruby
-
- RubyYAML.YAMLRangeMethods() -
Constructor for class org.jruby.RubyYAML.YAMLRangeMethods
-
- RubyYAML.YAMLRegexpMethods - Class in org.jruby
-
- RubyYAML.YAMLRegexpMethods() -
Constructor for class org.jruby.RubyYAML.YAMLRegexpMethods
-
- RubyYAML.YAMLStringMethods - Class in org.jruby
-
- RubyYAML.YAMLStringMethods() -
Constructor for class org.jruby.RubyYAML.YAMLStringMethods
-
- RubyYAML.YAMLStructMethods - Class in org.jruby
-
- RubyYAML.YAMLStructMethods() -
Constructor for class org.jruby.RubyYAML.YAMLStructMethods
-
- RubyYAML.YAMLSymbolMethods - Class in org.jruby
-
- RubyYAML.YAMLSymbolMethods() -
Constructor for class org.jruby.RubyYAML.YAMLSymbolMethods
-
- RubyYAML.YAMLTimeMethods - Class in org.jruby
-
- RubyYAML.YAMLTimeMethods() -
Constructor for class org.jruby.RubyYAML.YAMLTimeMethods
-
- RubyYAML.YAMLTrueMethods - Class in org.jruby
-
- RubyYAML.YAMLTrueMethods() -
Constructor for class org.jruby.RubyYAML.YAMLTrueMethods
-
- RubyZlib - Class in org.jruby
-
- RubyZlib() -
Constructor for class org.jruby.RubyZlib
-
- RubyZlib.BufError - Class in org.jruby
-
- RubyZlib.BufError() -
Constructor for class org.jruby.RubyZlib.BufError
-
- RubyZlib.DataError - Class in org.jruby
-
- RubyZlib.DataError() -
Constructor for class org.jruby.RubyZlib.DataError
-
- RubyZlib.Deflate - Class in org.jruby
-
- RubyZlib.Deflate(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.Deflate
-
- RubyZlib.Error - Class in org.jruby
-
- RubyZlib.Error() -
Constructor for class org.jruby.RubyZlib.Error
-
- RubyZlib.Inflate - Class in org.jruby
-
- RubyZlib.Inflate(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.Inflate
-
- RubyZlib.MemError - Class in org.jruby
-
- RubyZlib.MemError() -
Constructor for class org.jruby.RubyZlib.MemError
-
- RubyZlib.NeedDict - Class in org.jruby
-
- RubyZlib.NeedDict() -
Constructor for class org.jruby.RubyZlib.NeedDict
-
- RubyZlib.RubyGzipFile - Class in org.jruby
-
- RubyZlib.RubyGzipFile(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.RubyGzipFile
-
- RubyZlib.RubyGzipFile.CRCError - Class in org.jruby
-
- RubyZlib.RubyGzipFile.CRCError() -
Constructor for class org.jruby.RubyZlib.RubyGzipFile.CRCError
-
- RubyZlib.RubyGzipFile.Error - Class in org.jruby
-
- RubyZlib.RubyGzipFile.Error() -
Constructor for class org.jruby.RubyZlib.RubyGzipFile.Error
-
- RubyZlib.RubyGzipFile.LengthError - Class in org.jruby
-
- RubyZlib.RubyGzipFile.LengthError() -
Constructor for class org.jruby.RubyZlib.RubyGzipFile.LengthError
-
- RubyZlib.RubyGzipFile.NoFooter - Class in org.jruby
-
- RubyZlib.RubyGzipFile.NoFooter() -
Constructor for class org.jruby.RubyZlib.RubyGzipFile.NoFooter
-
- RubyZlib.RubyGzipReader - Class in org.jruby
-
- RubyZlib.RubyGzipReader(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.RubyGzipReader
-
- RubyZlib.RubyGzipReader.Error - Class in org.jruby
-
- RubyZlib.RubyGzipReader.Error() -
Constructor for class org.jruby.RubyZlib.RubyGzipReader.Error
-
- RubyZlib.RubyGzipWriter - Class in org.jruby
-
- RubyZlib.RubyGzipWriter(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.RubyGzipWriter
-
- RubyZlib.StreamEnd - Class in org.jruby
-
- RubyZlib.StreamEnd() -
Constructor for class org.jruby.RubyZlib.StreamEnd
-
- RubyZlib.StreamError - Class in org.jruby
-
- RubyZlib.StreamError() -
Constructor for class org.jruby.RubyZlib.StreamError
-
- RubyZlib.VersionError - Class in org.jruby
-
- RubyZlib.VersionError() -
Constructor for class org.jruby.RubyZlib.VersionError
-
- RubyZlib.ZStream - Class in org.jruby
-
- RubyZlib.ZStream(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.ZStream
-
- run(ThreadContext, IRubyObject, IRubyObject[], Block) -
Method in class org.jruby.ast.executable.AbstractScript
-
- run() -
Method in class org.jruby.ast.executable.RubiniusRunner
-
- run(ThreadContext, IRubyObject, IRubyObject[], Block) -
Method in interface org.jruby.ast.executable.Script
-
- run() -
Method in class org.jruby.ast.executable.YARVCompiledRunner
-
- run() -
Method in class org.jruby.internal.runtime.RubyNativeThread
-
- run() -
Method in class org.jruby.internal.runtime.RubyRunnable
-
- run(String[]) -
Method in class org.jruby.Main
-
- run() -
Method in class org.jruby.Main
-
- run() -
Method in class org.jruby.RubyThread
-
- run(String) -
Method in class org.jruby.test.Parent
-
- run(Ruby, IRubyObject) -
Static method in class org.jruby.util.ShellLauncher
-
- run(Ruby, IRubyObject[]) -
Static method in class org.jruby.util.ShellLauncher
-
- run_parent(Parent) -
Method in class org.jruby.test.Worker
-
- runAndWait(Ruby, IRubyObject[]) -
Static method in class org.jruby.util.ShellLauncher
-
- runAndWait(Ruby, IRubyObject[], OutputStream) -
Static method in class org.jruby.util.ShellLauncher
-
- runBeginBlock(StaticScope, CompilerCallback) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- runBeginBlock(StaticScope, CompilerCallback) -
Method in interface org.jruby.compiler.MethodCompiler
-
- runBeginBlock(ThreadContext, IRubyObject, String[], CompiledBlockCallback) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- runFromMain(InputStream, String) -
Method in class org.jruby.Ruby
- Run the script contained in the specified input stream, using the
specified filename as the name of the script being executed.
- runJIT(DefaultMethod, Ruby, ThreadContext, String) -
Static method in class org.jruby.compiler.JITCompiler
-
- runNormally(Node, boolean) -
Method in class org.jruby.Ruby
- Run the specified script without any of the loop-processing wrapper
code.
- runTest() -
Method in class org.jruby.ast.visitor.rewriter.SourceTestCase
-
- runTest() -
Method in class org.jruby.test.FailingTest
-
- runtime(IRubyObject, Block) -
Static method in class org.jruby.RubyJRuby
-
- runtime -
Variable in class org.jruby.runtime.callback.InvocationCallbackFactory
-
- runtime -
Variable in class org.jruby.runtime.GlobalVariable
-
- runtime -
Variable in class org.jruby.runtime.load.LoadService
-
- runtime -
Variable in class org.jruby.runtime.marshal.UnmarshalStream
-
- runtime -
Variable in class org.jruby.test.TestRubyBase
-
- runtime -
Variable in class org.jruby.test.TestUnitTestSuite
-
- RUNTIME_INDEX -
Static variable in class org.jruby.compiler.impl.StandardASMCompiler
-
- RUNTIME_THREADLOCAL -
Static variable in class org.jruby.Ruby
-
- RuntimeHelpers - Class in org.jruby.javasupport.util
- Helper methods which are called by the compiler.
- RuntimeHelpers() -
Constructor for class org.jruby.javasupport.util.RuntimeHelpers
-
- runWithGetsLoop(Node, boolean, boolean, boolean, boolean) -
Method in class org.jruby.Ruby
- Run the given script with a "while gets; end" loop wrapped around it.
S
- s -
Variable in class org.jruby.util.string.Ustr
- A null-terminated byte array containing the string in UTF-8 form.
- s_deflate(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyZlib.Deflate
-
- s_deflate(IRubyObject, ByteList, int) -
Static method in class org.jruby.util.ZlibDeflate
-
- s_digest(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyDigest.Base
-
- s_exit(IRubyObject, Block) -
Static method in class org.jruby.RubyThread
-
- s_hexdigest(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyDigest.Base
-
- s_hist_delete_at(IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_hist_each(IRubyObject, Block) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_hist_empty_p(IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_hist_get(IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_hist_length(IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_hist_set(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_hist_shift(IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_hist_to_a(IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_hist_to_s(IRubyObject) -
Static method in class org.jruby.ext.Readline.HistoryMethods
-
- s_inflate(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyZlib.Inflate
-
- s_inflate(IRubyObject, ByteList) -
Static method in class org.jruby.util.ZlibInflate
-
- s_mload(IRubyObject, RubyTime, IRubyObject) -
Static method in class org.jruby.RubyTime
-
- s_new(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyTime
-
- s_op0 -
Variable in class org.jruby.ast.executable.YARVMachine.Instruction
-
- 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_set_completion_append_character(IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- s_set_completion_proc(IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- sadded(IRubyObject) -
Method in class org.jruby.RubyNumeric
- num_sadded
- safe_level() -
Method in class org.jruby.RubyThread
-
- 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
-
- 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
-
- scalar(String, String, String) -
Method in class org.jruby.yaml.JRubyRepresenter
-
- scalar(String, ByteList, String) -
Method in class org.jruby.yaml.JRubyRepresenter
-
- 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
-
- 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
-
- 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.runtime.CompiledBlock
-
- SCOPE_ONLY -
Static variable in class org.jruby.internal.runtime.methods.CallConfiguration
-
- scopeEnd -
Variable in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- scopeIndex -
Variable in class org.jruby.compiler.impl.HeapBasedVariableCompiler
-
- scopeStart -
Variable in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- Script - Interface in org.jruby.ast.executable
-
- scriptCompiler -
Variable in class org.jruby.compiler.impl.FieldBasedCacheCompiler
-
- ScriptCompiler - Interface in org.jruby.compiler
- Compiler represents the current state of a compiler and all appropriate
transitions and modifications that can be made within it.
- ScriptTestSuite - Class in org.jruby.test
-
- ScriptTestSuite(String) -
Constructor for class org.jruby.test.ScriptTestSuite
-
- search(ThreadContext, RubyString, int, boolean) -
Method in class org.jruby.RubyRegexp
- rb_reg_search
- search_full(IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyStringScanner
-
- searchInternalModuleVariable(String) -
Method in class org.jruby.RubyModule
- Behaves similarly to
RubyModule.getClassVar(String) .
- searchMethod(String) -
Method in class org.jruby.RubyModule
- Search through this module and supermodules for method definitions.
- sec() -
Method in class org.jruby.RubyTime
-
- secure(int) -
Method in class org.jruby.Ruby
-
- seek(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyArgsFile
-
- seek(IRubyObject) -
Method in class org.jruby.RubyDir
- Moves to a position
d .
- seek(IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- seek(IRubyObject[]) -
Method in class org.jruby.RubyStringIO
-
- seek(long, int) -
Method in class org.jruby.util.io.OpenFile
-
- SEEK_CUR -
Static variable in interface org.jruby.util.io.Stream
-
- SEEK_END -
Static variable in interface org.jruby.util.io.Stream
-
- SEEK_SET -
Static variable in interface org.jruby.util.io.Stream
-
- select(ThreadContext, Block) -
Method in class org.jruby.RubyArray
- rb_ary_select
- select(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
-
- select(ThreadContext, Block) -
Method in class org.jruby.RubyHash
- rb_hash_select
- select(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyIO
-
- select(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- select(ThreadContext, Block) -
Method in class org.jruby.RubyMatchData
-
- select(ThreadContext, Block) -
Method in class org.jruby.RubyStruct
-
- select_static(ThreadContext, Ruby, IRubyObject[]) -
Static method in class org.jruby.RubyIO
-
- selectForAccept(RubyIO) -
Method in class org.jruby.RubyThread
-
- SELF_INDEX -
Static variable in class org.jruby.compiler.impl.StandardASMCompiler
-
- selfIsKindOf(Object) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- selfIsKindOf(Object) -
Method in interface org.jruby.compiler.MethodCompiler
-
- SelfNode - Class in org.jruby.ast
- Represents 'self' keyword
- SelfNode(ISourcePosition) -
Constructor for class org.jruby.ast.SelfNode
-
- SEND -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- send(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyUDPSocket
-
- send(int, Buffer, int, int) -
Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- send(ThreadContext, IRubyObject[], Block) -
Method in class org.jruby.RubyObject
- rb_f_send
send( aSymbol [, args ]* ) -> anObject
Invokes the method identified by aSymbol, passing it any arguments
specified.
- send(int, Object) -
Method in class org.jruby.util.Join
-
- send(Enum<?>, Object) -
Method in class org.jruby.util.Join
-
- send_io(IRubyObject) -
Method in class org.jruby.ext.socket.RubyUNIXSocket
-
- SEND_METHOD -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- SEND_OFF_STACK -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- SEND_OP__WC__0_QFALSE_0__WC_ -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SEND_OP__WC__0_QFALSE_0X04__WC_ -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SEND_OP__WC__0_QFALSE_0X0C__WC_ -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SEND_OP__WC__1_QFALSE_0__WC_ -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SEND_OP__WC__1_QFALSE_0X04__WC_ -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SEND_OP__WC__2_QFALSE_0__WC_ -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SEND_OP__WC__2_QFALSE_0X04__WC_ -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SEND_OP__WC__3_QFALSE_0__WC_ -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SEND_OP__WC__3_QFALSE_0X04__WC_ -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SEND_OP__WC___WC__QFALSE_0__WC_ -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SEND_OP__WC___WC__QFALSE_0X04__WC_ -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SEND_PRIMITIVE -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- SEND_STACK -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- SEND_STACK_WITH_BLOCK -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- SEND_SUPER_STACK_WITH_BLOCK -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- SEND_SUPER_WITH_ARG_REGISTER -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- SEND_WITH_ARG_REGISTER -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- seq(String, List, Object) -
Method in class org.jruby.yaml.JRubyRepresenter
-
- serviceToPort -
Static variable in class org.jruby.ext.socket.IANA
-
- set(IRubyObject) -
Method in class org.jruby.ast.executable.YARVMachine
- Set/Replace top stack value with value
- set(boolean) -
Method in class org.jruby.ast.visitor.rewriter.utils.BooleanStateStack
-
- set(String, IRubyObject) -
Method in class org.jruby.internal.runtime.GlobalVariables
-
- set(int, Object) -
Method in class org.jruby.RubyArray
-
- set(IRubyObject) -
Method in class org.jruby.RubyGlobal.KCodeGlobalVariable
-
- set(IRubyObject) -
Method in class org.jruby.RubyGlobal.StringGlobalVariable
-
- set(IRubyObject, int) -
Method in class org.jruby.RubyStruct
-
- set(IRubyObject) -
Method in class org.jruby.runtime.GlobalVariable.Copy
-
- set(IRubyObject) -
Method in class org.jruby.runtime.GlobalVariable
-
- set(IRubyObject) -
Method in class org.jruby.runtime.ReadonlyGlobalVariable
-
- SET_ARGS -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- set_avail_out(IRubyObject) -
Method in class org.jruby.RubyZlib.ZStream
-
- set_backtrace(IRubyObject) -
Method in class org.jruby.RubyException
-
- SET_CACHE_INDEX -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- SET_CALL_FLAGS -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- SET_CLASS -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- set_comment(IRubyObject) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
-
- SET_CONST -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- SET_CONST_AT -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- set_dictionary(IRubyObject) -
Method in class org.jruby.RubyZlib.Deflate
-
- set_dictionary(IRubyObject) -
Method in class org.jruby.RubyZlib.Inflate
-
- set_dictionary(IRubyObject) -
Method in class org.jruby.util.ZlibDeflate
-
- set_dictionary(IRubyObject) -
Method in class org.jruby.util.ZlibInflate
-
- set_do_not_reverse_lookup(IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.socket.RubyBasicSocket
-
- SET_ENCLOSER -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- SET_IVAR -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- set_lineno(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyArgsFile
-
- set_lineno(IRubyObject) -
Method in class org.jruby.RubyStringIO
-
- set_lineno(IRubyObject) -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- SET_LOCAL -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- SET_LOCAL_DEPTH -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- 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_static_value(IRubyObject) -
Method in class org.jruby.javasupport.JavaField
-
- set_string(IRubyObject) -
Method in class org.jruby.RubyStringIO
-
- set_string(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(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- set_value(IRubyObject, IRubyObject) -
Method in class org.jruby.javasupport.JavaField
-
- setAborted(boolean) -
Method in exception org.jruby.exceptions.MainExitException
-
- setAccessible(IRubyObject) -
Method in class org.jruby.javasupport.JavaAccessibleObject
-
- setAccessor(IAccessor) -
Method in class org.jruby.internal.runtime.GlobalVariable
-
- setAdler(int) -
Method in class org.jruby.util.Adler32Ext
- Sets the adler running total to the specified value.
- setAdler(int) -
Method in class org.jruby.util.CRC32Ext
- Sets the adler running total to the specified value.
- setAllocator(ObjectAllocator) -
Method in class org.jruby.RubyClass
-
- setArgsNode(Node) -
Method in class org.jruby.ast.AttrAssignNode
- Set the argsNode
- setArgsNode(Node) -
Method in class org.jruby.ast.BlockPassNode
- Sets the argsNode.
- setArgsNode(Node) -
Method in class org.jruby.ast.CallNode
- Set the argsNode
- setArgsNode(Node) -
Method in class org.jruby.ast.FCallNode
- Set the argsNode
- setArgsNode(Node) -
Method in interface org.jruby.ast.IArgumentNode
-
- setArgumentScope(boolean) -
Method in class org.jruby.parser.StaticScope
-
- setArgumentTypes(Class[]) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
- Deprecated.
- setArgumentTypes(Class[]) -
Method in class org.jruby.runtime.callback.InvocationCallback
-
- setArgv(String[]) -
Method in class org.jruby.RubyInstanceConfig
-
- setArgValues(IRubyObject[], int) -
Method in class org.jruby.runtime.DynamicScope
- Set all values which represent 'normal' parameters in a call list to this dynamic
scope.
- setArgValues(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[], 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[], 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[], int) -
Method in class org.jruby.runtime.scope.TwoVarDynamicScope
- Set all values which represent 'normal' parameters in a call list to this dynamic
scope.
- 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
-
- 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.Frame
-
- setBacktraceFrames(Frame[]) -
Method in class org.jruby.RubyException
-
- setBaseName(String) -
Method in class org.jruby.RubyModule
-
- setBlocking(boolean) -
Method in class org.jruby.util.io.ChannelStream
-
- setBlocking(boolean) -
Method in interface org.jruby.util.io.Stream
-
- setBool(boolean) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setBooleanFalse(boolean) -
Static method in class spec.java_integration.fixtures.CoreTypeMethods
-
- setBooleanTrue(boolean) -
Static method in class spec.java_integration.fixtures.CoreTypeMethods
-
- setBreakInKernelLoop(boolean) -
Method in exception org.jruby.exceptions.JumpException.FlowControlException
-
- setByte(byte) -
Static method in class spec.java_integration.fixtures.CoreTypeMethods
-
- setCallConfig(CallConfiguration) -
Method in class org.jruby.internal.runtime.methods.DynamicMethod
-
- setCallConfig(CallConfiguration) -
Method in class org.jruby.internal.runtime.methods.UndefinedMethod
-
- setCallCount(int) -
Method in class org.jruby.internal.runtime.methods.DefaultMethod
-
- 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.
- setChar(char) -
Static method in class spec.java_integration.fixtures.CoreTypeMethods
-
- setClassCache(ClassCache) -
Method in class org.jruby.RubyInstanceConfig
-
- setClassVar(String, IRubyObject) -
Method in class org.jruby.RubyModule
- Set the named class variable to the given value, provided taint and freeze allow setting it.
- SETCLASSVARIABLE -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- setClassVariable(ThreadContext, Ruby, IRubyObject, String, IRubyObject) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- setColor(String) -
Method in class org.jruby.javasupport.test.Color
-
- setColor(long) -
Method in class org.jruby.javasupport.test.Color
-
- setComments(Collection<CommentNode>) -
Method in class org.jruby.ast.executable.ISeqPosition
-
- setComments(Collection<CommentNode>) -
Method in class org.jruby.lexer.yacc.IDESourcePosition
-
- setComments(Collection<CommentNode>) -
Method in interface org.jruby.lexer.yacc.ISourcePosition
-
- setComments(Collection<CommentNode>) -
Method in class org.jruby.lexer.yacc.SimpleSourcePosition
-
- setCompileMode(RubyInstanceConfig.CompileMode) -
Method in class org.jruby.RubyInstanceConfig
-
- setCompletor(Readline.ConsoleHolder, Completor) -
Static method in class org.jruby.ext.Readline
-
- setConfiguration(ParserConfiguration) -
Method in class org.jruby.parser.ParserSupport
- Sets the configuration.
- SETCONSTANT -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- setConstant(String, IRubyObject) -
Method in class org.jruby.RubyModule
- Set the named constant on this module.
- setConstantInCurrent(String, IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
- Used by the evaluator and the compiler to set a constant by name
This is for a null const decl
- setConstantInModule(IRubyObject, IRubyObject, String, ThreadContext) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- setConstantInModule(String, IRubyObject, IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
- Used by the evaluator and the compiler to set a constant by name.
- setConstantInObject(String, IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
- Used by the evaluator and the compiler to set a constant by name
This is for a Colon2 const decl
- setCritical(boolean) -
Method in class org.jruby.internal.runtime.ThreadService
-
- setCurrentDirectory(String) -
Method in class org.jruby.Ruby
-
- setCurrentDirectory(String) -
Method in class org.jruby.RubyInstanceConfig
-
- setCurrentInstance(Ruby) -
Static 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
-
- setDark(boolean) -
Method in class org.jruby.javasupport.test.Color
-
- setDate(Date) -
Method in class org.jruby.javasupport.test.DateHolder
-
- setDateTime(DateTime) -
Method in class org.jruby.RubyTime
-
- setDateTime(DateTime) -
Method in class org.jruby.util.RubyDateFormat
-
- setDebug(IRubyObject) -
Method in class org.jruby.Ruby
- Setter for property isDebug.
- setDefaultSeparator(IRubyObject) -
Method in class org.jruby.internal.runtime.GlobalVariables
-
- setDoNotReverseLookupEnabled(boolean) -
Method in class org.jruby.Ruby
-
- setDouble(double) -
Static method in class spec.java_integration.fixtures.CoreTypeMethods
-
- setDoubleBuffered(boolean) -
Method in class org.jruby.JRubyApplet
-
- SETDYNAMIC -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SETDYNAMIC_OP_1_0 -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SETDYNAMIC_OP_2_0 -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SETDYNAMIC_OP_3_0 -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SETDYNAMIC_OP_4_0 -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SETDYNAMIC_OP__WC__0 -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- setegid(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess.Sys
-
- setEnding(Object) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- setEnding(Object) -
Method in interface org.jruby.compiler.MethodCompiler
-
- setEndOffset(int) -
Method in class org.jruby.parser.RubyParserResult
-
- setEnvironment(Map) -
Method in class org.jruby.RubyInstanceConfig
-
- setError(PrintStream) -
Method in class org.jruby.RubyInstanceConfig
-
- setErrorInfo(Ruby, IRubyObject) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- setErrorInfo(IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
-
- setEtc(RubyModule) -
Method in class org.jruby.Ruby
-
- seteuid(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess.Sys
-
- setEvalParse(boolean) -
Method in class org.jruby.parser.ParserConfiguration
- Set whether this is an parsing of an eval() or not.
- setException(RubyException, boolean) -
Method in exception org.jruby.exceptions.RaiseException
- Sets the exception
- setExtraPositionInformation(boolean) -
Method in class org.jruby.parser.ParserConfiguration
- Should positions of nodes provide additional information in them (like character offsets).
- setFamily(int) -
Method in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un
-
- setFiber(FiberLibrary.Fiber) -
Method in class org.jruby.runtime.ThreadContext
-
- setFile(String) -
Method in class org.jruby.runtime.Frame
-
- setFile(String) -
Method in class org.jruby.runtime.ThreadContext
-
- setFilePosition(ISourcePosition) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- setFilePosition(ISourcePosition) -
Method in interface org.jruby.compiler.MethodCompiler
-
- setFinalizer(OpenFile.Finalizer) -
Method in class org.jruby.util.io.OpenFile
-
- setFlag(int, boolean) -
Method in class org.jruby.RubyObject
- Sets or unsets a flag on this object.
- setFloat(float) -
Static method in class spec.java_integration.fixtures.CoreTypeMethods
-
- setFrameJumpTarget(JumpTarget) -
Method in class org.jruby.runtime.ThreadContext
-
- setFrozen(boolean) -
Method in class org.jruby.RubyObject
- Sets whether this object is frozen or not.
- setFrozen(boolean) -
Method in interface org.jruby.runtime.builtin.IRubyObject
- RubyMethod setFrozen.
- setGeneratedSource(String) -
Method in class org.jruby.ast.visitor.rewriter.SourceTestCase
-
- setgid(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
-
- SETGLOBAL -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- setGlobalAbortOnExceptionEnabled(boolean) -
Method in class org.jruby.Ruby
-
- setGlobalVariables(GlobalVariables) -
Method in class org.jruby.Ruby
-
- setgrent(IRubyObject) -
Static method in class org.jruby.RubyEtc
-
- setImplementationClass(RubyModule) -
Method in class org.jruby.internal.runtime.methods.DynamicMethod
-
- setImplementationClass(RubyModule) -
Method in class org.jruby.internal.runtime.methods.UndefinedMethod
-
- setInDef(boolean) -
Method in class org.jruby.parser.ParserSupport
-
- setIndentationChar(char) -
Method in class org.jruby.ast.visitor.rewriter.utils.Indentor
-
- setIndentationSteps(int) -
Method in class org.jruby.ast.visitor.rewriter.utils.Indentor
-
- SETINLINECACHE -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- setInput(InputStream) -
Method in class org.jruby.RubyInstanceConfig
-
- setInSingle(int) -
Method in class org.jruby.parser.ParserSupport
- Setter for property inSingle.
- SETINSTANCEVARIABLE -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- setInstanceVariable(String, IRubyObject) -
Method in class org.jruby.RubyObject
- 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.
- setInt(int) -
Static method in class spec.java_integration.fixtures.CoreTypeMethods
-
- setInternalModuleVariable(String, IRubyObject) -
Method in class org.jruby.RubyModule
- Behaves similarly to
RubyModule.setClassVar(String, IRubyObject) .
- setInternalVariable(String, IRubyObject) -
Method in class org.jruby.RubyObject
-
- setInternalVariable(String, IRubyObject) -
Method in interface org.jruby.runtime.builtin.InternalVariables
- Sets the named internal variable to the specified value.
- setIsBindingFrame(boolean) -
Method in class org.jruby.runtime.Frame
- Set whether this is a binding frame or not
- setIterNode(Node) -
Method in interface org.jruby.ast.BlockAcceptingNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.CallNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.FCallNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.SuperNode
-
- setIterNode(Node) -
Method in class org.jruby.ast.ZSuperNode
-
- setJavaName(String) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
-
- setJavaName(String) -
Method in class org.jruby.runtime.callback.InvocationCallback
-
- setJavaNames(boolean) -
Method in class org.jruby.runtime.RubyOptions.JavaSupport
-
- setJITCallConfig(CallConfiguration) -
Method in class org.jruby.internal.runtime.methods.DefaultMethod
-
- setJITCompiledScript(Script) -
Method in class org.jruby.internal.runtime.methods.DefaultMethod
-
- setJRubyHome(String) -
Method in class org.jruby.Ruby
-
- setJRubyHome(String) -
Method in class org.jruby.RubyInstanceConfig
-
- setJumpTarget(JumpTarget) -
Method in class org.jruby.runtime.Frame
-
- setKCode(KCode) -
Method in class org.jruby.Ruby
-
- setKCodeDefault() -
Method in class org.jruby.RubyRegexp
-
- setKlazz(RubyModule) -
Method in class org.jruby.runtime.Frame
- Set class that this method is supposedly calling on.
- setLastCallStatus(CallType) -
Method in class org.jruby.runtime.ThreadContext
- Returns the lastCallStatus.
- 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.Frame
-
- setLastPosition(ISourcePosition) -
Method in class org.jruby.ast.visitor.rewriter.utils.ReWriterContext
-
- setLastVisibility(Visibility) -
Method in class org.jruby.runtime.ThreadContext
-
- setLightweight(boolean) -
Method in class org.jruby.ast.ArrayNode
-
- setLine(int) -
Method in class org.jruby.runtime.Frame
-
- setLine(int) -
Method in class org.jruby.runtime.ThreadContext
-
- setLineNumber(int) -
Method in class org.jruby.util.io.OpenFile
-
- setLinePosition(ISourcePosition) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- setLinePosition(ISourcePosition) -
Method in interface org.jruby.compiler.MethodCompiler
-
- setList(Collection) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setList(int[]) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setList(Object[]) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setLiteral() -
Method in class org.jruby.RubyRegexp
-
- setLoader(ClassLoader) -
Method in class org.jruby.RubyInstanceConfig
-
- setLoadServiceCreator(RubyInstanceConfig.LoadServiceCreator) -
Method in class org.jruby.RubyInstanceConfig
-
- SETLOCAL -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SETLOCAL_OP_2 -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SETLOCAL_OP_3 -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SETLOCAL_OP_4 -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- setLong(long) -
Static method in class spec.java_integration.fixtures.CoreTypeMethods
-
- setMainStream(Stream) -
Method in class org.jruby.util.io.OpenFile
-
- setMainThread(RubyThread) -
Method in class org.jruby.internal.runtime.ThreadService
-
- setMap(Map) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setMarshal(ObjectMarshal) -
Method in class org.jruby.RubyClass
-
- setMetaClass(RubyClass) -
Method in class org.jruby.IncludedModuleWrapper
-
- setMetaClass(RubyClass) -
Method in class org.jruby.RubyObject
- Makes it possible to change the metaclass of an object.
- setMethodAdapter(SkinnyMethodAdapter) -
Method in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- setMethodAdapter(SkinnyMethodAdapter) -
Method in class org.jruby.compiler.impl.StandardInvocationCompiler
-
- setMethodAdapter(SkinnyMethodAdapter) -
Method in interface org.jruby.compiler.InvocationCompiler
-
- setMethodAdapter(SkinnyMethodAdapter) -
Method in interface org.jruby.compiler.VariableCompiler
-
- setMethods(Map) -
Method in class org.jruby.IncludedModuleWrapper
-
- setMethodVisibility(IRubyObject[], Visibility) -
Method in class org.jruby.RubyModule
- set_method_visibility
- setMethodVisitor(MethodVisitor) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- setMicroseconds(long) -
Method in class org.jruby.RubyTime
-
- setMode(int) -
Method in class org.jruby.util.io.OpenFile
-
- setModule(RubyModule) -
Method in class org.jruby.parser.StaticScope
-
- SETN -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- setName(String) -
Method in class org.jruby.ast.ArgumentNode
-
- setName(String) -
Method in class org.jruby.ast.BlockArgNode
-
- setName(String) -
Method in class org.jruby.ast.ClassVarNode
-
- setName(String) -
Method in class org.jruby.ast.Colon3Node
-
- setName(String) -
Method in class org.jruby.ast.ConstNode
-
- setName(String) -
Method in class org.jruby.ast.DAsgnNode
-
- setName(String) -
Method in class org.jruby.ast.DVarNode
- Sets the name of this variable (for refactoring support)
- setName(String) -
Method in class org.jruby.ast.InstAsgnNode
-
- setName(String) -
Method in class org.jruby.ast.InstVarNode
-
- setName(String) -
Method in class org.jruby.ast.LocalAsgnNode
- Change the name of this local assignment (for refactoring)
- setName(String) -
Method in class org.jruby.ast.LocalVarNode
- Set the name of this variable (for refactoring support)
- setName(String) -
Method in class org.jruby.runtime.Frame
- Set the method name associated with this frame
- setNilList(List) -
Method in interface org.jruby.javasupport.test.SimpleInterface
-
- setNilMap(Map) -
Method in interface org.jruby.javasupport.test.SimpleInterface
-
- setNull(Object) -
Static method in class spec.java_integration.fixtures.CoreTypeMethods
-
- setNumber(double) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setNumber(int) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setNumber(long) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setNumber(Double) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setNumber(Integer) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setNumber(Long) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setObject(Object) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setObjectSpaceEnabled(boolean) -
Method in class org.jruby.RubyInstanceConfig
-
- setObjectSpaceEnabled(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyJRuby
-
- setOnceRegexp(RubyRegexp) -
Method in class org.jruby.ast.DRegexpNode
- For regular expressions with /o flag, the value in here can be used for subsequent evaluations.
- setOptionalArgs(int) -
Method in class org.jruby.parser.StaticScope
-
- setOutput(PrintWriter) -
Method in class org.jruby.ast.visitor.rewriter.utils.ReWriterContext
-
- setOutput(PrintStream) -
Method in class org.jruby.RubyInstanceConfig
-
- setParent(RubyModule) -
Method in class org.jruby.RubyModule
-
- setParent(SlottedHashMap) -
Method in class org.jruby.util.collections.SlottedHashMap
-
- 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
-
- setpgrp(IRubyObject) -
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
-
- 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
-
- setProcess(Process) -
Method in class org.jruby.util.io.OpenFile
-
- setProcObject(RubyProc) -
Method in class org.jruby.runtime.Block
- Set the proc object associated with this block
- setProfile(Profile) -
Method in class org.jruby.RubyInstanceConfig
-
- setpwent(IRubyObject) -
Static method in class org.jruby.RubyEtc
-
- setRandomSeed(long) -
Method in class org.jruby.Ruby
-
- setReadBuffered() -
Method in class org.jruby.util.io.OpenFile
-
- setRecordSeparator(String) -
Method in class org.jruby.RubyInstanceConfig
-
- setRecordSeparatorVar(GlobalVariable) -
Method in class org.jruby.Ruby
-
- setRequiredArgs(int) -
Method in class org.jruby.parser.StaticScope
-
- setRestArg(int) -
Method in class org.jruby.parser.StaticScope
-
- setResult(RubyParserResult) -
Method in class org.jruby.parser.ParserSupport
- Sets the result.
- setrlimit(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
-
- setRubyModules(boolean) -
Method in class org.jruby.runtime.RubyOptions.JavaSupport
-
- setRubyNames(boolean) -
Method in class org.jruby.runtime.RubyOptions.JavaSupport
-
- setRunRubyInProcess(boolean) -
Method in class org.jruby.RubyInstanceConfig
-
- setSafeLevel(int) -
Method in class org.jruby.Ruby
- Set the current safe level:
0 - strings from streams/environment/ARGV are tainted (default)
1 - no dangerous operation by tainted value
2 - process/file operations prohibited
3 - all generated objects are tainted
4 - no global (non-tainted) variable modification/no direct output
The safe level is set using $SAFE in Ruby code.
- setScope(DynamicScope) -
Method in class org.jruby.parser.RubyParserResult
-
- setSecurityRestricted(boolean) -
Static method in class org.jruby.Ruby
-
- setSelf(IRubyObject) -
Method in class org.jruby.runtime.Binding
-
- setSelf(IRubyObject) -
Method in class org.jruby.runtime.Frame
- Set the self associated with this frame
- setShort(short) -
Static method in class spec.java_integration.fixtures.CoreTypeMethods
-
- 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
-
- setSingleton(boolean) -
Method in class org.jruby.internal.runtime.methods.JavaMethod
-
- setSingleton(boolean) -
Method in class org.jruby.runtime.callback.InvocationCallback
-
- setSkipNextNewline(boolean) -
Method in class org.jruby.ast.visitor.rewriter.utils.ReWriterContext
-
- setsockopt(IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.ext.socket.RubyBasicSocket
-
- setsockopt(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyUDPSocket
-
- setsockopt(int, int, int, byte[], int) -
Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- setsockopt(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.
- SETSPECIAL -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- setStackTraces(int) -
Method in class org.jruby.Ruby
-
- setState(Object) -
Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
-
- setState(Object) -
Method in interface org.jruby.javasupport.proxy.JavaProxyMethod
- store state (cache target callable?) in the proxy method
- setState(RubyYaccLexer.LexState) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- setStatus(int) -
Method in exception org.jruby.exceptions.MainExitException
-
- setString(String) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setString(String) -
Static method in class spec.java_integration.fixtures.CoreTypeMethods
-
- setStrTerm(StrTerm) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- setSuperClass(RubyClass) -
Method in class org.jruby.RubyModule
-
- setSync(boolean) -
Method in class org.jruby.util.io.ChannelStream
-
- setSync(boolean) -
Method in class org.jruby.util.io.OpenFile
-
- setSync(boolean) -
Method in interface org.jruby.util.io.Stream
-
- setTaint(boolean) -
Method in class org.jruby.RubyObject
- Sets the taint flag.
- setTaint(boolean) -
Method in interface org.jruby.runtime.builtin.IRubyObject
- RubyMethod setTaint.
- setTarget(Object) -
Method in class org.jruby.ast.ReturnNode
-
- setTarget(JumpTarget) -
Method in exception org.jruby.exceptions.JumpException.FlowControlException
-
- setTempLocal(int) -
Method in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- setTempLocal(int) -
Method in interface org.jruby.compiler.VariableCompiler
-
- setThread(RubyThread) -
Method in class org.jruby.runtime.ThreadContext
-
- setTraceFunc(RubyProc) -
Method in class org.jruby.Ruby.CallTraceFuncHook
-
- setTraceFunction(RubyProc) -
Method in class org.jruby.Ruby
-
- setTraceVar(String, RubyProc) -
Method in class org.jruby.internal.runtime.GlobalVariables
-
- setuid(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess.Sys
-
- setuid_p() -
Method in class org.jruby.RubyFileStat
-
- setuid_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- setUp() -
Method in class org.jruby.ast.visitor.rewriter.utils.TestBooleanStateStack
-
- setUp() -
Method in class org.jruby.ast.visitor.rewriter.utils.TestOperators
-
- setUp() -
Method in class org.jruby.javasupport.test.TestBSF
-
- setUp() -
Method in class org.jruby.javasupport.test.TestNativeException
-
- setup(Ruby) -
Static method in class org.jruby.libraries.FiberLibrary.Fiber
-
- setup(Ruby) -
Static method in class org.jruby.libraries.ThreadLibrary.ConditionVariable
-
- setup(Ruby) -
Static method in class org.jruby.libraries.ThreadLibrary.Mutex
-
- setup(Ruby) -
Static method in class org.jruby.libraries.ThreadLibrary.Queue
-
- setup(Ruby) -
Static method in class org.jruby.libraries.ThreadLibrary.SizedQueue
-
- setUp() -
Method in class org.jruby.test.TestAdoptedThreading
-
- setUp() -
Method in class org.jruby.test.TestCodeCache
-
- setUp() -
Method in class org.jruby.test.TestCommandlineParser
-
- setUp() -
Method in class org.jruby.test.TestJavaUtil
-
- setUp() -
Method in class org.jruby.test.TestKernel
-
- setUp() -
Method in class org.jruby.test.TestLoadService
-
- setUp() -
Method in class org.jruby.test.TestObjectSpace
-
- setUp() -
Method in class org.jruby.test.TestParser
-
- setUp() -
Method in class org.jruby.test.TestRaiseException
-
- setUp() -
Method in class org.jruby.test.TestRbConfigLibrary
-
- setUp() -
Method in class org.jruby.test.TestRequire
-
- setUp() -
Method in class org.jruby.test.TestRuby
-
- setUp() -
Method in class org.jruby.test.TestRubyArray
-
- setUp() -
Method in class org.jruby.test.TestRubyCollect
-
- setUp() -
Method in class org.jruby.test.TestRubyException
-
- setUp() -
Method in class org.jruby.test.TestRubyHash
-
- setUp() -
Method in class org.jruby.test.TestRubyInstanceConfig
-
- setUp() -
Method in class org.jruby.test.TestRubyNil
-
- setUp() -
Method in class org.jruby.test.TestRubyObject
-
- setUp() -
Method in class org.jruby.test.TestRubySymbol
-
- setUp() -
Method in class org.jruby.test.TestUnitTestSuite
-
- setUp() -
Method in class org.jruby.util.JRubyThreadContextTest
-
- setUp() -
Method in class org.jruby.util.ShellLauncherTest
-
- setupInterfaceModule(RubyModule) -
Method in class org.jruby.javasupport.JavaClass
-
- setupProxy(RubyClass) -
Method in class org.jruby.javasupport.JavaClass
-
- setUsageError(boolean) -
Method in exception org.jruby.exceptions.MainExitException
-
- setUSec(long) -
Method in class org.jruby.RubyTime
-
- setValue(BigInteger) -
Method in class org.jruby.ast.BignumNode
-
- setValue(long) -
Method in class org.jruby.ast.FixnumNode
-
- setValue(double) -
Method in class org.jruby.ast.FloatNode
- Sets the value
- setValue(Object) -
Method in exception org.jruby.exceptions.JumpException.FlowControlException
-
- setValue(IRubyObject) -
Method in class org.jruby.internal.runtime.ReadonlyAccessor
-
- setValue(IRubyObject) -
Method in class org.jruby.internal.runtime.UndefinedAccessor
-
- setValue(IRubyObject) -
Method in class org.jruby.internal.runtime.ValueAccessor
-
- setValue(Object) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- setValue(Object) -
Method in class org.jruby.lexer.yacc.Token
-
- setValue(CharSequence) -
Method in class org.jruby.RubyString
- Mutator for internal string representation.
- 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) -
Method in interface org.jruby.runtime.IAccessor
-
- 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.TwoVarDynamicScope
- Set value in current dynamic scope or one of its captured scopes.
- setValue(Object) -
Method in class org.jruby.util.collections.SlottedHashMap.Slot
-
- setValue1(Object) -
Static method in class spec.java_integration.fixtures.MethodNames
-
- setValue2(Object) -
Method in class spec.java_integration.fixtures.MethodNames
-
- setValueDepthZero(IRubyObject, int) -
Method in class org.jruby.runtime.DynamicScope
- setValue for depth zero
- 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.TwoVarDynamicScope
-
- setValueNode(Node) -
Method in class org.jruby.ast.AssignableNode
- Sets the valueNode.
- setValueOneDepthZero(IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
- Set value in current dynamic scope or one of its captured scopes.
- 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.OneVarDynamicScope
-
- setValueOneDepthZero(IRubyObject) -
Method in class org.jruby.runtime.scope.TwoVarDynamicScope
-
- setValues1(Object, Object) -
Static method in class spec.java_integration.fixtures.MethodNames
-
- setValues2(Object, Object) -
Method in class spec.java_integration.fixtures.MethodNames
-
- setValueZeroDepthZero(IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
- Set value in current dynamic scope or one of its captured scopes.
- 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.TwoVarDynamicScope
-
- 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.DynamicMethod
-
- setVisibility(Visibility) -
Method in class org.jruby.internal.runtime.methods.UndefinedMethod
-
- 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
-
- setWithinDefined(boolean) -
Method in class org.jruby.runtime.ThreadContext
- Set whether we are actively within defined? or not.
- setWithinTrace(boolean) -
Method in class org.jruby.runtime.ThreadContext
- Set whether we are actively tracing or not on this thread.
- setWriteBuffered() -
Method in class org.jruby.util.io.OpenFile
-
- SexpMaker - Class in org.jruby.ast.util
-
- SexpMaker() -
Constructor for class org.jruby.ast.util.SexpMaker
-
- 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
-
- ShellLauncherTest - Class in org.jruby.util
-
- ShellLauncherTest() -
Constructor for class org.jruby.util.ShellLauncherTest
-
- shift() -
Method in class org.jruby.RubyArray
- rb_ary_shift
- shift(ThreadContext) -
Method in class org.jruby.RubyHash
- rb_hash_shift
- ShortIfNodeReWriteVisitor - Class in org.jruby.ast.visitor.rewriter.utils
-
- ShortIfNodeReWriteVisitor(ReWriterContext) -
Constructor for class org.jruby.ast.visitor.rewriter.utils.ShortIfNodeReWriteVisitor
-
- 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
-
- shutdown() -
Method in class org.jruby.demo.TextAreaReadline
-
- shutdown(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyBasicSocket
-
- sid_available_p(IRubyObject) -
Static method in class org.jruby.RubyProcess.GroupID
-
- sid_available_p(IRubyObject) -
Static method in class org.jruby.RubyProcess.UserID
-
- sig(Class, Class...) -
Static method in class org.jruby.util.CodegenUtils
- Create a method signature from the given param types and return values
- sig(Class) -
Static method in class org.jruby.util.CodegenUtils
- Create a method signature with just a return value
- 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() -
Method in class org.jruby.libraries.ThreadLibrary.ConditionVariable
-
- SignalFacade - Interface in org.jruby.util
-
- signature -
Variable in class org.jruby.anno.JavaMethodDescriptor
-
- signers() -
Method in class org.jruby.javasupport.JavaClass
-
- simple_name() -
Method in class org.jruby.javasupport.JavaClass
-
- SimpleCallbackMethod - Class in org.jruby.internal.runtime.methods
-
- SimpleCallbackMethod(RubyModule, Callback, Visibility) -
Constructor for class org.jruby.internal.runtime.methods.SimpleCallbackMethod
-
- SimpleExecutor - Class in org.jruby.javasupport.test
-
- SimpleExecutor() -
Constructor for class org.jruby.javasupport.test.SimpleExecutor
-
- SimpleExecutor.MultipleArguments - Class in org.jruby.javasupport.test
-
- SimpleExecutor.MultipleArguments() -
Constructor for class org.jruby.javasupport.test.SimpleExecutor.MultipleArguments
-
- SimpleExecutor.WrappedByConstructor - Class in org.jruby.javasupport.test
-
- SimpleExecutor.WrappedByConstructor(Runnable) -
Constructor for class org.jruby.javasupport.test.SimpleExecutor.WrappedByConstructor
-
- SimpleExecutor.WrappedByMethodCall - Class in org.jruby.javasupport.test
-
- SimpleExecutor.WrappedByMethodCall() -
Constructor for class org.jruby.javasupport.test.SimpleExecutor.WrappedByMethodCall
-
- SimpleInterface - Interface in org.jruby.javasupport.test
-
- SimplePositionFactory - Class in org.jruby.lexer.yacc
-
- SimplePositionFactory(LexerSource, int) -
Constructor for class org.jruby.lexer.yacc.SimplePositionFactory
-
- SimpleSampler - Class in org.jruby.util
-
- SimpleSampler() -
Constructor for class org.jruby.util.SimpleSampler
-
- SimpleSourcePosition - Class in org.jruby.lexer.yacc
-
- SimpleSourcePosition(String, int) -
Constructor for class org.jruby.lexer.yacc.SimpleSourcePosition
-
- sin(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyMath
-
- SINGLE_RESTARG -
Static variable in class org.jruby.runtime.Block
-
- SINGLE_RESTARG -
Static variable in class org.jruby.runtime.BlockBody
-
- singleArgument() -
Static method in class org.jruby.runtime.Arity
-
- SingleMethodInterface - Interface in spec.java_integration.fixtures
-
- singleToArray(IRubyObject) -
Method in class org.jruby.evaluator.ValueConverter
-
- singleToMultiple(IRubyObject) -
Method in class org.jruby.evaluator.ValueConverter
-
- singleton_method_added(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- singleton_method_removed(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- singleton_method_undefined(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- singleton_methods(IRubyObject[]) -
Method in class org.jruby.RubyObject
- rb_obj_singleton_methods
call-seq:
obj.singleton_methods(all=true) => array
Returns an array of the names of singleton methods for obj.
- singlifySplattedValue() -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- singlifySplattedValue() -
Method in interface org.jruby.compiler.MethodCompiler
- Given a splatted value, extract a single value.
- sinh(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyMath
-
- site0 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site1 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site10 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site11 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site12 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site13 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site14 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site15 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site16 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site17 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site18 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site19 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site2 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site20 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site21 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site22 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site23 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site24 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site25 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site26 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site27 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site28 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site29 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site3 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site30 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site31 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site32 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site33 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site34 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site35 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site36 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site37 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site38 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site39 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site4 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site40 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site41 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site42 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site43 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site44 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site45 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site46 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site47 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site48 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site49 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site5 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site6 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site7 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site8 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- site9 -
Variable in class org.jruby.ast.executable.AbstractScript
-
- size() -
Method in class org.jruby.ast.ListNode
-
- size() -
Method in class org.jruby.javasupport.util.ObjectProxyCache
- Returns the approximate size (elements in use) of the cache.
- size() -
Method in class org.jruby.RubyArray
-
- size() -
Method in class org.jruby.RubyBignum
- rb_big_size
- size() -
Method in class org.jruby.RubyClassPathVariable
-
- size() -
Method in class org.jruby.RubyFileStat
-
- size(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- size() -
Method in class org.jruby.RubyFixnum
- fix_size
- size() -
Method in class org.jruby.RubyHash
-
- size() -
Method in class org.jruby.RubyMatchData
- match_size
- size() -
Method in class org.jruby.RubyStringIO
-
- size() -
Method in class org.jruby.RubyStruct
-
- size() -
Method in class org.jruby.util.collections.IntHashMap
-
- size() -
Method in class org.jruby.util.collections.SlottedHashMap
-
- size() -
Method in class org.jruby.util.collections.WeakHashSet
-
- size -
Variable in class org.jruby.util.Pack.Converter
-
- size() -
Method in class org.jruby.util.WeakIdentityHashMap
-
- size_p() -
Method in class org.jruby.RubyFileStat
-
- size_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- SJIS -
Static variable in class org.jruby.RubyNKF
-
- SJIS -
Static variable in class org.jruby.util.KCode
-
- SkinnyMethodAdapter - Class in org.jruby.compiler.impl
-
- SkinnyMethodAdapter(MethodVisitor) -
Constructor for class org.jruby.compiler.impl.SkinnyMethodAdapter
- Creates a new instance of SkinnyMethodAdapter
- SkinnyMethodAdapter() -
Constructor for class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- skip(IRubyObject) -
Static method in class org.jruby.RubyArgsFile
-
- skip(IRubyObject) -
Method in class org.jruby.RubyStringScanner
-
- skip_until(IRubyObject) -
Method in class org.jruby.RubyStringScanner
-
- skipLeadingWhitespace(byte[]) -
Static method in class org.jruby.util.Convert
-
- skipTrailingWhitespace(byte[]) -
Static method in class org.jruby.util.Convert
-
- skipUntil(int) -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
-
- skipUntil(int) -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
-
- skipUntil(int) -
Method in class org.jruby.lexer.yacc.LexerSource
-
- SLASH -
Static variable in class org.jruby.util.Dir
-
- sleep(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- sleep(long) -
Method in class org.jruby.RubyThread
-
- slice_bang(IRubyObject[]) -
Method in class org.jruby.RubyArray
- rb_ary_slice_bang
- slice_bang(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyString
- Deprecated. Use the versions with one or two args.
- 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
- rb_str_slice_bang
- SlottedHashMap - Class in org.jruby.util.collections
-
- SlottedHashMap(Object) -
Constructor for class org.jruby.util.collections.SlottedHashMap
-
- SlottedHashMap(Object, SlottedHashMap) -
Constructor for class org.jruby.util.collections.SlottedHashMap
-
- SlottedHashMap.Slot - Class in org.jruby.util.collections
-
- SlottedHashMap.Slot() -
Constructor for class org.jruby.util.collections.SlottedHashMap.Slot
-
- SlottedHashMapTest - Class in org.jruby.util.collections.test
-
- SlottedHashMapTest(String) -
Constructor for class org.jruby.util.collections.test.SlottedHashMapTest
-
- smallLetterClass - Class in org.jruby.test
-
- smallLetterClass() -
Constructor for class org.jruby.test.smallLetterClass
-
- smartLoad(String) -
Method in class org.jruby.runtime.load.LoadService
-
- SO_BROADCAST -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SO_DEBUG -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SO_DONTROUTE -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SO_ERROR -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SO_KEEPALIVE -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SO_LINGER -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SO_OOBINLINE -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SO_RCVBUF -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SO_RCVLOWAT -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SO_RCVTIMEO -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SO_REUSEADDR -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SO_SNDBUF -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SO_SNDLOWAT -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SO_SNDTIMEO -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SO_TIMESTAMP -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SO_TYPE -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SOCK_DGRAM -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SOCK_RAW -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SOCK_STREAM -
Static variable in class org.jruby.ext.socket.RubySocket
-
- sockerr(IRubyObject, String) -
Static method in class org.jruby.ext.socket.RubyIPSocket
-
- socket(int, int, int) -
Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- socket_p() -
Method in class org.jruby.RubyFileStat
-
- socket_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- socketpair(int, int, int, int[]) -
Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- socketpair(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.ext.socket.RubyUNIXSocket
-
- SOFT_RETURN -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- SOL_IP -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SOL_SOCKET -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SOL_TCP -
Static variable in class org.jruby.ext.socket.RubySocket
-
- SOL_UDP -
Static variable in class org.jruby.ext.socket.RubySocket
-
- sort(Block) -
Method in class org.jruby.RubyArray
- rb_ary_sort
- sort(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
-
- sort(Block) -
Method in class org.jruby.RubyHash
- rb_hash_sort
- sort_bang(Block) -
Method in class org.jruby.RubyArray
- rb_ary_sort_bang
- sort_by(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
-
- source() -
Method in class org.jruby.RubyRegexp
- rb_reg_source
- sourcePattern -
Static variable in class org.jruby.runtime.load.LoadService
-
- SourceRewriteTester - Class in org.jruby.ast.visitor.rewriter
-
- SourceRewriteTester() -
Constructor for class org.jruby.ast.visitor.rewriter.SourceRewriteTester
-
- sourceSuffixes -
Static variable in class org.jruby.runtime.load.LoadService
-
- SourceTestCase - Class in org.jruby.ast.visitor.rewriter
-
- SourceTestCase(String, boolean) -
Constructor for class org.jruby.ast.visitor.rewriter.SourceTestCase
-
- spec.java_integration.fixtures - package spec.java_integration.fixtures
-
- SPECIAL_JUMP -
Static variable in exception org.jruby.exceptions.JumpException
-
- specificEval(ThreadContext, RubyModule, IRubyObject[], Block) -
Method in class org.jruby.RubyObject
- specific_eval
Evaluates the block or string inside of the context of this
object, using the supplied arguments.
- SPLATARRAY -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- splatCurrentValue() -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- splatCurrentValue() -
Method in interface org.jruby.compiler.MethodCompiler
- Convert the current value into a "splatted value" suitable for passing as
method arguments or disassembling into multiple variables.
- SplatNode - Class in org.jruby.ast
-
- SplatNode(ISourcePosition, Node) -
Constructor for class org.jruby.ast.SplatNode
-
- splatValue(Ruby, IRubyObject) -
Static method in class org.jruby.evaluator.ASTInterpreter
-
- splatValue(IRubyObject, Ruby) -
Static method in class org.jruby.evaluator.ASTInterpreter
-
- split() -
Method in class org.jruby.RubyBigDecimal
-
- split(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, IRubyObject[]) -
Method in class org.jruby.RubyString
- Deprecated. Use the versions with zero, one, or two args.
- split(ThreadContext) -
Method in class org.jruby.RubyString
- rb_str_split_m
- split(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_split_m
- split(ThreadContext, IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_split_m
- SplitChannel - Class in org.jruby.util.io
-
- SplitChannel(ReadableByteChannel, WritableByteChannel) -
Constructor for class org.jruby.util.io.SplitChannel
-
- sprintf(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- Sprintf - Class in org.jruby.util
-
- sprintf(Locale, CharSequence, IRubyObject) -
Static method in class org.jruby.util.Sprintf
-
- sprintf(Ruby, Locale, CharSequence, IRubyObject) -
Static method in class org.jruby.util.Sprintf
-
- sprintf(CharSequence, IRubyObject) -
Static method in class org.jruby.util.Sprintf
-
- sprintf(Ruby, CharSequence, int) -
Static method in class org.jruby.util.Sprintf
-
- sprintf(Ruby, CharSequence, long) -
Static method in class org.jruby.util.Sprintf
-
- sprintf(Locale, RubyString, IRubyObject) -
Static method in class org.jruby.util.Sprintf
-
- sprintf(RubyString, IRubyObject) -
Static method in class org.jruby.util.Sprintf
-
- sqrt(IRubyObject) -
Method in class org.jruby.RubyBigDecimal
-
- sqrt(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyMath
-
- squeeze(IRubyObject[]) -
Method in class org.jruby.RubyString
- rb_str_squeeze
- squeeze_bang(IRubyObject[]) -
Method in class org.jruby.RubyString
- rb_str_squeeze_bang
- srand(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- sstrcat(Ustr) -
Method in class org.jruby.util.string.Ustr
- Safely append one Ustr to another.
- sstrcat(byte[], byte[]) -
Method in class org.jruby.util.string.Ustr
- Safely append one null-terminated byte array to another.
- sstrcat(byte[], int, byte[], int) -
Static method in class org.jruby.util.string.Ustr
- Safely append one null-terminated byte array to another with control
over offsets.
- sstrcpy(byte[], int, byte[], int) -
Static method in class org.jruby.util.string.Ustr
- Safely copy null-terminated byte arrays with control over offsets.
- sstrcpy(byte[], byte[]) -
Static method in class org.jruby.util.string.Ustr
- Safely copy a null-terminated byte array.
- sstrcpy(Ustr) -
Method in class org.jruby.util.string.Ustr
- Safely copy in the contents of another Ustr.
- StackBasedVariableCompiler - Class in org.jruby.compiler.impl
-
- StackBasedVariableCompiler(StandardASMCompiler.AbstractMethodCompiler, SkinnyMethodAdapter, int, int, 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.AbstractMethodCompiler - Class in org.jruby.compiler.impl
-
- StandardASMCompiler.AbstractMethodCompiler() -
Constructor for class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- StandardASMCompiler.ASMClosureCompiler - Class in org.jruby.compiler.impl
-
- StandardASMCompiler.ASMClosureCompiler(String, ASTInspector) -
Constructor for class org.jruby.compiler.impl.StandardASMCompiler.ASMClosureCompiler
-
- StandardASMCompiler.ASMMethodCompiler - Class in org.jruby.compiler.impl
-
- StandardASMCompiler.ASMMethodCompiler(String, ASTInspector) -
Constructor for class org.jruby.compiler.impl.StandardASMCompiler.ASMMethodCompiler
-
- StandardInvocationCompiler - Class in org.jruby.compiler.impl
-
- StandardInvocationCompiler(StandardASMCompiler.AbstractMethodCompiler, SkinnyMethodAdapter) -
Constructor for class org.jruby.compiler.impl.StandardInvocationCompiler
-
- StandardYARVCompiler - Class in org.jruby.compiler.yarv
-
- StandardYARVCompiler(Ruby) -
Constructor for class org.jruby.compiler.yarv.StandardYARVCompiler
-
- STAR -
Static variable in class org.jruby.util.Dir
-
- StarNode - Class in org.jruby.ast
- Represents a star in a multiple assignent.
- StarNode(ISourcePosition) -
Constructor for class org.jruby.ast.StarNode
- Constructor for StarNode.
- start() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- start() -
Method in class org.jruby.internal.runtime.FutureThread
- Starting a new thread in terms of a thread pool is just submitting it as
a job to the pool.
- start() -
Method in class org.jruby.internal.runtime.NativeThread
-
- start() -
Method in interface org.jruby.internal.runtime.ThreadLike
-
- start() -
Method in class org.jruby.JRubyApplet
-
- start(IRubyObject) -
Static method in class org.jruby.RubyGC
-
- start(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyThread
- Basically the same as Thread.new .
- startMethod(String, CompilerCallback, StaticScope, ASTInspector) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- startMethod(String, CompilerCallback, StaticScope, ASTInspector) -
Method in interface org.jruby.compiler.ScriptCompiler
- Begin compilation for a method that has the specified number of local variables.
- startSampleThread() -
Static method in class org.jruby.util.SimpleSampler
-
- startScript(StaticScope) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- startScript(StaticScope) -
Method in interface org.jruby.compiler.ScriptCompiler
- Begin compilation for a script, preparing all necessary context and code
to support this script's compiled representation.
- startsWith(Ustr) -
Method in class org.jruby.util.string.Ustr
- Tests if other Ustr is prefix of this.
- startsWith(Ustr, int) -
Method in class org.jruby.util.string.Ustr
- Tests if other Ustr is prefix at given index.
- stat() -
Method in class org.jruby.RubyFile
-
- stat(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFile
-
- stat() -
Method in class org.jruby.RubyIO
-
- state -
Variable in enum org.jruby.lexer.yacc.RubyYaccLexer.Keyword
-
- static_p() -
Method in class org.jruby.javasupport.JavaField
-
- static_p() -
Method in class org.jruby.javasupport.JavaMethod
-
- static_value() -
Method in class org.jruby.javasupport.JavaField
-
- 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) -
Constructor for class org.jruby.parser.StaticScope
-
- StaticScope(StaticScope, String[]) -
Constructor for class org.jruby.parser.StaticScope
-
- staticScope -
Variable in class org.jruby.runtime.DynamicScope
-
- stats() -
Method in class org.jruby.javasupport.util.ObjectProxyCache
-
- status() -
Method in class org.jruby.RubySystemExit
-
- status() -
Method in class org.jruby.RubyThread
-
- STDIO - Enum in org.jruby.util.io
-
- steal_method(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyJRuby.JRubyExtensions
-
- steal_methods(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyJRuby.JRubyExtensions
-
- step(ThreadContext, IRubyObject[], Block) -
Method in class org.jruby.RubyNumeric
-
- step(ThreadContext, IRubyObject[], Block) -
Method in class org.jruby.RubyRange
-
- sticky_p() -
Method in class org.jruby.RubyFileStat
-
- sticky_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- stop() -
Method in class org.jruby.JRubyApplet
-
- stop() -
Method in class org.jruby.lexer.yacc.StackState
-
- stop(IRubyObject) -
Static method in class org.jruby.RubyThread
-
- stop_p() -
Method in class org.jruby.RubyThread
-
- stopLock -
Variable in class org.jruby.RubyThread
-
- store(long, IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_store
- store(RubySymbol) -
Method in class org.jruby.RubySymbol.SymbolTable
- Deprecated.
- STORE_FIELD -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- STORE_MY_FIELD -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- storeClassVariable(String, IRubyObject) -
Method in class org.jruby.RubyModule
-
- storeConstant(String, IRubyObject) -
Method in class org.jruby.RubyModule
-
- str2fnum(Ruby, RubyString) -
Static method in class org.jruby.RubyNumeric
-
- str2fnum(Ruby, RubyString, boolean) -
Static method in class org.jruby.RubyNumeric
- Converts a string representation of a floating-point number to the
numeric value.
- str2inum(Ruby, RubyString, int) -
Static method in class org.jruby.RubyNumeric
-
- str2inum(Ruby, RubyString, int, boolean) -
Static method in class org.jruby.RubyNumeric
- Converts a string representation of an integer to the integer value.
- str_eql_p(IRubyObject) -
Method in class org.jruby.RubyString
-
- strcat(byte[], int, byte[], int) -
Static method in class org.jruby.util.string.Ustr
- Copy one null-terminated array to the end of another, with
starting offsets for each
- strcat(byte[], byte[]) -
Static method in class org.jruby.util.string.Ustr
- Copy one null-terminated byte array to the end of another.
- strcat(Ustr) -
Method in class org.jruby.util.string.Ustr
- Append the contents of another Ustr to the end of this one
- strchr(int) -
Method in class org.jruby.util.string.Ustr
- Locate a Unicode character in a Ustr.
- strchr(byte[], int) -
Static method in class org.jruby.util.string.Ustr
- Find the offset where a Unicode character starts in a null-terminated
UTF-encoded byte array.
- strcmp(byte[], byte[]) -
Static method in class org.jruby.util.string.Ustr
- Compare two null-terminated byte arrays.
- strcmp(byte[], int, byte[], int) -
Static method in class org.jruby.util.string.Ustr
- Compare sections of two null-terminated byte arrays.
- strcmp(Ustr) -
Method in class org.jruby.util.string.Ustr
- Compare two Ustrs.
- strcmp(Object) -
Method in class org.jruby.util.string.Ustr
- Compare a Ustr to an object's String representation.
- strcpy(byte[], byte[]) -
Static method in class org.jruby.util.string.Ustr
- Copy a null-terminated byte array.
- strcpy(byte[], int, byte[], int) -
Static method in class org.jruby.util.string.Ustr
- Copy null-terminated byte arrays with control over offsets.
- strcpy(Ustr) -
Method in class org.jruby.util.string.Ustr
- Copy in the contents of another Ustr.
- strcpy(Object) -
Method in class org.jruby.util.string.Ustr
- Copy in the String representation of an Object.
- strcpy(byte[]) -
Method in class org.jruby.util.string.Ustr
- Copy in the contents of a null-terminated byte array.
- strcpy(byte[], int) -
Method in class org.jruby.util.string.Ustr
- Copy in the contents at some offset in a null-terminated byte array.
- strcpy(byte[], String) -
Static method in class org.jruby.util.string.Ustr
- Load a null-terminated UTF-8 encoding of a String into a byte array at
the front.
- strcpy(byte[], int, String) -
Static method in class org.jruby.util.string.Ustr
- Load a null-terminated UTF-8 encoding of a String into a byte array.
- strDup() -
Method in class org.jruby.RubyString
- rb_str_dup
- Stream - Interface in org.jruby.util.io
-
- stream_end_p() -
Method in class org.jruby.RubyZlib.ZStream
-
- strftime(IRubyObject) -
Method in class org.jruby.RubyTime
-
- string() -
Method in class org.jruby.RubyMatchData
- match_string
- string() -
Method in class org.jruby.RubyStringIO
-
- string() -
Method in class org.jruby.RubyStringScanner
-
- STRING -
Static variable in class org.jruby.runtime.ClassIndex
-
- STRING_APPEND -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- STRING_DUP -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- string_is_binary(IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLStringMethods
-
- string_is_complex(IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLStringMethods
-
- string_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLStringMethods
-
- StringIOLibrary - Class in org.jruby.libraries
-
- StringIOLibrary() -
Constructor for class org.jruby.libraries.StringIOLibrary
-
- stringOrNil() -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- stringOrNil() -
Method in interface org.jruby.compiler.MethodCompiler
-
- stringOrNil(String, Ruby, IRubyObject) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- StringScannerLibrary - Class in org.jruby.libraries
-
- StringScannerLibrary() -
Constructor for class org.jruby.libraries.StringScannerLibrary
-
- StringTerm - Class in org.jruby.lexer.yacc
-
- StringTerm(int, int, int) -
Constructor for class org.jruby.lexer.yacc.StringTerm
-
- stringToBytes(String) -
Static method in class org.jruby.RubyString
-
- stringValue(IRubyObject) -
Static method in class org.jruby.RubyString
-
- strip() -
Method in class org.jruby.RubyString
- rb_str_strip
- strip_bang() -
Method in class org.jruby.RubyString
- rb_str_strip_bang
- strlen() -
Method in class org.jruby.util.string.Ustr
- The length in bytes of a Ustr's UTF representation.
- strlen(byte[]) -
Static method in class org.jruby.util.string.Ustr
- The length in bytes of a null-terminated byte array
- strlen(byte[], int) -
Static method in class org.jruby.util.string.Ustr
- The length in bytes of a null-terminated sequence starting at some
offset in a byte array.
- StrNode - Class in org.jruby.ast
- Representing a simple String literal.
- StrNode(ISourcePosition, ByteList) -
Constructor for class org.jruby.ast.StrNode
-
- StrNode(ISourcePosition, StrNode, StrNode) -
Constructor for class org.jruby.ast.StrNode
-
- strrchr(int) -
Method in class org.jruby.util.string.Ustr
- Locate the last occurrence of a Unicode character in a Ustr.
- strrchr(byte[], int) -
Static method in class org.jruby.util.string.Ustr
- Find the index of the last appearance of a Unicode character in a
null-terminated UTF-encoded byte array.
- strstr(Ustr) -
Method in class org.jruby.util.string.Ustr
- Locate a substring in a string.
- strstr(byte[], byte[]) -
Static method in class org.jruby.util.string.Ustr
- locate a substring in a byte array.
- StrTerm - Class in org.jruby.lexer.yacc
-
- StrTerm() -
Constructor for class org.jruby.lexer.yacc.StrTerm
-
- STRUCT -
Static variable in class org.jruby.runtime.ClassIndex
-
- struct_taguri(IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLStructMethods
-
- struct_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLStructMethods
-
- 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
- Deprecated. Use the versions with one or two args.
- sub(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyString
- rb_str_sub
- sub(ThreadContext, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.RubyString
- rb_str_sub
- 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
- Deprecated. Use the versions with one or two arguments.
- sub_bang(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyString
- rb_str_sub_bang
- sub_bang(ThreadContext, IRubyObject, IRubyObject, Block) -
Method in class org.jruby.RubyString
- rb_str_sub_bang
- subclasses(IRubyObject[]) -
Method in class org.jruby.RubyClass
-
- subclasses(boolean) -
Method in class org.jruby.RubyClass
-
- subList(int, int) -
Method in class org.jruby.RubyArray
-
- subseq(long, long) -
Method in class org.jruby.RubyArray
- rb_ary_subseq
- subseqLight(long, long) -
Method in class org.jruby.RubyArray
- rb_ary_subseq
- substr(int, int) -
Method in class org.jruby.RubyString
-
- substring(int) -
Method in class org.jruby.util.string.Ustr
- makes a new substring of a Ustr given a start index.
- substring(int, int) -
Method in class org.jruby.util.string.Ustr
- makes a new substring of a Ustr identified by start and end
indices.
- succ(ThreadContext) -
Method in class org.jruby.RubyInteger
- int_succ
- succ() -
Method in class org.jruby.RubyString
-
- succ() -
Method in class org.jruby.RubyTime
-
- succ_bang() -
Method in class org.jruby.RubyString
-
- success() -
Method in class org.jruby.RubyIconv.RubyFailure
-
- success_p() -
Method in class org.jruby.RubyProcess.RubyStatus
-
- success_p() -
Method in class org.jruby.RubySystemExit
-
- suite() -
Static method in class org.jruby.ast.visitor.rewriter.SourceRewriteTester
-
- suite() -
Static method in class org.jruby.ast.visitor.rewriter.VisitorTestSuite
-
- suite() -
Static method in class org.jruby.javasupport.test.JavaSupportTestSuite
-
- suite() -
Static method in class org.jruby.test.BFTSTestSuite
- suite method automatically generated by JUnit module
- suite() -
Static method in class org.jruby.test.DubyTestSuite
- suite method automatically generated by JUnit module
- suite() -
Static method in class org.jruby.test.JRubyTestSuite
- suite method automatically generated by JUnit module
- suite() -
Static method in class org.jruby.test.MainTestSuite
-
- suite() -
Static method in class org.jruby.test.MRITestSuite
- suite method automatically generated by JUnit module
- suite() -
Static method in class org.jruby.test.ObjectPersistenceTestSuite
- suite method automatically generated by JUnit module
- suite() -
Static method in class org.jruby.test.RubiconTestSuite
- suite method automatically generated by JUnit module
- suite() -
Static method in class org.jruby.test.Ruby1_9TestSuite
- suite method automatically generated by JUnit module
- suite() -
Static method in class org.jruby.test.RubyTestTestSuite
- suite method automatically generated by JUnit module
- suite() -
Static method in class org.jruby.test.ScriptTestSuite
-
- suite() -
Static method in class org.jruby.test.TestAdoptedThreading
-
- sum(IRubyObject[]) -
Method in class org.jruby.RubyString
-
- sun_family -
Variable in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un.header.famlen
-
- sun_family -
Variable in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un.header
-
- sun_header -
Variable in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un
-
- sun_len -
Variable in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un.header.famlen
-
- sun_path -
Variable in class org.jruby.ext.socket.RubyUNIXSocket.LibCSocket.sockaddr_un
-
- SunSignalFacade - Class in org.jruby.util
-
- SunSignalFacade() -
Constructor for class org.jruby.util.SunSignalFacade
-
- SUPER -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SUPER -
Static variable in class org.jruby.runtime.CallType
-
- super_p() -
Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
-
- superClass() -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- superClass() -
Method in interface org.jruby.compiler.MethodCompiler
-
- superclass() -
Method in class org.jruby.javasupport.JavaClass
-
- superclass() -
Method in class org.jruby.javasupport.proxy.JavaProxyClass
-
- superclass() -
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
-
- supportedAnnotationTypes() -
Method in class org.jruby.anno.AnnotationBinder
-
- supportedOptions() -
Method in class org.jruby.anno.AnnotationBinder
-
- SValueNode - Class in org.jruby.ast
-
- SValueNode(ISourcePosition, Node) -
Constructor for class org.jruby.ast.SValueNode
-
- swallow(int) -
Method in class org.jruby.RubyIO
-
- SwallowingOutputStream - Class in org.jruby.util
-
- SwallowingOutputStream() -
Constructor for class org.jruby.util.SwallowingOutputStream
-
- SWAP -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- swap() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- swap2() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- SWAP_STACK -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- swapcase() -
Method in class org.jruby.RubyString
- rb_str_swapcase
- swapcase_bang() -
Method in class org.jruby.RubyString
- rb_str_swapcase_bang
- swapValues() -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- swapValues() -
Method in interface org.jruby.compiler.MethodCompiler
- Swap the top and second values on the stack.
- 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
-
- switchTable -
Variable in class org.jruby.runtime.Dispatcher
-
- SYMBOL -
Static variable in class org.jruby.runtime.ClassIndex
-
- symbol_taguri(IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLSymbolMethods
-
- symbol_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLSymbolMethods
-
- SymbolNode - Class in org.jruby.ast
- Represents a symbol (:symbol_name).
- SymbolNode(ISourcePosition, String) -
Constructor for class org.jruby.ast.SymbolNode
-
- symlink(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFile
-
- symlink_p() -
Method in class org.jruby.RubyFileStat
-
- symlink_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- sync() -
Method in class org.jruby.RubyIO
- Returns the current sync mode.
- sync() -
Method in class org.jruby.RubyStringIO
-
- sync(IRubyObject) -
Method in class org.jruby.RubyZlib.Inflate
-
- sync() -
Method in class org.jruby.RubyZlib.RubyGzipFile
-
- sync -
Variable in class org.jruby.util.io.ChannelStream
-
- sync() -
Method in class org.jruby.util.io.ChannelStream
-
- SYNC -
Static variable in class org.jruby.util.io.OpenFile
-
- sync() -
Method in interface org.jruby.util.io.Stream
- Flush and sync all writes to the filesystem.
- sync(IRubyObject) -
Method in class org.jruby.util.ZlibInflate
-
- SYNC_FLUSH -
Static variable in class org.jruby.util.ZlibDeflate
-
- sync_point() -
Method in class org.jruby.util.ZlibInflate
-
- sync_point_p() -
Method in class org.jruby.RubyZlib.Inflate
-
- sync_set(IRubyObject) -
Method in class org.jruby.RubyIO
- Sets the current sync mode.
- synchronize(Block) -
Method in class org.jruby.libraries.ThreadLibrary.Mutex
-
- syncVariables(List<Variable<IRubyObject>>) -
Method in class org.jruby.RubyModule
-
- syncVariables(List<Variable<IRubyObject>>) -
Method in class org.jruby.RubyObject
- Sync one variable table with another - this is used to make
rbClone work correctly.
- syncVariables(List<Variable<IRubyObject>>) -
Method in interface org.jruby.runtime.builtin.IRubyObject
- Sets object's variables to those in the supplied list,
removing/replacing any previously defined variables.
- SYNCWRITE -
Static variable in class org.jruby.util.io.OpenFile
-
- SyntaxException - Exception in org.jruby.lexer.yacc
-
- SyntaxException(SyntaxException.PID, ISourcePosition, String, Object...) -
Constructor for exception org.jruby.lexer.yacc.SyntaxException
-
- SyntaxException.PID - Enum in org.jruby.lexer.yacc
-
- synthetic_p() -
Method in class org.jruby.javasupport.JavaAccessibleObject
-
- synthetic_p() -
Method in class org.jruby.javasupport.JavaClass
-
- sysaccept() -
Method in class org.jruby.ext.socket.RubyUNIXServer
-
- syscall(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- sysread(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- sysread(IRubyObject[]) -
Method in class org.jruby.RubyStringIO
-
- sysseek(IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- system(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- syswrite(IRubyObject) -
Method in class org.jruby.RubyIO
-
- syswrite(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyStringIO
-
T
- tableswitch(int, int, Label, Label[]) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- taguri() -
Method in class org.jruby.yaml.JRubyRepresenter.IRubyObjectYAMLNodeCreator
-
- tagurize(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML
-
- TAILCALL_FLAG -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- TAILRECURSION_FLAG -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- taint() -
Method in class org.jruby.RubyBoolean
-
- taint() -
Method in class org.jruby.RubyFixnum
-
- taint() -
Method in class org.jruby.RubyNil
-
- taint() -
Method in class org.jruby.RubyObject
- rb_obj_taint
call-seq:
obj.taint -> obj
Marks obj as tainted---if the
$SAFE level is
set appropriately, many method calls which might alter the running
programs environment will refuse to accept tainted strings.
- taint() -
Method in class org.jruby.RubySymbol
-
- TAINTED_F -
Static variable in class org.jruby.RubyObject
-
- tainted_p() -
Method in class org.jruby.RubyObject
- rb_obj_tainted
call-seq:
obj.tainted? => true or false
Returns
true if the object is tainted.
- tAMPER -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tAMPER -
Static variable in interface org.jruby.parser.Tokens
-
- tAMPER2 -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tAMPER2 -
Static variable in interface org.jruby.parser.Tokens
-
- tan(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyMath
-
- tANDOP -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tANDOP -
Static variable in interface org.jruby.parser.Tokens
-
- tanh(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyMath
-
- tap(ThreadContext, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- tAREF -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tAREF -
Static variable in interface org.jruby.parser.Tokens
-
- target -
Variable in exception org.jruby.exceptions.JumpException.FlowControlException
-
- TARGET -
Static variable in class org.jruby.runtime.Constants
-
- tASET -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tASET -
Static variable in interface org.jruby.parser.Tokens
-
- tASSOC -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tASSOC -
Static variable in interface org.jruby.parser.Tokens
-
- tBACK_REF -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- 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 interface org.jruby.parser.Tokens
-
- tBANG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tBANG -
Static variable in interface org.jruby.parser.Tokens
-
- tCARET -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tCARET -
Static variable in interface org.jruby.parser.Tokens
-
- tCMP -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tCMP -
Static variable in interface org.jruby.parser.Tokens
-
- tCOLON2 -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tCOLON2 -
Static variable in interface org.jruby.parser.Tokens
-
- tCOLON3 -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tCOLON3 -
Static variable in interface org.jruby.parser.Tokens
-
- tCONSTANT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tCONSTANT -
Static variable in interface org.jruby.parser.Tokens
-
- tCVAR -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tCVAR -
Static variable in interface org.jruby.parser.Tokens
-
- tDIVIDE -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tDIVIDE -
Static variable in interface org.jruby.parser.Tokens
-
- tDOT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tDOT -
Static variable in interface org.jruby.parser.Tokens
-
- tDOT2 -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tDOT2 -
Static variable in interface org.jruby.parser.Tokens
-
- tDOT3 -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tDOT3 -
Static variable in interface org.jruby.parser.Tokens
-
- tearDown() -
Method in class org.jruby.ast.visitor.rewriter.utils.TestBooleanStateStack
-
- tearDown() -
Method in class org.jruby.ast.visitor.rewriter.utils.TestOperators
-
- tearDown() -
Method in class org.jruby.javasupport.test.TestBSF
-
- tearDown() -
Method in class org.jruby.Ruby
- Make sure Kernel#at_exit procs get invoked on runtime shutdown.
- tearDown() -
Method in class org.jruby.test.TestCodeCache
-
- tearDown() -
Method in class org.jruby.test.TestRubyBase
-
- tearDown() -
Method in class org.jruby.test.TestUnitTestSuite
-
- tearDown() -
Method in class org.jruby.util.ShellLauncherTest
-
- tell(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyArgsFile
-
- tell() -
Method in class org.jruby.RubyDir
- Returns the current position in the directory.
- tell() -
Method in class org.jruby.RubyStringIO
-
- tell() -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- tell() -
Method in class org.jruby.RubyZlib.RubyGzipWriter
-
- tempVariableIndex -
Variable in class org.jruby.compiler.impl.AbstractVariableCompiler
-
- tEQ -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tEQ -
Static variable in interface org.jruby.parser.Tokens
-
- tEQQ -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tEQQ -
Static variable in interface org.jruby.parser.Tokens
-
- terminate() -
Method in class org.jruby.javasupport.bsf.JRubyEngine
-
- terminate(Ruby) -
Static method in class org.jruby.javasupport.JavaEmbedUtils
- Dispose of the runtime you initialized.
- terminate() -
Method in class org.jruby.JRubyService.Configuration
-
- terminate() -
Method in class org.jruby.RubyStringScanner
-
- test() -
Method in class org.jruby.javasupport.TestJavaClass
-
- test(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- test1() -
Method in class org.jruby.util.collections.test.SlottedHashMapTest
-
- TEST_INDEX -
Static variable in class org.jruby.test.BFTSTestSuite
-
- TEST_INDEX -
Static variable in class org.jruby.test.DubyTestSuite
-
- TEST_INDEX -
Static variable in class org.jruby.test.JRubyTestSuite
-
- TEST_INDEX -
Static variable in class org.jruby.test.MRITestSuite
-
- TEST_INDEX -
Static variable in class org.jruby.test.ObjectPersistenceTestSuite
-
- TEST_INDEX -
Static variable in class org.jruby.test.RubiconTestSuite
-
- TEST_INDEX -
Static variable in class org.jruby.test.Ruby1_9TestSuite
-
- TEST_INDEX -
Static variable in class org.jruby.test.RubyTestTestSuite
-
- test_kind_of() -
Method in class org.jruby.test.TestRubyObject
-
- test_to_s() -
Method in class org.jruby.test.TestRubyObject
-
- TestAdoptedThreading - Class in org.jruby.test
- A simple "adopted thread" concurrency test case.
- TestAdoptedThreading(String) -
Constructor for class org.jruby.test.TestAdoptedThreading
-
- testArgumentNode() -
Method in class org.jruby.ast.visitor.rewriter.TestReWriteVisitor
-
- testArgvIsNonNil() -
Method in class org.jruby.test.TestRuby
-
- testBitLengths() -
Method in class org.jruby.util.PlatformTest
-
- TestBooleanStateStack - Class in org.jruby.ast.visitor.rewriter.utils
-
- TestBooleanStateStack() -
Constructor for class org.jruby.ast.visitor.rewriter.utils.TestBooleanStateStack
-
- testBooleanStateStack() -
Method in class org.jruby.ast.visitor.rewriter.utils.TestBooleanStateStack
-
- TestBSF - Class in org.jruby.javasupport.test
-
- TestBSF(String) -
Constructor for class org.jruby.javasupport.test.TestBSF
-
- testCanLaunchShellsFromInternallForkedRubyProcess() -
Method in class org.jruby.util.ShellLauncherTest
-
- testCauseIsProxied() -
Method in class org.jruby.javasupport.test.TestNativeException
-
- testClone() -
Method in class org.jruby.test.TestRubyObject
-
- TestCodeCache - Class in org.jruby.test
-
- TestCodeCache() -
Constructor for class org.jruby.test.TestCodeCache
-
- testCommandAllowedOnlyOnceAndRemainderAreScriptArgs() -
Method in class org.jruby.test.TestCommandlineParser
-
- TestCommandlineParser - Class in org.jruby.test
-
- TestCommandlineParser() -
Constructor for class org.jruby.test.TestCommandlineParser
-
- testCommandTakesOneArgument() -
Method in class org.jruby.test.TestCommandlineParser
-
- testConfigTargetOs() -
Method in class org.jruby.test.TestRbConfigLibrary
-
- testConstructors() -
Method in class org.jruby.test.TestRubyArray
- Test literal constructor [], Array[], Array::[], and Array::new with all forms of parameters.
- testConstructors() -
Method in class org.jruby.test.TestRubyHash
- Test literal constructor {}, Hash::[], and Hash::new with and
without the optional default-value argument.
- testConversions() -
Method in class org.jruby.test.TestRubyArray
- Array#to_s, Array#to_a
- testConversions() -
Method in class org.jruby.test.TestRubyHash
- Hash#to_s, Hash#to_a, Hash#to_hash
- testConvertJavaToRuby() -
Method in class org.jruby.test.TestJavaUtil
-
- testCreate() -
Method in class org.jruby.ast.visitor.rewriter.utils.TestOperators
-
- testDefault() -
Method in class org.jruby.test.TestRubyHash
- Hash#default, Hash#default=
- testDeleting() -
Method in class org.jruby.test.TestRubyHash
- Hash#delete, Hash#delete_if, Hash#reject, Hash#reject!
- testDup() -
Method in class org.jruby.test.TestRubyObject
-
- testEmptyList() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testEmptyMap() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testEnvCommand() -
Method in class org.jruby.util.PlatformTest
-
- testEquals() -
Method in class org.jruby.test.TestRubyObject
-
- testErrorLineNumber() -
Method in class org.jruby.test.TestParser
-
- testExecuteWithStaticMethodThrowingException() -
Method in class org.jruby.runtime.callback.TestReflectionCallback
-
- testExit() -
Method in class org.jruby.test.TestKernel
-
- testExtensionLoader() -
Method in class org.jruby.test.TestLoadService
-
- testFailedRequireInRescueClauseStillRaisesException() -
Method in class org.jruby.test.TestRequire
-
- testFileOutputStream() -
Method in class org.jruby.ast.visitor.rewriter.TestReWriteVisitor
-
- testFormatFractionalDigitGroups() -
Method in class org.jruby.test.TestRubyBigDecimal
-
- testFormatWithFloatingPointNotation() -
Method in class org.jruby.test.TestRubyBigDecimal
-
- testFormatWithLeadingPlus() -
Method in class org.jruby.test.TestRubyBigDecimal
-
- testFormatWithLeadingSpace() -
Method in class org.jruby.test.TestRubyBigDecimal
-
- testFreeze() -
Method in class org.jruby.test.TestRubyObject
-
- testFrozen(String) -
Method in class org.jruby.RubyObject
- rb_frozen_class_p
Helper to test whether this object is frozen, and if it is will
throw an exception based on the message.
- testGetLocalVarIndex() -
Method in class org.jruby.ast.visitor.rewriter.TestReWriteVisitor
-
- testHelpDoesNotRunIntepreter() -
Method in class org.jruby.test.TestCommandlineParser
-
- TestHelper - Class in org.jruby.test
- Helper class, used for testing calls to java from ruby code.
- TestHelper() -
Constructor for class org.jruby.test.TestHelper
-
- TestHelper.SomeInterface - Interface in org.jruby.test
-
- testIdentities() -
Method in class org.jruby.test.TestObjectSpace
-
- TestIdentitySet - Class in org.jruby.test
-
- TestIdentitySet(String) -
Constructor for class org.jruby.test.TestIdentitySet
-
- testInspect() -
Method in class org.jruby.test.TestRubyNil
-
- TestIntWrapper - Interface in org.jruby.javasupport.test
-
- TestIntWrapperImpl - Class in org.jruby.javasupport.test
-
- TestIntWrapperImpl(long) -
Constructor for class org.jruby.javasupport.test.TestIntWrapperImpl
-
- testIsFalseOrTrue() -
Method in class org.jruby.test.TestRubyNil
-
- testIsNil() -
Method in class org.jruby.test.TestRubyNil
-
- testIterating() -
Method in class org.jruby.test.TestRubyArray
- Array#each
- testIterating() -
Method in class org.jruby.test.TestRubyHash
- Hash#each, Hash#each_pair, Hash#each_value, Hash#each_key
- testIterativeFib() -
Method in class org.jruby.ast.executable.YARVMachineTest
-
- TestJavaClass - Class in org.jruby.javasupport
-
- TestJavaClass() -
Constructor for class org.jruby.javasupport.TestJavaClass
-
- testJavaExceptionTraceIncludesRubys() -
Method in class org.jruby.test.TestRaiseException
-
- TestJavaUtil - Class in org.jruby.test
-
- TestJavaUtil(String) -
Constructor for class org.jruby.test.TestJavaUtil
-
- TestKernel - Class in org.jruby.test
- Unit test for the kernel class.
- TestKernel(String) -
Constructor for class org.jruby.test.TestKernel
-
- testList() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testLoad() -
Method in class org.jruby.test.TestKernel
-
- testLoadErrorsDuringRequireShouldRaise() -
Method in class org.jruby.test.TestRequire
-
- TestLoadService - Class in org.jruby.test
-
- TestLoadService() -
Constructor for class org.jruby.test.TestLoadService
-
- testLocalVars() -
Method in class org.jruby.test.TestVariableCreation
-
- testLookups() -
Method in class org.jruby.test.TestRubyArray
- Test Array#[]= (store) and Array#[] (retrieve).
- testLookups() -
Method in class org.jruby.test.TestRubyHash
- Test Hash#[]= (store) and Hash#[] (retrieve).
- testMap() -
Method in class org.jruby.javasupport.test.TestBSF
- Tests the use of RubyHash when used from java.
- testMapEntrySetContainsAndRemove() -
Method in class org.jruby.javasupport.test.TestBSF
- Tests the use of RubyHash when used from java.
- testMapEntrySetIterator() -
Method in class org.jruby.javasupport.test.TestBSF
- Tests the use of RubyHash when used from java.
- testModifyList() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testModifyMap() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testMultipleArgsAreNotSentToShellAsSingleString() -
Method in class org.jruby.util.ShellLauncherTest
-
- TestNativeException - Class in org.jruby.javasupport.test
-
- TestNativeException(String) -
Constructor for class org.jruby.javasupport.test.TestNativeException
-
- testNestedList() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testNil() -
Method in class org.jruby.test.TestRubyObject
-
- testNilList() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testNilMap() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testNonExistentRequire() -
Method in class org.jruby.test.TestLoadService
-
- testNonExistentRequireAfterRubyGems() -
Method in class org.jruby.test.TestLoadService
-
- TestObjectSpace - Class in org.jruby.test
-
- TestObjectSpace(String) -
Constructor for class org.jruby.test.TestObjectSpace
-
- testObjectSpace() -
Method in class org.jruby.test.TestObjectSpace
-
- testOpAnd() -
Method in class org.jruby.test.TestRubyNil
-
- TestOperators - Class in org.jruby.ast.visitor.rewriter.utils
-
- TestOperators() -
Constructor for class org.jruby.ast.visitor.rewriter.utils.TestOperators
-
- testOpOr() -
Method in class org.jruby.test.TestRubyNil
-
- testOpXOr() -
Method in class org.jruby.test.TestRubyNil
-
- testParseErrorsDuringRequireShouldRaise() -
Method in class org.jruby.test.TestRequire
-
- TestParser - Class in org.jruby.test
-
- TestParser() -
Constructor for class org.jruby.test.TestParser
-
- testParsing() -
Method in class org.jruby.test.TestCommandlineParser
-
- testParsingWithDashDash() -
Method in class org.jruby.test.TestCommandlineParser
-
- testPrintBacktrace() -
Method in class org.jruby.test.TestRubyException
-
- testPrintBacktraceWithHiddenLevels() -
Method in class org.jruby.test.TestRubyException
-
- testPrintErrorShouldOnlyPrintErrorMessageWhenBacktraceIsNil() -
Method in class org.jruby.test.TestRuby
-
- testPrintErrorShouldPrintErrorMessageAndStacktraceWhenBacktraceIsPresent() -
Method in class org.jruby.test.TestRuby
-
- testPrintErrorWithNilBacktrace() -
Method in class org.jruby.test.TestRuby
-
- testPrintErrorWithStringBacktrace() -
Method in class org.jruby.test.TestRuby
-
- testPrintf() -
Method in class org.jruby.test.TestKernel
-
- testPrintNilBacktrace() -
Method in class org.jruby.test.TestRubyException
-
- TestRaiseException - Class in org.jruby.test
-
- TestRaiseException() -
Constructor for class org.jruby.test.TestRaiseException
-
- TestRaiseException.ThrowFromJava - Class in org.jruby.test
-
- TestRaiseException.ThrowFromJava() -
Constructor for class org.jruby.test.TestRaiseException.ThrowFromJava
-
- TestRbConfigLibrary - Class in org.jruby.test
-
- TestRbConfigLibrary() -
Constructor for class org.jruby.test.TestRbConfigLibrary
-
- testRedefineClassPerRuntime() -
Method in class org.jruby.util.JRubyThreadContextTest
- Checks if a class can be redefined between different Ruby instances.
- TestReflectionCallback - Class in org.jruby.runtime.callback
-
- TestReflectionCallback() -
Constructor for class org.jruby.runtime.callback.TestReflectionCallback
-
- testRequire() -
Method in class org.jruby.test.TestKernel
-
- TestRequire - Class in org.jruby.test
- Simple test to make sure require works properly in conjunction with jars
in the classpath.
- TestRequire(String) -
Constructor for class org.jruby.test.TestRequire
-
- testRequireEmpty() -
Method in class org.jruby.test.TestLoadService
-
- testRequireSocket() -
Method in class org.jruby.test.TestLoadService
-
- testRestructuring() -
Method in class org.jruby.test.TestRubyHash
- Hash#sort, Hash#invert
- TestReWriteVisitor - Class in org.jruby.ast.visitor.rewriter
-
- TestReWriteVisitor() -
Constructor for class org.jruby.ast.visitor.rewriter.TestReWriteVisitor
-
- TestRuby - Class in org.jruby.test
- Unit test for the ruby class.
- TestRuby(String) -
Constructor for class org.jruby.test.TestRuby
-
- TestRubyArray - Class in org.jruby.test
- Test case for functionality in RubyArray
- TestRubyArray(String) -
Constructor for class org.jruby.test.TestRubyArray
-
- TestRubyBase - Class in org.jruby.test
-
- TestRubyBase() -
Constructor for class org.jruby.test.TestRubyBase
-
- TestRubyBase(String) -
Constructor for class org.jruby.test.TestRubyBase
-
- TestRubyBigDecimal - Class in org.jruby.test
-
- TestRubyBigDecimal() -
Constructor for class org.jruby.test.TestRubyBigDecimal
-
- TestRubyCollect - Class in org.jruby.test
-
- TestRubyCollect(String) -
Constructor for class org.jruby.test.TestRubyCollect
-
- testRubyCollect() -
Method in class org.jruby.test.TestRubyCollect
-
- TestRubyException - Class in org.jruby.test
-
- TestRubyException() -
Constructor for class org.jruby.test.TestRubyException
-
- testRubyExceptionTraceIncludesJavas() -
Method in class org.jruby.test.TestRaiseException
-
- TestRubyHash - Class in org.jruby.test
-
- TestRubyHash(String) -
Constructor for class org.jruby.test.TestRubyHash
-
- TestRubyInstanceConfig - Class in org.jruby.test
- This should be filled up with more tests for RubyInstanceConfig later
- TestRubyInstanceConfig(String) -
Constructor for class org.jruby.test.TestRubyInstanceConfig
-
- TestRubyInstanceConfig.NullLoadService - Class in org.jruby.test
-
- TestRubyInstanceConfig.NullLoadService(Ruby) -
Constructor for class org.jruby.test.TestRubyInstanceConfig.NullLoadService
-
- testRubyInstanceConfigDefaults() -
Method in class org.jruby.test.TestRubyInstanceConfig
-
- testRubyInstanceConfigOverriding() -
Method in class org.jruby.test.TestRubyInstanceConfig
-
- TestRubyNil - Class in org.jruby.test
-
- TestRubyNil(String) -
Constructor for class org.jruby.test.TestRubyNil
-
- TestRubyObject - Class in org.jruby.test
-
- TestRubyObject(String) -
Constructor for class org.jruby.test.TestRubyObject
-
- testRubyRequire() -
Method in class org.jruby.test.TestRequire
-
- TestRubySymbol - Class in org.jruby.test
-
- TestRubySymbol(String) -
Constructor for class org.jruby.test.TestRubySymbol
-
- testScriptThreadProcessPuts() -
Method in class org.jruby.util.ShellLauncherTest
-
- testScriptVerboseOutput() -
Method in class org.jruby.util.ShellLauncherTest
-
- testSet() -
Method in class org.jruby.ast.visitor.rewriter.utils.TestBooleanStateStack
-
- testSettingNewLoaderWillCreateNewClassLoader() -
Method in class org.jruby.test.TestRubyInstanceConfig
-
- testSetup() -
Method in class org.jruby.ext.posix.JavaFileStatTest
-
- testSimpleExecution() -
Method in class org.jruby.ast.executable.YARVMachineTest
-
- testSingleArgumentCommandOnWindowsIsOnlyRunByShellIfCommandContainsSpaces() -
Method in class org.jruby.util.ShellLauncherTest
-
- testSizeRelated() -
Method in class org.jruby.test.TestRubyArray
- Array#size, Array#length, Array#empty?
- testSizeRelated() -
Method in class org.jruby.test.TestRubyHash
- Hash#size, Hash#length, Hash#empty?
- testStoring() -
Method in class org.jruby.test.TestIdentitySet
-
- testSymbolTable() -
Method in class org.jruby.test.TestRubySymbol
-
- testTaint() -
Method in class org.jruby.test.TestRubyObject
-
- testThreadContextPerRuntime() -
Method in class org.jruby.util.JRubyThreadContextTest
- Check that the thread context can be different between Ruby instances
- testThreading() -
Method in class org.jruby.test.TestAdoptedThreading
-
- testThreadsStayAdopted() -
Method in class org.jruby.test.TestAdoptedThreading
-
- testToA() -
Method in class org.jruby.test.TestRubyNil
-
- testToArray() -
Method in class org.jruby.test.TestRubyArray
- This tests toArray-functionality
- testToI() -
Method in class org.jruby.test.TestRubyNil
-
- testToS() -
Method in class org.jruby.test.TestRubyNil
-
- testTrue() -
Method in class org.jruby.test.TestRubyObject
-
- testTwoRuntimes() -
Method in class org.jruby.test.TestCodeCache
-
- testType() -
Method in class org.jruby.test.TestRubyNil
-
- testType() -
Method in class org.jruby.test.TestRubyObject
-
- testUnescapeChar() -
Method in class org.jruby.ast.visitor.rewriter.TestReWriteVisitor
-
- TestUnitTestSuite - Class in org.jruby.test
-
- TestUnitTestSuite(String) -
Constructor for class org.jruby.test.TestUnitTestSuite
- suite method automatically generated by JUnit module
- testUnwrapSingleArrayNode() -
Method in class org.jruby.ast.visitor.rewriter.TestReWriteVisitor
-
- testVarAndMet() -
Method in class org.jruby.test.TestRuby
-
- TestVariableCreation - Class in org.jruby.test
-
- TestVariableCreation() -
Constructor for class org.jruby.test.TestVariableCreation
-
- testVisitPostExeNode() -
Method in class org.jruby.ast.visitor.rewriter.TestReWriteVisitor
-
- testVisitRegexpNode() -
Method in class org.jruby.ast.visitor.rewriter.TestReWriteVisitor
-
- testWarningLineNumber() -
Method in class org.jruby.test.TestParser
-
- TextAreaReadline - Class in org.jruby.demo
-
- TextAreaReadline(JTextComponent) -
Constructor for class org.jruby.demo.TextAreaReadline
-
- TextAreaReadline(JTextComponent, String) -
Constructor for class org.jruby.demo.TextAreaReadline
-
- TextAreaReadline.Channel - Enum in org.jruby.demo
-
- tFID -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tFID -
Static variable in interface org.jruby.parser.Tokens
-
- tFLOAT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tFLOAT -
Static variable in interface org.jruby.parser.Tokens
-
- tGEQ -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tGEQ -
Static variable in interface org.jruby.parser.Tokens
-
- tGT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tGT -
Static variable in interface org.jruby.parser.Tokens
-
- tGVAR -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tGVAR -
Static variable in interface org.jruby.parser.Tokens
-
- THIS -
Static variable in class org.jruby.compiler.impl.StandardASMCompiler
-
- THIS_INDEX -
Static variable in class org.jruby.internal.runtime.methods.InvocationMethodFactory
- The lvar index of "this"
- ThreadContext - 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
- ThreadKill - Exception in org.jruby.exceptions
-
- ThreadKill() -
Constructor for exception org.jruby.exceptions.ThreadKill
-
- THREADLESS_COMPILE_ENABLED -
Static variable in class org.jruby.RubyInstanceConfig
-
- ThreadLibrary - Class in org.jruby.libraries
-
- ThreadLibrary() -
Constructor for class org.jruby.libraries.ThreadLibrary
-
- ThreadLibrary.ConditionVariable - Class in org.jruby.libraries
-
- ThreadLibrary.ConditionVariable(Ruby, RubyClass) -
Constructor for class org.jruby.libraries.ThreadLibrary.ConditionVariable
-
- ThreadLibrary.Mutex - Class in org.jruby.libraries
-
- ThreadLibrary.Mutex(Ruby, RubyClass) -
Constructor for class org.jruby.libraries.ThreadLibrary.Mutex
-
- ThreadLibrary.Queue - Class in org.jruby.libraries
-
- ThreadLibrary.Queue(Ruby, RubyClass) -
Constructor for class org.jruby.libraries.ThreadLibrary.Queue
-
- ThreadLibrary.SizedQueue - Class in org.jruby.libraries
-
- ThreadLibrary.SizedQueue(Ruby, RubyClass) -
Constructor for class org.jruby.libraries.ThreadLibrary.SizedQueue
-
- ThreadLike - Interface in org.jruby.internal.runtime
-
- ThreadService - Class in org.jruby.internal.runtime
-
- ThreadService(Ruby) -
Constructor for class org.jruby.internal.runtime.ThreadService
-
- THREE_ARGUMENTS -
Static variable in class org.jruby.runtime.Arity
-
- THREE_REQUIRED -
Static variable in class org.jruby.runtime.Arity
-
- THROW -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- throwException(IRubyObject, Block) -
Static method in class org.jruby.test.MockRubyObject
-
- throwException() -
Static method in class org.jruby.test.TestHelper
- used to test native exception handling.
- throwIt() -
Method in class org.jruby.test.TestRaiseException.ThrowFromJava
-
- throwTestHelperException() -
Static method in class org.jruby.test.TestHelper
-
- tIDENTIFIER -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tIDENTIFIER -
Static variable in interface org.jruby.parser.Tokens
-
- time_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLTimeMethods
-
- times(ThreadContext, Block) -
Method in class org.jruby.RubyInteger
-
- times(IRubyObject, Block) -
Static method in class org.jruby.RubyProcess
-
- tINTEGER -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tINTEGER -
Static variable in interface org.jruby.parser.Tokens
-
- tIVAR -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tIVAR -
Static variable in interface org.jruby.parser.Tokens
-
- tLAST_TOKEN -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLBRACE -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLBRACE -
Static variable in interface org.jruby.parser.Tokens
-
- tLBRACE_ARG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLBRACE_ARG -
Static variable in interface org.jruby.parser.Tokens
-
- tLBRACK -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLBRACK -
Static variable in interface org.jruby.parser.Tokens
-
- tLCURLY -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLCURLY -
Static variable in interface org.jruby.parser.Tokens
-
- tLEQ -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLEQ -
Static variable in interface org.jruby.parser.Tokens
-
- tLOWEST -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLPAREN -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLPAREN -
Static variable in interface org.jruby.parser.Tokens
-
- tLPAREN2 -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLPAREN2 -
Static variable in interface org.jruby.parser.Tokens
-
- tLPAREN_ARG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLPAREN_ARG -
Static variable in interface org.jruby.parser.Tokens
-
- tLSHFT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLSHFT -
Static variable in interface org.jruby.parser.Tokens
-
- tLT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tLT -
Static variable in interface org.jruby.parser.Tokens
-
- tMATCH -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tMATCH -
Static variable in interface org.jruby.parser.Tokens
-
- tMINUS -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tMINUS -
Static variable in interface org.jruby.parser.Tokens
-
- tNEQ -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tNEQ -
Static variable in interface org.jruby.parser.Tokens
-
- tNMATCH -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tNMATCH -
Static variable in interface org.jruby.parser.Tokens
-
- tNTH_REF -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tNTH_REF -
Static variable in interface org.jruby.parser.Tokens
-
- to_a() -
Method in class org.jruby.RubyArray
- rb_ary_to_a
- to_a(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyEnumerable
-
- to_a() -
Method in class org.jruby.RubyHash
- rb_hash_to_a
- to_a() -
Method in class org.jruby.RubyMatchData
- match_to_a
- to_a(IRubyObject) -
Static method in class org.jruby.RubyNil
- nil_to_a
- to_a() -
Method in class org.jruby.RubyObject
- rb_any_to_a
call-seq:
obj.to_a -> anArray
Returns an array representation of obj.
- to_a() -
Method in class org.jruby.RubyStruct
-
- to_a() -
Method in class org.jruby.RubyTime
-
- TO_A -
Static variable in class org.jruby.runtime.MethodIndex
-
- to_ary() -
Method in class org.jruby.RubyArray
-
- TO_ARY -
Static variable in class org.jruby.runtime.MethodIndex
-
- to_f() -
Method in class org.jruby.RubyBigDecimal
-
- to_f() -
Method in class org.jruby.RubyBignum
- rb_big_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() -
Method in class org.jruby.RubyString
- rb_str_to_f
- to_f() -
Method in class org.jruby.RubyTime
-
- TO_F -
Static variable in class org.jruby.runtime.MethodIndex
-
- to_generic_string() -
Method in class org.jruby.javasupport.JavaCallable
-
- to_generic_string() -
Method in class org.jruby.javasupport.JavaField
-
- to_hash() -
Method in class org.jruby.RubyGlobal.StringOnlyRubyHash
-
- to_hash() -
Method in class org.jruby.RubyHash
- rb_hash_to_hash
- TO_HASH -
Static variable in class org.jruby.runtime.MethodIndex
-
- 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
-
- to_i(IRubyObject[]) -
Method in class org.jruby.RubyString
- Deprecated. Use the versions with zero or one args.
- 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() -
Method in class org.jruby.RubySymbol
-
- to_i() -
Method in class org.jruby.RubyTime
-
- TO_I -
Static variable in class org.jruby.runtime.MethodIndex
-
- 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
-
- TO_INT -
Static variable in class org.jruby.runtime.MethodIndex
-
- to_io(ThreadContext, IRubyObject) -
Static method in class org.jruby.RubyArgsFile
-
- to_io() -
Method in class org.jruby.RubyIO
-
- to_io() -
Method in class org.jruby.RubyZlib.RubyGzipFile
-
- TO_IO -
Static variable in class org.jruby.runtime.MethodIndex
-
- to_java_object(IRubyObject) -
Static method in class org.jruby.javasupport.Java.JavaProxy
-
- to_java_object(IRubyObject) -
Static method in class org.jruby.javasupport.Java
-
- to_proc(Block) -
Method in class org.jruby.RubyMethod
- Create a Proc object.
- to_proc() -
Method in class org.jruby.RubyProc
-
- to_proc(Block) -
Method in class org.jruby.RubyUnboundMethod
-
- to_s() -
Method in class org.jruby.javasupport.JavaObject
-
- to_s() -
Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
-
- to_s(IRubyObject) -
Static method in class org.jruby.RubyArgsFile
-
- to_s() -
Method in class org.jruby.RubyArray
- rb_ary_to_s
- to_s(IRubyObject[]) -
Method in class org.jruby.RubyBigDecimal
-
- to_s(IRubyObject[]) -
Method in class org.jruby.RubyBignum
- rb_big_to_s
- to_s() -
Method in class org.jruby.RubyClassPathVariable
-
- to_s() -
Method in class org.jruby.RubyDigest.Base
-
- to_s() -
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.RubyFloat
- flo_to_s
- to_s() -
Method in class org.jruby.RubyGlobal.StringOnlyRubyHash
-
- to_s() -
Method in class org.jruby.RubyHash
- rb_hash_to_s & to_s_hash
- to_s() -
Method in class org.jruby.RubyMatchData
- match_to_s
- to_s() -
Method in class org.jruby.RubyModule
- rb_mod_to_s
- to_s() -
Method in class org.jruby.RubyNameError
-
- to_s(IRubyObject) -
Static method in class org.jruby.RubyNil
- nil_to_s
- to_s() -
Method in class org.jruby.RubyObject
- rb_any_to_s
call-seq:
obj.to_s => string
Returns a string representing obj.
- to_s() -
Method in class org.jruby.RubyProc
-
- to_s() -
Method in class org.jruby.RubyProcess.RubyStatus
-
- to_s(ThreadContext) -
Method in class org.jruby.RubyRange
-
- to_s() -
Method in class org.jruby.RubyRegexp
-
- to_s() -
Method in class org.jruby.RubyString
-
- to_s() -
Method in class org.jruby.RubyStruct
-
- to_s() -
Method in class org.jruby.RubySymbol
-
- to_s() -
Method in class org.jruby.RubyTime
-
- TO_S -
Static variable in class org.jruby.runtime.MethodIndex
-
- to_str(ThreadContext) -
Method in class org.jruby.RubyException
-
- TO_STR -
Static variable in class org.jruby.runtime.MethodIndex
-
- to_string() -
Method in class org.jruby.javasupport.JavaAccessibleObject
-
- to_sym() -
Method in class org.jruby.RubyFixnum
- fix_to_sym
- to_sym() -
Method in class org.jruby.RubyString
-
- to_sym() -
Method in class org.jruby.RubySymbol
-
- toArray() -
Method in class org.jruby.RubyArray
-
- toArray(Object[]) -
Method in class org.jruby.RubyArray
-
- toArray() -
Method in class org.jruby.util.collections.WeakHashSet
-
- toArray(T[]) -
Method in class org.jruby.util.collections.WeakHashSet
-
- ToAryNode - Class in org.jruby.ast
-
- ToAryNode(ISourcePosition, Node) -
Constructor for class org.jruby.ast.ToAryNode
-
- toCharArray() -
Method in class org.jruby.util.string.Ustr
- converts a Ustr to a char array.
- toFloat() -
Method in class org.jruby.RubyInteger
-
- toGenericString() -
Method in class org.jruby.javasupport.JavaCallable
-
- toGenericString() -
Method in class org.jruby.javasupport.JavaConstructor
-
- toGenericString() -
Method in class org.jruby.javasupport.JavaMethod
-
- toJavaArray() -
Method in class org.jruby.RubyArray
-
- toJavaArrayMaybeUnsafe() -
Method in class org.jruby.RubyArray
-
- toJavaArrayUnsafe() -
Method in class org.jruby.RubyArray
-
- toJavaModeString() -
Method in class org.jruby.util.io.ModeFlags
- Produce a Java IO mode string from the flags in this object.
- toJavaString() -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- toJavaString() -
Method in interface org.jruby.compiler.MethodCompiler
-
- token() -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
- Last token read from the lexer at the end of a call to yylex()
- Token - Class in org.jruby.lexer.yacc
-
- Token(Object, ISourcePosition) -
Constructor for class org.jruby.lexer.yacc.Token
-
- Token(Object, int, ISourcePosition) -
Constructor for class org.jruby.lexer.yacc.Token
-
- token() -
Method in interface org.jruby.parser.DefaultRubyParser.yyInput
- classifies current token.
- Tokens - Interface in org.jruby.parser
-
- tOP_ASGN -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tOP_ASGN -
Static variable in interface org.jruby.parser.Tokens
-
- TOPN -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- TopSelfFactory - Class in org.jruby
-
- TOREGEXP -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- tOROP -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tOROP -
Static variable in interface org.jruby.parser.Tokens
-
- toString() -
Method in class org.jruby.ast.CallNode
-
- toString() -
Method in class org.jruby.ast.ClassNode
-
- toString() -
Method in class org.jruby.ast.Colon2Node
-
- toString() -
Method in class org.jruby.ast.ConstNode
-
- TOSTRING -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- toString() -
Method in class org.jruby.ast.executable.YARVMachine.Instruction
-
- toString() -
Method in class org.jruby.ast.FCallNode
-
- toString() -
Method in class org.jruby.ast.ListNode
-
- toString() -
Method in class org.jruby.ast.Node
-
- toString() -
Method in class org.jruby.ast.util.SexpMaker
-
- toString() -
Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
-
- toString() -
Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
-
- toString() -
Method in class org.jruby.javasupport.test.NullToString
-
- toString() -
Method in class org.jruby.javasupport.test.Room
-
- toString() -
Method in class org.jruby.javasupport.test.TestIntWrapperImpl
-
- toString() -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
-
- toString() -
Method in class org.jruby.lexer.yacc.IDESourcePosition
-
- 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.RubyFile
-
- toString() -
Method in class org.jruby.RubyIO
-
- 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.runtime.Arity
-
- toString() -
Method in class org.jruby.runtime.CallType
-
- 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.Iter
-
- toString(StringBuffer, String) -
Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
-
- toString(StringBuffer, String) -
Method in class org.jruby.runtime.scope.NoVarsDynamicScope
-
- toString(StringBuffer, String) -
Method in class org.jruby.runtime.scope.OneVarDynamicScope
-
- toString(StringBuffer, String) -
Method in class org.jruby.runtime.scope.TwoVarDynamicScope
-
- toString() -
Method in class org.jruby.test.bench.BenchIntFibRecursive.BoxedInt
-
- toString() -
Method in class org.jruby.test.bench.BenchLongFibRecursive.BoxedLong
-
- toString() -
Method in class org.jruby.util.collections.SlottedHashMap.Slot
-
- toString() -
Method in class org.jruby.util.io.ModeFlags
-
- toString() -
Method in class org.jruby.util.JRubyFile
-
- toString() -
Method in class org.jruby.util.JRubyNonExistentFile
-
- toString() -
Method in class org.jruby.util.NormalizedFile
-
- toString() -
Method in class org.jruby.util.string.Ustr
- Generates a Java String representing the Ustr.
- total_in() -
Method in class org.jruby.RubyZlib.ZStream
-
- total_out() -
Method in class org.jruby.RubyZlib.ZStream
-
- toYamlNode(Representer) -
Method in class org.jruby.yaml.JRubyRepresenter.IRubyObjectYAMLNodeCreator
-
- tPERCENT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tPERCENT -
Static variable in interface org.jruby.parser.Tokens
-
- tPIPE -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tPIPE -
Static variable in interface org.jruby.parser.Tokens
-
- tPLUS -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tPLUS -
Static variable in interface org.jruby.parser.Tokens
-
- tPOW -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tPOW -
Static variable in interface org.jruby.parser.Tokens
-
- tQWORDS_BEG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tQWORDS_BEG -
Static variable in interface org.jruby.parser.Tokens
-
- tr(IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_tr
- tr_bang(IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_tr_bang
- tr_s(IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_tr_s
- tr_s_bang(IRubyObject, IRubyObject) -
Method in class org.jruby.RubyString
- rb_str_tr_s_bang
- TRACE -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- trace(IRubyObject) -
Method in class org.jruby.internal.runtime.GlobalVariable
-
- 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
-
- transfer(IRubyObject[]) -
Method in class org.jruby.libraries.FiberLibrary.Fiber
-
- transpose() -
Method in class org.jruby.RubyArray
- rb_ary_transpose
- trap(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
-
- trap(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubySignal
-
- trap(IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.util.NoFunctionalitySignalFacade
-
- trap(IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in interface org.jruby.util.SignalFacade
-
- trap(IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Method in class org.jruby.util.SunSignalFacade
-
- tRBRACK -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tRBRACK -
Static variable in interface org.jruby.parser.Tokens
-
- tRCURLY -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tRCURLY -
Static variable in interface org.jruby.parser.Tokens
-
- tREGEXP_BEG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- 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 interface org.jruby.parser.Tokens
-
- trim(byte[]) -
Static method in class org.jruby.util.Convert
- Trims whitespace (any bytes <= 0x20) from the beginning and end
of the array.
- TRIVIAL_EXECUTOR -
Static variable in class org.jruby.util.Join
-
- tRPAREN -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tRPAREN -
Static variable in interface org.jruby.parser.Tokens
-
- tRSHFT -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tRSHFT -
Static variable in interface org.jruby.parser.Tokens
-
- TRUE -
Static variable in class org.jruby.runtime.ClassIndex
-
- true_and(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyBoolean.True
-
- true_or(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyBoolean.True
-
- true_taguri(IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLTrueMethods
-
- true_to_s(IRubyObject) -
Static method in class org.jruby.RubyBoolean.True
-
- true_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML.YAMLTrueMethods
-
- true_xor(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyBoolean.True
-
- TrueNode - Class in org.jruby.ast
- Represents 'true'.
- TrueNode(ISourcePosition) -
Constructor for class org.jruby.ast.TrueNode
-
- TRUNC -
Static variable in class org.jruby.util.io.ModeFlags
- truncate flag, to truncate the target file to zero length
- truncate() -
Method in class org.jruby.RubyBigDecimal
-
- truncate(IRubyObject) -
Method in class org.jruby.RubyBigDecimal
-
- truncate(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
-
- try_lock() -
Method in class org.jruby.libraries.ThreadLibrary.Mutex
-
- trycatch(Label, Label, Label, String) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- tryUnixDomainSocket() -
Static method in class org.jruby.ext.socket.RubyUNIXSocket
-
- tSTAR -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tSTAR -
Static variable in interface org.jruby.parser.Tokens
-
- tSTAR2 -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tSTAR2 -
Static variable in interface org.jruby.parser.Tokens
-
- tSTRING_BEG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- 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 interface org.jruby.parser.Tokens
-
- tSTRING_DBEG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- 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 interface org.jruby.parser.Tokens
-
- tSTRING_END -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tSTRING_END -
Static variable in interface org.jruby.parser.Tokens
-
- tSYMBEG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tSYMBEG -
Static variable in interface org.jruby.parser.Tokens
-
- tTILDE -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tTILDE -
Static variable in interface org.jruby.parser.Tokens
-
- tty_p() -
Method in class org.jruby.RubyIO
-
- tty_p() -
Method in class org.jruby.RubyStringIO
-
- tUMINUS -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tUMINUS -
Static variable in interface org.jruby.parser.Tokens
-
- tUMINUS_NUM -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tUMINUS_NUM -
Static variable in interface org.jruby.parser.Tokens
-
- tUPLUS -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tUPLUS -
Static variable in interface org.jruby.parser.Tokens
-
- TWO -
Static variable in class org.jruby.test.bench.BenchIntFibRecursive
-
- TWO -
Static variable in class org.jruby.test.bench.BenchLongFibRecursive
-
- TWO_ARGUMENTS -
Static variable in class org.jruby.runtime.Arity
-
- TWO_INT -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- TWO_REQUIRED -
Static variable in class org.jruby.runtime.Arity
-
- twoArguments() -
Static method in class org.jruby.runtime.Arity
-
- tWORDS_BEG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tWORDS_BEG -
Static variable in interface org.jruby.parser.Tokens
-
- twosComplementToBinaryBytes(byte[]) -
Static method in class org.jruby.util.Convert
-
- twosComplementToHexBytes(byte[], boolean) -
Static method in class org.jruby.util.Convert
-
- twosComplementToOctalBytes(byte[]) -
Static method in class org.jruby.util.Convert
-
- twosComplementToUnsignedBytes(byte[], int, boolean) -
Static method in class org.jruby.util.Convert
-
- TwoVarDynamicScope - Class in org.jruby.runtime.scope
- Represents the the dynamic portion of scoping information.
- 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 interface org.jruby.parser.Tokens
-
- type -
Variable in class org.jruby.ast.executable.YARVMachine.InstructionSequence
-
- type(IRubyObject) -
Static method in class org.jruby.RubyNil
- nil_type
- type() -
Method in class org.jruby.RubyObject
- rb_obj_class
Returns the real class of this object, excluding any
singleton/meta class in the inheritence chain.
- type -
Variable in class org.jruby.runtime.Block
-
- type() -
Method in class spec.java_integration.fixtures.MethodNames
-
- type_deprecated() -
Method in class org.jruby.RubyObject
- rb_obj_type
The deprecated version of type, that emits a deprecation
warning.
- type_parameters() -
Method in class org.jruby.javasupport.JavaClass
-
- type_parameters() -
Method in class org.jruby.javasupport.JavaConstructor
-
- type_parameters() -
Method in class org.jruby.javasupport.JavaMethod
-
- TypeCoercer - Interface in org.jruby.util
-
- TypeConverter - Class in org.jruby.util
-
- TypeConverter() -
Constructor for class org.jruby.util.TypeConverter
-
- TypedArgumentNode - Class in org.jruby.ast
-
- TypedArgumentNode(ISourcePosition, String, Node) -
Constructor for class org.jruby.ast.TypedArgumentNode
-
- TypeMatcher - Class in org.jruby.javasupport
-
- TypeMatcher() -
Constructor for class org.jruby.javasupport.TypeMatcher
-
- TypePopulator - Interface in org.jruby.anno
-
U
- UcharIterator - Class in org.jruby.util.string
- UcharIterator - an Iterator on Unicode characters in a UTF-8 byte array.
- UcharIterator(byte[], int) -
Constructor for class org.jruby.util.string.UcharIterator
- Creates a new UcharIterator starting at an offset in a buffer.
- uid() -
Method in class org.jruby.RubyFileStat
-
- uid(IRubyObject) -
Static method in class org.jruby.RubyProcess
-
- uid_set(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyProcess
-
- umask(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyFile
-
- unbind(Block) -
Method in class org.jruby.RubyMethod
-
- unbind(Block) -
Method in class org.jruby.RubyUnboundMethod
-
- undeclareBean(BSFDeclaredBean) -
Method in class org.jruby.javasupport.bsf.JRubyEngine
-
- UNDEF -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- undef(ThreadContext, String) -
Method in class org.jruby.RubyModule
- rb_undef
- UNDEF -
Static variable in class org.jruby.RubyObject
- A value that specifies an undefined value.
- 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.
- UndefinedMethod - Class in org.jruby.internal.runtime.methods
-
- undefineMethod(String) -
Method in class org.jruby.RubyModule
-
- undefMethod(String) -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- undefMethod(String) -
Method in interface org.jruby.compiler.MethodCompiler
-
- UndefNode - Class in org.jruby.ast
- Represents an 'undef' statement.
- UndefNode(ISourcePosition, String) -
Constructor for class org.jruby.ast.UndefNode
-
- unescapeChar(char) -
Static method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- ungetc(IRubyObject) -
Method in class org.jruby.RubyIO
- Pushes char represented by int back onto IOS.
- ungetc(IRubyObject) -
Method in class org.jruby.RubyStringIO
-
- ungetc(IRubyObject) -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- ungetc(int) -
Method in class org.jruby.util.io.ChannelStream
-
- ungetc(int) -
Method in interface org.jruby.util.io.Stream
-
- ungotc -
Variable in class org.jruby.util.io.ChannelStream
-
- UNIFIED_DUP_SETLOCAL -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- UNIFIED_GETLOCAL_GETLOCAL -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- UNIFIED_GETLOCAL_PUTOBJECT -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- UNIFIED_PUTOBJECT_PUTOBJECT -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- UNIFIED_PUTOBJECT_PUTSTRING -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- UNIFIED_PUTOBJECT_SETDYNAMIC -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- UNIFIED_PUTOBJECT_SETLOCAL -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- UNIFIED_PUTSTRING_PUTOBJECT -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- UNIFIED_PUTSTRING_PUTSTRING -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- UNIFIED_PUTSTRING_SETDYNAMIC -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- UNIFIED_PUTSTRING_SETLOCAL -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- unimplemented(int) -
Method in class org.jruby.ast.executable.YARVMachine
-
- unimplementedError(String) -
Method in class org.jruby.ext.JRubyPOSIXHandler
-
- union(ISourcePosition) -
Method in class org.jruby.ast.executable.ISeqPosition
-
- union(ISourcePosition) -
Method in class org.jruby.lexer.yacc.IDESourcePosition
-
- union(ISourcePosition) -
Method in interface org.jruby.lexer.yacc.ISourcePosition
- Calculates the logical union of the two positions and creates a new resulting position
- union(ISourcePosition) -
Method in class org.jruby.lexer.yacc.SimpleSourcePosition
-
- union(ISourcePositionHolder, ISourcePositionHolder) -
Method in class org.jruby.parser.ParserSupport
-
- union(ISourcePosition, ISourcePosition) -
Method in class org.jruby.parser.ParserSupport
-
- union(ThreadContext, IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyRegexp
- rb_reg_s_union
- uniq() -
Method in class org.jruby.RubyArray
- rb_ary_uniq
- uniq_bang() -
Method in class org.jruby.RubyArray
- rb_ary_uniq_bang
- UNKNOWN -
Static variable in class org.jruby.RubyNKF
-
- unlink(String) -
Method in interface org.jruby.ext.socket.RubyUNIXSocket.LibCSocket
-
- unlink(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyFile
-
- unlock() -
Method in class org.jruby.libraries.ThreadLibrary.Mutex
-
- unlockProxy() -
Method in class org.jruby.javasupport.JavaClass
-
- unmarshal(UnmarshalStream) -
Method in class org.jruby.RubyClass
-
- UnmarshalCache - Class in org.jruby.runtime.marshal
-
- UnmarshalCache(Ruby) -
Constructor for class org.jruby.runtime.marshal.UnmarshalCache
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyArray
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyBignum
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyClass
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyFixnum
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyFloat
-
- unmarshalFrom(UnmarshalStream, boolean) -
Static method in class org.jruby.RubyHash
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyModule
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyRegexp
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyString
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubyStruct
-
- unmarshalFrom(UnmarshalStream) -
Static method in class org.jruby.RubySymbol
-
- unmarshalFrom(Ruby, RubyClass, UnmarshalStream) -
Method in interface org.jruby.runtime.ObjectMarshal
-
- unmarshalInt() -
Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- unmarshalObject() -
Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- UnmarshalStream - Class in org.jruby.runtime.marshal
- Unmarshals objects from strings or streams in Ruby's marsal format.
- UnmarshalStream(Ruby, InputStream, IRubyObject) -
Constructor for class org.jruby.runtime.marshal.UnmarshalStream
-
- unmarshalString() -
Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- 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
-
- unread(int) -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
-
- unread(int) -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
- Pushes char back onto this source.
- unread(int) -
Method in class org.jruby.lexer.yacc.LexerSource
-
- unreadMany(CharSequence) -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
-
- unreadMany(CharSequence) -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
-
- unreadMany(CharSequence) -
Method in class org.jruby.lexer.yacc.LexerSource
-
- unregisterDescriptor(int) -
Method in class org.jruby.RubyIO
-
- unregisterInspecting(Object) -
Method in class org.jruby.Ruby
-
- unregisterThread(RubyThread) -
Method in class org.jruby.internal.runtime.ThreadService
-
- unscan() -
Method in class org.jruby.RubyStringScanner
-
- unshift(IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_unshift
- unshift_m(IRubyObject[]) -
Method in class org.jruby.RubyArray
- rb_ary_unshift_m
- UNSHIFT_TUPLE -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- untaint() -
Method in class org.jruby.RubyObject
- rb_obj_untaint
call-seq:
obj.untaint => obj
Removes the taint from obj.
- UntilNode - Class in org.jruby.ast
- Represents an until statement.
- UntilNode(ISourcePosition, Node, Node) -
Constructor for class org.jruby.ast.UntilNode
-
- UntilNode(ISourcePosition, Node, Node, boolean) -
Constructor for class org.jruby.ast.UntilNode
-
- untrace_var(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
-
- unused() -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- unwrapLocalJumpErrorValue(RaiseException) -
Static method in class org.jruby.javasupport.util.RuntimeHelpers
-
- unwrapNewlineNode(Node) -
Method in class org.jruby.parser.ParserSupport
-
- unwrapPassedBlock() -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- unwrapPassedBlock() -
Method in interface org.jruby.compiler.MethodCompiler
-
- unwrapRaiseException() -
Method in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- unwrapRaiseException() -
Method in interface org.jruby.compiler.MethodCompiler
-
- unwrapSingleArrayNode(Node) -
Static method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- upAction(KeyEvent) -
Method in class org.jruby.demo.TextAreaReadline
-
- upcase() -
Method in class org.jruby.RubyString
- rb_str_upcase
- upcase_bang() -
Method in class org.jruby.RubyString
- rb_str_upcase_bang
- update(Graphics) -
Method in class org.jruby.JRubyApplet
-
- update(IRubyObject) -
Method in class org.jruby.RubyDigest.Base
-
- update(int) -
Method in class org.jruby.util.Adler32Ext
-
- update(byte[], int, int) -
Method in class org.jruby.util.Adler32Ext
-
- update(byte[]) -
Method in class org.jruby.util.Adler32Ext
-
- update(int) -
Method in class org.jruby.util.CRC32Ext
-
- update(byte[], int, int) -
Method in class org.jruby.util.CRC32Ext
-
- update(byte[]) -
Method in class org.jruby.util.CRC32Ext
-
- updateCal(DateTime) -
Method in class org.jruby.RubyTime
-
- updateFrame(String, int) -
Method in class org.jruby.runtime.Frame
-
- updateFrame(Frame) -
Method in class org.jruby.runtime.Frame
-
- updateFrame(RubyModule, IRubyObject, String, Block, String, int, JumpTarget) -
Method in class org.jruby.runtime.Frame
-
- updateFrame(String, String, int) -
Method in class org.jruby.runtime.Frame
-
- upto(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyInteger
- int_upto
- upto(ThreadContext, IRubyObject, Block) -
Method in class org.jruby.RubyString
- rb_str_upto_m
- upto(ThreadContext, IRubyObject, boolean, Block) -
Method in class org.jruby.RubyString
-
- use() -
Method in class org.jruby.RubyMatchData
-
- USE_CACHE -
Static variable in class org.jruby.compiler.JITCompiler
-
- usec() -
Method in class org.jruby.RubyTime
-
- used() -
Method in class org.jruby.RubyMatchData
-
- USER0_F -
Static variable in class org.jruby.RubyObject
-
- USER1_F -
Static variable in class org.jruby.RubyObject
-
- USER2_F -
Static variable in class org.jruby.RubyObject
-
- USER3_F -
Static variable in class org.jruby.RubyObject
-
- USER4_F -
Static variable in class org.jruby.RubyObject
-
- USER5_F -
Static variable in class org.jruby.RubyObject
-
- USER6_F -
Static variable in class org.jruby.RubyObject
-
- USER7_F -
Static variable in class org.jruby.RubyObject
-
- UsesSingleMethodInterface - Class in spec.java_integration.fixtures
-
- UsesSingleMethodInterface() -
Constructor for class spec.java_integration.fixtures.UsesSingleMethodInterface
-
- Ustr - Class in org.jruby.util.string
- Ustr - rhymes with Wooster.
- Ustr() -
Constructor for class org.jruby.util.string.Ustr
- Creates an empty Ustr with no buffer
- Ustr(int) -
Constructor for class org.jruby.util.string.Ustr
- Creates an empty Ustr, with a null termination at the front.
- Ustr(byte[]) -
Constructor for class org.jruby.util.string.Ustr
- Wraps a Ustr around a buffer.
- Ustr(byte[], int) -
Constructor for class org.jruby.util.string.Ustr
- Wraps a Ustr around a position in a buffer.
- Ustr(Ustr) -
Constructor for class org.jruby.util.string.Ustr
- Makes a Ustr which is a copy of another Ustr
- Ustr(char[]) -
Constructor for class org.jruby.util.string.Ustr
- Makes a Ustr from a char[] array.
- Ustr(int[]) -
Constructor for class org.jruby.util.string.Ustr
- Makes a Ustr from an int[] array, where each int is the value of
a Unicode character.
- Ustr(Object) -
Constructor for class org.jruby.util.string.Ustr
- Makes a Ustr from an object, based on its
toString() .
- Ustr(int, Object) -
Constructor for class org.jruby.util.string.Ustr
- Makes a Ustr from an object, based on its
toString() ,
leaving room for growth.
- UstrException - Exception in org.jruby.util.string
-
- UstrException(String) -
Constructor for exception org.jruby.util.string.UstrException
-
- UTC -
Static variable in class org.jruby.RubyTime
-
- UTF16 -
Static variable in class org.jruby.RubyNKF
-
- UTF32 -
Static variable in class org.jruby.RubyNKF
-
- UTF8 -
Static variable in class org.jruby.RubyNKF
-
- UTF8 -
Static variable in class org.jruby.util.KCode
-
- utime(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyFile
- This method does NOT set atime, only mtime, since Java doesn't support anything else.
V
- VAliasNode - Class in org.jruby.ast
- Represents an alias of a global variable.
- VAliasNode(ISourcePosition, String, String) -
Constructor for class org.jruby.ast.VAliasNode
-
- valid_constant_name_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.Java.JavaUtilities
-
- valid_constant_name_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.Java
-
- validateClassVariable(String) -
Method in class org.jruby.RubyModule
-
- validateConstant(String) -
Method in class org.jruby.RubyModule
-
- validateInstanceVariable(String) -
Method in class org.jruby.RubyObject
- Checks if the name parameter represents a legal instance variable name, and otherwise throws a Ruby NameError
- value(IRubyObject) -
Method in class org.jruby.javasupport.JavaField
-
- value() -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
- Value of last token (if it is a token which has a value).
- value() -
Method in interface org.jruby.parser.DefaultRubyParser.yyInput
- associated with current token.
- value() -
Method in 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
-
- ValueConverter - Class in org.jruby.evaluator
-
- ValueConverter(Ruby) -
Constructor for class org.jruby.evaluator.ValueConverter
-
- 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.demo.TextAreaReadline.Channel
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.javasupport.util.ObjectProxyCache.ReferenceType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.lexer.yacc.RubyYaccLexer.Keyword
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.lexer.yacc.RubyYaccLexer.LexState
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.lexer.yacc.SyntaxException.PID
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.RubyInstanceConfig.CompileMode
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.runtime.Block.Type
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.runtime.Visibility
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.jruby.util.io.STDIO
- Returns the enum constant of this type with the specified name.
- valueRemoved(Object) -
Method in class org.jruby.util.WeakIdentityHashMap
-
- values() -
Static method in enum org.jruby.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.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.javasupport.util.ObjectProxyCache.ReferenceType
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.lexer.yacc.RubyYaccLexer.Keyword
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.lexer.yacc.RubyYaccLexer.LexState
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.lexer.yacc.SyntaxException.PID
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Method in class org.jruby.RubyHash
-
- values() -
Static method in enum org.jruby.RubyInstanceConfig.CompileMode
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.jruby.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.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() -
Method in class org.jruby.util.collections.SlottedHashMap
-
- values() -
Static method in enum org.jruby.util.io.STDIO
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values_at(IRubyObject[]) -
Method in class org.jruby.RubyArray
- rb_values_at
- values_at(ThreadContext, IRubyObject[]) -
Method in class org.jruby.RubyHash
- rb_hash_values_at
- values_at(IRubyObject[]) -
Method in class org.jruby.RubyMatchData
-
- values_at(IRubyObject[]) -
Method in class org.jruby.RubyStruct
-
- varargs_p() -
Method in class org.jruby.javasupport.JavaCallable
-
- Variable<BaseObjectType> - Interface in org.jruby.runtime.builtin
-
- VARIABLE -
Static variable in class org.jruby.runtime.CallType
-
- VARIABLE_TABLE_DEFAULT_CAPACITY -
Static variable in class org.jruby.RubyObject
-
- VARIABLE_TABLE_EMPTY_TABLE -
Static variable in class org.jruby.RubyObject
-
- VARIABLE_TABLE_LOAD_FACTOR -
Static variable in class org.jruby.RubyObject
-
- VARIABLE_TABLE_MAXIMUM_CAPACITY -
Static variable in class org.jruby.RubyObject
-
- variableAsgnCallAdapter -
Variable in class org.jruby.ast.OpAsgnNode
-
- variableCallAdapter -
Variable in class org.jruby.ast.OpAsgnNode
-
- variableCompiler -
Variable in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- VariableCompiler - Interface in org.jruby.compiler
-
- VariableEntry<BaseObjectType> - Class in org.jruby.runtime.component
-
- VariableEntry(String, BaseObjectType) -
Constructor for class org.jruby.runtime.component.VariableEntry
-
- variableName(String) -
Static method in class org.jruby.runtime.GlobalVariable
-
- variableTable -
Variable in class org.jruby.RubyObject
- The variableTable contains variables for an object, defined as:
instance variables
class variables (for classes/modules)
internal variables (such as those used when marshaling RubyRange and RubyException)
Constants are stored separately, see
RubyModule .
- variableTableContains(String) -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableContains(String) -
Method in class org.jruby.RubyObject
- 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.RubyObject
- 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.RubyObject
- Fetch an object from the variable table based on the name,
where the name must be an interned Java String.
- variableTableFastStore(String, IRubyObject) -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableFastStore(String, IRubyObject) -
Method in class org.jruby.RubyModule
-
- variableTableFastStore(String, IRubyObject) -
Method in class org.jruby.RubyObject
- 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.RubyObject
- Fetch an object from the variable table based on the name.
- variableTableGetMap() -
Method in class org.jruby.IncludedModuleWrapper
- Deprecated.
- variableTableGetMap(Map) -
Method in class org.jruby.IncludedModuleWrapper
- Deprecated.
- variableTableGetMap() -
Method in class org.jruby.RubyObject
- Method to help ease transition to new variables implementation.
- variableTableGetMap(Map) -
Method in class org.jruby.RubyObject
- Method to help ease transition to new variables implementation.
- variableTableGetSize() -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableGetSize() -
Method in class org.jruby.RubyObject
- Get the size of the variable table.
- variableTableGetTable() -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableGetTable() -
Method in class org.jruby.RubyObject
- Get the actual table used to save variable entries.
- variableTableReadLocked(RubyObject.VariableTableEntry) -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableReadLocked(RubyObject.VariableTableEntry) -
Method in class org.jruby.RubyModule
-
- variableTableReadLocked(RubyObject.VariableTableEntry) -
Method in class org.jruby.RubyObject
- Reads the value of the specified entry, locked on the current
object.
- variableTableRehash() -
Method in class org.jruby.RubyObject
- Rehashes the variable table.
- variableTableRemove(String) -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableRemove(String) -
Method in class org.jruby.RubyModule
-
- variableTableRemove(String) -
Method in class org.jruby.RubyObject
- Removes the entry with the specified name from the variable
table, and returning the removed value.
- variableTableSize -
Variable in class org.jruby.RubyObject
-
- variableTableStore(String, IRubyObject) -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableStore(String, IRubyObject) -
Method in class org.jruby.RubyModule
-
- variableTableStore(String, IRubyObject) -
Method in class org.jruby.RubyObject
- Store a value in the variable store under the specific name.
- variableTableSync(List<Variable<IRubyObject>>) -
Method in class org.jruby.IncludedModuleWrapper
-
- variableTableSync(List<Variable<IRubyObject>>) -
Method in class org.jruby.RubyModule
-
- variableTableSync(List<Variable<IRubyObject>>) -
Method in class org.jruby.RubyObject
- Synchronize the variable table with the argument.
- variableTableThreshold -
Variable in class org.jruby.RubyObject
-
- variableWriteLock -
Variable in class org.jruby.RubyModule
-
- VARS_ARRAY_INDEX -
Static variable in class org.jruby.compiler.impl.StandardASMCompiler
-
- varsIndex -
Variable in class org.jruby.compiler.impl.HeapBasedVariableCompiler
-
- VCALL_FLAG -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- VCallNode - Class in org.jruby.ast
- RubyMethod call without any arguments
- VCallNode(ISourcePosition, String) -
Constructor for class org.jruby.ast.VCallNode
-
- ver(IRubyObject) -
Static method in class org.jruby.RubyBigDecimal
-
- version(IRubyObject) -
Static method in class org.jruby.RubyZlib
-
- VERSION -
Static variable in class org.jruby.runtime.Constants
-
- visibility -
Variable in class org.jruby.internal.runtime.methods.DynamicMethod
-
- Visibility - Enum in org.jruby.runtime
-
- visit(IRubyObject, IRubyObject) -
Method in class org.jruby.RubyHash.Visitor
-
- visitAliasNode(AliasNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitAliasNode(AliasNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitAliasNode(AliasNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitAliasNode(AliasNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitAll(RubyHash.Visitor) -
Method in class org.jruby.RubyHash
-
- visitAndNode(AndNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitAndNode(AndNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitAndNode(AndNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitAndNode(AndNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitAndPrintWithSeparator(Iterator<Node>) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitAndPrintWithSeparator(Iterator<Node>) -
Method in class org.jruby.ast.visitor.rewriter.utils.MultipleAssignmentReWriteVisitor
-
- visitAnnotation(String, boolean) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitAnnotationDefault() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitArgsCatNode(ArgsCatNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitArgsCatNode(ArgsCatNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitArgsCatNode(ArgsCatNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitArgsCatNode(ArgsCatNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitArgsNode(ArgsNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitArgsNode(ArgsNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitArgsNode(ArgsNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitArgsNode(ArgsNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitArgsPushNode(ArgsPushNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitArgsPushNode(ArgsPushNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitArgsPushNode(ArgsPushNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitArgsPushNode(ArgsPushNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitArrayNode(ArrayNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitArrayNode(ArrayNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitArrayNode(ArrayNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitArrayNode(ArrayNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitAttrAssignNode(AttrAssignNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitAttrAssignNode(AttrAssignNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitAttrAssignNode(AttrAssignNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitAttrAssignNode(AttrAssignNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitAttribute(Attribute) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitBackRefNode(BackRefNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitBackRefNode(BackRefNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitBackRefNode(BackRefNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitBackRefNode(BackRefNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitBeginNode(BeginNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitBeginNode(BeginNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitBeginNode(BeginNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitBeginNode(BeginNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitBignumNode(BignumNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitBignumNode(BignumNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitBignumNode(BignumNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitBignumNode(BignumNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitBlockArgNode(BlockArgNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitBlockArgNode(BlockArgNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitBlockArgNode(BlockArgNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitBlockArgNode(BlockArgNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitBlockNode(BlockNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitBlockNode(BlockNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitBlockNode(BlockNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitBlockNode(BlockNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitBlockPassNode(BlockPassNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitBlockPassNode(BlockPassNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitBlockPassNode(BlockPassNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitBlockPassNode(BlockPassNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitBreakNode(BreakNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitBreakNode(BreakNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitBreakNode(BreakNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitBreakNode(BreakNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitCallNode(CallNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitCallNode(CallNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitCallNode(CallNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitCallNode(CallNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitCaseNode(CaseNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitCaseNode(CaseNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitCaseNode(CaseNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitCaseNode(CaseNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitClassNode(ClassNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitClassNode(ClassNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitClassNode(ClassNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitClassNode(ClassNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitClassVarAsgnNode(ClassVarAsgnNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitClassVarAsgnNode(ClassVarAsgnNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitClassVarAsgnNode(ClassVarAsgnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitClassVarAsgnNode(ClassVarAsgnNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitClassVarDeclNode(ClassVarDeclNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitClassVarDeclNode(ClassVarDeclNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitClassVarDeclNode(ClassVarDeclNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitClassVarDeclNode(ClassVarDeclNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitClassVarNode(ClassVarNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitClassVarNode(ClassVarNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitClassVarNode(ClassVarNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitClassVarNode(ClassVarNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitCode() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitColon2Node(Colon2Node) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitColon2Node(Colon2Node) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitColon2Node(Colon2Node) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitColon2Node(Colon2Node) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitColon3Node(Colon3Node) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitColon3Node(Colon3Node) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitColon3Node(Colon3Node) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitColon3Node(Colon3Node) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitConstDeclNode(ConstDeclNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitConstDeclNode(ConstDeclNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitConstDeclNode(ConstDeclNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitConstDeclNode(ConstDeclNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitConstNode(ConstNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitConstNode(ConstNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitConstNode(ConstNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitConstNode(ConstNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitDAsgnNode(DAsgnNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitDAsgnNode(DAsgnNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitDAsgnNode(DAsgnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDAsgnNode(DAsgnNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitDefinedNode(DefinedNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitDefinedNode(DefinedNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitDefinedNode(DefinedNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDefinedNode(DefinedNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitDefnNode(DefnNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitDefnNode(DefnNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitDefnNode(DefnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDefnNode(DefnNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitDefsNode(DefsNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitDefsNode(DefsNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitDefsNode(DefsNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDefsNode(DefsNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitDotNode(DotNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitDotNode(DotNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitDotNode(DotNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDotNode(DotNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitDRegxNode(DRegexpNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitDRegxNode(DRegexpNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitDRegxNode(DRegexpNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDRegxNode(DRegexpNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitDStrNode(DStrNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitDStrNode(DStrNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitDStrNode(DStrNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDStrNode(DStrNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitDSymbolNode(DSymbolNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitDSymbolNode(DSymbolNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitDSymbolNode(DSymbolNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDSymbolNode(DSymbolNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitDVarNode(DVarNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitDVarNode(DVarNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitDVarNode(DVarNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDVarNode(DVarNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitDXStrNode(DXStrNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitDXStrNode(DXStrNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitDXStrNode(DXStrNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitDXStrNode(DXStrNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitEnd() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitEnsureNode(EnsureNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitEnsureNode(EnsureNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitEnsureNode(EnsureNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitEnsureNode(EnsureNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitEvStrNode(EvStrNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitEvStrNode(EvStrNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitEvStrNode(EvStrNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitEvStrNode(EvStrNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitFalseNode(FalseNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitFalseNode(FalseNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitFalseNode(FalseNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitFalseNode(FalseNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitFCallNode(FCallNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitFCallNode(FCallNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitFCallNode(FCallNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitFCallNode(FCallNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitFieldInsn(int, String, String, String) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitFixnumNode(FixnumNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitFixnumNode(FixnumNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitFixnumNode(FixnumNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitFixnumNode(FixnumNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitFlipNode(FlipNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitFlipNode(FlipNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitFlipNode(FlipNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitFlipNode(FlipNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitFloatNode(FloatNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitFloatNode(FloatNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitFloatNode(FloatNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitFloatNode(FloatNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitForNode(ForNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitForNode(ForNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitForNode(ForNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitForNode(ForNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitFrame(int, int, Object[], int, Object[]) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitGlobalAsgnNode(GlobalAsgnNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitGlobalAsgnNode(GlobalAsgnNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitGlobalAsgnNode(GlobalAsgnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitGlobalAsgnNode(GlobalAsgnNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitGlobalVarNode(GlobalVarNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitGlobalVarNode(GlobalVarNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitGlobalVarNode(GlobalVarNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitGlobalVarNode(GlobalVarNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitHashNode(HashNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitHashNode(HashNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitHashNode(HashNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitHashNode(HashNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitIfNode(IfNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitIfNode(IfNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitIfNode(IfNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitIfNode(IfNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- 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 class org.jruby.ast.visitor.AbstractVisitor
-
- visitInstAsgnNode(InstAsgnNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitInstAsgnNode(InstAsgnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitInstAsgnNode(InstAsgnNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitInstVarNode(InstVarNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitInstVarNode(InstVarNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitInstVarNode(InstVarNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitInstVarNode(InstVarNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitIntInsn(int, int) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitIter(Iterator) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitIterNode(IterNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitIterNode(IterNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitIterNode(IterNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitIterNode(IterNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitJumpInsn(int, Label) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitLabel(Label) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitLdcInsn(Object) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitLineNumber(int, Label) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitLocalAsgnNode(LocalAsgnNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitLocalAsgnNode(LocalAsgnNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitLocalAsgnNode(LocalAsgnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitLocalAsgnNode(LocalAsgnNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitLocalVariable(String, String, String, Label, Label, int) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitLocalVarNode(LocalVarNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitLocalVarNode(LocalVarNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitLocalVarNode(LocalVarNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitLocalVarNode(LocalVarNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitLookupSwitchInsn(Label, int[], Label[]) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitMatch2Node(Match2Node) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitMatch2Node(Match2Node) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitMatch2Node(Match2Node) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitMatch2Node(Match2Node) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitMatch3Node(Match3Node) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitMatch3Node(Match3Node) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitMatch3Node(Match3Node) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitMatch3Node(Match3Node) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitMatchNode(MatchNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitMatchNode(MatchNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitMatchNode(MatchNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitMatchNode(MatchNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- 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 class org.jruby.ast.visitor.AbstractVisitor
-
- visitModuleNode(ModuleNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitModuleNode(ModuleNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitModuleNode(ModuleNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitMultiANewArrayInsn(String, int) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitMultipleAsgnNode(MultipleAsgnNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitMultipleAsgnNode(MultipleAsgnNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitMultipleAsgnNode(MultipleAsgnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitMultipleAsgnNode(MultipleAsgnNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitNewlineInParentheses(Node) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitNewlineNode(NewlineNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitNewlineNode(NewlineNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitNewlineNode(NewlineNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitNewlineNode(NewlineNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitNewlineNode(NewlineNode) -
Method in class org.jruby.ast.visitor.rewriter.utils.ShortIfNodeReWriteVisitor
-
- visitNextNode(NextNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitNextNode(NextNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitNextNode(NextNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitNextNode(NextNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitNilNode(NilNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitNilNode(NilNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitNilNode(NilNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitNilNode(NilNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitNode(Node) -
Method in class org.jruby.ast.visitor.AbstractVisitor
- This method is called by default for each visited Node.
- visitNode(Node) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitNodeInIndentation(Node) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitNotNode(NotNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitNotNode(NotNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitNotNode(NotNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitNotNode(NotNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitNthRefNode(NthRefNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitNthRefNode(NthRefNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitNthRefNode(NthRefNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitNthRefNode(NthRefNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitNullNode() -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitOpAsgnAndNode(OpAsgnAndNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitOpAsgnAndNode(OpAsgnAndNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitOpAsgnAndNode(OpAsgnAndNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitOpAsgnAndNode(OpAsgnAndNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitOpAsgnNode(OpAsgnNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitOpAsgnNode(OpAsgnNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitOpAsgnNode(OpAsgnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitOpAsgnNode(OpAsgnNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitOpAsgnOrNode(OpAsgnOrNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitOpAsgnOrNode(OpAsgnOrNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitOpAsgnOrNode(OpAsgnOrNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitOpAsgnOrNode(OpAsgnOrNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitOpElementAsgnNode(OpElementAsgnNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitOpElementAsgnNode(OpElementAsgnNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitOpElementAsgnNode(OpElementAsgnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitOpElementAsgnNode(OpElementAsgnNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitOrNode(OrNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitOrNode(OrNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitOrNode(OrNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitOrNode(OrNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- VisitorTestSuite - Class in org.jruby.ast.visitor.rewriter
-
- VisitorTestSuite() -
Constructor for class org.jruby.ast.visitor.rewriter.VisitorTestSuite
-
- visitParameterAnnotation(int, String, boolean) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitPostExeNode(PostExeNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitPostExeNode(PostExeNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitPostExeNode(PostExeNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitPostExeNode(PostExeNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitPreExeNode(PreExeNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitPreExeNode(PreExeNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitPreExeNode(PreExeNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitPreExeNode(PreExeNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitRedoNode(RedoNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitRedoNode(RedoNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitRedoNode(RedoNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitRedoNode(RedoNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitRegexpNode(RegexpNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitRegexpNode(RegexpNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitRegexpNode(RegexpNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitRegexpNode(RegexpNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitRescueBodyNode(RescueBodyNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitRescueBodyNode(RescueBodyNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitRescueBodyNode(RescueBodyNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitRescueBodyNode(RescueBodyNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitRescueNode(RescueNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitRescueNode(RescueNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitRescueNode(RescueNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitRescueNode(RescueNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitRetryNode(RetryNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitRetryNode(RetryNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitRetryNode(RetryNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitRetryNode(RetryNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitReturnNode(ReturnNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitReturnNode(ReturnNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitReturnNode(ReturnNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitReturnNode(ReturnNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitRootNode(RootNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitRootNode(RootNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitRootNode(RootNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitRootNode(RootNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitSClassNode(SClassNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitSClassNode(SClassNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitSClassNode(SClassNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitSClassNode(SClassNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitSelfNode(SelfNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitSelfNode(SelfNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitSelfNode(SelfNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitSelfNode(SelfNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitSplatNode(SplatNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitSplatNode(SplatNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitSplatNode(SplatNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitSplatNode(SplatNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitStrNode(StrNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitStrNode(StrNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitStrNode(StrNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitStrNode(StrNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitStrNode(StrNode) -
Method in class org.jruby.ast.visitor.rewriter.utils.HereDocReWriteVisitor
-
- visitSuperNode(SuperNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitSuperNode(SuperNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitSuperNode(SuperNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitSuperNode(SuperNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitSValueNode(SValueNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitSValueNode(SValueNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitSValueNode(SValueNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitSValueNode(SValueNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitSymbolNode(SymbolNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitSymbolNode(SymbolNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitSymbolNode(SymbolNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitSymbolNode(SymbolNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitTableSwitchInsn(int, int, Label, Label[]) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitToAryNode(ToAryNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitToAryNode(ToAryNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitToAryNode(ToAryNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitToAryNode(ToAryNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitTrueNode(TrueNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitTrueNode(TrueNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitTrueNode(TrueNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitTrueNode(TrueNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- 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 class org.jruby.ast.visitor.AbstractVisitor
-
- visitUndefNode(UndefNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitUndefNode(UndefNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitUndefNode(UndefNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitUntilNode(UntilNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitUntilNode(UntilNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitUntilNode(UntilNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitUntilNode(UntilNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitVAliasNode(VAliasNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitVAliasNode(VAliasNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitVAliasNode(VAliasNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitVAliasNode(VAliasNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitVarInsn(int, int) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- visitVCallNode(VCallNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitVCallNode(VCallNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitVCallNode(VCallNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitVCallNode(VCallNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitWhenNode(WhenNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitWhenNode(WhenNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitWhenNode(WhenNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitWhenNode(WhenNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitWhileNode(WhileNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitWhileNode(WhileNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitWhileNode(WhileNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitWhileNode(WhileNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitXStrNode(XStrNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitXStrNode(XStrNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitXStrNode(XStrNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitXStrNode(XStrNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitYieldNode(YieldNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitYieldNode(YieldNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitYieldNode(YieldNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitYieldNode(YieldNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitZArrayNode(ZArrayNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitZArrayNode(ZArrayNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitZArrayNode(ZArrayNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitZArrayNode(ZArrayNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitZSuperNode(ZSuperNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitZSuperNode(ZSuperNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitZSuperNode(ZSuperNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitZSuperNode(ZSuperNode) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- voidreturn() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
W
- wait(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
-
- wait2(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
-
- wait_ruby(IRubyObject[]) -
Method in class org.jruby.libraries.ThreadLibrary.ConditionVariable
-
- waitall(IRubyObject) -
Static method in class org.jruby.RubyProcess
-
- waitFor() -
Method in class org.jruby.util.ShellLauncher.POpenProcess
-
- waitForCritical() -
Method in class org.jruby.internal.runtime.ThreadService
-
- waitpid(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
-
- waitpid2(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyProcess
-
- waitReadable(ChannelDescriptor) -
Method in class org.jruby.RubyIO
-
- waitUntilReady() -
Method in class org.jruby.util.io.ChannelStream
- Implement IO#wait as per io/wait in MRI.
- waitUntilReady() -
Method in interface org.jruby.util.io.Stream
- Implement IO#wait as per io/wait in MRI.
- waitWritable(ChannelDescriptor) -
Method in class org.jruby.RubyIO
-
- wakeup() -
Method in class org.jruby.RubyThread
-
- WantsRetry - Interface in org.jruby.evaluator
-
- WantsReturn - Interface in org.jruby.evaluator
-
- warn(IRubyWarnings.ID, ISourcePosition, String, Object...) -
Method in interface org.jruby.common.IRubyWarnings
-
- warn(IRubyWarnings.ID, String, int, String, Object...) -
Method in interface org.jruby.common.IRubyWarnings
-
- warn(IRubyWarnings.ID, String, Object...) -
Method in interface org.jruby.common.IRubyWarnings
-
- warn(IRubyWarnings.ID, String, Object...) -
Method in class org.jruby.common.NullWarnings
-
- warn(IRubyWarnings.ID, ISourcePosition, String, Object...) -
Method in class org.jruby.common.NullWarnings
-
- warn(IRubyWarnings.ID, String, int, String, Object...) -
Method in class org.jruby.common.NullWarnings
-
- warn(IRubyWarnings.ID, ISourcePosition, String, Object...) -
Method in class org.jruby.common.RubyWarnings
-
- warn(IRubyWarnings.ID, String, int, String, Object...) -
Method in class org.jruby.common.RubyWarnings
-
- warn(IRubyWarnings.ID, String, Object...) -
Method in class org.jruby.common.RubyWarnings
-
- warn(WARNING_ID, String, Object...) -
Method in class org.jruby.ext.JRubyPOSIXHandler
-
- warn(ThreadContext, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyKernel
-
- warn(String) -
Method in class org.jruby.RubyRegexp
-
- warn(String) -
Method in interface org.jruby.runtime.ErrorLogger
-
- warning(IRubyWarnings.ID, String, Object...) -
Method in interface org.jruby.common.IRubyWarnings
-
- warning(IRubyWarnings.ID, ISourcePosition, String, Object...) -
Method in interface org.jruby.common.IRubyWarnings
-
- warning(IRubyWarnings.ID, String, int, String, Object...) -
Method in interface org.jruby.common.IRubyWarnings
-
- warning(IRubyWarnings.ID, String, Object...) -
Method in class org.jruby.common.NullWarnings
-
- warning(IRubyWarnings.ID, ISourcePosition, String, Object...) -
Method in class org.jruby.common.NullWarnings
-
- warning(IRubyWarnings.ID, String, int, String, Object...) -
Method in class org.jruby.common.NullWarnings
-
- warning(IRubyWarnings.ID, String, Object...) -
Method in class org.jruby.common.RubyWarnings
-
- warning(IRubyWarnings.ID, ISourcePosition, String, Object...) -
Method in class org.jruby.common.RubyWarnings
-
- warning(IRubyWarnings.ID, String, int, String, Object...) -
Method in class org.jruby.common.RubyWarnings
-
- warning(String) -
Method in interface org.jruby.runtime.ErrorLogger
-
- warningUnlessEOption(IRubyWarnings.ID, Node, String) -
Method in class org.jruby.parser.ParserSupport
-
- warnUnlessEOption(IRubyWarnings.ID, Node, String) -
Method in class org.jruby.parser.ParserSupport
-
- wasBeginOfLine() -
Method in class org.jruby.lexer.yacc.ByteListLexerSource
-
- wasBeginOfLine() -
Method in class org.jruby.lexer.yacc.InputStreamLexerSource
- Was the last character read from the stream the first character on a line
- wasBeginOfLine() -
Method in class org.jruby.lexer.yacc.LexerSource
-
- WBUF -
Static variable in class org.jruby.util.io.OpenFile
-
- wday() -
Method in class org.jruby.RubyTime
-
- WeakHashSet<T> - Class in org.jruby.util.collections
- A simple set that uses weak references to ensure that its elements can be garbage collected.
- WeakHashSet() -
Constructor for class org.jruby.util.collections.WeakHashSet
-
- WeakIdentityHashMap - Class in org.jruby.util
- Class
WeakIdentityHashMap is a hash map that hashes
objects based on System.identityHashMap, and holds weakly onto the
key. - WeakIdentityHashMap() -
Constructor for class org.jruby.util.WeakIdentityHashMap
- the default and only constructor
- WeakIdentityHashMap(int) -
Constructor for class org.jruby.util.WeakIdentityHashMap
-
- WeakRef - Class in org.jruby.ext
-
- WeakRef(Ruby, RubyClass) -
Constructor for class org.jruby.ext.WeakRef
-
- WeakRef.RefError - Class in org.jruby.ext
-
- WeakRef.RefError() -
Constructor for class org.jruby.ext.WeakRef.RefError
-
- WeakRef.WeakRefLibrary - Class in org.jruby.ext
-
- WeakRef.WeakRefLibrary() -
Constructor for class org.jruby.ext.WeakRef.WeakRefLibrary
-
- weakref_alive_p() -
Method in class org.jruby.ext.WeakRef
-
- WhenNode - Class in org.jruby.ast
- Represents a when condition
- WhenNode(ISourcePosition, Node, Node, Node) -
Constructor for class org.jruby.ast.WhenNode
-
- 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
-
- withinProtection -
Variable in class org.jruby.compiler.impl.StandardASMCompiler.AbstractMethodCompiler
-
- Worker - Class in org.jruby.test
-
- Worker() -
Constructor for class org.jruby.test.Worker
-
- wrap(IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.Java.JavaUtilities
-
- wrap(IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.Java
-
- wrap(Ruby, IRubyObject) -
Static method in class org.jruby.javasupport.Java
-
- wrap(Ruby, Object) -
Static method in class org.jruby.javasupport.JavaObject
-
- wrap(ThreadContext, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyZlib.RubyGzipFile
-
- WrapperMethod - Class in org.jruby.internal.runtime.methods
-
- WrapperMethod(RubyModule, DynamicMethod, Visibility) -
Constructor for class org.jruby.internal.runtime.methods.WrapperMethod
- Constructor for WrapperCallable.
- WRITABLE -
Static variable in class org.jruby.util.io.OpenFile
-
- writable_p() -
Method in class org.jruby.RubyFileStat
-
- writable_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- writableReal_p() -
Method in class org.jruby.RubyFileStat
-
- write() -
Method in class org.jruby.ast.visitor.rewriter.ClassBodyWriter
-
- write(IRubyObject) -
Method in class org.jruby.RubyIO
- io_write
- write(ThreadContext, ByteList) -
Method in class org.jruby.RubyIO
-
- write(ThreadContext, IRubyObject) -
Method in class org.jruby.RubyStringIO
-
- write(IRubyObject) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
-
- write(int) -
Method in class org.jruby.util.DataOutputBridgeStream
-
- write(ByteBuffer) -
Method in class org.jruby.util.io.ChannelDescriptor
- Write the bytes in the specified byte list to the associated channel.
- write(ByteList) -
Method in class org.jruby.util.io.ChannelDescriptor
- Write the bytes in the specified byte list to the associated channel.
- write(ByteList, int, int) -
Method in class org.jruby.util.io.ChannelDescriptor
- Write the bytes in the specified byte list to the associated channel.
- write(ByteBuffer) -
Method in class org.jruby.util.io.NullChannel
-
- write(ByteBuffer) -
Method in class org.jruby.util.io.SplitChannel
-
- 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(char[], int, int) -
Method in class org.jruby.util.IOWriter
-
- write(int) -
Method in class org.jruby.util.SwallowingOutputStream
-
- write(byte[]) -
Method in class org.jruby.util.SwallowingOutputStream
-
- write(byte[], int, int) -
Method in class org.jruby.util.SwallowingOutputStream
-
- write_nonblock(IRubyObject) -
Method in class org.jruby.RubyIO
-
- write_send(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyBasicSocket
-
- writeClass(File) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- writeDataBuffered() -
Method in class org.jruby.RubyIO
- Deprecated.
- writeDataBuffered() -
Method in class org.jruby.util.io.ChannelStream
-
- writeDataBuffered() -
Method in interface org.jruby.util.io.Stream
-
- writeInt(int) -
Method in class org.jruby.runtime.marshal.MarshalStream
-
- writeLink(MarshalStream, IRubyObject) -
Method in class org.jruby.runtime.marshal.MarshalCache
-
- writeString(String) -
Method in class org.jruby.runtime.marshal.MarshalStream
-
- writeString(ByteList) -
Method in class org.jruby.runtime.marshal.MarshalStream
-
- writeUserClass(IRubyObject, RubyClass) -
Method in class org.jruby.runtime.marshal.MarshalStream
-
- WRONLY -
Static variable in class org.jruby.util.io.ModeFlags
- write-only flag
- WSPLIT -
Static variable in class org.jruby.util.io.OpenFile
-
- WSPLIT_INITIALIZED -
Static variable in class org.jruby.util.io.OpenFile
-
X
- XStrNode - Class in org.jruby.ast
- A Backtick(`) string
- XStrNode(ISourcePosition, ByteList) -
Constructor for class org.jruby.ast.XStrNode
-
Y
- YamlLibrary - Class in org.jruby.libraries
-
- YamlLibrary() -
Constructor for class org.jruby.libraries.YamlLibrary
-
- YARVCompiledRunner - Class in org.jruby.ast.executable
-
- YARVCompiledRunner(Ruby, InputStream, String) -
Constructor for class org.jruby.ast.executable.YARVCompiledRunner
-
- YARVCompiledRunner(Ruby, YARVMachine.InstructionSequence) -
Constructor for class org.jruby.ast.executable.YARVCompiledRunner
-
- YARVInstructions - Class in org.jruby.ast.executable
- AUTOGENERATED.
- YARVInstructions() -
Constructor for class org.jruby.ast.executable.YARVInstructions
-
- YARVMachine - Class in org.jruby.ast.executable
-
- YARVMachine() -
Constructor for class org.jruby.ast.executable.YARVMachine
-
- YARVMachine.Instruction - Class in org.jruby.ast.executable
-
- YARVMachine.Instruction(int) -
Constructor for class org.jruby.ast.executable.YARVMachine.Instruction
-
- YARVMachine.Instruction(int, String) -
Constructor for class org.jruby.ast.executable.YARVMachine.Instruction
-
- YARVMachine.Instruction(int, String, YARVMachine.InstructionSequence) -
Constructor for class org.jruby.ast.executable.YARVMachine.Instruction
-
- YARVMachine.Instruction(int, long) -
Constructor for class org.jruby.ast.executable.YARVMachine.Instruction
-
- YARVMachine.Instruction(int, IRubyObject) -
Constructor for class org.jruby.ast.executable.YARVMachine.Instruction
-
- YARVMachine.Instruction(int, String, int, YARVMachine.Instruction[], int) -
Constructor for class org.jruby.ast.executable.YARVMachine.Instruction
-
- YARVMachine.InstructionSequence - Class in org.jruby.ast.executable
-
- YARVMachine.InstructionSequence(Ruby, String, String, String) -
Constructor for class org.jruby.ast.executable.YARVMachine.InstructionSequence
-
- YARVMachineTest - Class in org.jruby.ast.executable
-
- YARVMachineTest() -
Constructor for class org.jruby.ast.executable.YARVMachineTest
-
- YARVMethod - Class in org.jruby.internal.runtime.methods
-
- YARVMethod(RubyModule, YARVMachine.InstructionSequence, StaticScope, Visibility) -
Constructor for class org.jruby.internal.runtime.methods.YARVMethod
-
- YARVNodesCompiler - Class in org.jruby.compiler
-
- YARVNodesCompiler() -
Constructor for class org.jruby.compiler.YARVNodesCompiler
-
- yday() -
Method in class org.jruby.RubyTime
-
- year() -
Method in class org.jruby.RubyTime
-
- yield(boolean, boolean) -
Method in class org.jruby.compiler.impl.StandardInvocationCompiler
-
- yield(boolean, boolean) -
Method in interface org.jruby.compiler.InvocationCompiler
- Invoke the block passed into this method, or throw an error if no block is present.
- yield(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.ext.Generator
-
- yield(IRubyObject, IRubyObject) -
Static method in class org.jruby.libraries.FiberLibrary.Fiber
-
- yield(ThreadContext, IRubyObject) -
Method in class org.jruby.runtime.Block
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean) -
Method in class org.jruby.runtime.Block
-
- yield(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.BlockBody
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) -
Method in class org.jruby.runtime.BlockBody
-
- yield(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.CallBlock
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) -
Method in class org.jruby.runtime.CallBlock
- Yield to this block, usually passed to the current call.
- yield(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledBlock
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledBlock
-
- yield(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledBlockLight
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledBlockLight
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) -
Method in class org.jruby.runtime.CompiledSharedScopeBlock
-
- yield(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.InterpretedBlock
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) -
Method in class org.jruby.runtime.InterpretedBlock
- Yield to this block, usually passed to the current call.
- yield(ThreadContext, IRubyObject, Binding, Block.Type) -
Method in class org.jruby.runtime.MethodBlock
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean, Binding, Block.Type) -
Method in class org.jruby.runtime.MethodBlock
- Yield to this block, usually passed to the current call.
- YIELD_DEBUGGER -
Static variable in class org.jruby.ast.executable.RubiniusInstructions
-
- YieldNode - Class in org.jruby.ast
- Represents a yield statement.
- YieldNode(ISourcePosition, Node, boolean) -
Constructor for class org.jruby.ast.YieldNode
-
- yyCheck -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- yyCheck() -
Static method in class org.jruby.parser.YyTables
-
- yyDefault(Object) -
Method in class org.jruby.parser.DefaultRubyParser
- executed at the beginning of a reduce action.
- yyDefRed -
Static variable in class org.jruby.parser.DefaultRubyParser
- parser tables.
- yyDgoto -
Static variable in class org.jruby.parser.DefaultRubyParser
- parser tables.
- yyerror(String) -
Method in class org.jruby.parser.DefaultRubyParser
- simplified error message.
- yyerror(String, String[], String) -
Method in class org.jruby.parser.DefaultRubyParser
- (syntax) error message.
- yyErrorCode -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- 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.
- yyFinal -
Static variable in class org.jruby.parser.DefaultRubyParser
- number of final state.
- yyGindex -
Static variable in class org.jruby.parser.DefaultRubyParser
- parser tables.
- yyLen -
Static variable in class org.jruby.parser.DefaultRubyParser
- parser tables.
- yyLhs -
Static variable in class org.jruby.parser.DefaultRubyParser
- parser tables.
- yyMax -
Variable in class org.jruby.parser.DefaultRubyParser
- initial size and increment of the state/value stack [default 256].
- yyNames -
Static variable in class org.jruby.parser.DefaultRubyParser
- 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.
- yyRindex -
Static variable in class org.jruby.parser.DefaultRubyParser
- parser tables.
- yySindex -
Static variable in class org.jruby.parser.DefaultRubyParser
- parser tables.
- yyTable -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- yyTable() -
Static method in class org.jruby.parser.YyTables
-
- YyTables - Class in org.jruby.parser
-
- YyTables() -
Constructor for class org.jruby.parser.YyTables
-
Z
- ZArrayNode - Class in org.jruby.ast
- zero length list
- ZArrayNode(ISourcePosition) -
Constructor for class org.jruby.ast.ZArrayNode
-
- zero(Ruby) -
Static method in class org.jruby.RubyFixnum
-
- ZERO_ARGS -
Static variable in class org.jruby.runtime.Block
-
- ZERO_ARGS -
Static variable in class org.jruby.runtime.BlockBody
-
- zero_p() -
Method in class org.jruby.RubyBigDecimal
-
- zero_p() -
Method in class org.jruby.RubyFileStat
-
- zero_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- zero_p() -
Method in class org.jruby.RubyFixnum
- fix_zero_p
- zero_p() -
Method in class org.jruby.RubyFloat
- flo_zero_p
- zero_p(ThreadContext) -
Method in class org.jruby.RubyNumeric
- num_zero_p
- ZeroArgNode - Class in org.jruby.ast
- Represents a zero arg in a block.
- ZeroArgNode(ISourcePosition) -
Constructor for class org.jruby.ast.ZeroArgNode
-
- zip(ThreadContext, IRubyObject[], Block) -
Method in class org.jruby.RubyArray
- rb_ary_zip
- zip(ThreadContext, IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyEnumerable
-
- zlib_version(IRubyObject) -
Static method in class org.jruby.RubyZlib
-
- ZlibDeflate - Class in org.jruby.util
-
- ZlibDeflate(IRubyObject, int, int, int, int) -
Constructor for class org.jruby.util.ZlibDeflate
-
- ZlibInflate - Class in org.jruby.util
-
- ZlibInflate(IRubyObject) -
Constructor for class org.jruby.util.ZlibInflate
-
- ZlibLibrary - Class in org.jruby.libraries
-
- ZlibLibrary() -
Constructor for class org.jruby.libraries.ZlibLibrary
-
- zone() -
Method in class org.jruby.RubyTime
-
- ZSuperNode - Class in org.jruby.ast
- a call to 'super' with no arguments in a method.
- ZSuperNode(ISourcePosition) -
Constructor for class org.jruby.ast.ZSuperNode
-
_
- ___getInvocationHandler() -
Method in interface org.jruby.javasupport.proxy.InternalJavaProxy
-
- ___getProxyClass() -
Method in interface org.jruby.javasupport.proxy.InternalJavaProxy
-
- __file__(ThreadContext, IRubyObject, IRubyObject[], Block) -
Method in interface org.jruby.ast.executable.Script
-
- __id__() -
Method in class spec.java_integration.fixtures.MethodNames
-
- __jtrap_kernel(IRubyObject, IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubySignal
-
- __send__() -
Method in class spec.java_integration.fixtures.MethodNames
-
- __type__() -
Method in class spec.java_integration.fixtures.MethodNames
-
- _initialize(IRubyObject[]) -
Method in class org.jruby.RubyZlib.Deflate
-
- _initialize(IRubyObject[]) -
Method in class org.jruby.RubyZlib.Inflate
-
- _LEADING_UNDERSCORE -
Static variable in class org.jruby.javasupport.test.ConstantHolder
-
- _Payload -
Variable in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- _tmp -
Variable in class org.jruby.ast.executable.YARVMachine.Instruction
-
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Copyright © 2002-2007 JRuby Team. All Rights Reserved.
|