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
| 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).
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.
parameterTypes() -
Method in class org.jruby.javasupport.JavaCallable
parameterTypes() -
Method in class org.jruby.javasupport.JavaConstructor
parameterTypes() -
Method in class org.jruby.javasupport.JavaMethod
params(IRubyObject, IRubyObject) -
Method in class org.jruby.RubyZlib.Deflate
params() -
Method in class org.jruby.util.CodegenUtils
params(Class) -
Method in class org.jruby.util.CodegenUtils
params(Class, Class) -
Method in class org.jruby.util.CodegenUtils
params(Class, Class, Class) -
Method in class org.jruby.util.CodegenUtils
params(Class, Class, Class, Class) -
Method in class org.jruby.util.CodegenUtils
params(Class, Class, Class, Class, Class) -
Method in class org.jruby.util.CodegenUtils
params(Class, Class, Class, Class, Class, Class) -
Method in class org.jruby.util.CodegenUtils
params(Class, Class, Class, Class, Class, Class, Class) -
Method in class org.jruby.util.CodegenUtils
params(Class, Class, Class, Class, Class, Class, Class, Class) -
Method in class org.jruby.util.CodegenUtils
params(Class, Class, Class, Class, Class, Class, Class, Class, Class) -
Method in class org.jruby.util.CodegenUtils
params(int, int) -
Method in class org.jruby.util.ZlibDeflate
parse(Reader, String, DynamicScope, int) -
Method in class org.jruby.Ruby
parse(String, String, DynamicScope, int) -
Method in class org.jruby.Ruby
parse(IRubyObject, IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyJRuby
parse(RubyParserConfiguration, 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, String, DynamicScope, int) -
Method in class org.jruby.parser.Parser
parse(String, Reader, DynamicScope, int) -
Method in class org.jruby.parser.Parser
parse(String, ParsePosition) -
Method in class org.jruby.util.RubyDateFormat
parseAsBlock(DynamicScope) -
Method in class org.jruby.parser.RubyParserConfiguration
If we are performing an eval we should pass existing scope in.
parseStream() -
Method in interface org.jvyamlb.Parser
parseStream() -
Method in class org.jvyamlb.ParserImpl
parseStreamNext() -
Method in interface org.jvyamlb.Parser
parseStreamNext() -
Method in class org.jvyamlb.ParserImpl
parseString(RubyYaccLexer, LexerSource) -
Method in class org.jruby.lexer.yacc.HeredocTerm
parseString(RubyYaccLexer, LexerSource) -
Method in class org.jruby.lexer.yacc.StrTerm
parseString(RubyYaccLexer, LexerSource) -
Method in class org.jruby.lexer.yacc.StringTerm
parseStringIntoBuffer(LexerSource, ByteList) -
Method in class org.jruby.lexer.yacc.StringTerm
partition(IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
pass(IRubyObject) -
Static method in class org.jruby.RubyThread
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 -
Variable in class org.jruby.util.IOHandlerSeekable
pattern() -
Method in interface jregex.MatchResult
pattern() -
Method in class jregex.Matcher
peek(RubyFixnum) -
Method in class org.jruby.RubyStringScanner
peek(char) -
Method in class org.jruby.lexer.yacc.LexerSource
peek(int) -
Method in class org.jruby.util.StringScanner
peekCRef() -
Method in class org.jruby.runtime.ThreadContext
peekEvent() -
Method in interface org.jvyamlb.Parser
peekEvent() -
Method in class org.jvyamlb.ParserImpl
peekToken() -
Method in interface org.jvyamlb.Scanner
peekToken() -
Method in class org.jvyamlb.ScannerImpl
peeraddr() -
Method in class org.jruby.ext.socket.RubyIPSocket
peeraddr(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyTCPServer
performBooleanBranch(BranchCallback, BranchCallback) -
Method in interface org.jruby.compiler.Compiler
Perform a boolean branch operation based on the Ruby "true" value of the top value
on the stack.
performBooleanBranch(BranchCallback, BranchCallback) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
performBooleanLoop(BranchCallback, BranchCallback, boolean) -
Method in interface org.jruby.compiler.Compiler
Perform a boolean loop using the given condition-calculating branch and body branch.
performBooleanLoop(BranchCallback, BranchCallback, boolean) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
performGEBranch(BranchCallback, BranchCallback) -
Method in interface org.jruby.compiler.Compiler
Perform a greater-than-or-equal test and branch, given the provided true and false branches.
performGEBranch(BranchCallback, BranchCallback) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
performGTBranch(BranchCallback, BranchCallback) -
Method in interface org.jruby.compiler.Compiler
Perform a greater-than test and branch, given the provided true and false branches.
performGTBranch(BranchCallback, BranchCallback) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
performLEBranch(BranchCallback, BranchCallback) -
Method in interface org.jruby.compiler.Compiler
Perform a greater-than-or-equal test and branch, given the provided true and false branches.
performLEBranch(BranchCallback, BranchCallback) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
performLTBranch(BranchCallback, BranchCallback) -
Method in interface org.jruby.compiler.Compiler
Perform a greater-than test and branch, given the provided true and false branches.
performLTBranch(BranchCallback, BranchCallback) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
performLogicalAnd(BranchCallback) -
Method in interface org.jruby.compiler.Compiler
Perform a logical short-circuited Ruby "and" operation, using Ruby notions of true and false.
performLogicalAnd(BranchCallback) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
performLogicalOr(BranchCallback) -
Method in interface org.jruby.compiler.Compiler
Perform a logical short-circuited Ruby "or" operation, using Ruby notions of true and false.
performLogicalOr(BranchCallback) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
performReturn() -
Method in interface org.jruby.compiler.Compiler
Return the current value on the top of the stack, taking into consideration surrounding blocks.
performReturn() -
Method in class org.jruby.compiler.impl.StandardASMCompiler
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
pid() -
Method in class org.jruby.util.IOHandler
Get the process ID associated with this handler.
pid() -
Method in class org.jruby.util.IOHandlerNio
pid() -
Method in class org.jruby.util.IOHandlerNull
pid() -
Method in class org.jruby.util.IOHandlerProcess
pid() -
Method in class org.jruby.util.IOHandlerSeekable
pid() -
Method in class org.jruby.util.IOHandlerUnseekable
pipe(IRubyObject) -
Static method in class org.jruby.RubyIO
plain(CharSequence) -
Static method in class org.jruby.util.ByteList
plain(char[]) -
Static method in class org.jruby.util.ByteList
plain(byte[], int, int) -
Static method in class org.jruby.util.ByteList
plain(byte[]) -
Static method in class org.jruby.util.ByteList
plus(IRubyObject) -
Method in class org.jruby.RubyBignum
rb_big_plus
plus(IRubyObject) -
Method in class org.jruby.RubyFixnum
fix_plus
plus(IRubyObject) -
Method in class org.jruby.RubyFloat
flo_plus
pollThreadEvents() -
Method in class org.jruby.RubyThread
pollThreadEvents() -
Method in interface org.jruby.compiler.Compiler
pollThreadEvents() -
Method in class org.jruby.compiler.impl.StandardASMCompiler
pollThreadEvents() -
Method in class org.jruby.runtime.ThreadContext
pop() -
Method in class org.jruby.RubyArray
rb_ary_pop
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
pop2() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
popArity() -
Method in class org.jruby.compiler.impl.StandardASMCompiler
popArray(IRubyObject[]) -
Static method in class org.jruby.ast.util.ArgsUtil
Remove first element from array
popCRef() -
Method in class org.jruby.runtime.ThreadContext
popCatch() -
Method in class org.jruby.runtime.ThreadContext
popCurrentScope() -
Method in class org.jruby.parser.ParserSupport
popMethodAdapter() -
Method in class org.jruby.compiler.impl.StandardASMCompiler
popRubyClass() -
Method in class org.jruby.runtime.ThreadContext
popScope() -
Method in class org.jruby.runtime.ThreadContext
popScopeStart() -
Method in class org.jruby.compiler.impl.StandardASMCompiler
popen(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyIO
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() -
Method in class org.jruby.util.IOHandler
Get the current position within the file associated with this
handler.
pos() -
Method in class org.jruby.util.IOHandlerNio
pos() -
Method in class org.jruby.util.IOHandlerNull
pos() -
Method in class org.jruby.util.IOHandlerProcess
pos() -
Method in class org.jruby.util.IOHandlerSeekable
pos() -
Method in class org.jruby.util.IOHandlerUnseekable
pos_set(IRubyObject) -
Method in class org.jruby.RubyIO
post(ThreadContext) -
Method in class org.jruby.runtime.Block
post(ThreadContext) -
Method in class org.jruby.runtime.CompiledBlock
post(ThreadContext) -
Method in class org.jruby.runtime.MethodBlock
postBsfApply() -
Method in class org.jruby.runtime.ThreadContext
postClassEval() -
Method in class org.jruby.runtime.ThreadContext
postCompiledClass() -
Method in class org.jruby.runtime.ThreadContext
postCompiledMethod() -
Method in class org.jruby.runtime.ThreadContext
postDefMethodInternalCall() -
Method in class org.jruby.runtime.ThreadContext
postEvalWithBinding(Block) -
Method in class org.jruby.runtime.ThreadContext
postExecuteUnder() -
Method in class org.jruby.runtime.ThreadContext
postMatch() -
Method in class org.jruby.util.StringScanner
postMethod(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.AliasMethod
postMethod(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.CompiledMethod
postMethod(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.DefaultMethod
postMethod(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.DynamicMethod
postMethod(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.FullFunctionCallbackMethod
postMethod(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.FullFunctionReflectedMethod
postMethod(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.FullInvocationMethod
postMethod(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.MethodMethod
postMethod(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.ProcMethod
postMethod(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.SimpleCallbackMethod
postMethod(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.SimpleInvocationMethod
postMethod(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.SimpleReflectedMethod
postMethod(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.UndefinedMethod
postMethod(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.WrapperMethod
postMethod(ThreadContext) -
Method in class org.jruby.internal.runtime.methods.YARVMethod
postMethodCall() -
Method in class org.jruby.runtime.ThreadContext
postMproc() -
Method in class org.jruby.runtime.ThreadContext
postNodeEval() -
Method in class org.jruby.runtime.ThreadContext
postReflectedMethodInternalCall() -
Method in class org.jruby.runtime.ThreadContext
postRootNode() -
Method in class org.jruby.runtime.ThreadContext
postTrace() -
Method in class org.jruby.runtime.ThreadContext
postYield() -
Method in class org.jruby.runtime.ThreadContext
post_match() -
Method in class org.jruby.RubyMatchData.JavaString
post_match() -
Method in class org.jruby.RubyMatchData.RString
post_match() -
Method in class org.jruby.RubyMatchData
match_post_match
post_match() -
Method in class org.jruby.RubyStringScanner
pow(IRubyObject) -
Method in class org.jruby.RubyBignum
rb_big_pow
pow(IRubyObject) -
Method in class org.jruby.RubyFixnum
fix_pow
pow(IRubyObject) -
Method in class org.jruby.RubyFloat
flo_pow
power(IRubyObject) -
Method in class org.jruby.RubyBigDecimal
pre(ThreadContext, RubyModule) -
Method in class org.jruby.runtime.Block
pre(ThreadContext, RubyModule) -
Method in class org.jruby.runtime.CompiledBlock
pre(ThreadContext, RubyModule) -
Method in class org.jruby.runtime.MethodBlock
pre(ThreadContext, RubyModule) -
Method in class org.jruby.runtime.SharedScopeBlock
preAdoptThread() -
Method in class org.jruby.runtime.ThreadContext
preBsfApply(String[]) -
Method in class org.jruby.runtime.ThreadContext
preClassEval(StaticScope, RubyModule) -
Method in class org.jruby.runtime.ThreadContext
preCompiledClass(RubyModule) -
Method in class org.jruby.runtime.ThreadContext
preCompiledMethod(RubyModule, SinglyLinkedList) -
Method in class org.jruby.runtime.ThreadContext
preDefMethodInternalCall(RubyModule, String, IRubyObject, IRubyObject[], int, Block, boolean, SinglyLinkedList, StaticScope, Object) -
Method in class org.jruby.runtime.ThreadContext
preEvalWithBinding(Block) -
Method in class org.jruby.runtime.ThreadContext
preExecuteUnder(RubyModule, Block) -
Method in class org.jruby.runtime.ThreadContext
preForBlock(Block, RubyModule) -
Method in class org.jruby.runtime.ThreadContext
preInitBuiltinClasses(RubyClass, IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
preInitCoreClasses() -
Method in class org.jruby.runtime.ThreadContext
preMatch() -
Method in class org.jruby.util.StringScanner
preMethod(ThreadContext, RubyModule, IRubyObject, String, IRubyObject[], boolean, Block) -
Method in class org.jruby.internal.runtime.methods.AliasMethod
preMethod(ThreadContext, RubyModule, IRubyObject, String, IRubyObject[], boolean, Block) -
Method in class org.jruby.internal.runtime.methods.CompiledMethod
preMethod(ThreadContext, RubyModule, IRubyObject, String, IRubyObject[], boolean, Block) -
Method in class org.jruby.internal.runtime.methods.DefaultMethod
preMethod(ThreadContext, RubyModule, IRubyObject, String, IRubyObject[], boolean, Block) -
Method in class org.jruby.internal.runtime.methods.DynamicMethod
preMethod(ThreadContext, RubyModule, IRubyObject, String, IRubyObject[], boolean, Block) -
Method in class org.jruby.internal.runtime.methods.FullFunctionCallbackMethod
preMethod(ThreadContext, RubyModule, IRubyObject, String, IRubyObject[], boolean, Block) -
Method in class org.jruby.internal.runtime.methods.FullFunctionReflectedMethod
preMethod(ThreadContext, RubyModule, IRubyObject, String, IRubyObject[], boolean, Block) -
Method in class org.jruby.internal.runtime.methods.FullInvocationMethod
preMethod(ThreadContext, RubyModule, IRubyObject, String, IRubyObject[], boolean, Block) -
Method in class org.jruby.internal.runtime.methods.MethodMethod
preMethod(ThreadContext, RubyModule, IRubyObject, String, IRubyObject[], boolean, Block) -
Method in class org.jruby.internal.runtime.methods.ProcMethod
preMethod(ThreadContext, RubyModule, IRubyObject, String, IRubyObject[], boolean, Block) -
Method in class org.jruby.internal.runtime.methods.SimpleCallbackMethod
preMethod(ThreadContext, RubyModule, IRubyObject, String, IRubyObject[], boolean, Block) -
Method in class org.jruby.internal.runtime.methods.SimpleInvocationMethod
preMethod(ThreadContext, RubyModule, IRubyObject, String, IRubyObject[], boolean, Block) -
Method in class org.jruby.internal.runtime.methods.SimpleReflectedMethod
preMethod(ThreadContext, RubyModule, IRubyObject, String, IRubyObject[], boolean, Block) -
Method in class org.jruby.internal.runtime.methods.UndefinedMethod
preMethod(ThreadContext, RubyModule, IRubyObject, String, IRubyObject[], boolean, Block) -
Method in class org.jruby.internal.runtime.methods.WrapperMethod
preMethod(ThreadContext, RubyModule, IRubyObject, String, IRubyObject[], boolean, Block) -
Method in class org.jruby.internal.runtime.methods.YARVMethod
preMethodCall(RubyModule, RubyModule, IRubyObject, String, IRubyObject[], int, Block, boolean, Object) -
Method in class org.jruby.runtime.ThreadContext
preMproc() -
Method in class org.jruby.runtime.ThreadContext
preNodeEval(RubyModule, IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
preReflectedMethodInternalCall(RubyModule, RubyModule, IRubyObject, String, IRubyObject[], int, boolean, Block, Object) -
Method in class org.jruby.runtime.ThreadContext
preRootNode(DynamicScope) -
Method in class org.jruby.runtime.ThreadContext
preRunThread(Frame) -
Method in class org.jruby.runtime.ThreadContext
preTrace() -
Method in class org.jruby.runtime.ThreadContext
preYieldSpecificBlock(Block, RubyModule) -
Method in class org.jruby.runtime.ThreadContext
pre_match() -
Method in class org.jruby.RubyMatchData.JavaString
pre_match() -
Method in class org.jruby.RubyMatchData.RString
pre_match() -
Method in class org.jruby.RubyMatchData
match_pre_match
pre_match() -
Method in class org.jruby.RubyStringScanner
prec(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyPrecision
prec_f(IRubyObject, Block) -
Static method in class org.jruby.RubyPrecision
prec_i(IRubyObject, Block) -
Static method in class org.jruby.RubyPrecision
precs() -
Method in class org.jruby.RubyBigDecimal
prefix() -
Method in interface jregex.MatchResult
prefix() -
Method in class jregex.Matcher
prepareAppend() -
Method in class org.jruby.util.string.Ustr
Set up for appendChar .
prepareClassNamespace(ThreadContext, IRubyObject) -
Static method in class org.jruby.javasupport.util.CompilerHelpers
prepareJumpException(JumpException.JumpType, Object, Object) -
Method in class org.jruby.runtime.ThreadContext
prepareNext() -
Method in class org.jruby.util.string.Ustr
Set up for nextChar() .
prepareSuperClass(Ruby, IRubyObject) -
Static method in class org.jruby.javasupport.util.CompilerHelpers
prepend(Node) -
Method in class org.jruby.ast.ListNode
prepend(byte) -
Method in class org.jruby.util.ByteList
primitiveToWrapper(Class) -
Static method in class org.jruby.javasupport.JavaUtil
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
print(IRubyObject[]) -
Method in class org.jruby.RubyIO
Print some objects to the stream.
print(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
print(IRubyObject[]) -
Method in class org.jruby.RubyStringIO
print(IRubyObject[]) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
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
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
printError(RubyException) -
Method in class org.jruby.Ruby
Prints an error with backtrace to the error stream.
printIndentation(PrintWriter) -
Method in class org.jruby.ast.visitor.rewriter.utils.Indentor
printNewlineAndIndentation() -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
printNewlineAndIndentation() -
Method in class org.jruby.ast.visitor.rewriter.utils.ShortIfNodeReWriteVisitor
printScope() -
Method in class org.jruby.runtime.ThreadContext
printStackTrace() -
Method in class org.jruby.exceptions.RaiseException
printStackTrace(PrintStream) -
Method in class org.jruby.exceptions.RaiseException
printStackTrace(PrintWriter) -
Method in class org.jruby.exceptions.RaiseException
printUsage() -
Method in class org.jruby.Main
printf(IRubyObject[]) -
Method in class org.jruby.RubyIO
printf(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
printf(IRubyObject[]) -
Method in class org.jruby.RubyStringIO
printf(IRubyObject[]) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
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
private_p() -
Method in class org.jruby.javasupport.JavaClass
proc(IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
procArityOf(Node) -
Static method in class org.jruby.runtime.Arity
proceed() -
Method in class jregex.Matcher
Continues to search from where the last search left off.
proceed(int) -
Method in class jregex.Matcher
Continues to search from where the last search left off using specified options:
proceed() -
Method in class org.jruby.RubyMatchData
process -
Variable in class org.jruby.util.IOHandlerProcess
processRequiredArgs(Arity, int) -
Method in interface org.jruby.compiler.Compiler
processRequiredArgs(Arity, int) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
promptStyle -
Variable in class org.jruby.demo.TextAreaReadline
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
protected_p() -
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
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
pushArity(Arity) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
pushBlockScope() -
Method in class org.jruby.parser.ParserSupport
pushCRef(RubyModule) -
Method in class org.jruby.runtime.ThreadContext
pushCatch(String) -
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
pushMethodAdapter(SkinnyMethodAdapter) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
pushRubyClass(RubyModule) -
Method in class org.jruby.runtime.ThreadContext
pushScope(DynamicScope) -
Method in class org.jruby.runtime.ThreadContext
pushScopeStart(Label) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
push_glob(String, byte[], int, int, int) -
Static method in class org.jruby.util.Dir
push_m(IRubyObject[]) -
Method in class org.jruby.RubyArray
rb_ary_push_m
push_pattern -
Static variable in class org.jruby.util.Dir
put(Object, Object) -
Method in class org.jruby.RubyHash
put(Object, Object) -
Method in class org.jruby.util.WeakIdentityHashMap
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
putAll(Map) -
Method in class org.jruby.RubyHash
putAll(Map) -
Method in class org.jruby.util.collections.SlottedHashMap
putJavaClassIntoCache(JavaClass) -
Method in class org.jruby.javasupport.JavaSupport
putJavaObjectIntoCache(JavaObject) -
Method in class org.jruby.javasupport.JavaSupport
putMethod(Object, DynamicMethod) -
Method in class org.jruby.RubyModule
putc(IRubyObject) -
Method in class org.jruby.RubyIO
putc(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyKernel
rb_f_putc
putc(IRubyObject) -
Method in class org.jruby.RubyStringIO
putc(RubyNumeric) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
putc(int) -
Method in class org.jruby.util.IOHandler
putc(int) -
Method in class org.jruby.util.IOHandlerJavaIO
putc(int) -
Method in class org.jruby.util.IOHandlerNio
putc(int) -
Method in class org.jruby.util.IOHandlerNull
puts(IRubyObject[]) -
Method in class org.jruby.RubyIO
puts(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
puts(Object) -
Static method in class org.jruby.RubyObject
puts(IRubyObject[]) -
Method in class org.jruby.RubyStringIO
puts(IRubyObject[]) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
putstatic(String, String, String) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
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(IRubyObject) -
Method in class org.jruby.RubyBignum
- rb_big_quo
- quo(IRubyObject) -
Method in class org.jruby.RubyFixnum
- fix_quo
- quo(IRubyObject) -
Method in class org.jruby.RubyNumeric
- num_quo
- quote(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyRegexp
- rb_reg_s_quote
- quote(IRubyObject, RubyString) -
Static method in class org.jruby.RubyRegexp
- Utility version of quote that doesn't use encoding
R
- RAISE -
Static variable in class org.jruby.exceptions.JumpException.JumpType
-
- RDONLY -
Static variable in class org.jruby.util.IOModes
-
- RDWR -
Static variable in class org.jruby.util.IOModes
-
- REDO -
Static variable in class org.jruby.exceptions.JumpException.JumpType
-
- REDONODE -
Static variable in class org.jruby.ast.NodeTypes
-
- REFlags - interface jregex.REFlags.
-
- REGEXP -
Static variable in class org.jruby.runtime.ClassIndex
-
- REGEXPNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- REPUT -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- RESCUEBODYNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- RESCUENODE -
Static variable in class org.jruby.ast.NodeTypes
-
- RETRY -
Static variable in class org.jruby.exceptions.JumpException.JumpType
-
- RETRYNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- RETURN -
Static variable in class org.jruby.exceptions.JumpException.JumpType
-
- RETURNNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- RETokenizer - class jregex.RETokenizer.
- The Tokenizer class suggests a methods to break a text into tokens using
occurences of a pattern as delimiters.
- RETokenizer(Pattern, String) -
Constructor for class jregex.RETokenizer
-
- RETokenizer(Pattern, char[], int, int) -
Constructor for class jregex.RETokenizer
-
- RETokenizer(Pattern, Reader, int) -
Constructor for class jregex.RETokenizer
-
- RETokenizer(Matcher, boolean) -
Constructor for class jregex.RETokenizer
-
- REVISION -
Static variable in class org.jruby.runtime.Constants
-
- 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
-
- ROOTNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- RUBY_EVENT_CALL -
Static variable in interface org.jruby.runtime.EventHook
-
- RUBY_EVENT_CLASS -
Static variable in interface org.jruby.runtime.EventHook
-
- 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_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_MAJOR_VERSION -
Static variable in class org.jruby.runtime.Constants
-
- RUBY_VERSION -
Static variable in class org.jruby.runtime.Constants
-
- RaiseException - exception org.jruby.exceptions.RaiseException.
-
- RaiseException(RubyException) -
Constructor for class org.jruby.exceptions.RaiseException
-
- RaiseException(Ruby, RubyClass, String, boolean) -
Constructor for class org.jruby.exceptions.RaiseException
-
- RaiseException(RubyException, boolean) -
Constructor for class org.jruby.exceptions.RaiseException
-
- RaiseException(Throwable, NativeException) -
Constructor for class org.jruby.exceptions.RaiseException
-
- RaiseJump -
Static variable in class org.jruby.exceptions.JumpException.JumpType
-
- RbConfigLibrary - class org.jruby.libraries.RbConfigLibrary.
-
- RbConfigLibrary() -
Constructor for class org.jruby.libraries.RbConfigLibrary
-
- ReOptions - interface org.jruby.parser.ReOptions.
-
- ReWriteVisitor - class org.jruby.ast.visitor.rewriter.ReWriteVisitor.
- 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
-
- ReWriterContext - class org.jruby.ast.visitor.rewriter.utils.ReWriterContext.
-
- 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 org.jruby.ast.visitor.rewriter.ReWriterFactory.
-
- ReWriterFactory(ReWriterContext) -
Constructor for class org.jruby.ast.visitor.rewriter.ReWriterFactory
-
- Readline - class org.jruby.ext.Readline.
-
- Readline() -
Constructor for class org.jruby.ext.Readline
-
- Readline.ProcCompletor - class org.jruby.ext.Readline.ProcCompletor.
-
- Readline.ProcCompletor(IRubyObject) -
Constructor for class org.jruby.ext.Readline.ProcCompletor
-
- Readline.RubyFileNameCompletor - class org.jruby.ext.Readline.RubyFileNameCompletor.
-
- Readline.RubyFileNameCompletor() -
Constructor for class org.jruby.ext.Readline.RubyFileNameCompletor
-
- Readline.Service - class org.jruby.ext.Readline.Service.
-
- Readline.Service() -
Constructor for class org.jruby.ext.Readline.Service
-
- ReadonlyAccessor - class org.jruby.internal.runtime.ReadonlyAccessor.
-
- ReadonlyAccessor(String, IAccessor) -
Constructor for class org.jruby.internal.runtime.ReadonlyAccessor
-
- ReadonlyGlobalVariable - class org.jruby.runtime.ReadonlyGlobalVariable.
-
- ReadonlyGlobalVariable(Ruby, String, IRubyObject) -
Constructor for class org.jruby.runtime.ReadonlyGlobalVariable
-
- RedoJump -
Static variable in class org.jruby.exceptions.JumpException.JumpType
-
- RedoNode - class org.jruby.ast.RedoNode.
-
- RedoNode(ISourcePosition) -
Constructor for class org.jruby.ast.RedoNode
-
- ReflectionCallback - class org.jruby.runtime.callback.ReflectionCallback.
- 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 org.jruby.runtime.callback.ReflectionCallbackFactory.
-
- ReflectionCallbackFactory(Class) -
Constructor for class org.jruby.runtime.callback.ReflectionCallbackFactory
-
- ReflectionMethodFactory - class org.jruby.internal.runtime.methods.ReflectionMethodFactory.
-
- ReflectionMethodFactory() -
Constructor for class org.jruby.internal.runtime.methods.ReflectionMethodFactory
-
- RegexpNode - class org.jruby.ast.RegexpNode.
- Represents a simple regular expression literal.
- RegexpNode(ISourcePosition, ByteList, int) -
Constructor for class org.jruby.ast.RegexpNode
-
- RegexpNodeCompiler - class org.jruby.compiler.RegexpNodeCompiler.
-
- RegexpNodeCompiler() -
Constructor for class org.jruby.compiler.RegexpNodeCompiler
-
- RegexpTranslator - class org.jruby.RegexpTranslator.
-
- RegexpTranslator() -
Constructor for class org.jruby.RegexpTranslator
-
- Replacer - class jregex.Replacer.
- The Replacer class suggests some methods to replace occurences of a pattern
either by a result of evaluation of a perl-like expression, or by a plain string,
or according to a custom substitution model, provided as a Substitution interface implementation.
A Replacer instance may be obtained either using Pattern.replacer(...) method, or by constructor: - Replacer(Pattern, Substitution) -
Constructor for class jregex.Replacer
-
- Replacer(Pattern, String) -
Constructor for class jregex.Replacer
-
- Replacer(Pattern, String, boolean) -
Constructor for class jregex.Replacer
-
- Representer - interface org.jvyamlb.Representer.
-
- RepresenterException - exception org.jvyamlb.RepresenterException.
-
- RepresenterException(String) -
Constructor for class org.jvyamlb.RepresenterException
-
- RepresenterException(Throwable) -
Constructor for class org.jvyamlb.RepresenterException
-
- RepresenterImpl - class org.jvyamlb.RepresenterImpl.
-
- RepresenterImpl(Serializer, YAMLConfig) -
Constructor for class org.jvyamlb.RepresenterImpl
-
- RepresenterImpl.ArrayYAMLNodeCreator - class org.jvyamlb.RepresenterImpl.ArrayYAMLNodeCreator.
-
- RepresenterImpl.ArrayYAMLNodeCreator(Object) -
Constructor for class org.jvyamlb.RepresenterImpl.ArrayYAMLNodeCreator
-
- RepresenterImpl.ByteListYAMLNodeCreator - class org.jvyamlb.RepresenterImpl.ByteListYAMLNodeCreator.
-
- RepresenterImpl.ByteListYAMLNodeCreator(Object) -
Constructor for class org.jvyamlb.RepresenterImpl.ByteListYAMLNodeCreator
-
- RepresenterImpl.DateYAMLNodeCreator - class org.jvyamlb.RepresenterImpl.DateYAMLNodeCreator.
-
- RepresenterImpl.DateYAMLNodeCreator(Object) -
Constructor for class org.jvyamlb.RepresenterImpl.DateYAMLNodeCreator
-
- RepresenterImpl.JavaBeanYAMLNodeCreator - class org.jvyamlb.RepresenterImpl.JavaBeanYAMLNodeCreator.
-
- RepresenterImpl.JavaBeanYAMLNodeCreator(Object) -
Constructor for class org.jvyamlb.RepresenterImpl.JavaBeanYAMLNodeCreator
-
- RepresenterImpl.MappingYAMLNodeCreator - class org.jvyamlb.RepresenterImpl.MappingYAMLNodeCreator.
-
- RepresenterImpl.MappingYAMLNodeCreator(Object) -
Constructor for class org.jvyamlb.RepresenterImpl.MappingYAMLNodeCreator
-
- RepresenterImpl.NumberYAMLNodeCreator - class org.jvyamlb.RepresenterImpl.NumberYAMLNodeCreator.
-
- RepresenterImpl.NumberYAMLNodeCreator(Object) -
Constructor for class org.jvyamlb.RepresenterImpl.NumberYAMLNodeCreator
-
- RepresenterImpl.ScalarYAMLNodeCreator - class org.jvyamlb.RepresenterImpl.ScalarYAMLNodeCreator.
-
- RepresenterImpl.ScalarYAMLNodeCreator(String, Object) -
Constructor for class org.jvyamlb.RepresenterImpl.ScalarYAMLNodeCreator
-
- RepresenterImpl.SequenceYAMLNodeCreator - class org.jvyamlb.RepresenterImpl.SequenceYAMLNodeCreator.
-
- RepresenterImpl.SequenceYAMLNodeCreator(Object) -
Constructor for class org.jvyamlb.RepresenterImpl.SequenceYAMLNodeCreator
-
- RepresenterImpl.SetYAMLNodeCreator - class org.jvyamlb.RepresenterImpl.SetYAMLNodeCreator.
-
- RepresenterImpl.SetYAMLNodeCreator(Object) -
Constructor for class org.jvyamlb.RepresenterImpl.SetYAMLNodeCreator
-
- RepresenterImpl.StringYAMLNodeCreator - class org.jvyamlb.RepresenterImpl.StringYAMLNodeCreator.
-
- RepresenterImpl.StringYAMLNodeCreator(Object) -
Constructor for class org.jvyamlb.RepresenterImpl.StringYAMLNodeCreator
-
- RescueBodyNode - class org.jruby.ast.RescueBodyNode.
-
- RescueBodyNode(ISourcePosition, Node, Node, RescueBodyNode) -
Constructor for class org.jruby.ast.RescueBodyNode
-
- RescueNode - class org.jruby.ast.RescueNode.
-
- RescueNode(ISourcePosition, Node, RescueBodyNode, Node) -
Constructor for class org.jruby.ast.RescueNode
-
- Resolver - interface org.jvyamlb.Resolver.
-
- ResolverException - exception org.jvyamlb.ResolverException.
-
- ResolverException(String) -
Constructor for class org.jvyamlb.ResolverException
-
- ResolverException(Throwable) -
Constructor for class org.jvyamlb.ResolverException
-
- ResolverImpl - class org.jvyamlb.ResolverImpl.
-
- ResolverImpl() -
Constructor for class org.jvyamlb.ResolverImpl
-
- ResolverScanner - class org.jvyamlb.ResolverScanner.
-
- ResolverScanner() -
Constructor for class org.jvyamlb.ResolverScanner
-
- RetryJump -
Static variable in class org.jruby.exceptions.JumpException.JumpType
-
- RetryNode - class org.jruby.ast.RetryNode.
- Represents a 'retry' statement.
- RetryNode(ISourcePosition) -
Constructor for class org.jruby.ast.RetryNode
-
- ReturnJump -
Static variable in class org.jruby.exceptions.JumpException.JumpType
-
- ReturnNode - class org.jruby.ast.ReturnNode.
- Represents a return statement.
- ReturnNode(ISourcePosition, Node) -
Constructor for class org.jruby.ast.ReturnNode
-
- ReturnNodeCompiler - class org.jruby.compiler.ReturnNodeCompiler.
-
- ReturnNodeCompiler() -
Constructor for class org.jruby.compiler.ReturnNodeCompiler
- Creates a new instance of ReturnNodeCompiler
- ReturnsNull - class org.jruby.test.ReturnsNull.
-
- ReturnsNull() -
Constructor for class org.jruby.test.ReturnsNull
-
- Room - class org.jruby.javasupport.test.Room.
-
- Room(String) -
Constructor for class org.jruby.javasupport.test.Room
-
- RootNode - class org.jruby.ast.RootNode.
- Represents the top of the AST.
- RootNode(ISourcePosition, DynamicScope, Node) -
Constructor for class org.jruby.ast.RootNode
-
- RootNodeCompiler - class org.jruby.compiler.RootNodeCompiler.
-
- RootNodeCompiler() -
Constructor for class org.jruby.compiler.RootNodeCompiler
- Creates a new instance of RootNodeCompiler
- Ruby - class org.jruby.Ruby.
- The jruby runtime.
- Ruby.CallTraceFuncHook - class org.jruby.Ruby.CallTraceFuncHook.
- Call the trace function
MRI: eval.c - call_trace_func
- Ruby.CallTraceFuncHook() -
Constructor for class org.jruby.Ruby.CallTraceFuncHook
-
- RubyArgsFile - class org.jruby.RubyArgsFile.
-
- RubyArgsFile(Ruby) -
Constructor for class org.jruby.RubyArgsFile
-
- RubyArray - class org.jruby.RubyArray.
- 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 org.jruby.RubyArray.RubyArrayConversionIterator.
-
- RubyArray.RubyArrayConversionIterator() -
Constructor for class org.jruby.RubyArray.RubyArrayConversionIterator
-
- RubyAstMarshal - class org.jruby.ast.util.RubyAstMarshal.
-
- RubyBasicSocket - class org.jruby.ext.socket.RubyBasicSocket.
-
- RubyBasicSocket(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubyBasicSocket
-
- RubyBigDecimal - class org.jruby.RubyBigDecimal.
-
- RubyBigDecimal(Ruby, RubyClass) -
Constructor for class org.jruby.RubyBigDecimal
-
- RubyBigDecimal(Ruby, BigDecimal) -
Constructor for class org.jruby.RubyBigDecimal
-
- RubyBignum - class org.jruby.RubyBignum.
-
- RubyBignum(Ruby, BigInteger) -
Constructor for class org.jruby.RubyBignum
-
- RubyBinding - class org.jruby.RubyBinding.
-
- RubyBinding(Ruby, RubyClass, Block) -
Constructor for class org.jruby.RubyBinding
-
- RubyBoolean - class org.jruby.RubyBoolean.
-
- RubyBoolean(Ruby, boolean) -
Constructor for class org.jruby.RubyBoolean
-
- RubyClass - class org.jruby.RubyClass.
-
- RubyClass(RubyClass, ObjectAllocator) -
Constructor for class org.jruby.RubyClass
-
- RubyClass(Ruby, RubyClass, ObjectAllocator) -
Constructor for class org.jruby.RubyClass
-
- RubyClass(Ruby, RubyClass, RubyClass, ObjectAllocator) -
Constructor for class org.jruby.RubyClass
-
- RubyClass(Ruby, RubyClass, RubyClass, ObjectAllocator, SinglyLinkedList, String) -
Constructor for class org.jruby.RubyClass
-
- RubyClassPathVariable - class org.jruby.RubyClassPathVariable.
-
- RubyComparable - class org.jruby.RubyComparable.
- Implementation of the Comparable module.
- RubyComparable() -
Constructor for class org.jruby.RubyComparable
-
- RubyContinuation - class org.jruby.RubyContinuation.
- Placeholder until/if we can support this
- RubyContinuation() -
Constructor for class org.jruby.RubyContinuation
-
- RubyDateFormat - class org.jruby.util.RubyDateFormat.
-
- 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 org.jruby.RubyDigest.
-
- RubyDigest() -
Constructor for class org.jruby.RubyDigest
-
- RubyDigest.Base - class org.jruby.RubyDigest.Base.
-
- RubyDigest.Base(Ruby, RubyClass) -
Constructor for class org.jruby.RubyDigest.Base
-
- RubyDir - class org.jruby.RubyDir.
- .The Ruby built-in class Dir.
- RubyDir(Ruby, RubyClass) -
Constructor for class org.jruby.RubyDir
-
- RubyEnumerable - class org.jruby.RubyEnumerable.
- The implementation of Ruby's Enumerable module.
- RubyEnumerable() -
Constructor for class org.jruby.RubyEnumerable
-
- RubyEnumerable.AppendBlockCallback - class org.jruby.RubyEnumerable.AppendBlockCallback.
-
- RubyEnumerable.AppendBlockCallback(Ruby, RubyArray) -
Constructor for class org.jruby.RubyEnumerable.AppendBlockCallback
-
- RubyEnumerator - class org.jruby.RubyEnumerator.
- Implementation of Ruby's Enumerator module.
- RubyEnumerator.ConsecutiveBlockCallback - class org.jruby.RubyEnumerator.ConsecutiveBlockCallback.
- Block callback for viewing consecutive results from calling the client block
- RubyEnumerator.ConsecutiveBlockCallback(Ruby, Block, long) -
Constructor for class org.jruby.RubyEnumerator.ConsecutiveBlockCallback
-
- RubyEnumerator.SlicedBlockCallback - class org.jruby.RubyEnumerator.SlicedBlockCallback.
- Block callback for slicing the results of calling the client block
- RubyEnumerator.SlicedBlockCallback(Ruby, Block, long) -
Constructor for class org.jruby.RubyEnumerator.SlicedBlockCallback
-
- RubyException - class org.jruby.RubyException.
-
- RubyException(Ruby, RubyClass) -
Constructor for class org.jruby.RubyException
-
- RubyException(Ruby, RubyClass, String) -
Constructor for class org.jruby.RubyException
-
- RubyFile - class org.jruby.RubyFile.
- Ruby File class equivalent in java.
- RubyFile(Ruby, RubyClass) -
Constructor for class org.jruby.RubyFile
-
- RubyFile(Ruby, String) -
Constructor for class org.jruby.RubyFile
-
- RubyFile(Ruby, String, Reader) -
Constructor for class org.jruby.RubyFile
-
- RubyFileStat - class org.jruby.RubyFileStat.
- note: renamed from FileStatClass.java
Implements File::Stat
- RubyFileStat(Ruby, RubyClass) -
Constructor for class org.jruby.RubyFileStat
-
- RubyFileTest - class org.jruby.RubyFileTest.
-
- RubyFileTest() -
Constructor for class org.jruby.RubyFileTest
-
- RubyFixnum - class org.jruby.RubyFixnum.
- Implementation of the Fixnum class.
- RubyFixnum(Ruby) -
Constructor for class org.jruby.RubyFixnum
-
- RubyFixnum(Ruby, long) -
Constructor for class org.jruby.RubyFixnum
-
- RubyFloat - class org.jruby.RubyFloat.
-
- RubyFloat(Ruby) -
Constructor for class org.jruby.RubyFloat
-
- RubyFloat(Ruby, double) -
Constructor for class org.jruby.RubyFloat
-
- RubyGC - class org.jruby.RubyGC.
- 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 org.jruby.RubyGlobal.
- This class initializes global variables and constants.
- RubyGlobal() -
Constructor for class org.jruby.RubyGlobal
-
- RubyGlobal.KCodeGlobalVariable - class org.jruby.RubyGlobal.KCodeGlobalVariable.
-
- RubyGlobal.KCodeGlobalVariable(Ruby, String, IRubyObject) -
Constructor for class org.jruby.RubyGlobal.KCodeGlobalVariable
-
- RubyGlobal.StringGlobalVariable - class org.jruby.RubyGlobal.StringGlobalVariable.
-
- RubyGlobal.StringGlobalVariable(Ruby, String, IRubyObject) -
Constructor for class org.jruby.RubyGlobal.StringGlobalVariable
-
- RubyHash - class org.jruby.RubyHash.
- 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.Callback - class org.jruby.RubyHash.Callback.
-
- RubyHash.Callback() -
Constructor for class org.jruby.RubyHash.Callback
-
- RubyIO - class org.jruby.RubyIO.
-
- 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) -
Constructor for class org.jruby.RubyIO
-
- RubyIO(Ruby, int) -
Constructor for class org.jruby.RubyIO
-
- RubyIPSocket - class org.jruby.ext.socket.RubyIPSocket.
-
- RubyIPSocket(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubyIPSocket
-
- RubyIconv - class org.jruby.RubyIconv.
-
- RubyIconv(Ruby, RubyClass) -
Constructor for class org.jruby.RubyIconv
-
- RubyIconv.RubyFailure - class org.jruby.RubyIconv.RubyFailure.
-
- 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 org.jruby.util.RubyInputStream.
-
- RubyInputStream(InputStream) -
Constructor for class org.jruby.util.RubyInputStream
-
- RubyInstanceConfig - class org.jruby.RubyInstanceConfig.
-
- RubyInstanceConfig() -
Constructor for class org.jruby.RubyInstanceConfig
-
- RubyInstanceConfig.LoadServiceCreator - interface org.jruby.RubyInstanceConfig.LoadServiceCreator.
-
- RubyInteger - class org.jruby.RubyInteger.
- Implementation of the Integer class.
- RubyInteger(Ruby, RubyClass) -
Constructor for class org.jruby.RubyInteger
-
- RubyJRuby - class org.jruby.RubyJRuby.
- Module which defines JRuby-specific methods for use.
- RubyJRuby() -
Constructor for class org.jruby.RubyJRuby
-
- RubyKernel - class org.jruby.RubyKernel.
- Note: For CVS history, see KernelModule.java.
- RubyKernel() -
Constructor for class org.jruby.RubyKernel
-
- RubyLocalJumpError - class org.jruby.RubyLocalJumpError.
-
- RubyLocalJumpError(Ruby, RubyClass, String, String, IRubyObject) -
Constructor for class org.jruby.RubyLocalJumpError
-
- RubyMarshal - class org.jruby.RubyMarshal.
- Marshal module
- RubyMarshal() -
Constructor for class org.jruby.RubyMarshal
-
- RubyMatchData - class org.jruby.RubyMatchData.
-
- RubyMatchData(Ruby, Matcher) -
Constructor for class org.jruby.RubyMatchData
-
- RubyMatchData.JavaString - class org.jruby.RubyMatchData.JavaString.
-
- RubyMatchData.JavaString(Ruby, String, Matcher) -
Constructor for class org.jruby.RubyMatchData.JavaString
-
- RubyMatchData.RString - class org.jruby.RubyMatchData.RString.
-
- RubyMatchData.RString(Ruby, RubyString, Matcher) -
Constructor for class org.jruby.RubyMatchData.RString
-
- RubyMath - class org.jruby.RubyMath.
-
- RubyMath() -
Constructor for class org.jruby.RubyMath
-
- RubyMethod - class org.jruby.RubyMethod.
- The RubyMethod class represents a RubyMethod object.
- RubyMethod(Ruby, RubyClass) -
Constructor for class org.jruby.RubyMethod
-
- RubyModule - class org.jruby.RubyModule.
-
- RubyModule(Ruby, RubyClass, RubyClass, SinglyLinkedList, String) -
Constructor for class org.jruby.RubyModule
-
- RubyNKF - class org.jruby.RubyNKF.
-
- RubyNKF() -
Constructor for class org.jruby.RubyNKF
-
- RubyNKF.NKFCharset - class org.jruby.RubyNKF.NKFCharset.
-
- RubyNKF.NKFCharset(int, String) -
Constructor for class org.jruby.RubyNKF.NKFCharset
-
- RubyNameError - class org.jruby.RubyNameError.
-
- 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 org.jruby.internal.runtime.RubyNativeThread.
-
- RubyNativeThread(RubyThread, IRubyObject[], Block) -
Constructor for class org.jruby.internal.runtime.RubyNativeThread
-
- RubyNil - class org.jruby.RubyNil.
-
- RubyNil(Ruby) -
Constructor for class org.jruby.RubyNil
-
- RubyNoMethodError - class org.jruby.RubyNoMethodError.
-
- RubyNoMethodError(Ruby, RubyClass) -
Constructor for class org.jruby.RubyNoMethodError
-
- RubyNoMethodError(Ruby, RubyClass, String, String, IRubyObject) -
Constructor for class org.jruby.RubyNoMethodError
-
- RubyNumeric - class org.jruby.RubyNumeric.
- Base class for all numerical types in ruby.
- RubyNumeric(Ruby, RubyClass) -
Constructor for class org.jruby.RubyNumeric
-
- RubyNumeric.InvalidIntegerException - exception org.jruby.RubyNumeric.InvalidIntegerException.
-
- RubyNumeric.InvalidIntegerException() -
Constructor for class org.jruby.RubyNumeric.InvalidIntegerException
-
- RubyNumeric.InvalidIntegerException(String) -
Constructor for class org.jruby.RubyNumeric.InvalidIntegerException
-
- RubyNumeric.NumberTooLargeException - exception org.jruby.RubyNumeric.NumberTooLargeException.
-
- RubyNumeric.NumberTooLargeException() -
Constructor for class org.jruby.RubyNumeric.NumberTooLargeException
-
- RubyNumeric.NumberTooLargeException(String) -
Constructor for class org.jruby.RubyNumeric.NumberTooLargeException
-
- RubyObject - class org.jruby.RubyObject.
-
- RubyObject(Ruby, RubyClass) -
Constructor for class org.jruby.RubyObject
-
- RubyObject(Ruby, RubyClass, boolean) -
Constructor for class org.jruby.RubyObject
-
- RubyObject.Finalizer - class org.jruby.RubyObject.Finalizer.
-
- RubyObject.Finalizer(long) -
Constructor for class org.jruby.RubyObject.Finalizer
-
- RubyObjectSpace - class org.jruby.RubyObjectSpace.
-
- RubyObjectSpace() -
Constructor for class org.jruby.RubyObjectSpace
-
- RubyOptions - class org.jruby.runtime.RubyOptions.
-
- RubyOptions() -
Constructor for class org.jruby.runtime.RubyOptions
-
- RubyOptions.JavaSupport - class org.jruby.runtime.RubyOptions.JavaSupport.
-
- RubyOptions.JavaSupport() -
Constructor for class org.jruby.runtime.RubyOptions.JavaSupport
-
- RubyParserConfiguration - class org.jruby.parser.RubyParserConfiguration.
-
- RubyParserConfiguration() -
Constructor for class org.jruby.parser.RubyParserConfiguration
-
- RubyParserPool - class org.jruby.parser.RubyParserPool.
-
- RubyParserResult - class org.jruby.parser.RubyParserResult.
-
- RubyParserResult() -
Constructor for class org.jruby.parser.RubyParserResult
-
- RubyPrecision - class org.jruby.RubyPrecision.
-
- RubyPrecision() -
Constructor for class org.jruby.RubyPrecision
-
- RubyProc - class org.jruby.RubyProc.
-
- RubyProc(Ruby, RubyClass, boolean) -
Constructor for class org.jruby.RubyProc
-
- RubyProcess - class org.jruby.RubyProcess.
-
- RubyProcess() -
Constructor for class org.jruby.RubyProcess
-
- RubyProcess.RubyStatus - class org.jruby.RubyProcess.RubyStatus.
-
- RubyProcess.RubyStatus(Ruby, RubyClass, long) -
Constructor for class org.jruby.RubyProcess.RubyStatus
-
- RubyRange - class org.jruby.RubyRange.
-
- RubyRange(Ruby, RubyClass) -
Constructor for class org.jruby.RubyRange
-
- RubyRegexp - class org.jruby.RubyRegexp.
-
- RubyRegexp(Ruby, RubyClass) -
Constructor for class org.jruby.RubyRegexp
-
- RubyRunnable - class org.jruby.internal.runtime.RubyRunnable.
-
- RubyRunnable(RubyThread, IRubyObject[], Block) -
Constructor for class org.jruby.internal.runtime.RubyRunnable
-
- RubySignal - class org.jruby.RubySignal.
- Placeholder until/if we can support this
- RubySignal() -
Constructor for class org.jruby.RubySignal
-
- RubySocket - class org.jruby.ext.socket.RubySocket.
-
- RubySocket(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubySocket
-
- RubySocket.Service - class org.jruby.ext.socket.RubySocket.Service.
-
- RubySocket.Service() -
Constructor for class org.jruby.ext.socket.RubySocket.Service
-
- RubyString - class org.jruby.RubyString.
-
- RubyString.JavaCrypt - class org.jruby.RubyString.JavaCrypt.
-
- RubyString.JavaCrypt() -
Constructor for class org.jruby.RubyString.JavaCrypt
-
- RubyStringIO - class org.jruby.RubyStringIO.
-
- RubyStringIO(Ruby, RubyClass) -
Constructor for class org.jruby.RubyStringIO
-
- RubyStringScanner - class org.jruby.RubyStringScanner.
-
- RubyStringScanner(Ruby, RubyClass) -
Constructor for class org.jruby.RubyStringScanner
-
- RubyStruct - class org.jruby.RubyStruct.
-
- RubyStruct(Ruby, RubyClass) -
Constructor for class org.jruby.RubyStruct
- Constructor for RubyStruct.
- RubySymbol - class org.jruby.RubySymbol.
-
- RubySymbol.SymbolTable - class org.jruby.RubySymbol.SymbolTable.
-
- RubySymbol.SymbolTable() -
Constructor for class org.jruby.RubySymbol.SymbolTable
-
- RubyTCPServer - class org.jruby.ext.socket.RubyTCPServer.
-
- RubyTCPServer(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubyTCPServer
-
- RubyTCPSocket - class org.jruby.ext.socket.RubyTCPSocket.
-
- RubyTCPSocket(Ruby, RubyClass) -
Constructor for class org.jruby.ext.socket.RubyTCPSocket
-
- RubyTestCase - class org.jruby.javasupport.test.RubyTestCase.
-
- RubyTestCase(String) -
Constructor for class org.jruby.javasupport.test.RubyTestCase
-
- RubyTestObject - interface org.jruby.javasupport.test.RubyTestObject.
-
- RubyThread - class org.jruby.RubyThread.
- Implementation of Ruby's
Thread class. - RubyThreadGroup - class org.jruby.RubyThreadGroup.
- Implementation of Ruby's
ThreadGroup class. - RubyTime - class org.jruby.RubyTime.
- The Time class.
- RubyTime(Ruby, RubyClass) -
Constructor for class org.jruby.RubyTime
-
- RubyTime(Ruby, RubyClass, Calendar) -
Constructor for class org.jruby.RubyTime
-
- RubyUnboundMethod - class org.jruby.RubyUnboundMethod.
- Note: This was renamed from UnboundMethod.java
- RubyUnboundMethod(Ruby) -
Constructor for class org.jruby.RubyUnboundMethod
-
- RubyUndef - class org.jruby.RubyUndef.
-
- RubyUndef() -
Constructor for class org.jruby.RubyUndef
-
- RubyWarnings - class org.jruby.common.RubyWarnings.
-
- RubyWarnings(Ruby) -
Constructor for class org.jruby.common.RubyWarnings
-
- RubyYAML - class org.jruby.RubyYAML.
-
- RubyYAML() -
Constructor for class org.jruby.RubyYAML
-
- RubyYaccLexer - class org.jruby.lexer.yacc.RubyYaccLexer.
- 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
-
- RubyZlib - class org.jruby.RubyZlib.
-
- RubyZlib() -
Constructor for class org.jruby.RubyZlib
-
- RubyZlib.Deflate - class org.jruby.RubyZlib.Deflate.
-
- RubyZlib.Deflate(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.Deflate
-
- RubyZlib.Inflate - class org.jruby.RubyZlib.Inflate.
-
- RubyZlib.Inflate(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.Inflate
-
- RubyZlib.RubyGzipFile - class org.jruby.RubyZlib.RubyGzipFile.
-
- RubyZlib.RubyGzipFile(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.RubyGzipFile
-
- RubyZlib.RubyGzipReader - class org.jruby.RubyZlib.RubyGzipReader.
-
- RubyZlib.RubyGzipReader(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.RubyGzipReader
-
- RubyZlib.RubyGzipWriter - class org.jruby.RubyZlib.RubyGzipWriter.
-
- RubyZlib.RubyGzipWriter(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.RubyGzipWriter
-
- RubyZlib.ZStream - class org.jruby.RubyZlib.ZStream.
-
- RubyZlib.ZStream(Ruby, RubyClass) -
Constructor for class org.jruby.RubyZlib.ZStream
-
- raise(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
-
- raise(IRubyObject[], Block) -
Method in class org.jruby.RubyThread
-
- raiseArgumentError(Ruby, int, int) -
Static method in class org.jruby.javasupport.util.CompilerHelpers
-
- rand(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- range(byte[], int, int, char, int) -
Static method in class org.jruby.util.Dir
-
- range_taguri(IRubyObject) -
Static method in class org.jruby.RubyYAML
-
- range_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML
-
- rassoc(IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_rassoc
- rbCatch(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- rbClone(Block) -
Method in class org.jruby.RubyObject
- rb_obj_clone
should be overriden only by: Proc, Method, UnboundedMethod, Binding
- rbClone(Block) -
Method in class org.jruby.RubyStruct
-
- rbClone(Block) -
Method in class org.jruby.RubyUndef
-
- rbClone(Block) -
Method in interface org.jruby.runtime.builtin.IRubyObject
- RubyMethod rbClone.
- rbPrivate(IRubyObject[]) -
Method in class org.jruby.RubyModule
- rb_mod_private
- rbProtected(IRubyObject[]) -
Method in class org.jruby.RubyModule
- rb_mod_protected
- rbPublic(IRubyObject[]) -
Method in class org.jruby.RubyModule
- rb_mod_public
- rbThrow(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
-
- 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_values() -
Method in class org.jruby.RubyHash
- rb_hash_values
- read(IRubyObject[]) -
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(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.lexer.yacc.LexerSource
- Read next character from this source
- read() -
Method in class org.jruby.util.DataInputBridgeStream
-
- read(int) -
Method in class org.jruby.util.IOHandler
-
- read() -
Method in class org.jruby.util.IOHandlerJavaIO
-
- read(int) -
Method in class org.jruby.util.IOHandlerJavaIO
-
- read(int) -
Method in class org.jruby.util.IOHandlerNio
-
- read(int) -
Method in class org.jruby.util.IOHandlerNull
-
- 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
-
- readComment(char) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
- Read a comment up to end of line.
- readEscape() -
Method in class org.jruby.lexer.yacc.LexerSource
-
- readLine(String) -
Method in class org.jruby.demo.TextAreaReadline
-
- readLine() -
Method in class org.jruby.lexer.yacc.LexerSource
-
- readLineBytes() -
Method in class org.jruby.lexer.yacc.LexerSource
-
- readLink(UnmarshalStream, int) -
Method in class org.jruby.runtime.marshal.UnmarshalCache
-
- readNode() -
Method in interface org.ablaf.ast.IAstDecoder
-
- readSignedByte() -
Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- readUnsignedByte() -
Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- readable_p() -
Method in class org.jruby.RubyFileStat
-
- readable_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- readchar() -
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
-
- reading -
Variable in class org.jruby.util.IOHandlerSeekable
-
- readline(IRubyObject[]) -
Method in class org.jruby.RubyArgsFile
- Read a line.
- readline(IRubyObject[]) -
Method in class org.jruby.RubyIO
- Read a line.
- readline(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- readline(IRubyObject[]) -
Method in class org.jruby.RubyStringIO
-
- readline() -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- readlines(IRubyObject[]) -
Method in class org.jruby.RubyArgsFile
-
- readlines(IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- readlines(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyIO
-
- readlines(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- readlines(IRubyObject[]) -
Method in class org.jruby.RubyStringIO
-
- readlines(IRubyObject[]) -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- readpartial(IRubyObject[]) -
Method in class org.jruby.RubyIO
-
- readpartial(int) -
Method in class org.jruby.util.IOHandlerNio
-
- ready() -
Method in class org.jruby.RubyIO
- returns non-nil if input available without blocking, false if EOF or not open/readable, otherwise nil.
- ready() -
Method in class org.jruby.util.IOHandler
- Implement IO#ready? as per io/wait in MRI.
- ready() -
Method in class org.jruby.util.IOHandlerJavaIO
-
- ready() -
Method in class org.jruby.util.IOHandlerNio
-
- ready() -
Method in class org.jruby.util.IOHandlerNull
-
- realIo -
Variable in class org.jruby.RubyZlib.RubyGzipFile
-
- realSize -
Variable in class org.jruby.util.ByteList
-
- realloc(int) -
Method in class org.jruby.util.ByteList
-
- reason() -
Method in class org.jruby.RubyLocalJumpError
-
- receiver -
Variable in class org.jruby.RubyMethod
-
- recognize(ByteList) -
Method in class org.jvyamlb.ResolverScanner
-
- recv(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyBasicSocket
-
- recv(int) -
Method in class org.jruby.util.IOHandlerNio
-
- recv(int) -
Method in class org.jruby.util.IOHandlerSocket
-
- regexpLiteral(Ruby, String, int) -
Static method in class org.jruby.javasupport.util.CompilerHelpers
-
- regexpLiteralFlags(int) -
Static method in class org.jruby.javasupport.util.CompilerHelpers
-
- regexpValue(IRubyObject) -
Static method in class org.jruby.RubyRegexp
-
- regexp_taguri(IRubyObject) -
Static method in class org.jruby.RubyYAML
-
- regexp_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML
-
- register(IRubyObject) -
Method in class org.jruby.runtime.marshal.MarshalCache
-
- register(IRubyObject) -
Method in class org.jruby.runtime.marshal.UnmarshalCache
-
- registerBuiltin(String, Library) -
Method in class org.jruby.runtime.load.LoadService
-
- registerIOHandler(IOHandler) -
Method in class org.jruby.RubyIO
-
- registerInspecting(Object) -
Method in class org.jruby.Ruby
-
- registerLinkTarget(IRubyObject) -
Method in class org.jruby.runtime.marshal.UnmarshalStream
-
- registerNewThread(RubyThread) -
Method in class org.jruby.internal.runtime.ThreadService
-
- registerRubyBuiltin(String) -
Method in class org.jruby.runtime.load.LoadService
-
- registerRubyMethods(Ruby, RubyClass) -
Static method in class org.jruby.javasupport.JavaAccessibleObject
-
- registerRubyMethods(Ruby, RubyClass, Class) -
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
-
- regsub(IRubyObject, RubyString, RubyMatchData) -
Method in class org.jruby.RubyRegexp
- rb_reg_regsub
- rehash() -
Method in class org.jruby.RubyHash
- rb_hash_rehash
- rehash() -
Method in class org.jruby.util.collections.IntHashMap
-
- reject(Block) -
Method in class org.jruby.RubyArray
- rb_ary_reject_bang
- reject(IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
-
- reject(Block) -
Method in class org.jruby.RubyHash
- rb_hash_reject
- reject_bang(Block) -
Method in class org.jruby.RubyArray
- rb_ary_reject_bang
- reject_bang(Block) -
Method in class org.jruby.RubyHash
- rb_hash_reject_bang
- remainder(IRubyObject) -
Method in class org.jruby.RubyBigDecimal
-
- remainder(IRubyObject) -
Method in class org.jruby.RubyBignum
- rb_big_remainder
- remainder(IRubyObject) -
Method in class org.jruby.RubyNumeric
- num_remainder
- remove() -
Method in class org.jruby.RubyArray.RubyArrayConversionIterator
-
- remove(Object) -
Method in class org.jruby.RubyArray
-
- remove(int) -
Method in class org.jruby.RubyArray
-
- remove(Object) -
Method in class org.jruby.RubyHash
-
- remove(RubyThread) -
Method in class org.jruby.RubyThreadGroup
-
- remove() -
Method in class org.jruby.javasupport.util.ConversionIterator
-
- remove(String, 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.WeakIdentityHashMap
-
- remove(int, Object) -
Method in class org.jruby.util.WeakIdentityHashMap
-
- 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.
- 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
-
- removeCachedMethod(String) -
Method in class org.jruby.RubyModule
-
- 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
- removeEventHook(EventHook) -
Method in class org.jruby.Ruby
-
- removeFinalizer(RubyObject.Finalizer) -
Method in class org.jruby.Ruby
-
- removeFinalizers() -
Method in class org.jruby.RubyObject.Finalizer
-
- removeFinalizers() -
Method in class org.jruby.RubyObject
-
- removeFinalizers() -
Method in class org.jruby.RubyUndef
-
- removeFinalizers(long) -
Method in class org.jruby.runtime.ObjectSpace
-
- removeFinalizers() -
Method in interface org.jruby.runtime.builtin.IRubyObject
-
- removeFromList(Object) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- removeInstanceVariable(String) -
Method in class org.jruby.RubyObject
-
- removeMethod(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
-
- 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
-
- remove_method(IRubyObject[]) -
Method in class org.jruby.RubyModule
-
- 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
-
- replace(String) -
Method in class jregex.Replacer
-
- replace(char[], int, int) -
Method in class jregex.Replacer
-
- replace(MatchResult, int) -
Method in class jregex.Replacer
-
- replace(Reader, int) -
Method in class jregex.Replacer
-
- replace(String, StringBuffer) -
Method in class jregex.Replacer
-
- replace(char[], int, int, StringBuffer) -
Method in class jregex.Replacer
-
- replace(MatchResult, int, StringBuffer) -
Method in class jregex.Replacer
-
- replace(MatchResult, String, StringBuffer) -
Method in class jregex.Replacer
-
- replace(Reader, int, StringBuffer) -
Method in class jregex.Replacer
-
- replace(String, TextBuffer) -
Method in class jregex.Replacer
-
- replace(char[], int, int, TextBuffer) -
Method in class jregex.Replacer
-
- replace(MatchResult, int, TextBuffer) -
Method in class jregex.Replacer
-
- replace(MatchResult, String, TextBuffer) -
Method in class jregex.Replacer
-
- replace(Reader, int, TextBuffer) -
Method in class jregex.Replacer
-
- replace(Matcher, Substitution, TextBuffer) -
Static method in class jregex.Replacer
- Replaces all occurences of a matcher's pattern in a matcher's target
by a given substitution appending the result to a buffer.
The substitution starts from current matcher's position, current match
not included.
- replace(Matcher, Substitution, Writer) -
Static method in class jregex.Replacer
-
- replace(String, Writer) -
Method in class jregex.Replacer
-
- replace(char[], int, int, Writer) -
Method in class jregex.Replacer
-
- replace(MatchResult, int, Writer) -
Method in class jregex.Replacer
-
- replace(MatchResult, String, Writer) -
Method in class jregex.Replacer
-
- replace(Reader, int, Writer) -
Method in class jregex.Replacer
-
- replace(IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_replace
- replace(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(byte[]) -
Method in class org.jruby.util.ByteList
-
- replace(int, int, ByteList) -
Method in class org.jruby.util.ByteList
-
- replace(int, int, byte[]) -
Method in class org.jruby.util.ByteList
-
- replace(int, int, byte[], int, int) -
Method in class org.jruby.util.ByteList
-
- 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.
- replace(Node, Object) -
Method in interface org.jvyamlb.Constructor.RecursiveFixer
-
- replaceText(int, int, String) -
Method in class org.jruby.demo.TextAreaReadline
-
- replacer(String) -
Method in class jregex.Pattern
- Returns a replacer of a pattern by specified perl-like expression.
- replacer(Substitution) -
Method in class jregex.Pattern
- Returns a replacer will substitute all occurences of a pattern
through applying a user-defined substitution model.
- represent(Object) -
Method in interface org.jvyamlb.Representer
-
- represent(Object) -
Method in class org.jvyamlb.RepresenterImpl
-
- representMapping(String, Map, boolean) -
Method in class org.jvyamlb.RepresenterImpl
-
- representScalar(String, ByteList, char) -
Method in class org.jvyamlb.RepresenterImpl
-
- representSequence(String, List, boolean) -
Method in class org.jvyamlb.RepresenterImpl
-
- require(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
- Require.
- require(String) -
Method in class org.jruby.runtime.load.LoadService
-
- required(int) -
Static method in class org.jruby.runtime.Arity
-
- required() -
Method in class org.jruby.runtime.Arity
-
- requiredLibraries() -
Method in class org.jruby.util.CommandlineParser
-
- reset() -
Method in class jregex.RETokenizer
-
- reset() -
Method in class org.jruby.RubyStringScanner
-
- reset() -
Method in class org.jruby.RubyZlib.ZStream
-
- 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.util.Adler32Ext
-
- reset() -
Method in class org.jruby.util.CRC32Ext
-
- reset(IOModes) -
Method in class org.jruby.util.IOHandler
-
- reset() -
Method in class org.jruby.util.StringScanner
-
- resetByModes(IOModes) -
Method in class org.jruby.util.IOHandler
-
- resetByModes(IOModes) -
Method in class org.jruby.util.IOHandlerNio
-
- resetByModes(IOModes) -
Method in class org.jruby.util.IOHandlerNull
-
- resetByModes(IOModes) -
Method in class org.jruby.util.IOHandlerProcess
-
- resetByModes(IOModes) -
Method in class org.jruby.util.IOHandlerSeekable
-
- resetByModes(IOModes) -
Method in class org.jruby.util.IOHandlerUnseekable
-
- resetStacks() -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- resolve(Class, ByteList, boolean[]) -
Method in interface org.jvyamlb.Resolver
-
- resolve(Class, ByteList, boolean[]) -
Method in class org.jvyamlb.ResolverImpl
-
- respond_to(IRubyObject[]) -
Method in class org.jruby.RubyObject
- 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
-
- respondsTo(String) -
Method in class org.jruby.RubyUndef
-
- respondsTo(String) -
Method in interface org.jruby.runtime.builtin.IRubyObject
- RubyMethod respondsTo.
- rest() -
Method in class org.jruby.RubyStringScanner
-
- rest() -
Method in class org.jruby.util.StringScanner
-
- 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
-
- resultStyle -
Variable in class org.jruby.demo.TextAreaReadline
-
- 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
-
- retrieveBackRef() -
Method in interface org.jruby.compiler.Compiler
- Retrieve the special "back ref" variable $~ from the outermost local scope.
- retrieveBackRef() -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- retrieveClassVariable(String) -
Method in interface org.jruby.compiler.Compiler
-
- retrieveClassVariable(String) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- retrieveConstant(String) -
Method in interface org.jruby.compiler.Compiler
- Retrieve the constant with the specified name available at the current point in the
program's execution.
- retrieveConstant(String) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- retrieveGlobalVariable(String) -
Method in interface org.jruby.compiler.Compiler
- Retrieve the global variable with the specified name to the top of the stack.
- retrieveGlobalVariable(String) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- retrieveInstanceVariable(String) -
Method in interface org.jruby.compiler.Compiler
- Retrieve the instance variable with the given name, based on the current "self".
- retrieveInstanceVariable(String) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- retrieveLastLine() -
Method in interface org.jruby.compiler.Compiler
- Retrieve the special "last line" variable $_ from the outermost local scope.
- retrieveLastLine() -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- retrieveLocalVariable(int) -
Method in interface org.jruby.compiler.Compiler
- Retrieve the local variable at the specified index to the top of the stack, using whatever local variable store is appropriate.
- retrieveLocalVariable(int, int) -
Method in interface org.jruby.compiler.Compiler
- Retrieve the local variable as the specified index and lexical scoping depth to the top of the stack,
using whatever local variable store is appropriate.
- retrieveLocalVariable(int) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- retrieveLocalVariable(int, int) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- retrieveMethod(String) -
Method in class org.jruby.RubyModule
- Search through this module and supermodules for method definitions.
- retrieveSelf() -
Method in interface org.jruby.compiler.Compiler
- Retrieve the current "self" and put a reference on top of the stack.
- retrieveSelf() -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- retrieveSelfClass() -
Method in interface org.jruby.compiler.Compiler
- Retrieve the current "self" object's metaclass and put a reference on top of the stack
- retrieveSelfClass() -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- returnNull() -
Method in class org.jruby.test.ReturnsNull
-
- returnParser(DefaultRubyParser) -
Method in class org.jruby.parser.RubyParserPool
-
- return_type() -
Method in class org.jruby.javasupport.JavaMethod
-
- rev() -
Method in class org.jruby.RubyFixnum
- fix_rev
- 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(Block) -
Method in class org.jruby.RubyArray
- rb_ary_reverse_each
- revert() -
Method in class org.jruby.ast.visitor.rewriter.utils.BooleanStateStack
-
- rewind() -
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
-
- rewind(IRubyObject, Block) -
Static method in class org.jruby.ext.Generator
-
- rewind() -
Method in class org.jruby.util.IOHandler
-
- rewind() -
Method in class org.jruby.util.IOHandlerNio
-
- rewind() -
Method in class org.jruby.util.IOHandlerNull
-
- rewind() -
Method in class org.jruby.util.IOHandlerProcess
-
- rewind() -
Method in class org.jruby.util.IOHandlerSeekable
-
- rewind() -
Method in class org.jruby.util.IOHandlerUnseekable
-
- rightshift_op(IRubyObject, Block) -
Method in class org.jruby.RubyProcess.RubyStatus
-
- rindex(IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_rindex
- rindex(IRubyObject[]) -
Method in class org.jruby.RubyString
- rb_str_rindex_m
- rjust(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 .
- 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
- rshift(IRubyObject) -
Method in class org.jruby.RubyBignum
- rb_big_rshift
- rshift(IRubyObject) -
Method in class org.jruby.RubyFixnum
- fix_rshift
- rstrip() -
Method in class org.jruby.RubyString
- rb_str_rstrip
- rstrip_bang() -
Method in class org.jruby.RubyString
- rb_str_rstrip_bang
FIXME support buffer shared
- rubyThread -
Variable in class org.jruby.internal.runtime.FutureThread
-
- rubyThread -
Variable in class org.jruby.internal.runtime.NativeThread
-
- rubyToJava(Ruby, IRubyObject, Class) -
Static method in class org.jruby.javasupport.JavaEmbedUtils
- Convert a Ruby object to a Java object.
- ruby_string_to_bytes(IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.JavaArrayUtilities
-
- ruby_synchronized(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.
- run(String[]) -
Method in class org.jruby.Main
-
- run() -
Method in class org.jruby.RubyThread
-
- 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.test.Parent
-
- run(IRubyObject) -
Method in class org.jruby.util.ShellLauncher
-
- run(IRubyObject[]) -
Method in class org.jruby.util.ShellLauncher
-
- runAndWait(IRubyObject[]) -
Method in class org.jruby.util.ShellLauncher
-
- runAndWait(IRubyObject[], OutputStream) -
Method in class org.jruby.util.ShellLauncher
-
- runTest() -
Method in class org.jruby.ast.visitor.rewriter.SourceTestCase
-
- runTest() -
Method in class org.jruby.test.FailingTest
-
- run_parent(Parent) -
Method in class org.jruby.test.Worker
-
- runtime -
Variable in class org.jruby.RubyEnumerator.ConsecutiveBlockCallback
-
- runtime -
Variable in class org.jruby.RubyEnumerator.SlicedBlockCallback
-
- runtime(IRubyObject, Block) -
Static method in class org.jruby.RubyJRuby
-
- 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
-
S
- SAFE -
Static variable in class org.jruby.compiler.NodeCompilerFactory
-
- SCLASSNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- SCOPENODE -
Static variable in class org.jruby.ast.NodeTypes
-
- SClassNode - class org.jruby.ast.SClassNode.
- Singleton class definition.
- SClassNode(ISourcePosition, Node, StaticScope, Node) -
Constructor for class org.jruby.ast.SClassNode
-
- SEEK_CUR -
Static variable in class org.jruby.util.IOHandler
-
- SEEK_END -
Static variable in class org.jruby.util.IOHandler
-
- SEEK_SET -
Static variable in class org.jruby.util.IOHandler
-
- SELFNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- SEND -
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__0_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__1_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__2_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__3_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_OP__WC___WC__QFALSE_0__WC_ -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SETCLASSVARIABLE -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SETCONSTANT -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- 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
-
- SETGLOBAL -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SETINLINECACHE -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SETINSTANCEVARIABLE -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- 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
-
- SETN -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SETSPECIAL -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SHIFT -
Static variable in class org.jruby.runtime.MethodIndex
-
- SHIFT_SWITCHVALUE -
Static variable in class org.jruby.RubyArray
-
- SJIS -
Static variable in class org.jruby.RubyNKF
-
- SJIS -
Static variable in class org.jruby.util.KCode
-
- SLASH -
Static variable in class org.jruby.util.Dir
-
- SPECIAL -
Static variable in class org.jruby.exceptions.JumpException.JumpType
-
- SPLATARRAY -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SPLATNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- STAR -
Static variable in class org.jruby.util.Dir
-
- STARNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- STDERR -
Static variable in class org.jruby.RubyIO
-
- STDIN -
Static variable in class org.jruby.RubyIO
-
- STDOUT -
Static variable in class org.jruby.RubyIO
-
- STREAM_END -
Static variable in class org.jvyamlb.tokens.Token
-
- STREAM_START -
Static variable in class org.jvyamlb.tokens.Token
-
- STRING -
Static variable in class org.jruby.runtime.ClassIndex
-
- STRNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- STRUCT -
Static variable in class org.jruby.runtime.ClassIndex
-
- ST_CHECK -
Static variable in class org.jruby.RubyHash
-
- ST_CONTINUE -
Static variable in class org.jruby.RubyHash
-
- ST_DELETE -
Static variable in class org.jruby.RubyHash
-
- ST_STOP -
Static variable in class org.jruby.RubyHash
-
- SUFFIX -
Static variable in interface jregex.MatchResult
-
- SUPER -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SUPER -
Static variable in class org.jruby.runtime.CallType
-
- SUPERNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- SVALUENODE -
Static variable in class org.jruby.ast.NodeTypes
-
- SValueNode - class org.jruby.ast.SValueNode.
-
- SValueNode(ISourcePosition, Node) -
Constructor for class org.jruby.ast.SValueNode
-
- SValueNodeCompiler - class org.jruby.compiler.SValueNodeCompiler.
-
- SValueNodeCompiler() -
Constructor for class org.jruby.compiler.SValueNodeCompiler
- Creates a new instance of SValueNodeCompiler
- SWAP -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- SYMBOL -
Static variable in class org.jruby.runtime.ClassIndex
-
- SYMBOLNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- SYNC_FLUSH -
Static variable in class org.jruby.util.ZlibDeflate
-
- SafeConstructorImpl - class org.jvyamlb.SafeConstructorImpl.
-
- SafeConstructorImpl(Composer) -
Constructor for class org.jvyamlb.SafeConstructorImpl
-
- SafeRepresenterImpl - class org.jvyamlb.SafeRepresenterImpl.
-
- SafeRepresenterImpl(Serializer, YAMLConfig) -
Constructor for class org.jvyamlb.SafeRepresenterImpl
-
- ScalarEvent - class org.jvyamlb.events.ScalarEvent.
-
- ScalarEvent(String, String, boolean[], ByteList, char) -
Constructor for class org.jvyamlb.events.ScalarEvent
-
- ScalarNode - class org.jvyamlb.nodes.ScalarNode.
-
- ScalarNode(String, ByteList, char) -
Constructor for class org.jvyamlb.nodes.ScalarNode
-
- ScalarToken - class org.jvyamlb.tokens.ScalarToken.
-
- ScalarToken(ByteList, boolean) -
Constructor for class org.jvyamlb.tokens.ScalarToken
-
- ScalarToken(ByteList, boolean, char) -
Constructor for class org.jvyamlb.tokens.ScalarToken
-
- Scanner - interface org.jvyamlb.Scanner.
-
- ScannerException - exception org.jvyamlb.ScannerException.
-
- ScannerException(String, String, String) -
Constructor for class org.jvyamlb.ScannerException
-
- ScannerException(Throwable) -
Constructor for class org.jvyamlb.ScannerException
-
- ScannerImpl - class org.jvyamlb.ScannerImpl.
- A Java implementation of the RbYAML scanner.
- ScannerImpl(InputStream) -
Constructor for class org.jvyamlb.ScannerImpl
-
- ScannerImpl(ByteList) -
Constructor for class org.jvyamlb.ScannerImpl
-
- ScannerImpl(String) -
Constructor for class org.jvyamlb.ScannerImpl
-
- Script - interface org.jruby.ast.executable.Script.
-
- ScriptTestSuite - class org.jruby.test.ScriptTestSuite.
-
- ScriptTestSuite(String) -
Constructor for class org.jruby.test.ScriptTestSuite
-
- SelfNode - class org.jruby.ast.SelfNode.
-
- SelfNode(ISourcePosition) -
Constructor for class org.jruby.ast.SelfNode
-
- SelfNodeCompiler - class org.jruby.compiler.SelfNodeCompiler.
-
- SelfNodeCompiler() -
Constructor for class org.jruby.compiler.SelfNodeCompiler
-
- SequenceEndEvent - class org.jvyamlb.events.SequenceEndEvent.
-
- SequenceEndEvent() -
Constructor for class org.jvyamlb.events.SequenceEndEvent
-
- SequenceNode - class org.jvyamlb.nodes.SequenceNode.
-
- SequenceNode(String, List, boolean) -
Constructor for class org.jvyamlb.nodes.SequenceNode
-
- SequenceStartEvent - class org.jvyamlb.events.SequenceStartEvent.
-
- SequenceStartEvent(String, String, boolean, boolean) -
Constructor for class org.jvyamlb.events.SequenceStartEvent
-
- SerializationAstMarshal - class org.ablaf.internal.ast.SerializationAstMarshal.
-
- SerializationAstMarshal() -
Constructor for class org.ablaf.internal.ast.SerializationAstMarshal
-
- Serializer - interface org.jvyamlb.Serializer.
-
- SerializerException - exception org.jvyamlb.SerializerException.
-
- SerializerException(String) -
Constructor for class org.jvyamlb.SerializerException
-
- SerializerException(Throwable) -
Constructor for class org.jvyamlb.SerializerException
-
- SerializerImpl - class org.jvyamlb.SerializerImpl.
-
- SerializerImpl(Emitter, Resolver, YAMLConfig) -
Constructor for class org.jvyamlb.SerializerImpl
-
- SharedScopeBlock - class org.jruby.runtime.SharedScopeBlock.
- Represents the live state of a for or END construct in Ruby.
- ShellLauncher - class org.jruby.util.ShellLauncher.
-
- ShellLauncher(Ruby) -
Constructor for class org.jruby.util.ShellLauncher
- Creates a new instance of ShellLauncher
- ShellLauncherTest - class org.jruby.util.ShellLauncherTest.
-
- ShellLauncherTest() -
Constructor for class org.jruby.util.ShellLauncherTest
-
- ShortIfNodeReWriteVisitor - class org.jruby.ast.visitor.rewriter.utils.ShortIfNodeReWriteVisitor.
-
- ShortIfNodeReWriteVisitor(ReWriterContext) -
Constructor for class org.jruby.ast.visitor.rewriter.utils.ShortIfNodeReWriteVisitor
-
- SimpleCallbackMethod - class org.jruby.internal.runtime.methods.SimpleCallbackMethod.
-
- SimpleCallbackMethod(RubyModule, Callback, Visibility) -
Constructor for class org.jruby.internal.runtime.methods.SimpleCallbackMethod
-
- SimpleExecutor - class org.jruby.javasupport.test.SimpleExecutor.
-
- SimpleExecutor() -
Constructor for class org.jruby.javasupport.test.SimpleExecutor
-
- SimpleInterface - interface org.jruby.javasupport.test.SimpleInterface.
-
- SimpleInvocationMethod - class org.jruby.internal.runtime.methods.SimpleInvocationMethod.
-
- SimpleInvocationMethod(RubyModule, Arity, Visibility) -
Constructor for class org.jruby.internal.runtime.methods.SimpleInvocationMethod
-
- SimpleReflectedMethod - class org.jruby.internal.runtime.methods.SimpleReflectedMethod.
-
- SimpleReflectedMethod(RubyModule, Class, String, Arity, Visibility) -
Constructor for class org.jruby.internal.runtime.methods.SimpleReflectedMethod
-
- SinglyLinkedList - class org.jruby.util.collections.SinglyLinkedList.
-
- SinglyLinkedList(Object, SinglyLinkedList) -
Constructor for class org.jruby.util.collections.SinglyLinkedList
-
- SkinnyMethodAdapter - class org.jruby.compiler.impl.SkinnyMethodAdapter.
-
- SkinnyMethodAdapter(MethodVisitor) -
Constructor for class org.jruby.compiler.impl.SkinnyMethodAdapter
- Creates a new instance of SkinnyMethodAdapter
- SlottedHashMap - class org.jruby.util.collections.SlottedHashMap.
-
- SlottedHashMap(Object) -
Constructor for class org.jruby.util.collections.SlottedHashMap
-
- SlottedHashMap(Object, SlottedHashMap) -
Constructor for class org.jruby.util.collections.SlottedHashMap
-
- SlottedHashMap.Slot - class org.jruby.util.collections.SlottedHashMap.Slot.
-
- SlottedHashMap.Slot() -
Constructor for class org.jruby.util.collections.SlottedHashMap.Slot
-
- SlottedHashMapTest - class org.jruby.util.collections.test.SlottedHashMapTest.
-
- SlottedHashMapTest(String) -
Constructor for class org.jruby.util.collections.test.SlottedHashMapTest
-
- SourcePosition - class org.jruby.lexer.yacc.SourcePosition.
- Position within a source.
- SourcePosition() -
Constructor for class org.jruby.lexer.yacc.SourcePosition
- Creates a default source position - required for serialization.
- SourcePosition(String, int, int) -
Constructor for class org.jruby.lexer.yacc.SourcePosition
- Creates a new source position.
- SourcePosition(String, int, int, int, int) -
Constructor for class org.jruby.lexer.yacc.SourcePosition
- Creates a new source position.
- SourcePositionFactory - class org.jruby.lexer.yacc.SourcePositionFactory.
-
- SourcePositionFactory(LexerSource, int) -
Constructor for class org.jruby.lexer.yacc.SourcePositionFactory
-
- SourceRewriteTester - class org.jruby.ast.visitor.rewriter.SourceRewriteTester.
-
- SourceRewriteTester() -
Constructor for class org.jruby.ast.visitor.rewriter.SourceRewriteTester
-
- SourceRewriterMain - class org.jruby.ast.visitor.rewriter.SourceRewriterMain.
-
- SourceRewriterMain() -
Constructor for class org.jruby.ast.visitor.rewriter.SourceRewriterMain
-
- SourceTestCase - class org.jruby.ast.visitor.rewriter.SourceTestCase.
-
- SourceTestCase(String, boolean) -
Constructor for class org.jruby.ast.visitor.rewriter.SourceTestCase
-
- SpecialJump -
Static variable in class org.jruby.exceptions.JumpException.JumpType
-
- SplatNode - class org.jruby.ast.SplatNode.
-
- SplatNode(ISourcePosition, Node) -
Constructor for class org.jruby.ast.SplatNode
-
- SplatNodeCompiler - class org.jruby.compiler.SplatNodeCompiler.
-
- SplatNodeCompiler() -
Constructor for class org.jruby.compiler.SplatNodeCompiler
- Creates a new instance of SplatNodeCompiler
- Sprintf - class org.jruby.util.Sprintf.
-
- StackState - class org.jruby.lexer.yacc.StackState.
-
- StackState() -
Constructor for class org.jruby.lexer.yacc.StackState
-
- StandardASMCompiler - class org.jruby.compiler.impl.StandardASMCompiler.
-
- StandardASMCompiler(String, String) -
Constructor for class org.jruby.compiler.impl.StandardASMCompiler
- Creates a new instance of StandardCompilerContext
- StandardASMCompiler(Node) -
Constructor for class org.jruby.compiler.impl.StandardASMCompiler
-
- StandardYARVCompiler - class org.jruby.compiler.yarv.StandardYARVCompiler.
-
- StandardYARVCompiler(Ruby) -
Constructor for class org.jruby.compiler.yarv.StandardYARVCompiler
-
- StarNode - class org.jruby.ast.StarNode.
- Represents a star in a multiple assignent.
- StarNode(ISourcePosition) -
Constructor for class org.jruby.ast.StarNode
- Constructor for StarNode.
- StaticScope - class org.jruby.parser.StaticScope.
-
- StaticScope(StaticScope) -
Constructor for class org.jruby.parser.StaticScope
-
- StaticScope(StaticScope, String[]) -
Constructor for class org.jruby.parser.StaticScope
-
- StrNode - class org.jruby.ast.StrNode.
- Representing a simple String literal.
- StrNode(ISourcePosition, ByteList) -
Constructor for class org.jruby.ast.StrNode
-
- StrNode(ISourcePosition, StrNode, StrNode) -
Constructor for class org.jruby.ast.StrNode
-
- StrTerm - class org.jruby.lexer.yacc.StrTerm.
-
- StrTerm() -
Constructor for class org.jruby.lexer.yacc.StrTerm
-
- StreamEndEvent - class org.jvyamlb.events.StreamEndEvent.
-
- StreamEndEvent() -
Constructor for class org.jvyamlb.events.StreamEndEvent
-
- StreamEndToken - class org.jvyamlb.tokens.StreamEndToken.
-
- StreamEndToken() -
Constructor for class org.jvyamlb.tokens.StreamEndToken
-
- StreamStartEvent - class org.jvyamlb.events.StreamStartEvent.
-
- StreamStartEvent() -
Constructor for class org.jvyamlb.events.StreamStartEvent
-
- StreamStartToken - class org.jvyamlb.tokens.StreamStartToken.
-
- StreamStartToken() -
Constructor for class org.jvyamlb.tokens.StreamStartToken
-
- StringIOLibrary - class org.jruby.libraries.StringIOLibrary.
-
- StringIOLibrary() -
Constructor for class org.jruby.libraries.StringIOLibrary
-
- StringNodeCompiler - class org.jruby.compiler.StringNodeCompiler.
-
- StringNodeCompiler() -
Constructor for class org.jruby.compiler.StringNodeCompiler
- Creates a new instance of StringNodeCompiler
- StringScanner - class org.jruby.util.StringScanner.
-
- StringScanner() -
Constructor for class org.jruby.util.StringScanner
-
- StringScanner(CharSequence) -
Constructor for class org.jruby.util.StringScanner
-
- StringScannerLibrary - class org.jruby.libraries.StringScannerLibrary.
-
- StringScannerLibrary() -
Constructor for class org.jruby.libraries.StringScannerLibrary
-
- StringScannerTest - class org.jruby.util.StringScannerTest.
-
- StringScannerTest() -
Constructor for class org.jruby.util.StringScannerTest
-
- StringTerm - class org.jruby.lexer.yacc.StringTerm.
-
- StringTerm(int, char, char) -
Constructor for class org.jruby.lexer.yacc.StringTerm
-
- Substitution - interface jregex.Substitution.
-
- SuperNode - class org.jruby.ast.SuperNode.
- 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
-
- SwallowingOutputStream - class org.jruby.util.SwallowingOutputStream.
-
- SwallowingOutputStream() -
Constructor for class org.jruby.util.SwallowingOutputStream
-
- SymbolNode - class org.jruby.ast.SymbolNode.
- Represents a symbol (:symbol_name).
- SymbolNode(ISourcePosition, String) -
Constructor for class org.jruby.ast.SymbolNode
-
- SymbolNodeCompiler - class org.jruby.compiler.SymbolNodeCompiler.
-
- SymbolNodeCompiler() -
Constructor for class org.jruby.compiler.SymbolNodeCompiler
-
- SyntaxException - exception org.jruby.lexer.yacc.SyntaxException.
-
- SyntaxException(ISourcePosition, String) -
Constructor for class org.jruby.lexer.yacc.SyntaxException
-
- 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
-
- s_hist_each(IRubyObject, Block) -
Static method in class org.jruby.ext.Readline
-
- s_hist_empty_p(IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- s_hist_get(IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- s_hist_length(IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- s_hist_set(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- s_hist_shift(IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- s_hist_to_a(IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- s_hist_to_s(IRubyObject) -
Static method in class org.jruby.ext.Readline
-
- 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_kill(IRubyObject, RubyThread, Block) -
Static method in class org.jruby.RubyThread
-
- s_load(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyTime
-
- 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
-
- s_push(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.ext.Readline
-
- 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
- safeGetInstanceVariables() -
Method in class org.jruby.RubyObject
-
- safeGetInstanceVariables() -
Method in class org.jruby.RubyUndef
-
- safeGetInstanceVariables() -
Method in interface org.jruby.runtime.builtin.IRubyObject
- Gets a copy of the instance variables for this object, if any exist.
- safeHasInstanceVariables() -
Method in class org.jruby.RubyNil
-
- safeHasInstanceVariables() -
Method in class org.jruby.RubyObject
-
- safeHasInstanceVariables() -
Method in class org.jruby.RubyUndef
-
- safeHasInstanceVariables() -
Method in interface org.jruby.runtime.builtin.IRubyObject
- Returns true if the object has any instance variables, false otherwise.
- 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
-
- same2(IRubyObject) -
Method in class org.jruby.RubyTime
-
- sample_equals(Object) -
Method in class org.jruby.util.ByteList
-
- scalar(String, String, String) -
Method in class org.jruby.yaml.JRubyRepresenter
-
- scalar(String, ByteList, String) -
Method in class org.jruby.yaml.JRubyRepresenter
-
- scalar(String, ByteList, char) -
Method in interface org.jvyamlb.Representer
-
- scalar(String, ByteList, char) -
Method in class org.jvyamlb.RepresenterImpl
-
- scan(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyKernel
-
- scan(IRubyObject, Block) -
Method in class org.jruby.RubyString
- rb_str_scan
- scan(RubyRegexp) -
Method in class org.jruby.RubyStringScanner
-
- scan(Pattern) -
Method in class org.jruby.util.StringScanner
-
- scanArgs(Ruby, IRubyObject[], int, int) -
Static method in class org.jruby.runtime.Arity
-
- scanUntil(Pattern) -
Method in class org.jruby.util.StringScanner
-
- scan_full(RubyRegexp, RubyBoolean, RubyBoolean) -
Method in class org.jruby.RubyStringScanner
-
- scan_until(RubyRegexp) -
Method in class org.jruby.RubyStringScanner
-
- scope -
Variable in class org.jruby.ast.MethodDefNode
-
- search(String, RubyString, int) -
Method in class org.jruby.RubyRegexp
- rb_reg_search
- search2(String, RubyString) -
Method in class org.jruby.RubyRegexp
-
- searchAgain(String, RubyString, boolean) -
Method in class org.jruby.RubyRegexp
-
- searchMethod(String) -
Method in class org.jruby.RubyModule
- Search through this module and supermodules for method definitions.
- search_full(RubyRegexp, RubyBoolean, RubyBoolean) -
Method in class org.jruby.RubyStringScanner
-
- sec() -
Method in class org.jruby.RubyTime
-
- secure(int) -
Method in class org.jruby.Ruby
-
- seek(IRubyObject[]) -
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.IOHandler
- Perform a seek based on pos().
- seek(long, int) -
Method in class org.jruby.util.IOHandlerNio
-
- seek(long, int) -
Method in class org.jruby.util.IOHandlerNull
-
- seek(long, int) -
Method in class org.jruby.util.IOHandlerProcess
-
- seek(long, int) -
Method in class org.jruby.util.IOHandlerSeekable
-
- seek(long, int) -
Method in class org.jruby.util.IOHandlerUnseekable
-
- select(Block) -
Method in class org.jruby.RubyArray
- rb_ary_select
- select(IRubyObject, Block) -
Static method in class org.jruby.RubyEnumerable
-
- select(IRubyObject[], Block) -
Method in class org.jruby.RubyHash
- rb_hash_select
- select(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyIO
-
- select(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- select_static(Ruby, IRubyObject[]) -
Static method in class org.jruby.RubyIO
-
- self -
Variable in class org.jruby.runtime.Block
- 'self' at point when the block is defined
- send(IRubyObject[], Block) -
Method in class org.jruby.RubyObject
- send( aSymbol [, args ]* ) -> anObject
Invokes the method identified by aSymbol, passing it any arguments
specified.
- seq(String, List, Object) -
Method in class org.jruby.yaml.JRubyRepresenter
-
- seq(String, List, boolean) -
Method in interface org.jvyamlb.Representer
-
- seq(String, List, boolean) -
Method in class org.jvyamlb.RepresenterImpl
-
- serialize(File, File) -
Static method in class org.jruby.main.ASTSerializer
-
- serialize(File, IAstEncoder) -
Static method in class org.jruby.main.ASTSerializer
-
- serialize(Node) -
Method in interface org.jvyamlb.Serializer
-
- serialize(Node) -
Method in class org.jvyamlb.SerializerImpl
-
- 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, Block) -
Method in class org.jruby.RubyStruct
-
- set(boolean) -
Method in class org.jruby.ast.visitor.rewriter.utils.BooleanStateStack
-
- set(String, IRubyObject) -
Method in class org.jruby.internal.runtime.GlobalVariables
-
- 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(int, int) -
Method in class org.jruby.util.ByteList
-
- setAST(Node) -
Method in class org.jruby.parser.RubyParserResult
- Sets the ast.
- setAborted(boolean) -
Method in class 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.
- setAge(int) -
Method in class org.jvyamlb.TestBean
-
- setAge(int) -
Method in class org.jvyamlb.TestBean2
-
- setAnchor(Node) -
Method in class org.jvyamlb.nodes.LinkNode
-
- 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.
- 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
-
- setArity(Arity) -
Method in class org.jruby.runtime.callback.FastInvocationCallback
-
- setArity(Arity) -
Method in class org.jruby.runtime.callback.InvocationCallback
-
- setBackRef(IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
-
- setBackref(IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
-
- setBacktraceFrames(Frame[]) -
Method in class org.jruby.RubyException
-
- setBaseName(String) -
Method in class org.jruby.RubyModule
-
- setBindingScope(DynamicScope) -
Method in class org.jruby.runtime.DynamicScope
-
- setBlockArgValues(IRubyObject[], int) -
Method in class org.jruby.runtime.DynamicScope
-
- setBlocking(boolean) -
Method in class org.jruby.util.IOHandlerNio
-
- setBool(boolean) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setBorn(Date) -
Method in class org.jvyamlb.TestBean
-
- setBreakInKernelLoop(boolean) -
Method in class org.jruby.exceptions.JumpException
-
- setCRef(SinglyLinkedList) -
Method in class org.jruby.runtime.ThreadContext
-
- setChannel(Channel) -
Method in class org.jruby.ext.socket.RubyBasicSocket
-
- setClassVar(String, IRubyObject) -
Method in class org.jruby.RubyModule
- Set the named class variable to the given value, provided taint and freeze allow setting it.
- setClassVariable(ThreadContext, Ruby, IRubyObject, String, IRubyObject) -
Static method in class org.jruby.javasupport.util.CompilerHelpers
-
- setColor(String) -
Method in class org.jruby.javasupport.test.Color
-
- setColor(long) -
Method in class org.jruby.javasupport.test.Color
-
- setCompletor(Completor) -
Static method in class org.jruby.ext.Readline
-
- setConfiguration(RubyParserConfiguration) -
Method in class org.jruby.parser.ParserSupport
- Sets the configuration.
- setConstant(String, IRubyObject) -
Method in class org.jruby.RubyModule
- Set the named constant on this module.
- setConstantInCurrent(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(String, RubyModule, 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
-
- setCurrentLineNumber(int) -
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
-
- setDebug(IRubyObject) -
Method in class org.jruby.Ruby
- Setter for property isDebug.
- setDoNotReverseLookupEnabled(boolean) -
Method in class org.jruby.Ruby
-
- setEmptyEnabled(boolean) -
Method in class jregex.RETokenizer
-
- setEndSeen(boolean) -
Method in class org.jruby.parser.RubyParserResult
-
- setEnvironment(Map) -
Method in class org.jruby.RubyInstanceConfig
-
- setError(PrintStream) -
Method in class org.jruby.RubyInstanceConfig
-
- setErrorInfo(IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
-
- setException(RubyException, boolean) -
Method in class org.jruby.exceptions.RaiseException
- Sets the exception
- setFileno(int) -
Method in class org.jruby.util.IOHandler
-
- setFrameArgs(IRubyObject[]) -
Method in class org.jruby.runtime.ThreadContext
-
- setFrameJumpTarget(Object) -
Method in class org.jruby.runtime.ThreadContext
-
- setFrozen(boolean) -
Method in class org.jruby.RubyObject
- Sets the frozen.
- setFrozen(boolean) -
Method in class org.jruby.RubyUndef
-
- setFrozen(boolean) -
Method in interface org.jruby.runtime.builtin.IRubyObject
- RubyMethod setFrozen.
- setGeneratedSource(String) -
Method in class org.jruby.ast.visitor.rewriter.SourceTestCase
-
- setGlobalAbortOnExceptionEnabled(boolean) -
Method in class org.jruby.Ruby
-
- setGlobalVariables(GlobalVariables) -
Method in class org.jruby.Ruby
-
- setImplementationClass(RubyModule) -
Method in class org.jruby.internal.runtime.methods.DynamicMethod
-
- setInDef(boolean) -
Method in class org.jruby.parser.ParserSupport
-
- setInSingle(int) -
Method in class org.jruby.parser.ParserSupport
- Setter for property inSingle.
- setIndentationChar(char) -
Method in class org.jruby.ast.visitor.rewriter.utils.Indentor
-
- setIndentationSteps(int) -
Method in class org.jruby.ast.visitor.rewriter.utils.Indentor
-
- setInput(InputStream) -
Method in class org.jruby.RubyInstanceConfig
-
- setInstanceVariable(String, IRubyObject, String, String) -
Method in class org.jruby.RubyObject
-
- setInstanceVariable(String, IRubyObject) -
Method in class org.jruby.RubyObject
- rb_iv_set / rb_ivar_set
- setInstanceVariable(String, IRubyObject) -
Method in class org.jruby.RubyUndef
-
- setInstanceVariable(String, IRubyObject) -
Method in interface org.jruby.runtime.builtin.IRubyObject
- RubyMethod setInstanceVar.
- setInstanceVariables(Map) -
Method in class org.jruby.IncludedModuleWrapper
-
- setInstanceVariables(Map) -
Method in class org.jruby.RubyObject
-
- setInstanceVariables(Map) -
Method in class org.jruby.RubyUndef
-
- setInstanceVariables(Map) -
Method in interface org.jruby.runtime.builtin.IRubyObject
-
- setIsBindingFrame(boolean) -
Method in class org.jruby.runtime.Frame
- Set whether this is a binding frame or not
- setIsSync(boolean) -
Method in class org.jruby.util.IOHandler
-
- 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
-
- setJRubyHome(String) -
Method in class org.jruby.Ruby
-
- setJavaCalendar(Calendar) -
Method in class org.jruby.RubyTime
-
- setJavaNames(boolean) -
Method in class org.jruby.runtime.RubyOptions.JavaSupport
-
- setJumpTarget(Object) -
Method in class org.jruby.runtime.Frame
-
- setJumpType(JumpException.JumpType) -
Method in class org.jruby.exceptions.JumpException
-
- setKCode(KCode) -
Method in class org.jruby.Ruby
-
- 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(IRubyObject) -
Method in class org.jruby.runtime.DynamicScope
-
- setLastPosition(ISourcePosition) -
Method in class org.jruby.ast.visitor.rewriter.utils.ReWriterContext
-
- setLastVisibility(Visibility) -
Method in class org.jruby.runtime.ThreadContext
-
- setLastline(IRubyObject) -
Method in class org.jruby.runtime.ThreadContext
-
- setLightweight(boolean) -
Method in class org.jruby.ast.ArrayNode
-
- 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
-
- setLoadServiceCreator(RubyInstanceConfig.LoadServiceCreator) -
Method in class org.jruby.RubyInstanceConfig
-
- 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
-
- setMetaClass(RubyClass) -
Method in class org.jruby.RubyUndef
-
- setMetaClass(RubyClass) -
Method in interface org.jruby.runtime.builtin.IRubyObject
-
- setMethodVisibility(IRubyObject[], Visibility) -
Method in class org.jruby.RubyModule
- set_method_visibility
- setMethods(Map) -
Method in class org.jruby.IncludedModuleWrapper
-
- setMicroseconds(long) -
Method in class org.jruby.RubyTime
-
- 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
- setName(ByteList) -
Method in class org.jvyamlb.TestBean
-
- setName(ByteList) -
Method in class org.jvyamlb.TestBean2
-
- setNext(SinglyLinkedList) -
Method in class org.jruby.util.collections.SinglyLinkedList
-
- setNilList(List) -
Method in interface org.jruby.javasupport.test.SimpleInterface
-
- setNilMap(Map) -
Method in interface org.jruby.javasupport.test.SimpleInterface
-
- 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
-
- setOutput(PrintStream) -
Method in class org.jruby.RubyInstanceConfig
-
- setOutput(PrintWriter) -
Method in class org.jruby.ast.visitor.rewriter.utils.ReWriterContext
-
- 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().
- setPos(IRubyObject) -
Method in class org.jruby.RubyDir
-
- setPos(int) -
Method in class org.jruby.util.StringScanner
-
- setPosition(int) -
Method in class jregex.Matcher
- Allows to set a position the subsequent find()/find(int) will start from.
- 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
-
- setPosition(ISourcePosition) -
Method in class org.jruby.runtime.ThreadContext
-
- 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
-
- setProcObject(RubyProc) -
Method in class org.jruby.runtime.Block
- Set the proc object associated with this block
- setProcObject(RubyProc) -
Method in class org.jruby.runtime.MethodBlock
- Set the proc object associated with this block
- setProfile(Profile) -
Method in class org.jruby.RubyInstanceConfig
-
- setRandomSeed(long) -
Method in class org.jruby.Ruby
-
- setResult(RubyParserResult) -
Method in class org.jruby.parser.ParserSupport
- Sets the result.
- setRubyModules(boolean) -
Method in class org.jruby.runtime.RubyOptions.JavaSupport
-
- setRubyNames(boolean) -
Method in class org.jruby.runtime.RubyOptions.JavaSupport
-
- setSafeLevel(int) -
Method in class org.jruby.Ruby
- Setter for property securityLevel.
- 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.Block
-
- setSelf(IRubyObject) -
Method in class org.jruby.runtime.MethodBlock
-
- setShowVersion(boolean) -
Method in class org.jruby.util.CommandlineParser
-
- setSkipNextNewline(boolean) -
Method in class org.jruby.ast.visitor.rewriter.utils.ReWriterContext
-
- setSource(LexerSource) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
- Allow the parser to set the source for its lexer.
- setStackTraces(int) -
Method in class org.jruby.Ruby
-
- setState(Object) -
Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
-
- setState(Object) -
Method in interface org.jruby.javasupport.proxy.JavaProxyMethod
- store state (cache target callable?) in the proxy method
- setState(LexState) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- setStatus(int) -
Method in class org.jruby.exceptions.MainExitException
-
- setStrTerm(StrTerm) -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
-
- setString(String) -
Method in interface org.jruby.javasupport.test.RubyTestObject
-
- setString(CharSequence) -
Method in class org.jruby.util.StringScanner
-
- setSubstitution(String, boolean) -
Method in class jregex.Replacer
-
- setSuperClass(RubyClass) -
Method in class org.jruby.RubyModule
-
- setTaint(boolean) -
Method in class org.jruby.RubyObject
- Sets the taint.
- setTaint(boolean) -
Method in class org.jruby.RubyUndef
-
- setTaint(boolean) -
Method in interface org.jruby.runtime.builtin.IRubyObject
- RubyMethod setTaint.
- setTarget(Matcher, int) -
Method in class jregex.Matcher
- This method allows to efficiently pass data between matchers.
- setTarget(String) -
Method in class jregex.Matcher
- Supplies a text to search in/match with.
- setTarget(String, int, int) -
Method in class jregex.Matcher
- Supplies a text to search in/match with, as a part of String.
- setTarget(char[], int, int) -
Method in class jregex.Matcher
- Supplies a text to search in/match with, as a part of char array.
- setTarget(char[], int, int, boolean) -
Method in class jregex.Matcher
- To be used with much care.
- setTarget(Reader, int) -
Method in class jregex.Matcher
- Supplies a text to search in/match with through a stream.
- setTarget(Object) -
Method in class org.jruby.ast.ReturnNode
-
- setTarget(Object) -
Method in class org.jruby.exceptions.JumpException
-
- 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
-
- setUSec(long) -
Method in class org.jruby.RubyTime
-
- setUnicodeValue(String) -
Method in class org.jruby.RubyString
-
- setUp() -
Method in class org.jruby.TestRegexpTranslator
-
- 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() -
Method in class org.jruby.test.TestAdoptedThreading
-
- 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.TestRaiseException
-
- 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.TestRubyNil
-
- setUp() -
Method in class org.jruby.test.TestRubyObject
-
- setUp() -
Method in class org.jruby.test.TestRubySymbol
-
- setUp() -
Method in class org.jruby.util.ShellLauncherTest
-
- setUp() -
Method in class org.jruby.util.StringScannerTest
-
- setUsageError(boolean) -
Method in class org.jruby.exceptions.MainExitException
-
- setValue(CharSequence) -
Method in class org.jruby.RubyString
- Mutator for internal string representation.
- setValue(ByteList) -
Method in class org.jruby.RubyString
-
- 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 class org.jruby.exceptions.JumpException
- Set the value that will be returned when the jump reaches its destination
- 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(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(Object) -
Method in class org.jruby.util.collections.SlottedHashMap.Slot
-
- setValue(Object) -
Method in class org.jvyamlb.nodes.Node
-
- setValue(Object) -
Method in class org.jvyamlb.tokens.AliasToken
-
- setValue(Object) -
Method in class org.jvyamlb.tokens.AnchorToken
-
- setValue(Object) -
Method in class org.jvyamlb.tokens.Token
-
- setValueNode(Node) -
Method in class org.jruby.ast.AssignableNode
- Sets the valueNode.
- 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.runtime.Block
-
- setVisibility(Visibility) -
Method in class org.jruby.runtime.Frame
- Change the visibility associated with this frame
- setVisibility(Visibility) -
Method in class org.jruby.runtime.MethodBlock
-
- 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.
- set_avail_out(IRubyObject) -
Method in class org.jruby.RubyZlib.ZStream
-
- set_backtrace(IRubyObject) -
Method in class org.jruby.RubyException
-
- set_comment(RubyString) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
-
- set_deprecated_interface_syntax(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.javasupport.Java
-
- 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_lineno(IRubyObject) -
Method in class org.jruby.RubyArgsFile
-
- set_lineno(RubyFixnum) -
Method in class org.jruby.RubyStringIO
-
- set_lineno(RubyNumeric) -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- set_mtime(IRubyObject) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
-
- set_orig_name(RubyString) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
-
- set_pos(IRubyObject) -
Method in class org.jruby.RubyArgsFile
-
- set_pos(RubyFixnum) -
Method in class org.jruby.RubyStringIO
-
- set_pos(RubyFixnum) -
Method in class org.jruby.RubyStringScanner
-
- set_static_value(IRubyObject) -
Method in class org.jruby.javasupport.JavaField
-
- set_string(RubyString) -
Method in class org.jruby.RubyStringIO
-
- set_string(RubyString) -
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
-
- setsockopt(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyTCPSocket
-
- 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
-
- setupInterfaceModule(RubyModule) -
Method in class org.jruby.javasupport.JavaClass
-
- setupInterfaceProxy(RubyClass) -
Method in class org.jruby.javasupport.JavaClass
-
- setupProxy(RubyClass) -
Method in class org.jruby.javasupport.JavaClass
-
- shift() -
Method in class org.jruby.RubyArray
- rb_ary_shift
- shift() -
Method in class org.jruby.RubyHash
- rb_hash_shift
- shouldRunInterpreter() -
Method in class org.jruby.util.CommandlineParser
-
- shouldTruncate() -
Method in class org.jruby.util.IOModes
-
- shutdown(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyBasicSocket
-
- sig(Class, Class[]) -
Method in class org.jruby.util.CodegenUtils
- Create a method signature from the given param types and return values
- sig(Class) -
Method in class org.jruby.util.CodegenUtils
- Create a method signature with just a return value
- sign() -
Method in class org.jruby.RubyBigDecimal
-
- signal() -
Method in class org.jruby.libraries.ThreadLibrary.ConditionVariable
-
- simple_name() -
Method in class org.jruby.javasupport.JavaClass
-
- sin(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyMath
-
- singleArgument() -
Static method in class org.jruby.runtime.Arity
-
- 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
- singlifySplattedValue() -
Method in interface org.jruby.compiler.Compiler
- Given a splatted value, extract a single value.
- singlifySplattedValue() -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- sinh(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyMath
-
- 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.ast.ListNode
-
- size -
Variable in class org.jruby.util.Pack.Converter
-
- size() -
Method in class org.jruby.util.WeakIdentityHashMap
-
- 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_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFile
-
- skip() -
Method in class jregex.Matcher
- Sets the current search position just after the end of last match.
- skip() -
Method in class org.jruby.RubyArgsFile
-
- skip(RubyRegexp) -
Method in class org.jruby.RubyStringScanner
-
- skip(Pattern) -
Method in class org.jruby.util.StringScanner
-
- skipLeadingWhitespace(byte[]) -
Static method in class org.jruby.util.Convert
-
- skipTrailingWhitespace(byte[]) -
Static method in class org.jruby.util.Convert
-
- skipUntil(Pattern) -
Method in class org.jruby.util.StringScanner
-
- skip_until(RubyRegexp) -
Method in class org.jruby.RubyStringScanner
-
- sleep(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- sleep(long) -
Method in class org.jruby.RubyThread
-
- slice -
Variable in class org.jruby.RubyEnumerator.SlicedBlockCallback
-
- sliceSize -
Variable in class org.jruby.RubyEnumerator.SlicedBlockCallback
-
- slice_bang(IRubyObject[]) -
Method in class org.jruby.RubyArray
- rb_ary_slice_bang
- slice_bang(IRubyObject[]) -
Method in class org.jruby.RubyString
- rb_str_slice_bang
- smartLoad(String) -
Method in class org.jruby.runtime.load.LoadService
-
- sockerr(IRubyObject, String) -
Static method in class org.jruby.ext.socket.RubyIPSocket
-
- socketChannel -
Variable in class org.jruby.ext.socket.RubyBasicSocket
-
- sort(Block) -
Method in class org.jruby.RubyArray
- rb_ary_sort
- sort(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(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
-
- sourceSuffixes -
Static variable in class org.jruby.runtime.load.LoadService
-
- spaceship(IRubyObject) -
Method in class org.jruby.RubyBigDecimal
-
- specificEval(RubyModule, IRubyObject[], Block) -
Method in class org.jruby.RubyObject
- specific_eval
- splatCurrentValue() -
Method in interface org.jruby.compiler.Compiler
- Convert the current value into a "splatted value" suitable for passing as
method arguments or disassembling into multiple variables.
- splatCurrentValue() -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- splatValue(Ruby, IRubyObject) -
Static method in class org.jruby.evaluator.EvaluationState
-
- split() -
Method in class jregex.RETokenizer
-
- split() -
Method in class org.jruby.RubyBigDecimal
-
- split(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFile
-
- split(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- split(IRubyObject[]) -
Method in class org.jruby.RubyString
- rb_str_split_m
- sprintf(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- sprintf(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.
- start() -
Method in interface jregex.MatchResult
-
- start(int) -
Method in interface jregex.MatchResult
-
- start() -
Method in class jregex.Matcher
-
- start(int) -
Method in class jregex.Matcher
-
- start(IRubyObject) -
Static method in class org.jruby.RubyGC
-
- start(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyThread
- Basically the same as Thread.new .
- start() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- start() -
Method in class org.jruby.demo.DOMScriptingApplet
-
- start() -
Method in class org.jruby.demo.IRBApplet
-
- start() -
Method in class org.jruby.internal.runtime.FutureThread
-
- start() -
Method in class org.jruby.internal.runtime.NativeThread
-
- start() -
Method in interface org.jruby.internal.runtime.ThreadLike
-
- startScript() -
Method in interface org.jruby.compiler.Compiler
- Begin compilation for a script, preparing all necessary context and code
to support this script's compiled representation.
- startScript() -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- startsWith(String) -
Method in class jregex.Pattern
- A shorthand for Pattern.matcher(String).matchesPrefix().
- 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
-
- state -
Variable in class org.jruby.lexer.yacc.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
-
- status() -
Method in class org.jruby.RubyThread
-
- step(IRubyObject[], Block) -
Method in class org.jruby.RubyNumeric
-
- step(IRubyObject[], Block) -
Method in class org.jruby.RubyRange
-
- stop(IRubyObject) -
Static method in class org.jruby.RubyThread
-
- stop() -
Method in class org.jruby.lexer.yacc.StackState
-
- 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
-
- 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.
- strDup() -
Method in class org.jruby.RubyString
- rb_str_dup
- 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.
- 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.JavaString
-
- string() -
Method in class org.jruby.RubyMatchData.RString
-
- string() -
Method in class org.jruby.RubyMatchData
- match_string
- string() -
Method in class org.jruby.RubyStringIO
-
- string() -
Method in class org.jruby.RubyStringScanner
-
- stringToBytes(String) -
Static method in class org.jruby.RubyString
-
- stringValue(IRubyObject) -
Static method in class org.jruby.RubyString
-
- string_is_binary(IRubyObject) -
Static method in class org.jruby.RubyYAML
-
- string_is_complex(IRubyObject) -
Static method in class org.jruby.RubyYAML
-
- string_taguri(IRubyObject) -
Static method in class org.jruby.RubyYAML
-
- string_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML
-
- strip() -
Method in class org.jruby.RubyString
- rb_str_strip
- strip_bang() -
Method in class org.jruby.RubyString
- rb_str_strip_bang
FIXME support buffer shared
- 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.
- 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.
- struct_taguri(IRubyObject) -
Static method in class org.jruby.RubyYAML
-
- struct_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML
-
- sub(IRubyObject[]) -
Method in class org.jruby.RubyBigDecimal
-
- sub(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
-
- sub(IRubyObject[], Block) -
Method in class org.jruby.RubyString
- rb_str_sub
- subList(int, int) -
Method in class org.jruby.RubyArray
-
- subSequence(int, int) -
Method in class org.jruby.util.ByteList
-
- sub_bang(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
-
- sub_bang(IRubyObject[], Block) -
Method in class org.jruby.RubyString
- rb_str_sub_bang
- subclass() -
Method in class org.jruby.MetaClass
-
- subclass() -
Method in class org.jruby.RubyClass
- Create a new subclass of this class.
- subseq(long, long) -
Method in class org.jruby.RubyArray
- rb_ary_subseq
- subseq(long, long) -
Method in class org.jruby.RubyMatchData
-
- 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() -
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(Block) -
Method in class org.jruby.RubyProcess.RubyStatus
-
- suffix() -
Method in interface jregex.MatchResult
-
- suffix() -
Method in class jregex.Matcher
-
- 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.MainTestSuite
-
- suite() -
Static method in class org.jruby.test.ScriptTestSuite
-
- suite() -
Static method in class org.jruby.test.TestAdoptedThreading
-
- suite() -
Static method in class org.jruby.test.TestUnitTestSuite
- suite method automatically generated by JUnit module
- sum(IRubyObject[]) -
Method in class org.jruby.RubyString
-
- super_p() -
Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
-
- superclass(Block) -
Method in class org.jruby.RubyClass
- Return the real super class of this class.
- superclass() -
Method in class org.jruby.javasupport.JavaClass
-
- superclass() -
Method in class org.jruby.javasupport.proxy.JavaProxyClass
-
- swap() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- swap2() -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- swapValues() -
Method in interface org.jruby.compiler.Compiler
- Swap the top and second values on the stack.
- swapValues() -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- swapcase() -
Method in class org.jruby.RubyString
- rb_str_swapcase
- swapcase_bang() -
Method in class org.jruby.RubyString
- rb_str_swapcase_bang
- symbolLastId -
Variable in class org.jruby.Ruby
-
- symbol_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML
-
- symlink(IRubyObject, IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFile
-
- symlink_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFile
-
- symlink_p() -
Method in class org.jruby.RubyFileStat
-
- 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() -
Method in class org.jruby.util.IOHandler
- Flush and sync all writes to the filesystem.
- sync() -
Method in class org.jruby.util.IOHandlerNio
-
- sync() -
Method in class org.jruby.util.IOHandlerNull
-
- sync() -
Method in class org.jruby.util.IOHandlerProcess
-
- sync() -
Method in class org.jruby.util.IOHandlerSeekable
-
- sync() -
Method in class org.jruby.util.IOHandlerUnseekable
-
- sync(IRubyObject) -
Method in class org.jruby.util.ZlibInflate
-
- 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
-
- sysread(IRubyObject) -
Method in class org.jruby.RubyIO
-
- sysread(int) -
Method in class org.jruby.util.IOHandler
-
- sysread(ByteList, int) -
Method in class org.jruby.util.IOHandlerJavaIO
-
- sysread(int) -
Method in class org.jruby.util.IOHandlerJavaIO
-
- sysread() -
Method in class org.jruby.util.IOHandlerJavaIO
-
- sysread(int) -
Method in class org.jruby.util.IOHandlerNio
-
- sysread(int) -
Method in class org.jruby.util.IOHandlerNull
-
- sysread() -
Method in class org.jruby.util.IOHandlerProcess
-
- sysread(int) -
Method in class org.jruby.util.IOHandlerProcess
-
- sysread(int) -
Method in class org.jruby.util.IOHandlerSeekable
-
- sysread() -
Method in class org.jruby.util.IOHandlerSeekable
-
- sysread(ByteList, int, int) -
Method in class org.jruby.util.IOHandlerUnseekable
-
- sysread(int) -
Method in class org.jruby.util.IOHandlerUnseekable
-
- sysread() -
Method in class org.jruby.util.IOHandlerUnseekable
-
- system(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- syswrite(IRubyObject) -
Method in class org.jruby.RubyIO
-
- syswrite(IRubyObject) -
Method in class org.jruby.RubyStringIO
-
- syswrite(ByteList) -
Method in class org.jruby.util.IOHandler
-
- syswrite(int) -
Method in class org.jruby.util.IOHandler
-
- syswrite(ByteList) -
Method in class org.jruby.util.IOHandlerNio
-
- syswrite(int) -
Method in class org.jruby.util.IOHandlerNio
-
- syswrite(ByteList) -
Method in class org.jruby.util.IOHandlerNull
-
- syswrite(int) -
Method in class org.jruby.util.IOHandlerNull
-
- syswrite(ByteList) -
Method in class org.jruby.util.IOHandlerProcess
-
- syswrite(int) -
Method in class org.jruby.util.IOHandlerProcess
-
- syswrite(ByteList) -
Method in class org.jruby.util.IOHandlerSeekable
-
- syswrite(int) -
Method in class org.jruby.util.IOHandlerSeekable
-
- syswrite(ByteList) -
Method in class org.jruby.util.IOHandlerUnseekable
-
- syswrite(int) -
Method in class org.jruby.util.IOHandlerUnseekable
-
T
- TAILCALL_FLAG -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- TAILRECURSION_FLAG -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- TARGET -
Static variable in interface jregex.MatchResult
-
- TARGET -
Static variable in class org.jruby.runtime.Constants
-
- THREE_ARGUMENTS -
Static variable in class org.jruby.runtime.Arity
-
- THREE_REQUIRED -
Static variable in class org.jruby.runtime.Arity
-
- THRESHOLD -
Static variable in class jregex.Optimizer
-
- THROW -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- THROW -
Static variable in class org.jruby.exceptions.JumpException.JumpType
-
- TOARYNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- TOPN -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- TOREGEXP -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- TOSTRING -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- TO_A -
Static variable in class org.jruby.runtime.MethodIndex
-
- TO_ARY -
Static variable in class org.jruby.runtime.MethodIndex
-
- TO_ARY_SWITCHVALUE -
Static variable in class org.jruby.RubyArray
-
- TO_A_SWITCHVALUE -
Static variable in class org.jruby.RubyArray
-
- TO_A_SWITCHVALUE -
Static variable in class org.jruby.RubyHash
-
- TO_F -
Static variable in class org.jruby.runtime.MethodIndex
-
- TO_HASH -
Static variable in class org.jruby.runtime.MethodIndex
-
- TO_HASH_SWITCHVALUE -
Static variable in class org.jruby.RubyHash
-
- TO_I -
Static variable in class org.jruby.runtime.MethodIndex
-
- TO_INT -
Static variable in class org.jruby.runtime.MethodIndex
-
- TO_INT_SWITCHVALUE -
Static variable in class org.jruby.RubyFixnum
-
- TO_I_SWITCHVALUE -
Static variable in class org.jruby.RubyBignum
-
- TO_I_SWITCHVALUE -
Static variable in class org.jruby.RubyFixnum
-
- TO_I_SWITCHVALUE -
Static variable in class org.jruby.RubyString
-
- TO_I_SWITCHVALUE -
Static variable in class org.jruby.RubySymbol
-
- TO_S -
Static variable in class org.jruby.runtime.MethodIndex
-
- TO_STR -
Static variable in class org.jruby.runtime.MethodIndex
-
- TO_STR_SWITCHVALUE -
Static variable in class org.jruby.RubyString
-
- TO_SYM -
Static variable in class org.jruby.runtime.MethodIndex
-
- TO_SYM_SWITCHVALUE -
Static variable in class org.jruby.RubyString
-
- TO_SYM_SWITCHVALUE -
Static variable in class org.jruby.RubySymbol
-
- TO_S_SWITCHVALUE -
Static variable in class org.jruby.RubyArray
-
- TO_S_SWITCHVALUE -
Static variable in class org.jruby.RubyBignum
-
- TO_S_SWITCHVALUE -
Static variable in class org.jruby.RubyFixnum
-
- TO_S_SWITCHVALUE -
Static variable in class org.jruby.RubyHash
-
- TO_S_SWITCHVALUE -
Static variable in class org.jruby.RubyRegexp
-
- TO_S_SWITCHVALUE -
Static variable in class org.jruby.RubyString
-
- TO_S_SWITCHVALUE -
Static variable in class org.jruby.RubySymbol
-
- TRACE -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- 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
-
- TRUE -
Static variable in class org.jruby.runtime.ClassIndex
-
- TRUENODE -
Static variable in class org.jruby.ast.NodeTypes
-
- TRUNC -
Static variable in class org.jruby.util.IOModes
-
- TWO_ARGUMENTS -
Static variable in class org.jruby.runtime.Arity
-
- TWO_REQUIRED -
Static variable in class org.jruby.runtime.Arity
-
- TagToken - class org.jvyamlb.tokens.TagToken.
-
- TagToken(ByteList[]) -
Constructor for class org.jvyamlb.tokens.TagToken
-
- TestAdoptedThreading - class org.jruby.test.TestAdoptedThreading.
- A simple "adopted thread" concurrency test case.
- TestAdoptedThreading(String) -
Constructor for class org.jruby.test.TestAdoptedThreading
-
- TestBSF - class org.jruby.javasupport.test.TestBSF.
-
- TestBSF(String) -
Constructor for class org.jruby.javasupport.test.TestBSF
-
- TestBean - class org.jvyamlb.TestBean.
-
- TestBean() -
Constructor for class org.jvyamlb.TestBean
-
- TestBean(ByteList, int, Date) -
Constructor for class org.jvyamlb.TestBean
-
- TestBean2 - class org.jvyamlb.TestBean2.
-
- TestBean2() -
Constructor for class org.jvyamlb.TestBean2
-
- TestBean2(ByteList, int) -
Constructor for class org.jvyamlb.TestBean2
-
- TestBooleanStateStack - class org.jruby.ast.visitor.rewriter.utils.TestBooleanStateStack.
-
- TestBooleanStateStack() -
Constructor for class org.jruby.ast.visitor.rewriter.utils.TestBooleanStateStack
-
- TestCommandlineParser - class org.jruby.test.TestCommandlineParser.
-
- TestCommandlineParser() -
Constructor for class org.jruby.test.TestCommandlineParser
-
- TestHelper - class org.jruby.test.TestHelper.
- Helper class, used for testing calls to java from ruby code.
- TestHelper() -
Constructor for class org.jruby.test.TestHelper
-
- TestHelper.SomeInterface - interface org.jruby.test.TestHelper.SomeInterface.
-
- TestIdentitySet - class org.jruby.test.TestIdentitySet.
-
- TestIdentitySet(String) -
Constructor for class org.jruby.test.TestIdentitySet
-
- TestIntWrapper - interface org.jruby.javasupport.test.TestIntWrapper.
-
- TestIntWrapperImpl - class org.jruby.javasupport.test.TestIntWrapperImpl.
-
- TestIntWrapperImpl(long) -
Constructor for class org.jruby.javasupport.test.TestIntWrapperImpl
-
- TestJavaClass - class org.jruby.javasupport.TestJavaClass.
-
- TestJavaClass() -
Constructor for class org.jruby.javasupport.TestJavaClass
-
- TestJavaUtil - class org.jruby.test.TestJavaUtil.
-
- TestJavaUtil(String) -
Constructor for class org.jruby.test.TestJavaUtil
-
- TestKernel - class org.jruby.test.TestKernel.
- Unit test for the kernel class.
- TestKernel(String) -
Constructor for class org.jruby.test.TestKernel
-
- TestLoadService - class org.jruby.test.TestLoadService.
-
- TestLoadService() -
Constructor for class org.jruby.test.TestLoadService
-
- TestNativeException - class org.jruby.javasupport.test.TestNativeException.
-
- TestNativeException(String) -
Constructor for class org.jruby.javasupport.test.TestNativeException
-
- TestObjectSpace - class org.jruby.test.TestObjectSpace.
-
- TestObjectSpace(String) -
Constructor for class org.jruby.test.TestObjectSpace
-
- TestOperators - class org.jruby.ast.visitor.rewriter.utils.TestOperators.
-
- TestOperators() -
Constructor for class org.jruby.ast.visitor.rewriter.utils.TestOperators
-
- TestRaiseException - class org.jruby.test.TestRaiseException.
-
- TestRaiseException() -
Constructor for class org.jruby.test.TestRaiseException
-
- TestRaiseException.ThrowFromJava - class org.jruby.test.TestRaiseException.ThrowFromJava.
-
- TestRaiseException.ThrowFromJava() -
Constructor for class org.jruby.test.TestRaiseException.ThrowFromJava
-
- TestReWriteVisitor - class org.jruby.ast.visitor.rewriter.TestReWriteVisitor.
-
- TestReWriteVisitor() -
Constructor for class org.jruby.ast.visitor.rewriter.TestReWriteVisitor
-
- TestReflectionCallback - class org.jruby.runtime.callback.TestReflectionCallback.
-
- TestReflectionCallback() -
Constructor for class org.jruby.runtime.callback.TestReflectionCallback
-
- TestRegexpTranslator - class org.jruby.TestRegexpTranslator.
-
- TestRegexpTranslator() -
Constructor for class org.jruby.TestRegexpTranslator
-
- TestRequire - class org.jruby.test.TestRequire.
- Simple test to make sure require works properly in conjunction with jars
in the classpath.
- TestRequire(String) -
Constructor for class org.jruby.test.TestRequire
-
- TestRuby - class org.jruby.test.TestRuby.
- Unit test for the ruby class.
- TestRuby(String) -
Constructor for class org.jruby.test.TestRuby
-
- TestRubyArray - class org.jruby.test.TestRubyArray.
- Test case for functionality in RubyArray
- TestRubyArray(String) -
Constructor for class org.jruby.test.TestRubyArray
-
- TestRubyBase - class org.jruby.test.TestRubyBase.
-
- TestRubyBase() -
Constructor for class org.jruby.test.TestRubyBase
-
- TestRubyBase(String) -
Constructor for class org.jruby.test.TestRubyBase
-
- TestRubyCollect - class org.jruby.test.TestRubyCollect.
-
- TestRubyCollect(String) -
Constructor for class org.jruby.test.TestRubyCollect
-
- TestRubyException - class org.jruby.test.TestRubyException.
-
- TestRubyException() -
Constructor for class org.jruby.test.TestRubyException
-
- TestRubyHash - class org.jruby.test.TestRubyHash.
-
- TestRubyHash(String) -
Constructor for class org.jruby.test.TestRubyHash
-
- TestRubyNil - class org.jruby.test.TestRubyNil.
-
- TestRubyNil(String) -
Constructor for class org.jruby.test.TestRubyNil
-
- TestRubyObject - class org.jruby.test.TestRubyObject.
-
- TestRubyObject(String) -
Constructor for class org.jruby.test.TestRubyObject
-
- TestRubySymbol - class org.jruby.test.TestRubySymbol.
-
- TestRubySymbol(String) -
Constructor for class org.jruby.test.TestRubySymbol
-
- TestUnitTestSuite - class org.jruby.test.TestUnitTestSuite.
-
- TestUnitTestSuite(String) -
Constructor for class org.jruby.test.TestUnitTestSuite
-
- TestVariableCreation - class org.jruby.test.TestVariableCreation.
-
- TestVariableCreation() -
Constructor for class org.jruby.test.TestVariableCreation
-
- TextAreaReadline - class org.jruby.demo.TextAreaReadline.
-
- TextAreaReadline(JTextComponent) -
Constructor for class org.jruby.demo.TextAreaReadline
-
- TextAreaReadline(JTextComponent, String) -
Constructor for class org.jruby.demo.TextAreaReadline
-
- TextBuffer - interface jregex.TextBuffer.
-
- ThreadContext - class org.jruby.runtime.ThreadContext.
-
- ThreadKill - exception org.jruby.exceptions.ThreadKill.
-
- ThreadKill() -
Constructor for class org.jruby.exceptions.ThreadKill
-
- ThreadLibrary - class org.jruby.libraries.ThreadLibrary.
-
- ThreadLibrary() -
Constructor for class org.jruby.libraries.ThreadLibrary
-
- ThreadLibrary.ConditionVariable - class org.jruby.libraries.ThreadLibrary.ConditionVariable.
-
- ThreadLibrary.ConditionVariable(Ruby, RubyClass) -
Constructor for class org.jruby.libraries.ThreadLibrary.ConditionVariable
-
- ThreadLibrary.Mutex - class org.jruby.libraries.ThreadLibrary.Mutex.
-
- ThreadLibrary.Mutex(Ruby, RubyClass) -
Constructor for class org.jruby.libraries.ThreadLibrary.Mutex
-
- ThreadLibrary.Queue - class org.jruby.libraries.ThreadLibrary.Queue.
-
- ThreadLibrary.Queue(Ruby, RubyClass) -
Constructor for class org.jruby.libraries.ThreadLibrary.Queue
-
- ThreadLibrary.SizedQueue - class org.jruby.libraries.ThreadLibrary.SizedQueue.
-
- ThreadLibrary.SizedQueue(Ruby, RubyClass) -
Constructor for class org.jruby.libraries.ThreadLibrary.SizedQueue
-
- ThreadLike - interface org.jruby.internal.runtime.ThreadLike.
-
- ThreadService - class org.jruby.internal.runtime.ThreadService.
-
- ThreadService(Ruby) -
Constructor for class org.jruby.internal.runtime.ThreadService
-
- ThrowJump -
Static variable in class org.jruby.exceptions.JumpException.JumpType
-
- ToAryNode - class org.jruby.ast.ToAryNode.
-
- ToAryNode(ISourcePosition, Node) -
Constructor for class org.jruby.ast.ToAryNode
-
- Token - class org.jruby.lexer.yacc.Token.
-
- Token(Object, ISourcePosition) -
Constructor for class org.jruby.lexer.yacc.Token
-
- Token - class org.jvyamlb.tokens.Token.
-
- Token() -
Constructor for class org.jvyamlb.tokens.Token
-
- Tokens - interface org.jruby.parser.Tokens.
-
- TopSelfFactory - class org.jruby.TopSelfFactory.
-
- TrueNode - class org.jruby.ast.TrueNode.
-
- TrueNode(ISourcePosition) -
Constructor for class org.jruby.ast.TrueNode
-
- TrueNodeCompiler - class org.jruby.compiler.TrueNodeCompiler.
-
- TrueNodeCompiler() -
Constructor for class org.jruby.compiler.TrueNodeCompiler
- Creates a new instance of TrueNodeCompiler
- TypeMatcher - class org.jruby.javasupport.TypeMatcher.
-
- TypeMatcher() -
Constructor for class org.jruby.javasupport.TypeMatcher
-
- 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
-
- tANDOP -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tANDOP -
Static variable in interface org.jruby.parser.Tokens
-
- tAREF -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tAREF -
Static variable in interface org.jruby.parser.Tokens
-
- 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
-
- 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
-
- 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
-
- tIDENTIFIER -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tIDENTIFIER -
Static variable in interface org.jruby.parser.Tokens
-
- 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
-
- tOP_ASGN -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tOP_ASGN -
Static variable in interface org.jruby.parser.Tokens
-
- tOROP -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tOROP -
Static variable in interface org.jruby.parser.Tokens
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- tWORDS_BEG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tWORDS_BEG -
Static variable in interface org.jruby.parser.Tokens
-
- tXSTRING_BEG -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- tXSTRING_BEG -
Static variable in interface org.jruby.parser.Tokens
-
- table -
Variable in class org.jruby.runtime.MethodSelectorTable
-
- tableswitch(int, int, Label, Label[]) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- taguri() -
Method in class org.jruby.yaml.JRubyRepresenter.IRubyObjectYAMLNodeCreator
-
- taguri() -
Method in class org.jvyamlb.RepresenterImpl.ArrayYAMLNodeCreator
-
- taguri() -
Method in class org.jvyamlb.RepresenterImpl.ByteListYAMLNodeCreator
-
- taguri() -
Method in class org.jvyamlb.RepresenterImpl.DateYAMLNodeCreator
-
- taguri() -
Method in class org.jvyamlb.RepresenterImpl.JavaBeanYAMLNodeCreator
-
- taguri() -
Method in class org.jvyamlb.RepresenterImpl.MappingYAMLNodeCreator
-
- taguri() -
Method in class org.jvyamlb.RepresenterImpl.NumberYAMLNodeCreator
-
- taguri() -
Method in class org.jvyamlb.RepresenterImpl.ScalarYAMLNodeCreator
-
- taguri() -
Method in class org.jvyamlb.RepresenterImpl.SequenceYAMLNodeCreator
-
- taguri() -
Method in class org.jvyamlb.RepresenterImpl.SetYAMLNodeCreator
-
- taguri() -
Method in class org.jvyamlb.RepresenterImpl.StringYAMLNodeCreator
-
- taguri() -
Method in interface org.jvyamlb.YAMLNodeCreator
-
- taint() -
Method in class org.jruby.RubyFixnum
-
- taint() -
Method in class org.jruby.RubyNil
-
- taint() -
Method in class org.jruby.RubyObject
- rb_obj_taint
- taint() -
Method in class org.jruby.RubySymbol
-
- tainted() -
Method in class org.jruby.RubyObject
- rb_obj_tainted
- tan(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyMath
-
- tanh(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyMath
-
- target() -
Method in interface jregex.MatchResult
-
- target() -
Method in class jregex.Matcher
-
- targetChars() -
Method in interface jregex.MatchResult
-
- targetChars() -
Method in class jregex.Matcher
-
- targetEnd() -
Method in interface jregex.MatchResult
-
- targetEnd() -
Method in class jregex.Matcher
-
- targetStart() -
Method in interface jregex.MatchResult
-
- targetStart() -
Method in class jregex.Matcher
-
- tearDown() -
Method in class org.jruby.Ruby
- Make sure Kernel#at_exit procs get invoked on runtime shutdown.
- 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.javasupport.test.TestNativeException
-
- tearDown() -
Method in class org.jruby.test.TestKernel
-
- tearDown() -
Method in class org.jruby.test.TestRequire
-
- tearDown() -
Method in class org.jruby.test.TestRubyArray
-
- tearDown() -
Method in class org.jruby.test.TestRubyBase
-
- tearDown() -
Method in class org.jruby.test.TestRubyCollect
-
- tearDown() -
Method in class org.jruby.test.TestRubyHash
-
- tearDown() -
Method in class org.jruby.util.StringScannerTest
-
- tell() -
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
-
- terminate() -
Method in class org.jruby.JRubyService.Configuration
-
- terminate() -
Method in class org.jruby.RubyStringScanner
-
- terminate(Ruby) -
Static method in class org.jruby.javasupport.JavaEmbedUtils
- Dispose of the runtime you initialized.
- terminate() -
Method in class org.jruby.javasupport.bsf.JRubyEngine
-
- terminate() -
Method in class org.jruby.util.StringScanner
-
- test(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyKernel
-
- test() -
Method in class org.jruby.javasupport.TestJavaClass
-
- test1() -
Method in class org.jruby.util.collections.test.SlottedHashMapTest
-
- testAppend() -
Method in class org.jruby.util.StringScannerTest
-
- testArgumentNode() -
Method in class org.jruby.ast.visitor.rewriter.TestReWriteVisitor
-
- testBasicHashDump() -
Method in class org.jvyamlb.YAMLDumpTest
-
- testBasicIntegerScalarLoad() -
Method in class org.jvyamlb.YAMLLoadTest
-
- testBasicListDump() -
Method in class org.jvyamlb.YAMLDumpTest
-
- testBasicStringDump() -
Method in class org.jvyamlb.YAMLDumpTest
-
- testBasicStringScalarLoad() -
Method in class org.jvyamlb.YAMLLoadTest
-
- testBlockMappingLoad() -
Method in class org.jvyamlb.YAMLLoadTest
-
- testBooleanStateStack() -
Method in class org.jruby.ast.visitor.rewriter.utils.TestBooleanStateStack
-
- testBuiltinTag() -
Method in class org.jvyamlb.YAMLLoadTest
-
- testByteListAppendArray() -
Method in class org.jruby.util.ByteListTest
-
- testByteListAppendArrayIndexLength() -
Method in class org.jruby.util.ByteListTest
-
- testByteListAppendSingleByte() -
Method in class org.jruby.util.ByteListTest
-
- testByteListAppendSingleIntTruncates() -
Method in class org.jruby.util.ByteListTest
-
- testByteListPrependSingleByte() -
Method in class org.jruby.util.ByteListTest
-
- testByteListWithInitialByteArray() -
Method in class org.jruby.util.ByteListTest
-
- testByteListWithSubrangeOfInitialBytes() -
Method in class org.jruby.util.ByteListTest
-
- testBytesCreatesACopyOfInternalBytes() -
Method in class org.jruby.util.ByteListTest
-
- testCanLaunchShellsFromInternallForkedRubyProcess() -
Method in class org.jruby.util.ShellLauncherTest
-
- testCauseIsProxied() -
Method in class org.jruby.javasupport.test.TestNativeException
-
- testCheck() -
Method in class org.jruby.util.StringScannerTest
-
- testCheckUntil() -
Method in class org.jruby.util.StringScannerTest
-
- testClone() -
Method in class org.jruby.test.TestRubyObject
-
- testCloneCopiesBytes() -
Method in class org.jruby.util.ByteListTest
-
- testCommandAllowedOnlyOnceAndRemainderAreScriptArgs() -
Method in class org.jruby.test.TestCommandlineParser
-
- testCommandTakesOneArgument() -
Method in class org.jruby.test.TestCommandlineParser
-
- 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
-
- testCreate() -
Method in class org.jruby.util.StringScannerTest
-
- 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!
- testDirectives() -
Method in class org.jvyamlb.YAMLLoadTest
-
- testDumpJavaBean() -
Method in class org.jvyamlb.YAMLDumpTest
-
- testDup() -
Method in class org.jruby.test.TestRubyObject
-
- testEOS() -
Method in class org.jruby.util.StringScannerTest
-
- testEmptyByteListHasZeroLength() -
Method in class org.jruby.util.ByteListTest
-
- testEmptyList() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testEmptyMap() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testEquals() -
Method in class org.jruby.test.TestRubyObject
-
- testEquals() -
Method in class org.jruby.util.ByteListTest
-
- testExecuteWithStaticMethodThrowingException() -
Method in class org.jruby.runtime.callback.TestReflectionCallback
-
- testExists() -
Method in class org.jruby.util.StringScannerTest
-
- 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
-
- testFlowMappingLoad() -
Method in class org.jvyamlb.YAMLLoadTest
-
- testFreeze() -
Method in class org.jruby.test.TestRubyObject
-
- testFrozen(String) -
Method in class org.jruby.RubyObject
- rb_frozen_class_p
- testGetAndSetOutsideOfLengthShouldFail() -
Method in class org.jruby.util.ByteListTest
-
- testGetChar() -
Method in class org.jruby.util.StringScannerTest
-
- testGetLocalVarIndex() -
Method in class org.jruby.ast.visitor.rewriter.TestReWriteVisitor
-
- testGrouping() -
Method in class org.jruby.util.StringScannerTest
-
- testHelpDoesNotRunIntepreter() -
Method in class org.jruby.test.TestCommandlineParser
-
- testIdentities() -
Method in class org.jruby.test.TestObjectSpace
-
- testIndexOf() -
Method in class org.jruby.util.ByteListTest
-
- testInspect() -
Method in class org.jruby.test.TestRubyNil
-
- testInternalChar() -
Method in class org.jvyamlb.YAMLLoadTest
-
- testIsBeginningOfLine() -
Method in class org.jruby.util.StringScannerTest
-
- 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
-
- testJavaBeanLoad() -
Method in class org.jvyamlb.YAMLLoadTest
-
- testJavaExceptionTraceIncludesRubys() -
Method in class org.jruby.test.TestRaiseException
-
- testLastIndexOf() -
Method in class org.jruby.util.ByteListTest
-
- testLengthExpandFillsWithZeros() -
Method in class org.jruby.util.ByteListTest
-
- 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
-
- 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.
- testMatched() -
Method in class org.jruby.util.StringScannerTest
-
- testMethodsThatTakeByteArrayDoNotAllowNull() -
Method in class org.jruby.util.ByteListTest
-
- testModifyList() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testModifyMap() -
Method in class org.jruby.javasupport.test.TestBSF
-
- testMoreScalars() -
Method in class org.jvyamlb.YAMLDumpTest
-
- 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() -
Method in class org.jruby.test.TestObjectSpace
-
- testOpAnd() -
Method in class org.jruby.test.TestRubyNil
-
- testOpOr() -
Method in class org.jruby.test.TestRubyNil
-
- testOpXOr() -
Method in class org.jruby.test.TestRubyNil
-
- testParseErrorsDuringRequireShouldRaise() -
Method in class org.jruby.test.TestRequire
-
- testParsing() -
Method in class org.jruby.test.TestCommandlineParser
-
- testParsingWithDashDash() -
Method in class org.jruby.test.TestCommandlineParser
-
- testPeek() -
Method in class org.jruby.util.StringScannerTest
-
- testPos() -
Method in class org.jruby.util.StringScannerTest
-
- testPrePostMatch() -
Method in class org.jruby.util.StringScannerTest
-
- 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
-
- testPrintNilBacktrace() -
Method in class org.jruby.test.TestRubyException
-
- testPrintVersionDoesNotRunInterpreter() -
Method in class org.jruby.test.TestCommandlineParser
-
- testPrintf() -
Method in class org.jruby.test.TestKernel
-
- testReplaceIndexOffset() -
Method in class org.jruby.util.ByteListTest
-
- testReplaceLengthOutOfBounds() -
Method in class org.jruby.util.ByteListTest
-
- testReplaceSetsNewContents() -
Method in class org.jruby.util.ByteListTest
-
- testReplaceStrings() -
Method in class org.jruby.util.ByteListTest
-
- testRequire() -
Method in class org.jruby.test.TestKernel
-
- testRequireEmpty() -
Method in class org.jruby.test.TestLoadService
-
- testRequireSocket() -
Method in class org.jruby.test.TestLoadService
-
- testReset() -
Method in class org.jruby.util.StringScannerTest
-
- testRest() -
Method in class org.jruby.util.StringScannerTest
-
- testRestructuring() -
Method in class org.jruby.test.TestRubyHash
- Hash#sort, Hash#invert
- testRubyCollect() -
Method in class org.jruby.test.TestRubyCollect
-
- testRubyExceptionTraceIncludesJavas() -
Method in class org.jruby.test.TestRaiseException
-
- testRubyRequire() -
Method in class org.jruby.test.TestRequire
-
- testScan() -
Method in class org.jruby.util.StringScannerTest
-
- testScanUntil() -
Method in class org.jruby.util.StringScannerTest
-
- testScriptThreadProcessPuts() -
Method in class org.jruby.util.ShellLauncherTest
-
- testSet() -
Method in class org.jruby.ast.visitor.rewriter.utils.TestBooleanStateStack
-
- testSetPos() -
Method in class org.jruby.util.StringScannerTest
-
- testSetString() -
Method in class org.jruby.util.StringScannerTest
-
- testSharpInClass() -
Method in class org.jruby.TestRegexpTranslator
-
- testSimpleExecution() -
Method in class org.jruby.ast.executable.YARVMachineTest
-
- 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?
- testSkip() -
Method in class org.jruby.util.StringScannerTest
-
- testSkipUntil() -
Method in class org.jruby.util.StringScannerTest
-
- testSpaceInClass() -
Method in class org.jruby.TestRegexpTranslator
-
- testStoring() -
Method in class org.jruby.test.TestIdentitySet
-
- testSymbolTable() -
Method in class org.jruby.test.TestRubySymbol
-
- testTaint() -
Method in class org.jruby.test.TestRubyObject
-
- testTerminate() -
Method in class org.jruby.util.StringScannerTest
-
- testThreading() -
Method in class org.jruby.test.TestAdoptedThreading
-
- testThreeDigitOctal() -
Method in class org.jruby.TestRegexpTranslator
-
- 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
-
- 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
-
- testUnscan() -
Method in class org.jruby.util.StringScannerTest
-
- testUnwrapSingleArrayNode() -
Method in class org.jruby.ast.visitor.rewriter.TestReWriteVisitor
-
- testVarAndMet() -
Method in class org.jruby.test.TestRuby
-
- testVersionDumps() -
Method in class org.jvyamlb.YAMLDumpTest
-
- testVisitOptNNode() -
Method in class org.jruby.ast.visitor.rewriter.TestReWriteVisitor
-
- testVisitPostExeNode() -
Method in class org.jruby.ast.visitor.rewriter.TestReWriteVisitor
-
- testVisitRegexpNode() -
Method in class org.jruby.ast.visitor.rewriter.TestReWriteVisitor
-
- test_kind_of() -
Method in class org.jruby.test.TestRubyObject
-
- test_to_s() -
Method in class org.jruby.test.TestRubyObject
-
- 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
-
- time_taguri(IRubyObject) -
Static method in class org.jruby.RubyYAML
-
- time_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML
-
- times(Block) -
Method in class org.jruby.RubyInteger
-
- times(IRubyObject, Block) -
Static method in class org.jruby.RubyProcess
-
- tmain(String[]) -
Static method in class org.jvyamlb.ParserImpl
-
- tmain(String[]) -
Static method in class org.jvyamlb.ScannerImpl
-
- tmainx(String[]) -
Static method in class org.jvyamlb.ParserImpl
-
- toArray() -
Method in class org.jruby.RubyArray
-
- toArray(Object[]) -
Method in class org.jruby.RubyArray
-
- toCharArray() -
Method in class org.jruby.util.string.Ustr
- converts a Ustr to a char array.
- toFloat() -
Method in class org.jruby.RubyInteger
-
- toJavaArray() -
Method in class org.jruby.RubyArray
-
- toJavaArrayMaybeUnsafe() -
Method in class org.jruby.RubyArray
-
- toJavaArrayUnsafe() -
Method in class org.jruby.RubyArray
-
- toString() -
Method in class jregex.Matcher
-
- toString() -
Method in class jregex.Pattern
-
- toString() -
Method in class jregex.PerlSubstitution
-
- toString() -
Method in class jregex.WildcardPattern
-
- toString() -
Method in class jregex.util.io.PathPattern
-
- toString() -
Method in class org.jruby.RubyFile
-
- toString() -
Method in class org.jruby.RubyIO
-
- toString() -
Method in class org.jruby.RubyObject
-
- toString() -
Method in class org.jruby.RubyRegexp
-
- toString() -
Method in class org.jruby.RubyString
-
- 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() -
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.executable.YARVMachine.Instruction
-
- 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.Room
-
- toString() -
Method in class org.jruby.javasupport.test.TestIntWrapperImpl
-
- toString() -
Method in class org.jruby.lexer.yacc.LexState
-
- toString() -
Method in class org.jruby.lexer.yacc.LexerSource
-
- toString() -
Method in class org.jruby.lexer.yacc.SourcePosition
-
- toString() -
Method in class org.jruby.lexer.yacc.Token
-
- 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() -
Method in class org.jruby.runtime.Frame
-
- toString() -
Method in class org.jruby.runtime.Iter
-
- toString() -
Method in class org.jruby.runtime.Visibility
-
- toString() -
Method in class org.jruby.util.ByteList
- Remembers toString value, which is expensive for StringBuffer.
- toString(String) -
Method in class org.jruby.util.ByteList
-
- toString() -
Method in class org.jruby.util.IOModes
-
- toString() -
Method in class org.jruby.util.JRubyFile
-
- toString() -
Method in class org.jruby.util.NormalizedFile
-
- toString() -
Method in class org.jruby.util.collections.SlottedHashMap.Slot
-
- toString() -
Method in class org.jruby.util.string.Ustr
- Generates a Java String representing the Ustr.
- toString() -
Method in class org.jvyamlb.ComposerException
-
- toString() -
Method in class org.jvyamlb.ConstructorException
-
- toString() -
Method in class org.jvyamlb.ParserException
-
- toString() -
Method in class org.jvyamlb.PrivateType
-
- toString() -
Method in class org.jvyamlb.ScannerException
-
- toString() -
Method in class org.jvyamlb.TestBean
-
- toString() -
Method in class org.jvyamlb.TestBean2
-
- toString() -
Method in class org.jvyamlb.events.Event
-
- toString() -
Method in class org.jvyamlb.events.MappingStartEvent
-
- toString() -
Method in class org.jvyamlb.events.ScalarEvent
-
- toString() -
Method in class org.jvyamlb.nodes.Node
-
- toString() -
Method in class org.jvyamlb.tokens.AliasToken
-
- toString() -
Method in class org.jvyamlb.tokens.ScalarToken
-
- toString() -
Method in class org.jvyamlb.tokens.Token
-
- toString_d() -
Method in class jregex.Matcher
-
- toString_d() -
Method in class jregex.Pattern
- Returns a less or more readable representation of a bytecode for the pattern.
- toUTF(String) -
Static method in class org.jruby.RubyString
-
- toUtf8String() -
Method in class org.jruby.util.ByteList
-
- toYamlNode(Representer) -
Method in class org.jruby.yaml.JRubyRepresenter.IRubyObjectYAMLNodeCreator
-
- toYamlNode(Representer) -
Method in class org.jvyamlb.RepresenterImpl.ArrayYAMLNodeCreator
-
- toYamlNode(Representer) -
Method in class org.jvyamlb.RepresenterImpl.ByteListYAMLNodeCreator
-
- toYamlNode(Representer) -
Method in class org.jvyamlb.RepresenterImpl.DateYAMLNodeCreator
-
- toYamlNode(Representer) -
Method in class org.jvyamlb.RepresenterImpl.JavaBeanYAMLNodeCreator
-
- toYamlNode(Representer) -
Method in class org.jvyamlb.RepresenterImpl.MappingYAMLNodeCreator
-
- toYamlNode(Representer) -
Method in class org.jvyamlb.RepresenterImpl.NumberYAMLNodeCreator
-
- toYamlNode(Representer) -
Method in class org.jvyamlb.RepresenterImpl.ScalarYAMLNodeCreator
-
- toYamlNode(Representer) -
Method in class org.jvyamlb.RepresenterImpl.SequenceYAMLNodeCreator
-
- toYamlNode(Representer) -
Method in class org.jvyamlb.RepresenterImpl.SetYAMLNodeCreator
-
- toYamlNode(Representer) -
Method in class org.jvyamlb.RepresenterImpl.StringYAMLNodeCreator
-
- toYamlNode(Representer) -
Method in interface org.jvyamlb.YAMLNodeCreator
-
- to_a() -
Method in class org.jruby.RubyArray
- rb_ary_to_a
- to_a(IRubyObject) -
Static method in class org.jruby.RubyEnumerable
-
- to_a() -
Method in class org.jruby.RubyHash
- rb_hash_to_a
- to_a(IRubyObject) -
Static method in class org.jruby.RubyKernel
-
- to_a() -
Method in class org.jruby.RubyMatchData.JavaString
-
- to_a() -
Method in class org.jruby.RubyMatchData.RString
-
- 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.RubyStruct
-
- to_a() -
Method in class org.jruby.RubyTime
-
- to_ary() -
Method in class org.jruby.RubyArray
-
- 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_hash() -
Method in class org.jruby.RubyHash
- rb_hash_to_hash
- to_i() -
Method in class org.jruby.RubyBigDecimal
-
- 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(Block) -
Method in class org.jruby.RubyProcess.RubyStatus
-
- 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_int() -
Method in class org.jruby.RubyBigDecimal
-
- to_int() -
Method in class org.jruby.RubyNumeric
- num_to_int
- to_io() -
Method in class org.jruby.RubyArgsFile
-
- to_io() -
Method in class org.jruby.RubyIO
-
- to_io() -
Method in class org.jruby.RubyZlib.RubyGzipFile
-
- to_java_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_s() -
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.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.RubyHash
- rb_hash_to_s
- to_s() -
Method in class org.jruby.RubyMatchData.JavaString
-
- to_s() -
Method in class org.jruby.RubyMatchData.RString
-
- 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
-
- to_s(Block) -
Method in class org.jruby.RubyProcess.RubyStatus
-
- to_s(Block) -
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() -
Method in class org.jruby.javasupport.JavaObject
-
- to_s() -
Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
-
- to_str() -
Method in class org.jruby.RubyException
-
- 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
-
- token() -
Method in class org.jruby.lexer.yacc.RubyYaccLexer
- Last token read from the lexer at the end of a call to yylex()
- token() -
Method in interface org.jruby.parser.DefaultRubyParser.yyInput
- classifies current token.
- tokenizer(String) -
Method in class jregex.Pattern
- Tokenizes a text by an occurences of the pattern.
- tokenizer(char[], int, int) -
Method in class jregex.Pattern
- Tokenizes a specified region by an occurences of the pattern.
- tokenizer(Reader, int) -
Method in class jregex.Pattern
- Tokenizes a specified region by an occurences of the pattern.
- total_in() -
Method in class org.jruby.RubyZlib.ZStream
-
- total_out() -
Method in class org.jruby.RubyZlib.ZStream
-
- 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(IRubyObject) -
Method in class org.jruby.internal.runtime.GlobalVariable
-
- trace_var(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
-
- translate(String, int, int) -
Method in class org.jruby.RegexpTranslator
-
- translate(ByteList, int, int) -
Method in class org.jruby.RegexpTranslator
-
- translateFlags(int) -
Static method in class org.jruby.RegexpTranslator
-
- translatePattern(String, boolean) -
Static method in class org.jruby.RegexpTranslator
-
- transpose() -
Method in class org.jruby.RubyArray
- rb_ary_transpose
- trap(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
-
- trap(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubySignal
-
- trim(byte[]) -
Static method in class org.jruby.util.Convert
- Trims whitespace (any bytes <= 0x20) from the beginning and end
of the array.
- trueFalseNil(IRubyObject) -
Static method in class org.jruby.RubyObject
-
- trueFalseNil(String) -
Static method in class org.jruby.RubyObject
-
- true_and(IRubyObject) -
Method in class org.jruby.RubyBoolean
-
- true_id() -
Method in class org.jruby.RubyBoolean
-
- true_or(IRubyObject) -
Method in class org.jruby.RubyBoolean
-
- true_taguri(IRubyObject) -
Static method in class org.jruby.RubyYAML
-
- true_to_s() -
Method in class org.jruby.RubyBoolean
-
- true_to_yaml_node(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyYAML
-
- true_xor(IRubyObject) -
Method in class org.jruby.RubyBoolean
-
- truncate(IRubyObject[]) -
Method in class org.jruby.RubyBigDecimal
-
- truncate(IRubyObject) -
Method in class org.jruby.RubyFile
-
- truncate(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(RubyFixnum) -
Method in class org.jruby.RubyStringIO
-
- truncate(long) -
Method in class org.jruby.util.IOHandler
-
- truncate(long) -
Method in class org.jruby.util.IOHandlerNio
-
- truncate(long) -
Method in class org.jruby.util.IOHandlerNull
-
- truncate(long) -
Method in class org.jruby.util.IOHandlerProcess
-
- truncate(long) -
Method in class org.jruby.util.IOHandlerSeekable
-
- truncate(long) -
Method in class org.jruby.util.IOHandlerUnseekable
-
- try_lock() -
Method in class org.jruby.libraries.ThreadLibrary.Mutex
-
- trycatch(Label, Label, Label, String) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- tty() -
Method in class org.jruby.RubyIO
-
- tty_p() -
Method in class org.jruby.RubyStringIO
-
- twoArguments() -
Static method in class org.jruby.runtime.Arity
-
- 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
-
- type() -
Method in class org.jruby.RubyBoolean
- false_type
true_type
- type(IRubyObject) -
Static method in class org.jruby.RubyNil
- nil_type
- type() -
Method in class org.jruby.RubyObject
- rb_obj_type
- type -
Variable in class org.jruby.ast.executable.YARVMachine.InstructionSequence
-
- type_deprecated() -
Method in class org.jruby.RubyObject
-
U
- UNDEF -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- UNDEFNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- UNICODE -
Static variable in interface jregex.REFlags
- Affects whether the predefined classes("\d","\s","\w",etc) in the expression are interpreted as belonging to Unicode.
- 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
-
- UNKNOWN -
Static variable in class org.jruby.RubyNKF
-
- UNSAFE_CALLS -
Static variable in class org.jruby.compiler.NodeCompilerFactory
-
- UNSHIFT -
Static variable in class org.jruby.runtime.MethodIndex
-
- UNSHIFT_SWITCHVALUE -
Static variable in class org.jruby.RubyArray
-
- UNTILNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- 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
-
- UcharIterator - class org.jruby.util.string.UcharIterator.
- 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.
- UndefNode - class org.jruby.ast.UndefNode.
- Represents an undef statement.
- UndefNode(ISourcePosition, String) -
Constructor for class org.jruby.ast.UndefNode
-
- UndefinedAccessor - class org.jruby.internal.runtime.UndefinedAccessor.
-
- UndefinedAccessor(Ruby, GlobalVariable, String) -
Constructor for class org.jruby.internal.runtime.UndefinedAccessor
- Constructor for UndefinedAccessor.
- UndefinedMethod - class org.jruby.internal.runtime.methods.UndefinedMethod.
-
- UnmarshalCache - class org.jruby.runtime.marshal.UnmarshalCache.
-
- UnmarshalCache(Ruby) -
Constructor for class org.jruby.runtime.marshal.UnmarshalCache
-
- UnmarshalStream - class org.jruby.runtime.marshal.UnmarshalStream.
- Unmarshals objects from strings or streams in Ruby's marsal format.
- UnmarshalStream(Ruby, InputStream, IRubyObject) -
Constructor for class org.jruby.runtime.marshal.UnmarshalStream
-
- UntilNode - class org.jruby.ast.UntilNode.
- 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
-
- Ustr - class org.jruby.util.string.Ustr.
- 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 org.jruby.util.string.UstrException.
-
- UstrException(String) -
Constructor for class org.jruby.util.string.UstrException
-
- uminus() -
Method in class org.jruby.RubyBignum
- rb_big_uminus
- uminus() -
Method in class org.jruby.RubyFixnum
- fix_uminus
- uminus() -
Method in class org.jruby.RubyFloat
- flo_uminus
- uminus() -
Method in class org.jruby.RubyNumeric
- num_uminus
- 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(String) -
Method in class org.jruby.RubyModule
- rb_undef
- undef_method(IRubyObject) -
Method in class org.jruby.RubyModule
-
- undefineMethod(String) -
Method in class org.jruby.RubyModule
-
- undefine_finalizer(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyObjectSpace
-
- 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(RubyFixnum) -
Method in class org.jruby.RubyStringIO
-
- ungetc(RubyNumeric) -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- ungetc(int) -
Method in class org.jruby.util.IOHandler
-
- ungetc(int) -
Method in class org.jruby.util.IOHandlerJavaIO
-
- ungetc(int) -
Method in class org.jruby.util.IOHandlerNio
-
- ungetc(int) -
Method in class org.jruby.util.IOHandlerNull
-
- ungotc -
Variable in class org.jruby.util.IOHandlerJavaIO
-
- union(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyRegexp
- rb_reg_s_union
- union(ISourcePosition) -
Method in class org.jruby.ast.executable.ISeqPosition
-
- 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.SourcePosition
-
- union(ISourcePositionHolder, ISourcePositionHolder) -
Method in class org.jruby.parser.ParserSupport
-
- union(ISourcePosition, ISourcePosition) -
Method in class org.jruby.parser.ParserSupport
-
- uniq() -
Method in class org.jruby.RubyArray
- rb_ary_uniq
- uniq_bang() -
Method in class org.jruby.RubyArray
- rb_ary_uniq_bang
- unlink(IRubyObject, IRubyObject[]) -
Static method in class org.jruby.RubyFile
-
- unlock() -
Method in class org.jruby.libraries.ThreadLibrary.Mutex
-
- unmarshal(UnmarshalStream) -
Method in class org.jruby.RubyClass
-
- 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
-
- 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.
- unread(char) -
Method in class org.jruby.lexer.yacc.LexerSource
- Pushes char back onto this source.
- unreadMany(CharSequence) -
Method in class org.jruby.lexer.yacc.LexerSource
-
- unregisterIOHandler(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
-
- unsafeBytes() -
Method in class org.jruby.util.ByteList
- Returns the internal byte array.
- unsafeReplace(int, int, ByteList) -
Method in class org.jruby.util.ByteList
- Unsafe version of replace(int,int,ByteList).
- unsafeReplace(int, int, byte[]) -
Method in class org.jruby.util.ByteList
- Unsafe version of replace(int,int,byte[]).
- unsafeReplace(int, int, byte[], int, int) -
Method in class org.jruby.util.ByteList
- Unsafe version of replace(int,int,byte[],int,int).
- unscan() -
Method in class org.jruby.RubyStringScanner
-
- unscan() -
Method in class org.jruby.util.StringScanner
-
- unsetCRef() -
Method in class org.jruby.runtime.ThreadContext
-
- unshare() -
Method in class org.jruby.util.ByteList
-
- unshare(int) -
Method in class org.jruby.util.ByteList
-
- unshift(IRubyObject) -
Method in class org.jruby.RubyArray
- rb_ary_unshift
- unshift_m(IRubyObject[]) -
Method in class org.jruby.RubyArray
- rb_ary_unshift_m
- untaint() -
Method in class org.jruby.RubyObject
- rb_obj_untaint
- untraceVar(String, IRubyObject) -
Method in class org.jruby.internal.runtime.GlobalVariables
-
- untraceVar(String) -
Method in class org.jruby.internal.runtime.GlobalVariables
-
- untrace_var(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyKernel
-
- unused() -
Method in class org.jruby.RubyZlib.RubyGzipReader
-
- unwrapNewlineNode(Node) -
Method in class org.jruby.parser.ParserSupport
-
- 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(IRubyObject) -
Method in class org.jruby.RubyDigest.Base
-
- update(IRubyObject, Block) -
Method in class org.jruby.RubyHash
- rb_hash_update
- 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(Calendar) -
Method in class org.jruby.RubyTime
-
- updateWithCommandline(CommandlineParser) -
Method in class org.jruby.RubyInstanceConfig
-
- uplus() -
Method in class org.jruby.RubyNumeric
- num_uplus
- upto(IRubyObject, Block) -
Method in class org.jruby.RubyInteger
- int_upto
- upto(IRubyObject, Block) -
Method in class org.jruby.RubyString
- rb_str_upto_m
- upto(IRubyObject, boolean, Block) -
Method in class org.jruby.RubyString
-
- useBlock(boolean) -
Method in class org.jvyamlb.DefaultYAMLConfig
-
- useBlock() -
Method in class org.jvyamlb.DefaultYAMLConfig
-
- useBlock(boolean) -
Method in interface org.jvyamlb.YAMLConfig
-
- useBlock() -
Method in interface org.jvyamlb.YAMLConfig
-
- useDouble(boolean) -
Method in class org.jvyamlb.DefaultYAMLConfig
-
- useDouble() -
Method in class org.jvyamlb.DefaultYAMLConfig
-
- useDouble(boolean) -
Method in interface org.jvyamlb.YAMLConfig
-
- useDouble() -
Method in interface org.jvyamlb.YAMLConfig
-
- useFlow(boolean) -
Method in class org.jvyamlb.DefaultYAMLConfig
-
- useFlow() -
Method in class org.jvyamlb.DefaultYAMLConfig
-
- useFlow(boolean) -
Method in interface org.jvyamlb.YAMLConfig
-
- useFlow() -
Method in interface org.jvyamlb.YAMLConfig
-
- useHeader(boolean) -
Method in class org.jvyamlb.DefaultYAMLConfig
-
- useHeader() -
Method in class org.jvyamlb.DefaultYAMLConfig
-
- useHeader(boolean) -
Method in interface org.jvyamlb.YAMLConfig
-
- useHeader() -
Method in interface org.jvyamlb.YAMLConfig
-
- usePlain(boolean) -
Method in class org.jvyamlb.DefaultYAMLConfig
-
- usePlain() -
Method in class org.jvyamlb.DefaultYAMLConfig
-
- usePlain(boolean) -
Method in interface org.jvyamlb.YAMLConfig
-
- usePlain() -
Method in interface org.jvyamlb.YAMLConfig
-
- useSingle(boolean) -
Method in class org.jvyamlb.DefaultYAMLConfig
-
- useSingle() -
Method in class org.jvyamlb.DefaultYAMLConfig
-
- useSingle(boolean) -
Method in interface org.jvyamlb.YAMLConfig
-
- useSingle() -
Method in interface org.jvyamlb.YAMLConfig
-
- useVersion(boolean) -
Method in class org.jvyamlb.DefaultYAMLConfig
-
- useVersion() -
Method in class org.jvyamlb.DefaultYAMLConfig
-
- useVersion(boolean) -
Method in interface org.jvyamlb.YAMLConfig
-
- useVersion() -
Method in interface org.jvyamlb.YAMLConfig
-
- usec() -
Method in class org.jruby.RubyTime
-
- 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 -
Static variable in class org.jruby.ast.NodeTypes
-
- VALUE -
Static variable in class org.jvyamlb.tokens.Token
-
- VARIABLE -
Static variable in class org.jruby.runtime.CallType
-
- VAliasNode - class org.jruby.ast.VAliasNode.
- Represents an alias of a global variable.
- VAliasNode(ISourcePosition, String, String) -
Constructor for class org.jruby.ast.VAliasNode
-
- VCALLNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- VCALL_FLAG -
Static variable in class org.jruby.ast.executable.YARVInstructions
-
- VCallNode - class org.jruby.ast.VCallNode.
- RubyMethod call without any arguments
- VCallNode(ISourcePosition, String) -
Constructor for class org.jruby.ast.VCallNode
-
- VCallNodeCompiler - class org.jruby.compiler.VCallNodeCompiler.
-
- VCallNodeCompiler() -
Constructor for class org.jruby.compiler.VCallNodeCompiler
- Creates a new instance of VCallNodeCompiler
- VERSION -
Static variable in class org.jruby.runtime.Constants
-
- ValueAccessor - class org.jruby.internal.runtime.ValueAccessor.
-
- ValueAccessor(IRubyObject) -
Constructor for class org.jruby.internal.runtime.ValueAccessor
-
- ValueConverter - class org.jruby.evaluator.ValueConverter.
-
- ValueConverter(Ruby) -
Constructor for class org.jruby.evaluator.ValueConverter
-
- ValueToken - class org.jvyamlb.tokens.ValueToken.
-
- ValueToken() -
Constructor for class org.jvyamlb.tokens.ValueToken
-
- Visibility - class org.jruby.runtime.Visibility.
- This class represents two concepts: method visibility and a mask for
determining a set of valid method visibilities.
- VisitorTestSuite - class org.jruby.ast.visitor.rewriter.VisitorTestSuite.
-
- VisitorTestSuite() -
Constructor for class org.jruby.ast.visitor.rewriter.VisitorTestSuite
-
- valid_constant_name_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.Java
-
- value(MatchResult) -
Method in class jregex.PerlSubstitution
-
- value() -
Method in class org.jruby.RubyThread
-
- 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.
- valueRemoved(Object) -
Method in class org.jruby.util.WeakIdentityHashMap
-
- value_type() -
Method in class org.jruby.javasupport.JavaField
-
- values() -
Method in class org.jruby.RubyHash
-
- values() -
Method in class org.jruby.util.collections.IntHashMap
-
- values() -
Method in class org.jruby.util.collections.SlottedHashMap
-
- values_at(IRubyObject[]) -
Method in class org.jruby.RubyArray
- rb_values_at
- values_at(IRubyObject[]) -
Method in class org.jruby.RubyHash
- rb_hash_values_at
- values_at(IRubyObject[]) -
Method in class org.jruby.RubyStruct
-
- variableName(String) -
Static method in class org.jruby.runtime.GlobalVariable
-
- ver(IRubyObject) -
Static method in class org.jruby.RubyBigDecimal
-
- version(IRubyObject) -
Static method in class org.jruby.RubyZlib
-
- version(String) -
Method in class org.jvyamlb.DefaultYAMLConfig
-
- version() -
Method in class org.jvyamlb.DefaultYAMLConfig
-
- version(String) -
Method in interface org.jvyamlb.YAMLConfig
-
- version() -
Method in interface org.jvyamlb.YAMLConfig
-
- view(int, int) -
Method in class org.jruby.util.ByteList
-
- visibility -
Variable in class org.jruby.internal.runtime.methods.DynamicMethod
-
- visibility -
Variable in class org.jruby.runtime.Block
-
- 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
-
- 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) -
Method in class org.jruby.ast.visitor.rewriter.ReWriteVisitor
-
- visitAndPrintWithSeparator(Iterator) -
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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- visitLocalVariable(String, String, String, Label, Label, int) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- 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
-
- visitOptNNode(OptNNode) -
Method in class org.jruby.ast.visitor.AbstractVisitor
-
- visitOptNNode(OptNNode) -
Method in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- visitOptNNode(OptNNode) -
Method in interface org.jruby.ast.visitor.NodeVisitor
-
- visitOptNNode(OptNNode) -
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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- visitVarInsn(int, int) -
Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
-
- 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
- WHENNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- WHILENODE -
Static variable in class org.jruby.ast.NodeTypes
-
- WORD_CHAR -
Static variable in class jregex.WildcardPattern
-
- WRONLY -
Static variable in class org.jruby.util.IOModes
-
- WantsRetry - interface org.jruby.evaluator.WantsRetry.
-
- WantsReturn - interface org.jruby.evaluator.WantsReturn.
-
- WeakHashSet - class org.jruby.util.collections.WeakHashSet.
- 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 org.jruby.util.WeakIdentityHashMap.
- 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
-
- WhenNode - class org.jruby.ast.WhenNode.
-
- WhenNode(ISourcePosition, Node, Node, Node) -
Constructor for class org.jruby.ast.WhenNode
-
- WhileNode - class org.jruby.ast.WhileNode.
- Represents a while stetement.
- WhileNode(ISourcePosition, Node, Node) -
Constructor for class org.jruby.ast.WhileNode
-
- WhileNode(ISourcePosition, Node, Node, boolean) -
Constructor for class org.jruby.ast.WhileNode
-
- WhileNodeCompiler - class org.jruby.compiler.WhileNodeCompiler.
-
- WhileNodeCompiler() -
Constructor for class org.jruby.compiler.WhileNodeCompiler
- Creates a new instance of WhileNodeCompiler
- WildcardFilter - class jregex.util.io.WildcardFilter.
-
- WildcardFilter(String) -
Constructor for class jregex.util.io.WildcardFilter
-
- WildcardFilter(String, boolean) -
Constructor for class jregex.util.io.WildcardFilter
-
- WildcardPattern - class jregex.WildcardPattern.
- A Pattern subclass that accepts a simplified pattern syntax:
? - matches any single character;
* - matches any number of any characters;
all the rest - matches itself.- WildcardPattern(String) -
Constructor for class jregex.WildcardPattern
-
- WildcardPattern(String, boolean) -
Constructor for class jregex.WildcardPattern
-
- WildcardPattern(String, int) -
Constructor for class jregex.WildcardPattern
-
- WildcardPattern(String, String, int) -
Constructor for class jregex.WildcardPattern
-
- WildcardPattern() -
Constructor for class jregex.WildcardPattern
-
- Worker - class org.jruby.test.Worker.
-
- Worker() -
Constructor for class org.jruby.test.Worker
-
- WrapperMethod - class org.jruby.internal.runtime.methods.WrapperMethod.
-
- WrapperMethod(RubyModule, DynamicMethod, Visibility) -
Constructor for class org.jruby.internal.runtime.methods.WrapperMethod
- Constructor for WrapperCallable.
- waitForCritical() -
Method in class org.jruby.internal.runtime.ThreadService
-
- waitUntilReady() -
Method in class org.jruby.util.IOHandler
- Implement IO#wait as per io/wait in MRI.
- wait_ruby(ThreadLibrary.Mutex) -
Method in class org.jruby.libraries.ThreadLibrary.ConditionVariable
-
- wakeup() -
Method in class org.jruby.RubyThread
-
- warn(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyKernel
-
- warn(ISourcePosition, String) -
Method in interface org.jruby.common.IRubyWarnings
-
- warn(String) -
Method in interface org.jruby.common.IRubyWarnings
-
- warn(SourcePosition, String) -
Method in class org.jruby.common.NullWarnings
-
- warn(String) -
Method in class org.jruby.common.NullWarnings
-
- warn(ISourcePosition, String) -
Method in class org.jruby.common.NullWarnings
-
- warn(ISourcePosition, String) -
Method in class org.jruby.common.RubyWarnings
-
- warn(String) -
Method in class org.jruby.common.RubyWarnings
-
- warn(String) -
Method in interface org.jruby.runtime.ErrorLogger
-
- warning(String) -
Method in interface org.jruby.common.IRubyWarnings
-
- warning(ISourcePosition, String) -
Method in interface org.jruby.common.IRubyWarnings
-
- warning(SourcePosition, String) -
Method in class org.jruby.common.NullWarnings
-
- warning(String) -
Method in class org.jruby.common.NullWarnings
-
- warning(ISourcePosition, String) -
Method in class org.jruby.common.NullWarnings
-
- warning(String) -
Method in class org.jruby.common.RubyWarnings
-
- warning(ISourcePosition, String) -
Method in class org.jruby.common.RubyWarnings
-
- warning(String) -
Method in interface org.jruby.runtime.ErrorLogger
-
- wasBeginOfLine() -
Method in class org.jruby.lexer.yacc.LexerSource
-
- wday() -
Method in class org.jruby.RubyTime
-
- wrap(StringBuffer) -
Static method in class jregex.Replacer
-
- wrap(Writer) -
Static method in class jregex.Replacer
-
- wrap(IRubyObject, RubyZlib.RubyGzipFile, IRubyObject, Block) -
Static method in class org.jruby.RubyZlib.RubyGzipFile
-
- wrap(IRubyObject, IRubyObject) -
Static method in class org.jruby.javasupport.Java
-
- wrap(Ruby, Object) -
Static method in class org.jruby.javasupport.JavaObject
-
- writable() -
Method in class org.jruby.RubyFileStat
-
- writable_p(IRubyObject, IRubyObject) -
Static method in class org.jruby.RubyFileTest
-
- write(IRubyObject) -
Method in class org.jruby.RubyIO
- io_write
- write(IRubyObject) -
Method in class org.jruby.RubyStringIO
-
- write(IRubyObject) -
Method in class org.jruby.RubyZlib.RubyGzipWriter
-
- write() -
Method in class org.jruby.ast.visitor.rewriter.ClassBodyWriter
-
- write(int) -
Method in class org.jruby.demo.TextAreaReadline
-
- write(byte[], int, int) -
Method in class org.jruby.demo.TextAreaReadline
-
- write(byte[]) -
Method in class org.jruby.demo.TextAreaReadline
-
- write(int) -
Method in class org.jruby.util.DataOutputBridgeStream
-
- write(ByteList) -
Method in class org.jruby.util.IOHandler
-
- write(ByteList) -
Method in class org.jruby.util.IOHandlerJavaIO
-
- write(ByteList) -
Method in class org.jruby.util.IOHandlerNio
-
- write(ByteList) -
Method in class org.jruby.util.IOHandlerNull
-
- 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
-
- writeClass(File) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- writeInt(int) -
Method in class org.jruby.runtime.marshal.MarshalStream
-
- writeLine(String) -
Method in class org.jruby.demo.TextAreaReadline
-
- writeLink(MarshalStream, IRubyObject) -
Method in class org.jruby.runtime.marshal.MarshalCache
-
- writeNode(Node) -
Method in interface org.ablaf.ast.IAstEncoder
-
- 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
-
- write_send(IRubyObject[]) -
Method in class org.jruby.ext.socket.RubyBasicSocket
-
X
- XML_SCHEMA -
Static variable in interface jregex.REFlags
- Turns on the compatibility with XML Schema regular expressions.
- XSTRNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- XStrNode - class org.jruby.ast.XStrNode.
- Backtick string
- XStrNode(ISourcePosition, ByteList) -
Constructor for class org.jruby.ast.XStrNode
-
- xor(IRubyObject) -
Method in class org.jruby.RubyBignum
- rb_big_xor
- xor(IRubyObject) -
Method in class org.jruby.RubyFixnum
- fix_xor
Y
- YAML - class org.jvyamlb.YAML.
- The combinatorial explosion class.
- YAML() -
Constructor for class org.jvyamlb.YAML
-
- YAMLConfig - interface org.jvyamlb.YAMLConfig.
-
- YAMLDumpTest - class org.jvyamlb.YAMLDumpTest.
-
- YAMLDumpTest(String) -
Constructor for class org.jvyamlb.YAMLDumpTest
-
- YAMLException - exception org.jvyamlb.YAMLException.
-
- YAMLException(String) -
Constructor for class org.jvyamlb.YAMLException
-
- YAMLException(Throwable) -
Constructor for class org.jvyamlb.YAMLException
-
- YAMLFactory - interface org.jvyamlb.YAMLFactory.
-
- YAMLLoadTest - class org.jvyamlb.YAMLLoadTest.
-
- YAMLLoadTest(String) -
Constructor for class org.jvyamlb.YAMLLoadTest
-
- YAMLNodeCreator - interface org.jvyamlb.YAMLNodeCreator.
-
- YARVCompiledRunner - class org.jruby.ast.executable.YARVCompiledRunner.
-
- YARVCompiledRunner(Ruby, Reader, String) -
Constructor for class org.jruby.ast.executable.YARVCompiledRunner
-
- YARVCompiledRunner(Ruby, YARVMachine.InstructionSequence) -
Constructor for class org.jruby.ast.executable.YARVCompiledRunner
-
- YARVInstructions - class org.jruby.ast.executable.YARVInstructions.
- AUTOGENERATED.
- YARVInstructions() -
Constructor for class org.jruby.ast.executable.YARVInstructions
-
- YARVMachine - class org.jruby.ast.executable.YARVMachine.
-
- YARVMachine() -
Constructor for class org.jruby.ast.executable.YARVMachine
-
- YARVMachine.Instruction - class org.jruby.ast.executable.YARVMachine.Instruction.
-
- 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 org.jruby.ast.executable.YARVMachine.InstructionSequence.
-
- YARVMachine.InstructionSequence(Ruby, String, String, String) -
Constructor for class org.jruby.ast.executable.YARVMachine.InstructionSequence
-
- YARVMachineTest - class org.jruby.ast.executable.YARVMachineTest.
-
- YARVMachineTest() -
Constructor for class org.jruby.ast.executable.YARVMachineTest
-
- YARVMethod - class org.jruby.internal.runtime.methods.YARVMethod.
-
- YARVMethod(RubyModule, YARVMachine.InstructionSequence, StaticScope, Visibility, SinglyLinkedList) -
Constructor for class org.jruby.internal.runtime.methods.YARVMethod
-
- YARVNodesCompiler - class org.jruby.compiler.YARVNodesCompiler.
-
- YARVNodesCompiler() -
Constructor for class org.jruby.compiler.YARVNodesCompiler
-
- YIELDNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- YamlLibrary - class org.jruby.libraries.YamlLibrary.
-
- YamlLibrary() -
Constructor for class org.jruby.libraries.YamlLibrary
-
- YieldNode - class org.jruby.ast.YieldNode.
- Represents a yield statement.
- YieldNode(ISourcePosition, Node, boolean) -
Constructor for class org.jruby.ast.YieldNode
-
- YieldNodeCompiler - class org.jruby.compiler.YieldNodeCompiler.
-
- YieldNodeCompiler() -
Constructor for class org.jruby.compiler.YieldNodeCompiler
- Creates a new instance of YieldNodeCompiler
- YyTables - class org.jruby.parser.YyTables.
-
- YyTables() -
Constructor for class org.jruby.parser.YyTables
-
- ycompileAndRun(Node) -
Method in class org.jruby.Ruby
-
- yday() -
Method in class org.jruby.RubyTime
-
- year() -
Method in class org.jruby.RubyTime
-
- yield(boolean) -
Method in interface org.jruby.compiler.Compiler
- Invoke the block passed into this method, or throw an error if no block is present.
- yield(boolean) -
Method in class org.jruby.compiler.impl.StandardASMCompiler
-
- yield(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.ext.Generator
-
- yield(ThreadContext, IRubyObject) -
Method in class org.jruby.runtime.Block
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean) -
Method in class org.jruby.runtime.Block
- Yield to this block, usually passed to the current call.
- yield(ThreadContext, IRubyObject) -
Method in class org.jruby.runtime.CallBlock
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean) -
Method in class org.jruby.runtime.CallBlock
- Yield to this block, usually passed to the current call.
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean) -
Method in class org.jruby.runtime.CompiledBlock
-
- yield(ThreadContext, IRubyObject) -
Method in class org.jruby.runtime.MethodBlock
-
- yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean) -
Method in class org.jruby.runtime.MethodBlock
- Yield to this block, usually passed to the current call.
- yieldLeftovers(ThreadContext) -
Method in class org.jruby.RubyEnumerator.SlicedBlockCallback
- Pass slice dregs on to client blcok
- yyCheck -
Static variable in class org.jruby.parser.DefaultRubyParser
-
- yyCheck() -
Static method in class org.jruby.parser.YyTables
-
- yyDefRed -
Static variable in class org.jruby.parser.DefaultRubyParser
- parser tables.
- yyDefault(Object) -
Method in class org.jruby.parser.DefaultRubyParser
- executed at the beginning of a reduce action.
- yyDgoto -
Static variable in class org.jruby.parser.DefaultRubyParser
- parser tables.
- 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.
- 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
-
- 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.
- 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.
Z
- ZARRAYNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- ZArrayNode - class org.jruby.ast.ZArrayNode.
- zero length list
- ZArrayNode(ISourcePosition) -
Constructor for class org.jruby.ast.ZArrayNode
-
- ZArrayNodeCompiler - class org.jruby.compiler.ZArrayNodeCompiler.
-
- ZArrayNodeCompiler() -
Constructor for class org.jruby.compiler.ZArrayNodeCompiler
- Creates a new instance of ZArrayNodeCompiler
- ZEROARGNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- ZSUPERNODE -
Static variable in class org.jruby.ast.NodeTypes
-
- ZSuperNode - class org.jruby.ast.ZSuperNode.
- a call to 'super' with no arguments in a method.
- ZSuperNode(ISourcePosition) -
Constructor for class org.jruby.ast.ZSuperNode
-
- ZeroArgNode - class org.jruby.ast.ZeroArgNode.
- Represents a zero arg in a block.
- ZeroArgNode(ISourcePosition) -
Constructor for class org.jruby.ast.ZeroArgNode
-
- ZlibDeflate - class org.jruby.util.ZlibDeflate.
-
- ZlibDeflate(IRubyObject, int, int, int, int) -
Constructor for class org.jruby.util.ZlibDeflate
-
- ZlibInflate - class org.jruby.util.ZlibInflate.
-
- ZlibInflate(IRubyObject) -
Constructor for class org.jruby.util.ZlibInflate
-
- ZlibLibrary - class org.jruby.libraries.ZlibLibrary.
-
- ZlibLibrary() -
Constructor for class org.jruby.libraries.ZlibLibrary
-
- zero(Ruby) -
Static method in class org.jruby.RubyFixnum
-
- zero_p() -
Method in class org.jruby.RubyBigDecimal
-
- 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() -
Method in class org.jruby.RubyNumeric
- num_zero_p
- zip(IRubyObject[], Block) -
Method in class org.jruby.RubyArray
- rb_ary_zip
- zip(IRubyObject, IRubyObject[], Block) -
Static method in class org.jruby.RubyEnumerable
-
- zlib_version(IRubyObject) -
Static method in class org.jruby.RubyZlib
-
- zone() -
Method in class org.jruby.RubyTime
-
_
- _LEADING_UNDERSCORE -
Static variable in class org.jruby.javasupport.test.ConstantHolder
-
- _Payload -
Variable in class org.jruby.ast.visitor.DefaultIteratorVisitor
-
- ___getInvocationHandler() -
Method in interface org.jruby.javasupport.proxy.InternalJavaProxy
-
- ___getProxyClass() -
Method in interface org.jruby.javasupport.proxy.InternalJavaProxy
-
- _initialize(IRubyObject[]) -
Method in class org.jruby.RubyZlib.Deflate
-
- _initialize(IRubyObject[]) -
Method in class org.jruby.RubyZlib.Inflate
-
- _load(IRubyObject, IRubyObject, Block) -
Static method in class org.jruby.RubyBigDecimal
-
- _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.
|