$ 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 _ 

$

$scriptObject - Variable in class org.jruby.internal.runtime.methods.CompiledMethod
 

A

a - Variable in class org.jruby.ir.Tuple
 
a_dot_pat - Static variable in class org.jruby.util.Numeric.RationalPatterns
 
aaload() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
aastore() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
aastoreIRubyObjects(IRubyObject[], IRubyObject, int) - Static method in class org.jruby.runtime.Helpers
 
aastoreIRubyObjects(IRubyObject[], IRubyObject, IRubyObject, int) - Static method in class org.jruby.runtime.Helpers
 
aastoreIRubyObjects(IRubyObject[], IRubyObject, IRubyObject, IRubyObject, int) - Static method in class org.jruby.runtime.Helpers
 
aastoreIRubyObjects(IRubyObject[], IRubyObject, IRubyObject, IRubyObject, IRubyObject, int) - Static method in class org.jruby.runtime.Helpers
 
aastoreIRubyObjects(IRubyObject[], IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, int) - Static method in class org.jruby.runtime.Helpers
 
aastoreIRubyObjects(IRubyObject[], IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, int) - Static method in class org.jruby.runtime.Helpers
 
aastoreIRubyObjects(IRubyObject[], IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, int) - Static method in class org.jruby.runtime.Helpers
 
aastoreIRubyObjects(IRubyObject[], IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, int) - Static method in class org.jruby.runtime.Helpers
 
aastoreIRubyObjects(IRubyObject[], IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, int) - Static method in class org.jruby.runtime.Helpers
 
aastoreIRubyObjects(IRubyObject[], IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, int) - Static method in class org.jruby.runtime.Helpers
 
abort(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
abort(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
 
abort() - Method in class org.jruby.truffle.nodes.core.KernelNodes.AbortNode
 
abort_on_exception() - Method in class org.jruby.RubyThread
 
abort_on_exception_set(IRubyObject) - Method in class org.jruby.RubyThread
 
abort_on_exception_set_x(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyThread
 
abort_on_exception_x(IRubyObject) - Static method in class org.jruby.RubyThread
Returns the status of the global ``abort on exception'' condition.
abs() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
abs() - Method in class org.jruby.RubyBignum
rb_big_abs
abs(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_abs
abs(ThreadContext) - Method in class org.jruby.RubyFixnum
fix_abs
abs(ThreadContext) - Method in class org.jruby.RubyFloat
flo_abs
abs(ThreadContext) - Method in class org.jruby.RubyNumeric
num_abs
abs(RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.AbsNode
 
abs(int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.AbsNode
 
abs(long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.AbsNode
 
abs(double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.AbsNode
 
abs() - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
abs2(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_abs2
abs2(ThreadContext) - Method in class org.jruby.RubyNumeric
numeric_abs2
absolute_path(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
---------------------------------------------------- File::absolute_path File.absolute_path(file_name [, dir_string] ) -> abs_file_name From Ruby 1.9.1 ------------------------------------------------------------------------ Converts a pathname to an absolute pathname.
absolute_path(ThreadContext) - Method in class org.jruby.RubyThread.Location
 
absolutePath(RubyString) - Method in class org.jruby.truffle.nodes.core.FileNodes.AbsolutePathNode
 
absolutePath() - Method in class org.jruby.util.ClasspathResource
 
absolutePath() - Method in class org.jruby.util.EmptyFileResource
 
absolutePath() - Method in interface org.jruby.util.FileResource
 
absolutePath() - Method in class org.jruby.util.URLResource
 
ABSTRACT - Static variable in class org.jruby.parser.JavaSignatureParser
 
ABSTRACT_MEMORY_RUBY_CLASS - Static variable in class org.jruby.ext.ffi.AbstractMemory
 
AbstractGeneralSuperCallNode - Class in org.jruby.truffle.nodes.supercall
 
AbstractGeneralSuperCallNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.supercall.AbstractGeneralSuperCallNode
 
AbstractInvoker - Class in org.jruby.ext.ffi
A native function invoker
AbstractInvoker(Ruby, RubyClass, int, MemoryIO) - Constructor for class org.jruby.ext.ffi.AbstractInvoker
Creates a new AbstractInvoker instance.
AbstractLocalContextProvider - Class in org.jruby.embed.internal
 
AbstractLocalContextProvider() - Constructor for class org.jruby.embed.internal.AbstractLocalContextProvider
 
AbstractMemory - Class in org.jruby.ext.ffi
A abstract memory object that defines operations common to both pointers and memory buffers
AbstractMemory(Ruby, RubyClass, MemoryIO, long) - Constructor for class org.jruby.ext.ffi.AbstractMemory
 
AbstractMemory(Ruby, RubyClass, MemoryIO, long, int) - Constructor for class org.jruby.ext.ffi.AbstractMemory
 
AbstractNodeVisitor<T> - Class in org.jruby.ast.visitor
An abstract implementation of NodeVisitor that has an abstract default visit method, and provides a utility method to visit children.
AbstractNodeVisitor() - Constructor for class org.jruby.ast.visitor.AbstractNodeVisitor
 
AbstractRubyMethod - Class in org.jruby
The RubyMethod class represents a RubyMethod object.
AbstractRubyMethod(Ruby, RubyClass) - Constructor for class org.jruby.AbstractRubyMethod
 
AbstractScript - Class in org.jruby.ast.executable
 
AbstractScript() - Constructor for class org.jruby.ast.executable.AbstractScript
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.AliasNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.AndNode
 
accept(NodeVisitor) - Method in class org.jruby.ast.ArgsCatNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.ArgsNode
Accept for the visitor pattern.
accept(NodeVisitor) - Method in class org.jruby.ast.ArgsPushNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.ArgumentNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.ArrayNode
Accept for the visitor pattern.
accept(NodeVisitor) - Method in class org.jruby.ast.AttrAssignNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.BackRefNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.BeginNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.BignumNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.BlockArgNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.BlockNode
RubyMethod used by visitors.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.BlockPassNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.BreakNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.CallNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.CaseNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.ClassNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.ClassVarAsgnNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.ClassVarDeclNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.ClassVarNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.Colon2Node
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.Colon3Node
Accept for the visitor pattern.
accept(NodeVisitor) - Method in class org.jruby.ast.ComplexNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.ConstDeclNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.ConstNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.DAsgnNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.DefinedNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.DefnNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.DefsNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.DotNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.DRegexpNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.DStrNode
Accept for the visitor pattern.
accept(NodeVisitor) - Method in class org.jruby.ast.DSymbolNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.DVarNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.DXStrNode
Accept for the visitor pattern.
accept(NodeVisitor) - Method in class org.jruby.ast.EncodingNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.EnsureNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.EvStrNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.FalseNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.FCallNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.FixnumNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.FlipNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.FloatNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.ForNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.GlobalAsgnNode
RubyMethod used by visitors.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.GlobalVarNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.HashNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.IfNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.InstAsgnNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.InstVarNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.IterNode
Accept for the visitor pattern.
accept(NodeVisitor) - Method in class org.jruby.ast.KeywordArgNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.KeywordRestArgNode
 
accept(NodeVisitor) - Method in class org.jruby.ast.LambdaNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.ListNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.LiteralNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.LocalAsgnNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.LocalVarNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.Match2Node
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.Match3Node
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.MatchNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.ModuleNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.MultipleAsgn19Node
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.MultipleAsgnNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.NewlineNode
RubyMethod used by visitors.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.NextNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.NilNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.Node
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.NthRefNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.OpAsgnAndNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.OpAsgnNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.OpAsgnOrNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.OpElementAsgnNode
Accept for the visitor pattern.
accept(NodeVisitor) - Method in class org.jruby.ast.OptArgNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.OrNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.PostExeNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.PreExe19Node
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.PreExeNode
 
accept(NodeVisitor) - Method in class org.jruby.ast.RationalNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.RedoNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.RegexpNode
 
accept(NodeVisitor) - Method in class org.jruby.ast.RequiredKeywordArgumentValueNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.RescueBodyNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.RescueNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.RestArgNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.RetryNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.ReturnNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.RootNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.SClassNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.SelfNode
Accept for the visitor pattern.
accept(NodeVisitor) - Method in class org.jruby.ast.SplatNode
 
accept(NodeVisitor) - Method in class org.jruby.ast.StarNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.StrNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.SuperNode
Accept for the visitor pattern.
accept(NodeVisitor) - Method in class org.jruby.ast.SValueNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.SymbolNode
 
accept(NodeVisitor<T>) - Method in class org.jruby.ast.TrueNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.UndefNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.UntilNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.VAliasNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.VCallNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.WhenNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.WhileNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.XStrNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.YieldNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.ZArrayNode
Accept for the visitor pattern.
accept(NodeVisitor<T>) - Method in class org.jruby.ast.ZSuperNode
Accept for the visitor pattern.
accept(ThreadContext) - Method in class org.jruby.ext.socket.RubyServerSocket
 
accept(ThreadContext) - Method in class org.jruby.ext.socket.RubySocket
 
accept(ThreadContext) - Method in class org.jruby.ext.socket.RubyTCPServer
 
accept() - Method in class org.jruby.ext.socket.RubyTCPServer
Deprecated.
accept(ThreadContext) - Method in class org.jruby.ext.socket.RubyUNIXServer
 
accept(Object) - Method in class org.jruby.parser.YYDebug
 
accept(T) - Method in interface org.jruby.truffle.runtime.util.Consumer
 
accept(NodeVisitor<T>) - Method in class org.jruby.truffle.translator.ReadLocalDummyNode
 
accept_nonblock(ThreadContext) - Method in class org.jruby.ext.socket.RubyServerSocket
 
accept_nonblock(ThreadContext) - Method in class org.jruby.ext.socket.RubyTCPServer
 
accept_nonblock(ThreadContext) - Method in class org.jruby.ext.socket.RubyUNIXServer
 
acceptsArgTypes(String, Class, Class) - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisProblem
 
accessibleObject() - Method in class org.jruby.javasupport.JavaAccessibleObject
 
accessibleObject() - Method in class org.jruby.javasupport.JavaConstructor
 
accessibleObject() - Method in class org.jruby.javasupport.JavaField
 
accessibleObject() - Method in class org.jruby.javasupport.JavaMethod
 
ACCMODE - Static variable in class org.jruby.util.io.ModeFlags
accmode flag, used to mask the read/write mode
aconst_null() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
acos(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
acos19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
acosh(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
acosh19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
acquireRakeReference() - Method in class org.jruby.ant.RakeTaskBase
 
Activation - Class in org.jruby.truffle.runtime.backtrace
 
Activation(Node, MaterializedFrame) - Constructor for class org.jruby.truffle.runtime.backtrace.Activation
 
actualMethod - Variable in class org.jruby.internal.runtime.methods.InterpretedIRMethod.DynamicMethodBox
 
actualRequired - Variable in class org.jruby.anno.JavaMethodDescriptor
 
adapter - Variable in class org.jruby.ir.targets.IRBytecodeAdapter
 
add(KeyValuePair<Node, Node>) - Method in class org.jruby.ast.HashNode
 
add(Node) - Method in class org.jruby.ast.ListNode
 
add(int) - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
Addition.
add(Instr) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
add(int, Instr) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
add(Object) - Method in class org.jruby.RubyArray
 
add(int, Object) - Method in class org.jruby.RubyArray
 
add(IRubyObject, Block) - Method in class org.jruby.RubyThreadGroup
 
add(IRubyObject) - Method in class org.jruby.runtime.ObjectSpace
 
add(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.AddNode
 
add(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.BignumNodes.AddNode
 
add(RubyBignum, double) - Method in class org.jruby.truffle.nodes.core.BignumNodes.AddNode
 
add(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.AddNode
 
add(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.AddNode
 
add(int, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.AddNode
 
add(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.AddNode
 
add(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.AddNode
 
add(VirtualFrame, int, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.AddNode
 
add(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.AddNode
 
add(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.AddNode
 
add(long, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.AddNode
 
add(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.AddNode
 
add(VirtualFrame, long, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.AddNode
 
add(double, int) - Method in class org.jruby.truffle.nodes.core.FloatNodes.AddNode
 
add(double, long) - Method in class org.jruby.truffle.nodes.core.FloatNodes.AddNode
 
add(double, double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.AddNode
 
add(double, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FloatNodes.AddNode
 
add(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.AddNode
 
add(RubyString, int) - Method in class org.jruby.truffle.nodes.core.StringNodes.MulNode
 
add(RubyBignum) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
add(long) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
add(RubyProc) - Method in class org.jruby.truffle.runtime.subsystems.AtExitManager
 
add(T) - Method in class org.jruby.util.collections.WeakHashSet
 
add2(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
add219(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
addAll(ListNode) - Method in class org.jruby.ast.ListNode
Add all elements in other list to this list node.
addAll(Node) - Method in class org.jruby.ast.ListNode
Add other element to this list
addAll(Collection<? extends Instr>) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
addAll(int, Collection<? extends Instr>) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
addAll(Collection) - Method in class org.jruby.RubyArray
 
addAll(int, Collection) - Method in class org.jruby.RubyArray
 
addAll(Collection<? extends T>) - Method in class org.jruby.util.collections.WeakHashSet
 
addArg(Operand[], Operand) - Static method in class org.jruby.ir.IRBuilder
 
addArgDesc(IRMethodArgs.ArgType, String) - Method in class org.jruby.ir.IRMethod
 
addAssign(ISourcePosition, String, Node) - Method in class org.jruby.parser.StaticScope
 
addBasicBlock(BasicBlock) - Method in class org.jruby.ir.representations.CFG
 
addBasicObjectStubsToClass(ClassVisitor) - Static method in class org.jruby.compiler.util.BasicObjectStubGenerator
 
addBeginNode(PreExeNode) - Method in class org.jruby.parser.RubyParserResult
 
addBlockingThread(RubyThread) - Method in class org.jruby.RubyIO
Add a thread to the list of blocking threads for this IO.
addBlockingThread(RubyThread) - Method in class org.jruby.util.io.OpenFile
Add a thread to the list of blocking threads for this IO.
addBothFloat(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AddNode
 
addBothIntegerFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AddNode
 
addBothLongFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AddNode
 
addBothObject(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AddNode
 
addBoundMethod(String, String, String) - Method in class org.jruby.Ruby
 
addBuiltinLibrary(String, Library) - Method in class org.jruby.runtime.load.LoadService
 
addBundle(Class<?>) - Method in class org.jruby.embed.osgi.internal.JRubyOSGiBundleClassLoader
 
addBundle(Bundle) - Method in class org.jruby.embed.osgi.internal.JRubyOSGiBundleClassLoader
 
addBundleToGemPath(Bundle) - Method in class org.jruby.embed.IsolatedScriptingContainer
 
addBundleToGemPath(Bundle, String) - Method in class org.jruby.embed.IsolatedScriptingContainer
 
addBundleToLoadPath(Bundle) - Method in class org.jruby.embed.IsolatedScriptingContainer
 
addBundleToLoadPath(Bundle, String) - Method in class org.jruby.embed.IsolatedScriptingContainer
 
AddCallProtocolInstructions - Class in org.jruby.ir.passes
 
AddCallProtocolInstructions() - Constructor for class org.jruby.ir.passes.AddCallProtocolInstructions
 
addChild(Invocation) - Method in class org.jruby.runtime.profile.builtin.Invocation
 
addChildScope(IRScope) - Method in class org.jruby.ir.IRScope
 
addClassAnnotation(Class, Map) - Method in class org.jruby.RubyClass
 
addClassProvider(ClassProvider) - Method in class org.jruby.RubyModule
 
addClosure(IRClosure) - Method in class org.jruby.ir.IRScope
 
addCoreMethodNodes(RubyClass, List<? extends NodeFactory<? extends RubyNode>>) - Static method in class org.jruby.truffle.nodes.core.CoreMethodNodeManager
 
addDataFlowVar() - Method in class org.jruby.ir.dataflow.DataFlowProblem
 
addDependent(RubyModule) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
addDFVar(Variable) - Method in class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
 
addDuration(long) - Method in class org.jruby.runtime.profile.builtin.Invocation
 
addEdge(BasicBlock, BasicBlock, Object) - Method in class org.jruby.ir.representations.CFG
 
addedInstr(IRScope, Instr, int) - Method in interface org.jruby.ir.listeners.IRScopeListener
 
addEvalParse() - Method in class org.jruby.management.ParserStats
 
addEventHook(EventHook) - Method in class org.jruby.Ruby
 
addFeatureToIndex(String, String) - Method in class org.jruby.runtime.load.LoadService
 
addFieldAnnotation(String, Class, Map) - Method in class org.jruby.RubyClass
 
addFieldSignature(String, Class) - Method in class org.jruby.RubyClass
 
addFinalizer(IRubyObject, IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
addFinalizer(IRubyObject) - Method in class org.jruby.ir.operands.UndefinedValue
 
addFinalizer(Finalizable) - Method in class org.jruby.Ruby
 
addFinalizer(IRubyObject) - Method in class org.jruby.RubyBasicObject
Adds the specified object as a finalizer for this object.
addFinalizer(IRubyObject) - Method in class org.jruby.RubyBasicObject.Finalizer
 
addFinalizer(IRubyObject) - Method in interface org.jruby.runtime.builtin.IRubyObject
 
addFinalizer(IRubyObject, IRubyObject) - Method in class org.jruby.runtime.ObjectSpace
 
addFrameAwareMethods(String...) - Static method in class org.jruby.runtime.MethodIndex
 
addGemPath(ClassLoader) - Method in class org.jruby.embed.IsolatedScriptingContainer
 
addGemPath(ClassLoader, String) - Method in class org.jruby.embed.IsolatedScriptingContainer
 
addGlobalEnsureBB(BasicBlock) - Method in class org.jruby.ir.representations.CFG
 
addIncludingHierarchy(IncludedModule) - Method in class org.jruby.RubyModule
 
addInstanceMethod(RubyModule, String, DynamicMethod, Visibility, ThreadContext, Ruby) - Static method in class org.jruby.runtime.Helpers
 
addInstr(IRScope, Instr) - Method in class org.jruby.ir.IRBuilder
 
addInstr(Instr) - Method in class org.jruby.ir.IRClosure
 
addInstr(Instr) - Method in class org.jruby.ir.IRMethod
 
addInstr(Instr) - Method in class org.jruby.ir.IRScope
 
addInstr(Instr) - Method in class org.jruby.ir.representations.BasicBlock
 
addInstrAtBeginning(IRScope, Instr) - Method in class org.jruby.ir.IRBuilder
 
addInstrAtBeginning(Instr) - Method in class org.jruby.ir.IRScope
 
addInternalFinalizer(Finalizable) - Method in class org.jruby.Ruby
 
addInvalidatorsAndFlush(List<Invalidator>) - Method in class org.jruby.RubyClass
 
additionOverflowed(long, long, long) - Static method in class org.jruby.runtime.Helpers
 
addJRubyModuleParse() - Method in class org.jruby.management.ParserStats
 
addLexicalDependent(RubyModule) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
addListener(CompilerPassListener) - Method in class org.jruby.ir.IRManager
 
addListener(InstructionsListener) - Method in class org.jruby.ir.IRManager
 
addListener(IRScopeListener) - Method in class org.jruby.ir.IRManager
 
addLiveLocalVars(Set<LocalVariable>, BitSet) - Method in class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
Add all local variables of interest from the provided bitset.
addLoadedFeature(String) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
addLoadedFeature(String, String) - Method in class org.jruby.runtime.load.LoadService
 
addLoadParse() - Method in class org.jruby.management.ParserStats
 
addLoadPath(ClassLoader) - Method in class org.jruby.embed.IsolatedScriptingContainer
 
addLoadPath(ClassLoader, String) - Method in class org.jruby.embed.IsolatedScriptingContainer
 
addLoads(Map<Operand, Operand>) - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementNode
 
addLoads(Map<Operand, Operand>) - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementProblem
 
AddLocalVarLoadStoreInstructions - Class in org.jruby.ir.passes
 
AddLocalVarLoadStoreInstructions() - Constructor for class org.jruby.ir.passes.AddLocalVarLoadStoreInstructions
 
addMembership(byte[]) - Method in class org.jruby.ext.socket.MulticastStateManager
 
addMethod(String, DynamicMethod) - Method in class org.jruby.IncludedModuleWrapper
 
addMethod(String, DynamicMethod) - Method in class org.jruby.RubyModule
 
addMethod(RubyNode, InternalMethod) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
addMethodAnnotation(String, Class, Map) - Method in class org.jruby.RubyClass
 
addMethodAtBootTimeOnly(String, DynamicMethod) - Method in class org.jruby.RubyModule
This method is not intended for use by normal users; it is a fast-path method that skips synchronization and hierarchy invalidation to speed boot-time method definition.
addMethodInternal(String, DynamicMethod) - Method in class org.jruby.RubyModule
 
addMethodNamesToSet(Set<String>, JRubyMethod, String) - Static method in class org.jruby.anno.AnnotationHelper
 
AddMethodNode - Class in org.jruby.truffle.nodes.methods
 
AddMethodNode(RubyContext, SourceSection, RubyNode, MethodDefinitionNode) - Constructor for class org.jruby.truffle.nodes.methods.AddMethodNode
 
addMethodSignature(String, Class[]) - Method in class org.jruby.RubyClass
 
addModule(RubyModule) - Method in class org.jruby.Ruby
 
addModuleFunction(String, DynamicMethod) - Method in class org.jruby.RubyModule
 
addNativeSignature(int, MethodType) - Method in class org.jruby.ir.IRMethod
 
addNullIntegerFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AddNode
 
addNullLongFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AddNode
 
addNullObject(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AddNode
 
addObjectNull(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AddNode
 
addOption(Option) - Method in class org.jruby.ext.nkf.Command
 
addOption(String) - Method in class org.jruby.ext.nkf.Options
 
addOption(String, String) - Method in class org.jruby.ext.nkf.Options
 
addOption(String, String, String) - Method in class org.jruby.ext.nkf.Options
 
addOption(Option) - Method in class org.jruby.ext.nkf.Options
 
addParameterAnnotation(String, int, Class, Map<String, Object>) - Method in class org.jruby.RubyClass
 
addParsedBytes(int) - Method in class org.jruby.management.ParserStats
 
addParseTime(int) - Method in class org.jruby.management.ParserStats
 
addPath(String) - Method in class org.jruby.runtime.load.LoadService
 
addPaths(List<String>) - Method in class org.jruby.runtime.load.LoadService
Add additional directories to the load path.
addPaths(String...) - Method in class org.jruby.runtime.load.LoadService
Add additional directories to the load path.
addProfiledMethod(String, DynamicMethod) - Method in class org.jruby.runtime.profile.builtin.ProfiledMethods
 
addProxyExtender(IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
addr(ThreadContext) - Method in class org.jruby.ext.socket.Ifaddr
 
addr(ThreadContext) - Method in class org.jruby.ext.socket.RubyIPSocket
 
addr() - Method in class org.jruby.ext.socket.RubyIPSocket
Deprecated.
addr(ThreadContext) - Method in class org.jruby.ext.socket.RubyUNIXServer
 
addr(ThreadContext) - Method in class org.jruby.ext.socket.RubyUNIXSocket
 
addr19(ThreadContext) - Method in class org.jruby.ext.socket.RubyIPSocket
 
addr19(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyIPSocket
 
addReaction(Join.Reaction) - Method in class org.jruby.util.Join.Spec
 
addReadAttribute(ThreadContext, String) - Method in class org.jruby.RubyModule
 
addReadWriteAttribute(ThreadContext, String) - Method in class org.jruby.RubyModule
 
addRealImplClassNew(RubyClass) - Static method in class org.jruby.java.proxies.JavaInterfaceTemplate
 
address(Object) - Method in class org.jruby.ext.ffi.jffi.DelegatingPointerParameterStrategy
 
address(Object) - Method in class org.jruby.ext.ffi.jffi.PointerParameterStrategy
 
address(Object) - Method in class org.jruby.ext.ffi.jffi.StringParameterStrategy
 
address - Variable in class org.jruby.ext.ffi.MemoryIO
 
address() - Method in class org.jruby.ext.ffi.MemoryIO
Gets the native address of this memory region.
address(ThreadContext) - Method in class org.jruby.ext.ffi.Pointer
 
ADDRESS_SIZE - Static variable in class org.jruby.ext.ffi.ArrayMemoryIO
 
ADDRESS_SIZE - Static variable in class org.jruby.ext.ffi.SwappedMemoryIO
 
addressFromArg(ThreadContext, IRubyObject) - Static method in class org.jruby.util.io.Sockaddr
 
addressFromSockaddr_in(ThreadContext, IRubyObject) - Static method in class org.jruby.util.io.Sockaddr
 
addressFromSockaddr_un(ThreadContext, IRubyObject) - Static method in class org.jruby.util.io.Sockaddr
 
addressFromString(Ruby, String) - Static method in class org.jruby.util.io.Sockaddr
 
addressMask() - Method in class org.jruby.ext.ffi.Platform
Gets the 32/64bit mask of a C address/pointer on the native platform.
addressSize - Variable in class org.jruby.ext.ffi.Platform
 
addressSize() - Method in class org.jruby.ext.ffi.Platform
Gets the size of a C address/pointer on the native platform.
addrFor(ThreadContext, InetSocketAddress, boolean) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
Addrinfo - Class in org.jruby.ext.socket
 
Addrinfo(Ruby, RubyClass) - Constructor for class org.jruby.ext.socket.Addrinfo
 
Addrinfo(Ruby, RubyClass, NetworkInterface, InetAddress) - Constructor for class org.jruby.ext.socket.Addrinfo
 
Addrinfo(Ruby, RubyClass, NetworkInterface, boolean) - Constructor for class org.jruby.ext.socket.Addrinfo
 
Addrinfo(Ruby, RubyClass, InetAddress) - Constructor for class org.jruby.ext.socket.Addrinfo
 
Addrinfo(Ruby, RubyClass, InetAddress, int) - Constructor for class org.jruby.ext.socket.Addrinfo
 
Addrinfo(Ruby, RubyClass, InetAddress, int, SocketType) - Constructor for class org.jruby.ext.socket.Addrinfo
 
addRootNode(Node) - Method in class org.jruby.parser.ParserSupport
 
addScope(IRScope) - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
addScope(IRScope) - Method in class org.jruby.ir.persistence.IRReaderFile
 
addScopeAwareMethods(String...) - Static method in class org.jruby.runtime.MethodIndex
 
addScopeInstructionOffset(IRScope) - Method in class org.jruby.ir.persistence.IRWriterFile
Record current offset as the beginning of specified scopes list of instructions.
addStores(Map<Operand, Operand>, Set<LocalVariable>) - Method in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementNode
 
addStores(Map<Operand, Operand>) - Method in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementProblem
 
addSubclass(RubyClass) - Method in class org.jruby.RubyClass
Add a new subclass to the weak set of subclasses.
addToClassPath(Bundle) - Method in class org.jruby.embed.osgi.OSGiScriptingContainer
 
addToObjectSpace(boolean, IRubyObject) - Method in class org.jruby.Ruby
 
addTrace(RubyProc) - Method in class org.jruby.internal.runtime.GlobalVariable
 
addType(int) - Method in class org.jruby.ir.targets.InvokeSite
 
addType(int) - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
addURL(URL) - Method in class org.jruby.util.JRubyClassLoader
 
addURLNoIndex(URL) - Method in class org.jruby.util.JRubyClassLoader
 
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.Array
Append the list of variables used in this operand to the input list
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.AsString
 
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.CurrentScope
 
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.DynamicSymbol
Append the list of variables used in this operand to the input list
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.Hash
Append the list of variables used in this operand to the input list
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.ImmutableLiteral
 
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.IRException
 
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.Label
 
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.ObjectClass
 
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.Operand
Append the list of variables used in this operand to the input list -- force every operand to implement this because a missing implementation can cause bad failures.
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.Reference
 
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.Regexp
Append the list of variables used in this operand to the input list
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.ScopeModule
 
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.Splat
Append the list of variables used in this operand to the input list
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.StandardError
 
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.StringLiteral
 
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.SValue
Append the list of variables used in this operand to the input list
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.UndefinedValue
 
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.Variable
Append the list of variables used in this operand to the input list
addUsedVariables(List<Variable>) - Method in class org.jruby.ir.operands.WrappedIRClosure
 
addVariable(String) - Method in class org.jruby.parser.StaticScope
Add a new variable to this (current) scope unless it is already defined in any reachable scope.
addVariableThisScope(String) - Method in class org.jruby.parser.StaticScope
Add a new variable to this (current) scope unless it is already defined in the current scope.
addWithOverflow(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.AddNode
 
addWithOverflow(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.AddNode
 
addWithOverflow(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.AddNode
 
addWithOverflow(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.AddNode
 
addWriteAttribute(ThreadContext, String) - Method in class org.jruby.RubyModule
 
adler() - Method in class org.jruby.ext.zlib.ZStream
 
adler32(IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.zlib.RubyZlib
 
adler32_combine(IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.zlib.RubyZlib
 
adopt(IRubyObject, Thread) - Static method in class org.jruby.RubyThread
 
advise(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
 
afamily(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
afill(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.javasupport.JavaArray
 
AFTER_OUTPUT - Static variable in class org.jruby.RubyConverter
 
afterBlockingCall() - Method in class org.jruby.RubyThread
 
afterInit(RubyContext) - Method in interface org.jruby.truffle.TruffleHooks
 
alias(ThreadContext, IRubyObject) - Method in class org.jruby.ext.psych.PsychEmitter
 
alias(String, String) - Method in class org.jruby.internal.runtime.GlobalVariables
Creates a new global variable which links to the oldName global variable.
alias(boolean) - Method in class org.jruby.truffle.nodes.methods.AliasNode
 
alias(int) - Method in class org.jruby.truffle.nodes.methods.AliasNode
 
alias(long) - Method in class org.jruby.truffle.nodes.methods.AliasNode
 
alias(double) - Method in class org.jruby.truffle.nodes.methods.AliasNode
 
alias(RubyBignum) - Method in class org.jruby.truffle.nodes.methods.AliasNode
 
alias(RubyModule) - Method in class org.jruby.truffle.nodes.methods.AliasNode
 
alias(RubyBasicObject) - Method in class org.jruby.truffle.nodes.methods.AliasNode
 
alias(RubyNode, String, String) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
alias_method(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyModule
 
aliases(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyEncoding
 
AliasInstr - Class in org.jruby.ir.instructions
 
AliasInstr(Operand, Operand) - Constructor for class org.jruby.ir.instructions.AliasInstr
 
AliasInstr(AliasInstr) - Method in class org.jruby.ir.IRVisitor
 
AliasInstr(AliasInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
AliasMethod - Class in org.jruby.internal.runtime.methods
 
AliasMethod(RubyModule, DynamicMethod, String) - Constructor for class org.jruby.internal.runtime.methods.AliasMethod
 
aliasMethod(RubyModule, RubySymbol, RubySymbol) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.AliasMethodNode
 
AliasNode - Class in org.jruby.ast
Represents an alias statement (alias newName oldName).
AliasNode(ISourcePosition, Node, Node) - Constructor for class org.jruby.ast.AliasNode
 
AliasNode - Class in org.jruby.truffle.nodes.methods
 
AliasNode(RubyContext, SourceSection, String, String) - Constructor for class org.jruby.truffle.nodes.methods.AliasNode
 
AliasNode(AliasNode) - Constructor for class org.jruby.truffle.nodes.methods.AliasNode
 
AliasNodeFactory - Class in org.jruby.truffle.nodes.methods
 
alignment(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.Struct
 
alignment(ThreadContext) - Method in class org.jruby.ext.ffi.Struct
 
alignment(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout.Field
 
alignment - Variable in class org.jruby.ext.ffi.Type
Minimum alignment of this type in bytes
alignment(ThreadContext) - Method in class org.jruby.ext.ffi.Type
Gets the native alignment of this Type in bytes
alignmentOf(NativeType) - Method in class org.jruby.ext.ffi.Factory
 
alignmentOf(NativeType) - Method in class org.jruby.ext.ffi.jffi.Factory
 
alignmentOf(NativeType) - Method in class org.jruby.ext.ffi.NoImplFactory
 
alive(RubyThread) - Method in class org.jruby.truffle.nodes.core.ThreadNodes.AliveNode
 
alive_p() - Method in class org.jruby.RubyThread
 
ALL - Static variable in interface org.jruby.Profile
 
all7Bit(byte[]) - Static method in class org.jruby.truffle.translator.BodyTranslator
 
ALL_F - Static variable in class org.jruby.RubyBasicObject
 
all_p(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
all_p(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
all_p19(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
all_pCommon(ThreadContext, IRubyObject, Block, Arity) - Static method in class org.jruby.RubyEnumerable
 
all_symbols(ThreadContext, IRubyObject) - Static method in class org.jruby.RubySymbol
 
all_symbols(IRubyObject) - Static method in class org.jruby.RubySymbol
Deprecated.
all_symbols() - Method in class org.jruby.RubySymbol.SymbolTable
 
allIntegerFixnum(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AnyNode
 
allocate() - Method in class org.jruby.MetaClass
 
allocate() - Method in class org.jruby.RubyClass
 
allocate(Ruby, RubyClass) - Method in interface org.jruby.runtime.ObjectAllocator
 
allocate(RubyClass) - Method in class org.jruby.truffle.nodes.core.ClassNodes.AllocateNode
 
allocate(RubyContext, RubyClass, RubyNode) - Method in interface org.jruby.truffle.nodes.objects.Allocator
 
allocate(RubyContext, RubyClass, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyArray.ArrayAllocator
 
allocate(RubyContext, RubyClass, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyBasicObject.BasicObjectAllocator
 
allocate(RubyContext, RubyClass, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyBignum.BignumAllocator
 
allocate(RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyClass
 
allocate(RubyContext, RubyClass, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyClass.ClassAllocator
 
allocate(RubyContext, RubyClass, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyEncoding.EncodingAllocator
 
allocate(RubyContext, RubyClass, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyEncodingConverter.EncodingConverterAllocator
 
allocate(RubyContext, RubyClass, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyException.ExceptionAllocator
 
allocate(RubyContext, RubyClass, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyFiber.FiberAllocator
 
allocate(RubyContext, RubyClass, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyHash.HashAllocator
 
allocate(RubyContext, RubyClass, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyModule.ModuleAllocator
 
allocate(RubyContext, RubyClass, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyProc.ProcAllocator
 
allocate(RubyContext, RubyClass, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyRegexp.RegexpAllocator
 
allocate(RubyContext, RubyClass, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyString.StringAllocator
 
allocate(RubyContext, RubyClass, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyThread.ThreadAllocator
 
allocate(RubyContext, RubyClass, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyTime.TimeAllocator
 
AllocatedDirectMemoryIO - Interface in org.jruby.ext.ffi
 
allocateDirectMemory(Ruby, int, boolean) - Method in class org.jruby.ext.ffi.Factory
Allocates memory on the native C heap and wraps it in a MemoryIO accessor.
allocateDirectMemory(Ruby, int, int, boolean) - Method in class org.jruby.ext.ffi.Factory
Allocates memory on the native C heap and wraps it in a MemoryIO accessor.
allocateDirectMemory(Ruby, int, boolean) - Method in class org.jruby.ext.ffi.jffi.Factory
Allocates memory on the native C heap and wraps it in a MemoryIO accessor.
allocateDirectMemory(Ruby, int, int, boolean) - Method in class org.jruby.ext.ffi.jffi.Factory
Allocates memory on the native C heap and wraps it in a MemoryIO accessor.
allocateDirectMemory(Ruby, int, boolean) - Method in class org.jruby.ext.ffi.NoImplFactory
 
allocateDirectMemory(Ruby, int, int, boolean) - Method in class org.jruby.ext.ffi.NoImplFactory
 
allocateIn(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.Struct
 
allocateIn(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.Struct
 
allocateInOut(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.Buffer
 
allocateInOut(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.Buffer
 
allocateInOut(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.Buffer
 
allocateInOut(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.Struct
 
allocateInOut(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.Struct
 
allocateInput(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.Buffer
 
allocateInput(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.Buffer
 
allocateInput(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.Buffer
 
allocateInterpreterContext(Instr[]) - Method in class org.jruby.ir.IRClosure
 
allocateInterpreterContext(Instr[]) - Method in class org.jruby.ir.IREvalScript
 
allocateInterpreterContext(Instr[]) - Method in class org.jruby.ir.IRScope
Make version specific to scope which needs it (e.g.
allocateInterpreterContext(Instr[]) - Method in class org.jruby.ir.IRScriptBody
 
allocateLocalTemp(String) - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
allocateMemoryIO() - Method in class org.jruby.ext.ffi.AbstractMemory
 
allocateMemoryIO() - Method in class org.jruby.ext.ffi.MemoryObject
 
allocateMemoryIO() - Method in class org.jruby.ext.ffi.Struct
 
allocateNextPrefixedName(String) - Method in class org.jruby.ir.IRScope
 
allocateOut(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.Struct
 
allocateOut(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.Struct
 
allocateOutput(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.Buffer
 
allocateOutput(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.Buffer
 
allocateOutput(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.Buffer
 
allocateProxy(Object, RubyClass) - Static method in class org.jruby.javasupport.Java
 
allocateProxy(Object, A) - Method in class org.jruby.javasupport.util.ObjectProxyCache
 
allocateReturnID() - Method in class org.jruby.truffle.translator.TranslatorDriver
 
allocateTemporaryBooleanVariables() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
allocateTemporaryFixnumVariables() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
allocateTemporaryFloatVariables() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
allocateTemporaryVariables() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
allocateTransientDirectMemory(Ruby, int, int, boolean) - Method in class org.jruby.ext.ffi.Factory
Allocates transient native memory (not from C heap) and wraps it in a MemoryIO accessor.
allocateTransientDirectMemory(Ruby, int, int, boolean) - Method in class org.jruby.ext.ffi.jffi.Factory
 
allocateTransientDirectMemory(Ruby, int, int, boolean) - Method in class org.jruby.ext.ffi.NoImplFactory
 
ALLOCATOR - Static variable in class org.jruby.ext.jruby.JRubyFiberLocal
 
ALLOCATOR - Static variable in class org.jruby.ext.jruby.JRubyThreadLocal
 
Allocator - Interface in org.jruby.truffle.nodes.objects
 
allocModuleId() - Method in class org.jruby.Ruby
 
allocSymbolId() - Method in class org.jruby.Ruby
 
allowBuiltin(String) - Method in interface org.jruby.Profile
 
allowClass(String) - Method in interface org.jruby.Profile
 
allowLoad(String) - Method in interface org.jruby.Profile
 
allowModule(String) - Method in interface org.jruby.Profile
 
allowRequire(String) - Method in interface org.jruby.Profile
 
allowsMore() - Method in class org.jruby.truffle.runtime.methods.Arity
 
allSymbols() - Method in class org.jruby.truffle.nodes.core.SymbolNodes.AllSymbolsNode
 
aload(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
aloadMany(int...) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
Short-hand for specifying a set of aloads
alreadyExecuted(CompilerPass, IRScope, Object, boolean) - Method in class org.jruby.ir.passes.BasicCompilerPassListener
 
alreadyExecuted(CompilerPass, IRScope, Object, boolean) - Method in interface org.jruby.ir.passes.CompilerPassListener
This dependent pass has been determined to already be satisfied and is not going to call execute().
AluInstr - Class in org.jruby.ir.instructions.boxing
 
AluInstr(Operation, Variable, Operand, Operand) - Constructor for class org.jruby.ir.instructions.boxing.AluInstr
 
AluInstr(AluInstr) - Method in class org.jruby.ir.IRVisitor
 
AluInstr(AluInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
ALWAYS_DEFINED_GLOBALS - Static variable in class org.jruby.truffle.nodes.methods.locals.ReadLocalVariableNode
 
alwaysFalse() - Method in enum org.jruby.ast.NodeType
Whether this node type would always evaluate as being false.
alwaysTrue() - Method in enum org.jruby.ast.NodeType
Whether this node type would always evaluate as being true.
an_e_pat - Static variable in class org.jruby.util.Numeric.RationalPatterns
 
ancestors(ThreadContext) - Method in class org.jruby.RubyModule
rb_mod_ancestors
ancestors() - Method in class org.jruby.RubyModule
Deprecated.
ancestors(RubyModule) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.AncestorsNode
 
ancestors() - Method in class org.jruby.truffle.runtime.core.RubyModule
 
AND - Static variable in class org.jruby.parser.JavaSignatureParser
 
and(Object) - Method in class org.jruby.truffle.nodes.core.FalseClassNodes.AndNode
 
and(boolean) - Method in class org.jruby.truffle.nodes.core.TrueClassNodes.AndNode
 
and(RubyBignum) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
and(long) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
AndNode - Class in org.jruby.ast
Represents a && (and) operator.
AndNode(ISourcePosition, Node, Node) - Constructor for class org.jruby.ast.AndNode
 
AndNode - Class in org.jruby.truffle.nodes.control
Represents a Ruby and or && expression.
AndNode(RubyContext, SourceSection, RubyNode, RubyNode) - Constructor for class org.jruby.truffle.nodes.control.AndNode
 
anewarray(String) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
anewarrayIRubyObjects(int) - Static method in class org.jruby.runtime.Helpers
 
anno - Variable in class org.jruby.anno.JavaMethodDescriptor
 
Annotation - Class in org.jruby.ast.java_signature
 
Annotation(String, List<AnnotationParameter>) - Constructor for class org.jruby.ast.java_signature.Annotation
 
annotation(IRubyObject) - Method in class org.jruby.javasupport.JavaAccessibleObject
 
annotation(IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
annotation_p() - Method in class org.jruby.javasupport.JavaClass
 
annotation_present_p(IRubyObject) - Method in class org.jruby.javasupport.JavaAccessibleObject
 
annotation_present_p(IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
AnnotationBinder - Class in org.jruby.anno
Annotation processor for generating "populators" to bind native Java methods as Ruby methods, and to gather a list of classes seen during compilation that should have their invokers regenerated.
AnnotationBinder() - Constructor for class org.jruby.anno.AnnotationBinder
 
AnnotationExpression - Interface in org.jruby.ast.java_signature
 
AnnotationHelper - Class in org.jruby.anno
Utility methods for generating bindings at build time.
AnnotationHelper() - Constructor for class org.jruby.anno.AnnotationHelper
 
AnnotationParameter - Class in org.jruby.ast.java_signature
 
AnnotationParameter(String, AnnotationExpression) - Constructor for class org.jruby.ast.java_signature.AnnotationParameter
 
annotations() - Method in class org.jruby.javasupport.JavaAccessibleObject
 
annotations() - Method in class org.jruby.javasupport.JavaClass
 
annotations_p() - Method in class org.jruby.javasupport.JavaAccessibleObject
 
annotations_p() - Method in class org.jruby.javasupport.JavaClass
 
anonymous_class_p() - Method in class org.jruby.javasupport.JavaClass
 
ANY - Static variable in interface org.jruby.Profile
 
any_p(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
any_p(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
any_p(ThreadContext, Block) - Method in class org.jruby.RubyHash
 
any_pCommon(ThreadContext, IRubyObject, Block, Arity) - Static method in class org.jruby.RubyEnumerable
 
any_to_channel(ThreadContext, IRubyObject) - Static method in class org.jruby.java.addons.IOJavaAddons.AnyIO
 
any_to_inputstream(ThreadContext, IRubyObject) - Static method in class org.jruby.java.addons.IOJavaAddons.AnyIO
 
any_to_outputstream(ThreadContext, IRubyObject) - Static method in class org.jruby.java.addons.IOJavaAddons.AnyIO
 
anyFloat(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AnyNode
 
anyLongFixnum(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AnyNode
 
anyNull(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AnyNode
 
anyObject(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AnyNode
 
anyToString(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
anyToString() - Method in class org.jruby.ir.operands.UndefinedValue
 
anyToString() - Method in class org.jruby.RubyBasicObject
Internal method that helps to convert any object into the format of a class name and a hex string inside of #<>.
anyToString() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
AOT_LOADCLASSES - Static variable in class org.jruby.util.cli.Options
 
append(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Enums
 
append(ThreadContext, IRubyObject) - Method in class org.jruby.ext.stringio.StringIO
 
append(IRubyObject) - Method in class org.jruby.ext.zlib.JZlibDeflate
 
append(ThreadContext, IRubyObject) - Method in class org.jruby.ext.zlib.JZlibInflate
 
append(ByteList) - Method in class org.jruby.ext.zlib.JZlibInflate
 
append(IRubyObject) - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
append(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_push - specialized rb_ary_store
append(IRubyObject) - Method in class org.jruby.RubyClassPathVariable
Deprecated.
append(ThreadContext, IRubyObject) - Method in class org.jruby.RubyClassPathVariable
 
append(IRubyObject) - Method in class org.jruby.RubyString
rb_str_append
append(Object, int, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode
 
append(Object, int, Object) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode
 
append(Object, int, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.DoubleArrayBuilderNode
 
append(Object, int, Object) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.DoubleArrayBuilderNode
 
append(Object, int, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.IntegerArrayBuilderNode
 
append(Object, int, Object) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.IntegerArrayBuilderNode
 
append(Object, int, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.LongArrayBuilderNode
 
append(Object, int, Object) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.LongArrayBuilderNode
 
append(Object, int, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.ObjectArrayBuilderNode
 
append(Object, int, Object) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.ObjectArrayBuilderNode
 
append(Object, int, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.UninitializedArrayBuilderNode
 
append(Object, int, Object) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.UninitializedArrayBuilderNode
 
append(IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
APPEND - Static variable in class org.jruby.util.io.ModeFlags
append flag, to seek to the end of the file
APPEND - Static variable in class org.jruby.util.io.OpenFile
 
append19(IRubyObject) - Method in class org.jruby.RubyString
 
append_features(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.java.proxies.JavaInterfaceTemplate
 
append_features(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_append_features
appendAsString(RubyString, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
appendAsString19(RubyString, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
appendByteList(RubyString, ByteList) - Static method in class org.jruby.runtime.Helpers
 
appendByteList19(RubyString, ByteList, int) - Static method in class org.jruby.runtime.Helpers
 
appendFeatures(RubyModule, RubyModule) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.AppendFeaturesNode
 
appendFeatures(RubyNode, RubyModule) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
appendline(ThreadContext, int, ByteList[], int[]) - Method in class org.jruby.util.io.OpenFile
 
appendToBlock(Node, Node) - Method in class org.jruby.parser.ParserSupport
 
appendToObjectArray(IRubyObject[], IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
apply(String, int, int, Object, Vector, Vector) - Method in class org.jruby.embed.bsf.JRubyEngine
 
apply(String, int, int, Object, Vector, Vector) - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
apply() - Method in interface org.jruby.util.func.Function0
 
apply(A0) - Method in interface org.jruby.util.func.Function1
 
apply(A0, A1) - Method in interface org.jruby.util.func.Function2
 
apply(A0, A1, A2) - Method in interface org.jruby.util.func.Function3
 
apply(AN...) - Method in interface org.jruby.util.func.FunctionN
 
applyPattern(String) - Method in class org.jruby.util.RubyDateFormat
Deprecated.
 
applyPattern(String, boolean) - Method in class org.jruby.util.RubyDateFormat
Deprecated.
 
applyPreMeetHandler() - Method in class org.jruby.ir.dataflow.analyses.LiveVariableNode
 
applyPreMeetHandler() - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementNode
 
applyPreMeetHandler() - Method in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementNode
 
applyPreMeetHandler() - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode
 
applyPreMeetHandler() - Method in class org.jruby.ir.dataflow.FlowGraphNode
Initialize this data flow node to compute the new solution This is done before iteratively calling the MEET operator.
applyTransferFunction(Instr) - Method in class org.jruby.ir.dataflow.analyses.LiveVariableNode
 
applyTransferFunction(Instr) - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementNode
 
applyTransferFunction(Instr) - Method in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementNode
 
applyTransferFunction(Instr) - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode
 
applyTransferFunction(Instr) - Method in class org.jruby.ir.dataflow.FlowGraphNode
Apply transfer function to the instruction
aprintln() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ARCH - Static variable in class org.jruby.platform.Platform
 
ARCH_NAMES - Static variable in class org.jruby.platform.Platform
 
areBothFloat(RubyArray, RubyArray) - Static method in class org.jruby.truffle.nodes.core.ArrayGuards
 
areBothIntegerFixnum(RubyArray, RubyArray) - Static method in class org.jruby.truffle.nodes.core.ArrayGuards
 
areBothLongFixnum(RubyArray, RubyArray) - Static method in class org.jruby.truffle.nodes.core.ArrayGuards
 
areBothNull(RubyArray, RubyArray) - Static method in class org.jruby.truffle.nodes.core.ArrayGuards
 
areBothObject(RubyArray, RubyArray) - Static method in class org.jruby.truffle.nodes.core.ArrayGuards
 
areCompatible(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyEncoding
 
areCompatible(CodeRangeable, CodeRangeable) - Static method in class org.jruby.RubyEncoding
 
areCompatible(Encoding, Encoding) - Static method in class org.jruby.RubyEncoding
 
areCompatible(Encoding, int, Encoding, int) - Static method in class org.jruby.RubyEncoding
 
areEqual(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.SameOrEqualNode
 
aref(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
aref(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.StructLayout
 
aref(IRubyObject) - Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
aref(IRubyObject[]) - Method in class org.jruby.RubyArray
Deprecated.
Use the versions with zero, one, or two args.
aref(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_aref
aref(IRubyObject, IRubyObject) - Method in class org.jruby.RubyArray
 
aref(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyDir
 
aref(IRubyObject) - Method in class org.jruby.RubyHash
Deprecated.
use RubyHash.op_aref instead
aref(IRubyObject) - Method in class org.jruby.RubyStruct
 
aref19(IRubyObject) - Method in class org.jruby.RubyArray
 
aref19(IRubyObject, IRubyObject) - Method in class org.jruby.RubyArray
 
ArefCallSite - Class in org.jruby.runtime.callsite
 
ArefCallSite() - Constructor for class org.jruby.runtime.callsite.ArefCallSite
 
arefDirect(Ruby, Object, JavaUtil.JavaConverter, int) - Static method in class org.jruby.java.util.ArrayUtils
 
arefDirect(Ruby, int) - Method in class org.jruby.javasupport.JavaArray
 
areSame(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.SameOrEqualNode
 
areturn() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
arg(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_arg
arg(ThreadContext) - Method in class org.jruby.RubyNumeric
numeric_arg
arg_add(ISourcePosition, Node, Node) - Method in class org.jruby.parser.ParserSupport
 
arg_append(Node, Node) - Method in class org.jruby.parser.ParserSupport
 
arg_blk_pass(Node, BlockPassNode) - Method in class org.jruby.parser.ParserSupport
 
arg_concat(ISourcePosition, Node, Node) - Method in class org.jruby.parser.ParserSupport
 
ARG_ENCODING_FIXED - Static variable in class org.jruby.RubyRegexp
 
ARG_ENCODING_NONE - Static variable in class org.jruby.RubyRegexp
 
arg_var(String) - Method in class org.jruby.parser.ParserSupport
 
argf_close(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
argIndex - Variable in class org.jruby.ir.instructions.ReceiveArgBase
 
argName - Variable in class org.jruby.ir.instructions.ReceiveKeywordArgInstr
 
args - Variable in error org.jruby.RubyContinuation.Continuation
 
args() - Method in class org.jruby.RubyNoMethodError
 
ARGS_INDEX - Static variable in class org.jruby.internal.runtime.methods.InvocationMethodFactory
The lvar index of the method args on the call
argsCat(IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
ArgsCatNode - Class in org.jruby.ast
 
ArgsCatNode(ISourcePosition, Node, Node) - Constructor for class org.jruby.ast.ArgsCatNode
 
argsCatToArguments(IRubyObject[], IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
argsCatToArguments19(IRubyObject[], IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
ArgScopeDepthInstr - Class in org.jruby.ir.instructions
 
ArgScopeDepthInstr(Variable) - Constructor for class org.jruby.ir.instructions.ArgScopeDepthInstr
 
ArgScopeDepthInstr(ArgScopeDepthInstr) - Method in class org.jruby.ir.IRVisitor
 
argsCount - Variable in class org.jruby.ir.instructions.CallBase
 
ArgsNode - Class in org.jruby.ast
Represents the argument declarations of a method.
ArgsNode(ISourcePosition, ListNode, ListNode, RestArgNode, ListNode, BlockArgNode) - Constructor for class org.jruby.ast.ArgsNode
Construct a new ArgsNode with no keyword arguments.
ArgsNode(ISourcePosition, ListNode, ListNode, RestArgNode, ListNode, ListNode, KeywordRestArgNode, BlockArgNode) - Constructor for class org.jruby.ast.ArgsNode
Construct a new ArgsNode with keyword arguments.
argsNode - Variable in class org.jruby.ast.FCallNode
 
argsNode - Variable in class org.jruby.ast.MethodDefNode
 
argsPush(RubyArray, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
ArgsPushNode - Class in org.jruby.ast
 
ArgsPushNode(ISourcePosition, Node, Node) - Constructor for class org.jruby.ast.ArgsPushNode
 
ArgsTailHolder - Class in org.jruby.parser
Simple struct to hold values until they can be inserted into the AST.
ArgsTailHolder(ISourcePosition, ListNode, KeywordRestArgNode, BlockArgNode) - Constructor for class org.jruby.parser.ArgsTailHolder
 
ArgsUtil - Class in org.jruby.ast.util
 
ArgsUtil() - Constructor for class org.jruby.ast.util.ArgsUtil
 
argTypesDoNotMatch(Ruby, IRubyObject, JavaCallable[], Object...) - Static method in class org.jruby.java.dispatch.CallableSelector
 
argument_types() - Method in class org.jruby.javasupport.JavaCallable
 
argument_types() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
argument_types() - Method in class org.jruby.javasupport.proxy.JavaProxyConstructor
 
argumentError(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
argumentError(int, int, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
argumentError(int, int, int, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
argumentErrorEmptyVarargs(Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
argumentErrorInvalidRadix(int, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
argumentErrorMissingKeyword(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
ArgumentNode - Class in org.jruby.ast
Simple Node for named entities.
ArgumentNode(ISourcePosition, String) - Constructor for class org.jruby.ast.ArgumentNode
 
ArgumentNode(ISourcePosition, String, int) - Constructor for class org.jruby.ast.ArgumentNode
 
ArgumentProcessor - Class in org.jruby.util.cli
Encapsulated logic for processing JRuby's command-line arguments.
ArgumentProcessor(String[], RubyInstanceConfig) - Constructor for class org.jruby.util.cli.ArgumentProcessor
 
ArgumentProcessor(String[], boolean, boolean, boolean, RubyInstanceConfig) - Constructor for class org.jruby.util.cli.ArgumentProcessor
 
argumentType - Variable in class org.jruby.runtime.BlockBody
 
argumentTypes - Variable in class org.jruby.anno.JavaMethodDescriptor
 
Argv - Class in org.jruby.embed.variable
 
arity() - Method in class org.jruby.AbstractRubyMethod
Returns the number of arguments a method accepted.
arity - Variable in class org.jruby.anno.JavaMethodDescriptor
 
arity - Variable in class org.jruby.ast.ArgsNode
 
arity - Variable in class org.jruby.ext.ffi.AbstractInvoker
The arity of this function.
arity - Variable in class org.jruby.ext.ffi.CallbackInfo
The arity of this function.
arity - Variable in class org.jruby.ext.ffi.jffi.DefaultMethod
 
arity - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
arity - Variable in class org.jruby.ext.ffi.jffi.NativeInvoker
 
arity - Variable in class org.jruby.internal.runtime.methods.JavaMethod
 
arity() - Method in class org.jruby.javasupport.JavaCallable
 
arity() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
arity() - Method in class org.jruby.javasupport.proxy.JavaProxyConstructor
 
arity() - Method in class org.jruby.RubyMethod
Returns the number of arguments a method accepted.
arity() - Method in class org.jruby.RubyProc
 
Arity - Class in org.jruby.runtime
The arity of a method is the number of arguments it takes.
arity() - Method in class org.jruby.runtime.Block
What is the arity of this block?
arity() - Method in class org.jruby.runtime.BlockBody
What is the arity of this block?
arity() - Method in class org.jruby.runtime.CallBlock
 
arity() - Method in class org.jruby.runtime.CallBlock19
 
arity - Variable in class org.jruby.runtime.ContextAwareBlockBody
The 'Arity' of the block
arity() - Method in class org.jruby.runtime.ContextAwareBlockBody
 
arity() - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
arity() - Method in class org.jruby.runtime.JavaInternalBlockBody
 
arity() - Method in class org.jruby.runtime.NullBlockBody
 
arity() - Method in class org.jruby.runtime.Signature
 
arity(RubyProc) - Method in class org.jruby.truffle.nodes.core.ProcNodes.ArityNode
 
Arity - Class in org.jruby.truffle.runtime.methods
 
Arity(int, int, boolean, boolean) - Constructor for class org.jruby.truffle.runtime.methods.Arity
 
ARITY_CHECK_FOLD - Static variable in class org.jruby.internal.runtime.methods.InvokeDynamicMethodFactory
 
ARITY_CHECK_SIGNATURE - Static variable in class org.jruby.internal.runtime.methods.InvokeDynamicMethodFactory
 
arityValue - Variable in class org.jruby.internal.runtime.methods.JavaMethod
 
array() - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
array() - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
array() - Method in class org.jruby.ext.ffi.MemoryIO
 
array() - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
Array(Array) - Method in class org.jruby.ir.IRVisitor
 
Array - Class in org.jruby.ir.operands
 
Array() - Constructor for class org.jruby.ir.operands.Array
 
Array(List<Operand>) - Constructor for class org.jruby.ir.operands.Array
 
Array(Operand[]) - Constructor for class org.jruby.ir.operands.Array
 
array(MethodHandles.Lookup, String, MethodType) - Static method in class org.jruby.ir.targets.Bootstrap
 
array() - Static method in class org.jruby.ir.targets.Bootstrap
 
array(ThreadContext, IRubyObject[]) - Static method in class org.jruby.ir.targets.Bootstrap
 
array(int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Construct an Array from elements on stack.
array(int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
array(int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
Array(Array) - Method in class org.jruby.ir.targets.JVMVisitor
 
ARRAY - Static variable in class org.jruby.runtime.BlockBody
 
array(Object[]) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ArrayNode
 
ARRAY_BIGDECIMAL_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
ARRAY_BIGINTEGER_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
ARRAY_BOOLEAN_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
ARRAY_BYTE_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
ARRAY_CHAR_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
array_class() - Method in class org.jruby.javasupport.JavaClass
 
ARRAY_CLASS_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
ARRAY_CONVERTERS - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
ARRAY_DEFAULT_SIZE - Static variable in class org.jruby.RubyArray
 
ARRAY_DOUBLE_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
ARRAY_FLOAT_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
ARRAY_INT_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
ARRAY_LONG_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
ARRAY_OBJECT_BASE_OFFSET - Static variable in class org.jruby.util.unsafe.UnsafeHolder
 
ARRAY_OBJECT_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
ARRAY_OBJECT_INDEX_SCALE - Static variable in class org.jruby.util.unsafe.UnsafeHolder
 
array_p() - Method in class org.jruby.javasupport.JavaClass
 
ARRAY_SHORT_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
ARRAY_STRING_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
ArrayAllocationSite - Class in org.jruby.truffle.nodes.core
 
ArrayAllocationSite() - Constructor for class org.jruby.truffle.nodes.core.ArrayAllocationSite
 
ArrayAnnotationExpression - Class in org.jruby.ast.java_signature
 
ArrayAnnotationExpression(List<AnnotationExpression>) - Constructor for class org.jruby.ast.java_signature.ArrayAnnotationExpression
 
ArrayBuilderNode - Class in org.jruby.truffle.nodes.core
 
ArrayBuilderNode(RubyContext) - Constructor for class org.jruby.truffle.nodes.core.ArrayBuilderNode
 
ArrayBuilderNode.DoubleArrayBuilderNode - Class in org.jruby.truffle.nodes.core
 
ArrayBuilderNode.DoubleArrayBuilderNode(RubyContext, int) - Constructor for class org.jruby.truffle.nodes.core.ArrayBuilderNode.DoubleArrayBuilderNode
 
ArrayBuilderNode.IntegerArrayBuilderNode - Class in org.jruby.truffle.nodes.core
 
ArrayBuilderNode.IntegerArrayBuilderNode(RubyContext, int) - Constructor for class org.jruby.truffle.nodes.core.ArrayBuilderNode.IntegerArrayBuilderNode
 
ArrayBuilderNode.LongArrayBuilderNode - Class in org.jruby.truffle.nodes.core
 
ArrayBuilderNode.LongArrayBuilderNode(RubyContext, int) - Constructor for class org.jruby.truffle.nodes.core.ArrayBuilderNode.LongArrayBuilderNode
 
ArrayBuilderNode.ObjectArrayBuilderNode - Class in org.jruby.truffle.nodes.core
 
ArrayBuilderNode.ObjectArrayBuilderNode(RubyContext, int) - Constructor for class org.jruby.truffle.nodes.core.ArrayBuilderNode.ObjectArrayBuilderNode
 
ArrayBuilderNode.UninitializedArrayBuilderNode - Class in org.jruby.truffle.nodes.core
 
ArrayBuilderNode.UninitializedArrayBuilderNode(RubyContext) - Constructor for class org.jruby.truffle.nodes.core.ArrayBuilderNode.UninitializedArrayBuilderNode
 
ArrayCastNode - Class in org.jruby.truffle.nodes.cast
 
ArrayCastNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.cast.ArrayCastNode
 
ArrayCastNode(RubyContext, SourceSection, SplatCastNode.NilBehavior) - Constructor for class org.jruby.truffle.nodes.cast.ArrayCastNode
 
ArrayCastNode(ArrayCastNode) - Constructor for class org.jruby.truffle.nodes.cast.ArrayCastNode
 
ArrayCastNodeFactory - Class in org.jruby.truffle.nodes.cast
 
ArrayConcatNode - Class in org.jruby.truffle.nodes.core
Concatenate arrays.
ArrayConcatNode(RubyContext, SourceSection, RubyNode[]) - Constructor for class org.jruby.truffle.nodes.core.ArrayConcatNode
 
arraycopy(Object[], int, Object[], int, int) - Static method in class org.jruby.truffle.runtime.RubyArguments
 
ArrayCoreMethodNode - Class in org.jruby.truffle.nodes.core
 
ArrayCoreMethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayCoreMethodNode
 
ArrayCoreMethodNode(ArrayCoreMethodNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayCoreMethodNode
 
ArrayDropTailNode - Class in org.jruby.truffle.nodes.core
 
ArrayDropTailNode(RubyContext, SourceSection, int) - Constructor for class org.jruby.truffle.nodes.core.ArrayDropTailNode
 
ArrayDropTailNode(ArrayDropTailNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayDropTailNode
 
ArrayDropTailNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayDupNode - Class in org.jruby.truffle.nodes.core
Dup an array, without using any method lookup.
ArrayDupNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayDupNode
 
ArrayDupNode(ArrayDupNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayDupNode
 
ArrayDupNodeFactory - Class in org.jruby.truffle.nodes.core
 
arrayEntryOrNil(RubyArray, int) - Static method in class org.jruby.runtime.Helpers
 
arrayEntryOrNilOne(RubyArray) - Static method in class org.jruby.runtime.Helpers
 
arrayEntryOrNilTwo(RubyArray) - Static method in class org.jruby.runtime.Helpers
 
arrayEntryOrNilZero(RubyArray) - Static method in class org.jruby.runtime.Helpers
 
ArrayGetTailNode - Class in org.jruby.truffle.nodes.core
 
ArrayGetTailNode(RubyContext, SourceSection, int) - Constructor for class org.jruby.truffle.nodes.core.ArrayGetTailNode
 
ArrayGetTailNode(ArrayGetTailNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayGetTailNode
 
ArrayGetTailNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayGuards - Class in org.jruby.truffle.nodes.core
 
ArrayGuards() - Constructor for class org.jruby.truffle.nodes.core.ArrayGuards
 
ArrayIndexNode - Class in org.jruby.truffle.nodes.core
Index an array, without using any method lookup.
ArrayIndexNode(RubyContext, SourceSection, int) - Constructor for class org.jruby.truffle.nodes.core.ArrayIndexNode
 
ArrayIndexNode(ArrayIndexNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayIndexNode
 
ArrayIndexNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayJavaAddons - Class in org.jruby.java.addons
 
ArrayJavaAddons() - Constructor for class org.jruby.java.addons.ArrayJavaAddons
 
ArrayJavaProxy - Class in org.jruby.java.proxies
 
ArrayJavaProxy(Ruby, RubyClass, Object) - Constructor for class org.jruby.java.proxies.ArrayJavaProxy
 
ArrayJavaProxy(Ruby, RubyClass, Object, JavaUtil.JavaConverter) - Constructor for class org.jruby.java.proxies.ArrayJavaProxy
 
ArrayJavaProxy.ArrayNewMethod - Class in org.jruby.java.proxies
 
ArrayJavaProxy.ArrayNewMethod(RubyModule, Visibility, DynamicMethod) - Constructor for class org.jruby.java.proxies.ArrayJavaProxy.ArrayNewMethod
 
ArrayJavaProxyCreator - Class in org.jruby.java.proxies
A shim class created when constructing primitive arrays from proxied Java classes.
ArrayJavaProxyCreator(Ruby) - Constructor for class org.jruby.java.proxies.ArrayJavaProxyCreator
 
arrayLength(IRubyObject) - Static method in class org.jruby.ast.util.ArgsUtil
 
arraylength() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
arrayLength() - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
arrayLength() - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
arrayLength() - Method in class org.jruby.ext.ffi.MemoryIO
 
arrayLength() - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
ArrayLiteralNode - Class in org.jruby.truffle.nodes.literal
 
ArrayLiteralNode(RubyContext, SourceSection, RubyNode[]) - Constructor for class org.jruby.truffle.nodes.literal.ArrayLiteralNode
 
ArrayLiteralNode.EmptyArrayLiteralNode - Class in org.jruby.truffle.nodes.literal
 
ArrayLiteralNode.EmptyArrayLiteralNode(RubyContext, SourceSection, RubyNode[]) - Constructor for class org.jruby.truffle.nodes.literal.ArrayLiteralNode.EmptyArrayLiteralNode
 
ArrayLiteralNode.FloatArrayLiteralNode - Class in org.jruby.truffle.nodes.literal
 
ArrayLiteralNode.FloatArrayLiteralNode(RubyContext, SourceSection, RubyNode[]) - Constructor for class org.jruby.truffle.nodes.literal.ArrayLiteralNode.FloatArrayLiteralNode
 
ArrayLiteralNode.IntegerFixnumArrayLiteralNode - Class in org.jruby.truffle.nodes.literal
 
ArrayLiteralNode.IntegerFixnumArrayLiteralNode(RubyContext, SourceSection, RubyNode[]) - Constructor for class org.jruby.truffle.nodes.literal.ArrayLiteralNode.IntegerFixnumArrayLiteralNode
 
ArrayLiteralNode.LongFixnumArrayLiteralNode - Class in org.jruby.truffle.nodes.literal
 
ArrayLiteralNode.LongFixnumArrayLiteralNode(RubyContext, SourceSection, RubyNode[]) - Constructor for class org.jruby.truffle.nodes.literal.ArrayLiteralNode.LongFixnumArrayLiteralNode
 
ArrayLiteralNode.ObjectArrayLiteralNode - Class in org.jruby.truffle.nodes.literal
 
ArrayLiteralNode.ObjectArrayLiteralNode(RubyContext, SourceSection, RubyNode[]) - Constructor for class org.jruby.truffle.nodes.literal.ArrayLiteralNode.ObjectArrayLiteralNode
 
ArrayLiteralNode.UninitialisedArrayLiteralNode - Class in org.jruby.truffle.nodes.literal
 
ArrayLiteralNode.UninitialisedArrayLiteralNode(RubyContext, SourceSection, RubyNode[]) - Constructor for class org.jruby.truffle.nodes.literal.ArrayLiteralNode.UninitialisedArrayLiteralNode
 
arrayload() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ArrayMemoryIO - Class in org.jruby.ext.ffi
 
ArrayMemoryIO(Ruby, byte[], int, int) - Constructor for class org.jruby.ext.ffi.ArrayMemoryIO
 
ArrayMemoryIO(Ruby, int) - Constructor for class org.jruby.ext.ffi.ArrayMemoryIO
 
ArrayMemoryIO.ArrayIO - Class in org.jruby.ext.ffi
 
ArrayMemoryIO.ArrayIO() - Constructor for class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
 
ArrayNode - Class in org.jruby.ast
Represents an array.
ArrayNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.ArrayNode
 
ArrayNode(ISourcePosition) - Constructor for class org.jruby.ast.ArrayNode
 
ArrayNodes - Class in org.jruby.truffle.nodes.core
 
ArrayNodes() - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes
 
ArrayNodes.AddNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.AddNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.AddNode
 
ArrayNodes.AddNode(ArrayNodes.AddNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.AddNode
 
ArrayNodes.AnyNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.AnyNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.AnyNode
 
ArrayNodes.AnyNode(ArrayNodes.AnyNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.AnyNode
 
ArrayNodes.AtNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.AtNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.AtNode
 
ArrayNodes.AtNode(ArrayNodes.AtNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.AtNode
 
ArrayNodes.ClearNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.ClearNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.ClearNode
 
ArrayNodes.ClearNode(ArrayNodes.ClearNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.ClearNode
 
ArrayNodes.CompactNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.CompactNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.CompactNode
 
ArrayNodes.CompactNode(ArrayNodes.CompactNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.CompactNode
 
ArrayNodes.ConcatNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.ConcatNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.ConcatNode
 
ArrayNodes.ConcatNode(ArrayNodes.ConcatNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.ConcatNode
 
ArrayNodes.DeleteAtNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.DeleteAtNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.DeleteAtNode
 
ArrayNodes.DeleteAtNode(ArrayNodes.DeleteAtNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.DeleteAtNode
 
ArrayNodes.DeleteNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.DeleteNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.DeleteNode
 
ArrayNodes.DeleteNode(ArrayNodes.DeleteNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.DeleteNode
 
ArrayNodes.EachNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.EachNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.EachNode
 
ArrayNodes.EachNode(ArrayNodes.EachNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.EachNode
 
ArrayNodes.EachWithIndexNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.EachWithIndexNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.EachWithIndexNode
 
ArrayNodes.EachWithIndexNode(ArrayNodes.EachWithIndexNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.EachWithIndexNode
 
ArrayNodes.EmptyNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.EmptyNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.EmptyNode
 
ArrayNodes.EmptyNode(ArrayNodes.EmptyNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.EmptyNode
 
ArrayNodes.EqualNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.EqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.EqualNode
 
ArrayNodes.EqualNode(ArrayNodes.EqualNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.EqualNode
 
ArrayNodes.FindNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.FindNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.FindNode
 
ArrayNodes.FindNode(ArrayNodes.FindNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.FindNode
 
ArrayNodes.FirstNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.FirstNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.FirstNode
 
ArrayNodes.FirstNode(ArrayNodes.FirstNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.FirstNode
 
ArrayNodes.FlattenNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.FlattenNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.FlattenNode
 
ArrayNodes.FlattenNode(ArrayNodes.FlattenNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.FlattenNode
 
ArrayNodes.HashNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.HashNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.HashNode
 
ArrayNodes.HashNode(ArrayNodes.HashNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.HashNode
 
ArrayNodes.IncludeNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.IncludeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.IncludeNode
 
ArrayNodes.IncludeNode(ArrayNodes.IncludeNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.IncludeNode
 
ArrayNodes.IndexNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.IndexNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.IndexNode
 
ArrayNodes.IndexNode(ArrayNodes.IndexNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.IndexNode
 
ArrayNodes.IndexSetNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.IndexSetNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.IndexSetNode
 
ArrayNodes.IndexSetNode(ArrayNodes.IndexSetNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.IndexSetNode
 
ArrayNodes.InitializeCopyNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.InitializeCopyNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.InitializeCopyNode
 
ArrayNodes.InitializeCopyNode(ArrayNodes.InitializeCopyNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.InitializeCopyNode
 
ArrayNodes.InitializeNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.InitializeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.InitializeNode
 
ArrayNodes.InitializeNode(ArrayNodes.InitializeNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.InitializeNode
 
ArrayNodes.InjectNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.InjectNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.InjectNode
 
ArrayNodes.InjectNode(ArrayNodes.InjectNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.InjectNode
 
ArrayNodes.InsertNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.InsertNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.InsertNode
 
ArrayNodes.InsertNode(ArrayNodes.InsertNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.InsertNode
 
ArrayNodes.InspectNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.InspectNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.InspectNode
 
ArrayNodes.InspectNode(ArrayNodes.InspectNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.InspectNode
 
ArrayNodes.JoinNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.JoinNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.JoinNode
 
ArrayNodes.JoinNode(ArrayNodes.JoinNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.JoinNode
 
ArrayNodes.LastNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.LastNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.LastNode
 
ArrayNodes.LastNode(ArrayNodes.LastNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.LastNode
 
ArrayNodes.MapInPlaceNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.MapInPlaceNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.MapInPlaceNode
 
ArrayNodes.MapInPlaceNode(ArrayNodes.MapInPlaceNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.MapInPlaceNode
 
ArrayNodes.MapNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.MapNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.MapNode
 
ArrayNodes.MapNode(ArrayNodes.MapNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.MapNode
 
ArrayNodes.MaxBlock - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.MaxBlock(RubyContext) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.MaxBlock
 
ArrayNodes.MaxBlockNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.MaxBlockNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.MaxBlockNode
 
ArrayNodes.MaxBlockNode(ArrayNodes.MaxBlockNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.MaxBlockNode
 
ArrayNodes.MaxNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.MaxNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.MaxNode
 
ArrayNodes.MaxNode(ArrayNodes.MaxNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.MaxNode
 
ArrayNodes.MinBlock - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.MinBlock(RubyContext) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.MinBlock
 
ArrayNodes.MinBlockNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.MinBlockNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.MinBlockNode
 
ArrayNodes.MinBlockNode(ArrayNodes.MinBlockNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.MinBlockNode
 
ArrayNodes.MinNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.MinNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.MinNode
 
ArrayNodes.MinNode(ArrayNodes.MinNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.MinNode
 
ArrayNodes.MulNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.MulNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.MulNode
 
ArrayNodes.MulNode(ArrayNodes.MulNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.MulNode
 
ArrayNodes.PackNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.PackNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.PackNode
 
ArrayNodes.PackNode(ArrayNodes.PackNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.PackNode
 
ArrayNodes.PermutationNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.PermutationNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.PermutationNode
 
ArrayNodes.PermutationNode(ArrayNodes.PermutationNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.PermutationNode
 
ArrayNodes.PopNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.PopNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.PopNode
 
ArrayNodes.PopNode(ArrayNodes.PopNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.PopNode
 
ArrayNodes.ProductNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.ProductNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.ProductNode
 
ArrayNodes.ProductNode(ArrayNodes.ProductNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.ProductNode
 
ArrayNodes.PushNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.PushNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.PushNode
 
ArrayNodes.PushNode(ArrayNodes.PushNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.PushNode
 
ArrayNodes.PushOneNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.PushOneNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.PushOneNode
 
ArrayNodes.PushOneNode(ArrayNodes.PushOneNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.PushOneNode
 
ArrayNodes.RejectInPlaceNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.RejectInPlaceNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.RejectInPlaceNode
 
ArrayNodes.RejectInPlaceNode(ArrayNodes.RejectInPlaceNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.RejectInPlaceNode
 
ArrayNodes.RejectNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.RejectNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.RejectNode
 
ArrayNodes.RejectNode(ArrayNodes.RejectNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.RejectNode
 
ArrayNodes.ReplaceNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.ReplaceNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.ReplaceNode
 
ArrayNodes.ReplaceNode(ArrayNodes.ReplaceNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.ReplaceNode
 
ArrayNodes.SelectNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.SelectNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.SelectNode
 
ArrayNodes.SelectNode(ArrayNodes.SelectNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.SelectNode
 
ArrayNodes.ShiftNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.ShiftNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.ShiftNode
 
ArrayNodes.ShiftNode(ArrayNodes.ShiftNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.ShiftNode
 
ArrayNodes.SizeNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.SizeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.SizeNode
 
ArrayNodes.SizeNode(ArrayNodes.SizeNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.SizeNode
 
ArrayNodes.SortBangNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.SortBangNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.SortBangNode
 
ArrayNodes.SortBangNode(ArrayNodes.SortBangNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.SortBangNode
 
ArrayNodes.SortNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.SortNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.SortNode
 
ArrayNodes.SortNode(ArrayNodes.SortNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.SortNode
 
ArrayNodes.SubNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.SubNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.SubNode
 
ArrayNodes.SubNode(ArrayNodes.SubNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.SubNode
 
ArrayNodes.ToANode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.ToANode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.ToANode
 
ArrayNodes.ToANode(ArrayNodes.ToANode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.ToANode
 
ArrayNodes.UnionNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.UnionNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.UnionNode
 
ArrayNodes.UnionNode(ArrayNodes.UnionNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.UnionNode
 
ArrayNodes.UniqNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.UniqNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.UniqNode
 
ArrayNodes.UniqNode(ArrayNodes.UniqNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.UniqNode
 
ArrayNodes.UnshiftNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.UnshiftNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.UnshiftNode
 
ArrayNodes.UnshiftNode(ArrayNodes.UnshiftNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.UnshiftNode
 
ArrayNodes.ZipNode - Class in org.jruby.truffle.nodes.core
 
ArrayNodes.ZipNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.ZipNode
 
ArrayNodes.ZipNode(ArrayNodes.ZipNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayNodes.ZipNode
 
ArrayNodesFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.ArrayNodesFactory
 
ArrayNodesFactory.AddNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.AnyNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.AtNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.ClearNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.CompactNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.ConcatNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.DeleteAtNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.DeleteNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.EachNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.EachWithIndexNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.EmptyNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.EqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.FindNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.FirstNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.FlattenNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.HashNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.IncludeNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.IndexNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.IndexSetNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.InitializeCopyNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.InitializeNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.InjectNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.InsertNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.InspectNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.JoinNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.LastNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.MapInPlaceNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.MapNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.MaxBlockNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.MaxNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.MinBlockNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.MinNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.MulNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.PackNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.PermutationNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.PopNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.ProductNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.PushNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.PushOneNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.RejectInPlaceNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.RejectNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.ReplaceNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.SelectNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.ShiftNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.SizeNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.SortBangNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.SortNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.SubNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.ToANodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.UnionNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.UniqNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.UnshiftNodeFactory - Class in org.jruby.truffle.nodes.core
 
ArrayNodesFactory.ZipNodeFactory - Class in org.jruby.truffle.nodes.core
 
arrayOf(T...) - Static method in class org.jruby.runtime.Helpers
 
arrayOf(Class<T>, int, T) - Static method in class org.jruby.runtime.Helpers
 
arrayOffset() - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
arrayOffset() - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
arrayOffset() - Method in class org.jruby.ext.ffi.MemoryIO
 
arrayOffset() - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
arrayOneArrayElement(Object[]) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ArrayNode
 
arrayPostOrNil(RubyArray, int, int, int) - Static method in class org.jruby.runtime.Helpers
 
arrayPostOrNilOne(RubyArray, int, int) - Static method in class org.jruby.runtime.Helpers
 
arrayPostOrNilTwo(RubyArray, int, int) - Static method in class org.jruby.runtime.Helpers
 
arrayPostOrNilZero(RubyArray, int, int) - Static method in class org.jruby.runtime.Helpers
 
ArrayPushNode - Class in org.jruby.truffle.nodes.core
 
ArrayPushNode(RubyContext, SourceSection, RubyNode, RubyNode) - Constructor for class org.jruby.truffle.nodes.core.ArrayPushNode
 
ARRAYS_OPTIMISTIC_LONG - Static variable in class org.jruby.truffle.nodes.core.ArrayAllocationSite
 
ARRAYS_SMALL - Static variable in class org.jruby.truffle.runtime.core.RubyArray
 
ARRAYS_UNINITIALIZED_SIZE - Static variable in class org.jruby.truffle.nodes.core.ArrayBuilderNode
 
arraySlice1(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
arraySlice1N(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
ArraySliceNode - Class in org.jruby.truffle.nodes.core
 
ArraySliceNode(RubyContext, SourceSection, int, int) - Constructor for class org.jruby.truffle.nodes.core.ArraySliceNode
 
ArraySliceNode(ArraySliceNode) - Constructor for class org.jruby.truffle.nodes.core.ArraySliceNode
 
ArraySliceNodeFactory - Class in org.jruby.truffle.nodes.core
 
arraystore() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
arrayType - Variable in class org.jruby.ext.ffi.StructLayout.ArrayProxy
 
ArrayTypeNode - Class in org.jruby.ast.java_signature
 
ArrayTypeNode() - Constructor for class org.jruby.ast.java_signature.ArrayTypeNode
 
ArrayTypeNode(TypeNode) - Constructor for class org.jruby.ast.java_signature.ArrayTypeNode
 
ArrayUtils - Class in org.jruby.java.util
A collection of utilities for manipulating Java arrays.
ArrayUtils() - Constructor for class org.jruby.java.util.ArrayUtils
 
ArrayUtils - Class in org.jruby.truffle.runtime.util
 
ArrayUtils() - Constructor for class org.jruby.truffle.runtime.util.ArrayUtils
 
arrayValue(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
arrayValue(ThreadContext, Ruby, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
aryDup() - Method in class org.jruby.RubyArray
rb_ary_dup
aryDup19() - Method in class org.jruby.RubyArray
Deprecated.
aryset(Node, Node) - Method in class org.jruby.parser.ParserSupport
Define an array set condition so we can return lhs
aryToAry(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
asAddress() - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6NetworkMask
 
asArgumentType(NodeType) - Static method in class org.jruby.runtime.BlockBody
Compiled codes way of examining arguments
asArray(ThreadContext, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
asArray18(ThreadContext, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
asBoolean(IRubyObject) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
asBoolean(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asByte(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asByteBuffer() - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
asByteBuffer() - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
asByteBuffer() - Method in class org.jruby.ext.ffi.MemoryIO
Creates a view of this memory object as a java NIO byte buffer.
asByteBuffer() - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
asCharacter(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
ASCII - Static variable in class org.jruby.ext.nkf.RubyNKF
Deprecated.
ASCII8BIT_ENCODING - Static variable in class org.jruby.lexer.yacc.RubyLexer
 
ascii8bitBinmode(Ruby) - Method in class org.jruby.util.io.OpenFile
 
ascii8bitEncoding(Ruby) - Static method in class org.jruby.util.io.EncodingUtils
 
ascii_only_p(ThreadContext) - Method in class org.jruby.RubyString
 
asciicompat_encoding(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyConverter
 
asciiCompatible_p(ThreadContext) - Method in class org.jruby.RubyEncoding
 
asctime() - Method in class org.jruby.RubyTime
 
asDouble(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
aset(IRubyObject, IRubyObject) - Method in class org.jruby.javasupport.JavaArray
 
aset(IRubyObject, IRubyObject) - Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
aset(IRubyObject[]) - Method in class org.jruby.RubyArray
Deprecated.
Use the versions with zero, one, or two args.
aset(IRubyObject, IRubyObject) - Method in class org.jruby.RubyArray
 
aset(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_aset
aset(IRubyObject, IRubyObject) - Method in class org.jruby.RubyHash
Deprecated.
use RubyHash.op_aset instead
aset(IRubyObject, IRubyObject) - Method in class org.jruby.RubyStruct
 
aset(IRubyObject, IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
aset(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
aset19(IRubyObject, IRubyObject) - Method in class org.jruby.RubyArray
 
aset19(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.RubyArray
 
aset19(IRubyObject, IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
AsetCallSite - Class in org.jruby.runtime.callsite
 
AsetCallSite() - Constructor for class org.jruby.runtime.callsite.AsetCallSite
 
asetDirect(Ruby, Object, JavaUtil.JavaConverter, int, IRubyObject) - Static method in class org.jruby.java.util.ArrayUtils
 
asetDirect(Ruby, int, IRubyObject) - Method in class org.jruby.javasupport.JavaArray
 
asFloat(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asin(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
asin19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
asinh(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
asinh19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
ASINH_COEF - Static variable in class org.jruby.RubyMath
 
asInteger(String) - Method in class org.jruby.ext.socket.SubnetUtils.SubnetInfo
 
asInteger(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asIntegerFixnumRange(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asJavaString(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
asJavaString() - Method in class org.jruby.ir.operands.UndefinedValue
Convert the object into a symbol name if possible.
asJavaString() - Method in class org.jruby.RubyBasicObject
rb_to_id Will try to convert this object to a String using the Ruby "to_str" if the object isn't already a String.
asJavaString() - Method in class org.jruby.RubyFixnum
 
asJavaString() - Method in class org.jruby.RubyString
rb_to_id
asJavaString() - Method in class org.jruby.RubySymbol
rb_to_id
asJavaString() - Method in interface org.jruby.runtime.builtin.IRubyObject
Convert the object into a symbol name if possible.
asLong(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asLongFixnumRange(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asNumeric() - Method in class org.jruby.RubyNumeric
 
asObjectArray(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asObjectRange(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asPrefixLength() - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6NetworkMask
 
asRubyArray(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyBasicObject(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyBignum(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyBinding(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyClass(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyEncoding(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyEncodingConverter(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyException(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyFiber(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyFile(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyHash(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyMatchData(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyMethod(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyModule(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyNilClass(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyProc(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyRange(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyRegexp(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyString(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyStringArray() - Method in class org.jruby.truffle.runtime.core.RubyException
 
asRubySymbol(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyThread(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyTime(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asRubyUnboundMethod(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
assertCompilationConstant(boolean) - Method in class org.jruby.truffle.nodes.methods.AssertCompilationConstantNode
 
assertCompilationConstant(int) - Method in class org.jruby.truffle.nodes.methods.AssertCompilationConstantNode
 
assertCompilationConstant(long) - Method in class org.jruby.truffle.nodes.methods.AssertCompilationConstantNode
 
assertCompilationConstant(double) - Method in class org.jruby.truffle.nodes.methods.AssertCompilationConstantNode
 
assertCompilationConstant(Object) - Method in class org.jruby.truffle.nodes.methods.AssertCompilationConstantNode
 
AssertCompilationConstantNode - Class in org.jruby.truffle.nodes.methods
 
AssertCompilationConstantNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.methods.AssertCompilationConstantNode
 
AssertCompilationConstantNode(AssertCompilationConstantNode) - Constructor for class org.jruby.truffle.nodes.methods.AssertCompilationConstantNode
 
AssertCompilationConstantNodeFactory - Class in org.jruby.truffle.nodes.methods
 
asShort(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
assign(ISourcePosition, String, Node) - Method in class org.jruby.parser.StaticScope
Make a DASgn or LocalAsgn node based on scope logic
assign(ISourcePosition, String, Node, StaticScope, int) - Method in class org.jruby.parser.StaticScope
 
assignable(Class<?>, Class<?>) - Static method in class org.jruby.javasupport.JavaClass
 
assignable_from_p(IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
assignableLabel(String, Node) - Method in class org.jruby.parser.ParserSupport
 
assignableLabelOrIdentifier(String, Node) - Method in class org.jruby.parser.ParserSupport
 
AssignableNode - Class in org.jruby.ast
Base class of any node which can be assigned to.
AssignableNode(ISourcePosition) - Constructor for class org.jruby.ast.AssignableNode
 
AssignableNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.AssignableNode
 
assignableTo(RubyClass, RubyClass) - Static method in class org.jruby.truffle.runtime.ModuleOperations
 
AssignmentWrapperNode - Class in org.jruby.truffle.nodes
 
AssignmentWrapperNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.AssignmentWrapperNode
 
assoc(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
 
assoc(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_assoc
assoc(ThreadContext, IRubyObject) - Method in class org.jruby.RubyHash
 
associateEncoding(ByteList, Encoding, int) - Static method in class org.jruby.parser.ParserSupport
 
associateEncoding(Encoding) - Method in class org.jruby.RubyString
 
associateEncoding(Encoding) - Method in class org.jruby.RubySymbol
RubySymbol is created by passing in a String and bytes are extracted from that.
associateEncoding(CodeRangeable, Encoding) - Static method in class org.jruby.util.StringSupport
 
associateThread(Object, RubyThread) - Method in class org.jruby.internal.runtime.ThreadService
 
asString(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
AsString(AsString) - Method in class org.jruby.ir.IRVisitor
 
AsString - Class in org.jruby.ir.operands
 
AsString(Operand) - Constructor for class org.jruby.ir.operands.AsString
 
asString() - Method in class org.jruby.ir.operands.UndefinedValue
rb_obj_as_string
AsString(AsString) - Method in class org.jruby.ir.targets.JVMVisitor
 
asString() - Method in class org.jruby.RubyBasicObject
rb_obj_as_string First converts this object into a String using the "to_s" method, infects it with the current taint and returns it.
asString() - Method in class org.jruby.RubyString
 
asString() - Method in interface org.jruby.runtime.builtin.IRubyObject
rb_obj_as_string
asString(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
asSymbol(ISourcePosition, Node) - Method in class org.jruby.parser.ParserSupport
 
asThreadLocal(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
ASTInterpreter - Class in org.jruby.evaluator
 
ASTInterpreter() - Constructor for class org.jruby.evaluator.ASTInterpreter
 
astore(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
asUndefinedPlaceholder(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
at(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.ArrayJavaProxy
 
AT - Static variable in class org.jruby.parser.JavaSignatureParser
 
at(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_at
at(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyTime
 
at(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyTime
 
at_exit(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
atan(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
atan19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
atan2(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
atan219(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
atanh(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
atanh_19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
ATANH_COEF - Static variable in class org.jruby.RubyMath
 
atExit(RubyProc) - Method in class org.jruby.truffle.nodes.core.KernelNodes.AtExitNode
 
AtExitManager - Class in org.jruby.truffle.runtime.subsystems
Manages at_exit callbacks.
AtExitManager() - Constructor for class org.jruby.truffle.runtime.subsystems.AtExitManager
 
athrow() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
atime(ThreadContext) - Method in class org.jruby.RubyFile
 
atime(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
atime() - Method in class org.jruby.RubyFileStat
 
atNode - Variable in class org.jruby.truffle.nodes.core.ArrayNodes.IndexNode
 
attach(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractInvoker
Attaches this function to a ruby module or class.
attachToObjectSpace() - Method in class org.jruby.RubyObject
Will make sure that this object is added to the current object space.
attr(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_attr
attr19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
 
attr_accessor(IRubyObject[]) - Method in class org.jruby.RubyModule
Deprecated.
attr_accessor(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_attr_accessor Note: this method should not be called from Java in most cases, since it depends on Ruby frame state for visibility.
attr_reader(IRubyObject[]) - Method in class org.jruby.RubyModule
Deprecated.
attr_reader(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_attr_reader
attr_writer(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_attr_writer
attrAccessor(RubyModule, Object[]) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.AttrAccessorNode
 
attrAccessor(RubyNode, RubyContext, SourceSection, RubyModule, String) - Static method in class org.jruby.truffle.nodes.core.ModuleNodes.AttrAccessorNode
 
AttrAssignInstr - Class in org.jruby.ir.instructions
 
AttrAssignInstr(Operand, String, Operand[]) - Constructor for class org.jruby.ir.instructions.AttrAssignInstr
 
AttrAssignInstr(AttrAssignInstr) - Method in class org.jruby.ir.IRVisitor
 
AttrAssignInstr(AttrAssignInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
AttrAssignNode - Class in org.jruby.ast
Node that represents an assignment of either an array element or attribute.
AttrAssignNode(ISourcePosition, Node, String, Node) - Constructor for class org.jruby.ast.AttrAssignNode
 
AttributeName - Enum in org.jruby.embed
Predefined keys for an attribute map that ScriptingContainer has.
attrReader(RubyModule, Object[]) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.AttrReaderNode
 
attrReader(RubyNode, RubyContext, SourceSection, RubyModule, String) - Static method in class org.jruby.truffle.nodes.core.ModuleNodes.AttrReaderNode
 
AttrReaderMethod - Class in org.jruby.internal.runtime.methods
A method type for attribute writers (as created by attr_writer or attr_accessor).
AttrReaderMethod(RubyModule, Visibility, CallConfiguration, String) - Constructor for class org.jruby.internal.runtime.methods.AttrReaderMethod
 
attrset(Node, String) - Method in class org.jruby.parser.ParserSupport
Define an attribute set condition so we can return lhs
attrWriter(RubyModule, Object[]) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.AttrWriterNode
 
attrWriter(RubyNode, RubyContext, SourceSection, RubyModule, String) - Static method in class org.jruby.truffle.nodes.core.ModuleNodes.AttrWriterNode
 
AttrWriterMethod - Class in org.jruby.internal.runtime.methods
A method type for attribute writers (as created by attr_writer or attr_accessor).
AttrWriterMethod(RubyModule, Visibility, CallConfiguration, String) - Constructor for class org.jruby.internal.runtime.methods.AttrWriterMethod
 
AUTO - Static variable in class org.jruby.ext.nkf.RubyNKF
Deprecated.
autoclose(ThreadContext) - Method in class org.jruby.RubyIO
 
autoclose_set(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
 
autoload(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
autoload(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyModule.ModuleKernelMethods
 
autoload_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
autoload_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyModule.ModuleKernelMethods
 
autoloadRequire(String) - Method in class org.jruby.runtime.load.LoadService
 
AutoPointer - Class in org.jruby.ext.ffi
 
AutoPointer(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.AutoPointer
 
autorelease(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AutoPointer
 
autorelease(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.Function
 
autorelease(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.MemoryPointer
 
autorelease_p(ThreadContext) - Method in class org.jruby.ext.ffi.AutoPointer
 
autorelease_p(ThreadContext) - Method in class org.jruby.ext.ffi.jffi.Function
 
autorelease_p(ThreadContext) - Method in class org.jruby.ext.ffi.MemoryPointer
 
avail_in() - Method in class org.jruby.ext.zlib.JZlibInflate
 
avail_in() - Method in class org.jruby.ext.zlib.ZStream
 
avail_out() - Method in class org.jruby.ext.zlib.ZStream
 
available() - Method in class org.jruby.embed.io.ReaderInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class org.jruby.util.IOInputStream
 
aValueSplat(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
aValueSplat19(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
await() - Method in class org.jruby.util.io.BlockingIO.Condition
 
await(long, TimeUnit) - Method in class org.jruby.util.io.BlockingIO.Condition
 
awaitReadable(ReadableByteChannel) - Static method in class org.jruby.util.io.BlockingIO
 
awaitWritable(WritableByteChannel) - Static method in class org.jruby.util.io.BlockingIO
 

B

b - Variable in class org.jruby.ir.Tuple
 
b(ThreadContext) - Method in class org.jruby.RubyString
 
b(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.BNode
 
backquote(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
Backref(Backref) - Method in class org.jruby.ir.IRVisitor
 
Backref - Class in org.jruby.ir.operands
 
Backref(char) - Constructor for class org.jruby.ir.operands.Backref
 
Backref(Backref) - Method in class org.jruby.ir.targets.JVMVisitor
 
backref(ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
backrefAssignError(Node) - Method in class org.jruby.parser.ParserSupport
 
backrefLastMatch(ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
backrefMatchLast(ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
backrefMatchPost(ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
backrefMatchPre(ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
BackRefNode - Class in org.jruby.ast
Regexp back reference: - $& last successful match - $+ highest numbered group matched in last successful match.
BackRefNode(ISourcePosition, int) - Constructor for class org.jruby.ast.BackRefNode
 
backrefNumber(IRubyObject) - Method in class org.jruby.RubyMatchData
 
backtick(RubyString) - Method in class org.jruby.truffle.nodes.core.KernelNodes.BacktickNode
 
BacktickInstr - Class in org.jruby.ir.instructions
 
BacktickInstr(Variable, Operand[]) - Constructor for class org.jruby.ir.instructions.BacktickInstr
 
BacktickInstr(BacktickInstr) - Method in class org.jruby.ir.IRVisitor
 
BacktickInstr(BacktickInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
backtrace() - Method in class org.jruby.NativeException
 
backtrace() - Method in class org.jruby.RubyException
 
backtrace(ThreadContext) - Method in class org.jruby.RubyThread
 
backtrace(RubyException) - Method in class org.jruby.truffle.nodes.core.ExceptionNodes.BacktraceNode
 
Backtrace - Class in org.jruby.truffle.runtime.backtrace
 
Backtrace(Activation[]) - Constructor for class org.jruby.truffle.runtime.backtrace.Backtrace
 
backtrace20(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyThread
 
BACKTRACE_AND_SCOPE - Static variable in enum org.jruby.internal.runtime.methods.CallConfiguration
Deprecated.
BACKTRACE_COLOR - Static variable in class org.jruby.util.cli.Options
 
BACKTRACE_DUMMY_SCOPE - Static variable in enum org.jruby.internal.runtime.methods.CallConfiguration
Deprecated.
backtrace_locations(ThreadContext) - Method in class org.jruby.RubyException
 
backtrace_locations(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyThread
 
BACKTRACE_MASK - Static variable in class org.jruby.util.cli.Options
 
BACKTRACE_ONLY - Static variable in enum org.jruby.internal.runtime.methods.CallConfiguration
Deprecated.
BACKTRACE_STYLE - Static variable in class org.jruby.util.cli.Options
 
BacktraceData - Class in org.jruby.runtime.backtrace
 
BacktraceData(StackTraceElement[], BacktraceElement[], boolean, boolean, boolean) - Constructor for class org.jruby.runtime.backtrace.BacktraceData
 
BacktraceElement - Class in org.jruby.runtime.backtrace
 
BacktraceElement() - Constructor for class org.jruby.runtime.backtrace.BacktraceElement
 
BacktraceElement(String, String, int) - Constructor for class org.jruby.runtime.backtrace.BacktraceElement
 
BacktraceFormatter - Interface in org.jruby.truffle.runtime.backtrace
 
BadDescriptorException - Exception in org.jruby.util.io
 
BadDescriptorException() - Constructor for exception org.jruby.util.io.BadDescriptorException
 
baload() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
barrayload() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
barraystore() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
BASE - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
base - Variable in class org.jruby.management.BeanManagerImpl
 
BASE64 - Static variable in class org.jruby.ext.nkf.RubyNKF
Deprecated.
base_label(ThreadContext) - Method in class org.jruby.RubyThread.Location
 
BASE_SIZE - Static variable in class org.jruby.ext.zlib.JZlibDeflate
 
BASE_SIZE - Static variable in class org.jruby.ext.zlib.JZlibInflate
 
basename(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
baseName - Variable in class org.jruby.RubyModule
The base name of this class/module, excluding nesting.
basicBlock - Variable in class org.jruby.ir.dataflow.FlowGraphNode
 
BasicBlock - Class in org.jruby.ir.representations
 
BasicBlock(CFG, Label) - Constructor for class org.jruby.ir.representations.BasicBlock
 
BasicCompilerPassListener - Class in org.jruby.ir.passes
 
BasicCompilerPassListener() - Constructor for class org.jruby.ir.passes.BasicCompilerPassListener
 
BasicLibraryService - Interface in org.jruby.runtime.load
This interface should be implemented by writers of Java extensions to JRuby.
basicLoad(Ruby) - Method in interface org.jruby.runtime.load.BasicLibraryService
 
BASICOBJECT_ALLOCATOR - Static variable in class org.jruby.RubyBasicObject
Default allocator instance for all Ruby objects.
BasicObjectNodes - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodes() - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes
 
BasicObjectNodes.IDNode - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodes.IDNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes.IDNode
 
BasicObjectNodes.IDNode(BasicObjectNodes.IDNode) - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes.IDNode
 
BasicObjectNodes.InitializeNode - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodes.InitializeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes.InitializeNode
 
BasicObjectNodes.InitializeNode(BasicObjectNodes.InitializeNode) - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes.InitializeNode
 
BasicObjectNodes.InstanceEvalNode - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodes.InstanceEvalNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes.InstanceEvalNode
 
BasicObjectNodes.InstanceEvalNode(BasicObjectNodes.InstanceEvalNode) - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes.InstanceEvalNode
 
BasicObjectNodes.MethodMissingNode - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodes.MethodMissingNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes.MethodMissingNode
 
BasicObjectNodes.MethodMissingNode(BasicObjectNodes.MethodMissingNode) - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes.MethodMissingNode
 
BasicObjectNodes.NotEqualNode - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodes.NotEqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes.NotEqualNode
 
BasicObjectNodes.NotEqualNode(BasicObjectNodes.NotEqualNode) - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes.NotEqualNode
 
BasicObjectNodes.NotNode - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodes.NotNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes.NotNode
 
BasicObjectNodes.NotNode(BasicObjectNodes.NotNode) - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes.NotNode
 
BasicObjectNodes.ReferenceEqualNode - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodes.ReferenceEqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes.ReferenceEqualNode
 
BasicObjectNodes.ReferenceEqualNode(BasicObjectNodes.ReferenceEqualNode) - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes.ReferenceEqualNode
 
BasicObjectNodes.SendNode - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodes.SendNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes.SendNode
 
BasicObjectNodes.SendNode(BasicObjectNodes.SendNode) - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodes.SendNode
 
BasicObjectNodesFactory - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.BasicObjectNodesFactory
 
BasicObjectNodesFactory.IDNodeFactory - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodesFactory.InitializeNodeFactory - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodesFactory.InstanceEvalNodeFactory - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodesFactory.MethodMissingNodeFactory - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodesFactory.NotEqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodesFactory.NotNodeFactory - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodesFactory.ReferenceEqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
BasicObjectNodesFactory.SendNodeFactory - Class in org.jruby.truffle.nodes.core
 
BasicObjectStub - Class in org.jruby
 
BasicObjectStub() - Constructor for class org.jruby.BasicObjectStub
 
BasicObjectStub.DummyInstanceVariables - Class in org.jruby
 
BasicObjectStub.DummyInstanceVariables(IRubyObject) - Constructor for class org.jruby.BasicObjectStub.DummyInstanceVariables
 
BasicObjectStub.DummyInternalVariables - Class in org.jruby
 
BasicObjectStub.DummyInternalVariables() - Constructor for class org.jruby.BasicObjectStub.DummyInternalVariables
 
BasicObjectStubGenerator - Class in org.jruby.compiler.util
 
BasicObjectStubGenerator() - Constructor for class org.jruby.compiler.util.BasicObjectStubGenerator
 
bastore() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
bbIsProtected(BasicBlock) - Method in class org.jruby.ir.representations.CFG
 
BeanManager - Interface in org.jruby.management
 
BeanManagerFactory - Class in org.jruby.management
 
BeanManagerFactory() - Constructor for class org.jruby.management.BeanManagerFactory
 
BeanManagerImpl - Class in org.jruby.management
 
BeanManagerImpl(Ruby, boolean) - Constructor for class org.jruby.management.BeanManagerImpl
 
becomeSynchronized() - Method in class org.jruby.RubyClass
 
becomeSynchronized() - Method in class org.jruby.RubyModule
 
beDead() - Method in class org.jruby.RubyThread
 
beforeBlockingCall() - Method in class org.jruby.RubyThread
 
beforeStart() - Method in class org.jruby.RubyThread
Perform pre-execution tasks once the native thread is running, but we have not yet called the Ruby code for the thread.
begin() - Method in class org.jruby.lexer.yacc.StackState
 
begin(ThreadContext, IRubyObject) - Method in class org.jruby.RubyMatchData
match_begin
begin(ThreadContext) - Method in class org.jruby.RubyRange
 
begin(RubyMatchData, int) - Method in class org.jruby.truffle.nodes.core.MatchDataNodes.BeginNode
 
begin(int) - Method in class org.jruby.truffle.runtime.core.RubyMatchData
 
BeginEndInterpreterContext - Class in org.jruby.ir.interpreter
Script body and Evals both have begin/end bodies and need the same state to interpret.
BeginEndInterpreterContext(IRScope, Instr[]) - Constructor for class org.jruby.ir.interpreter.BeginEndInterpreterContext
 
BeginNode - Class in org.jruby.ast
Begin/End block.
BeginNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.BeginNode
 
BehaveAsBlockNode - Class in org.jruby.truffle.translator
 
BehaveAsBlockNode(RubyContext, SourceSection, RubyNode, RubyNode) - Constructor for class org.jruby.truffle.translator.BehaveAsBlockNode
 
BehaveAsProcNode - Class in org.jruby.truffle.translator
 
BehaveAsProcNode(RubyContext, SourceSection, RubyNode, RubyNode) - Constructor for class org.jruby.truffle.translator.BehaveAsProcNode
 
behavior - Variable in class org.jruby.embed.internal.AbstractLocalContextProvider
 
BEQ(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
BEQInstr - Class in org.jruby.ir.instructions
 
BEQInstr(Operand, Operand, Label) - Constructor for class org.jruby.ir.instructions.BEQInstr
 
BEQInstr(BEQInstr) - Method in class org.jruby.ir.IRVisitor
 
BEQInstr(BEQInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
bestFileno() - Method in class org.jruby.util.io.ChannelFD
 
between(VirtualFrame, RubyBasicObject, Object, Object) - Method in class org.jruby.truffle.nodes.core.ComparableNodes.BetweenNode
 
between_p(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComparable
cmp_between
bfalse(Label) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
BFalseInstr - Class in org.jruby.ir.instructions
 
BFalseInstr(Operation, Operand, Label) - Constructor for class org.jruby.ir.instructions.BFalseInstr
 
BFalseInstr(Operand, Label) - Constructor for class org.jruby.ir.instructions.BFalseInstr
 
BFalseInstr(BFalseInstr) - Method in class org.jruby.ir.IRVisitor
 
BFalseInstr(BFalseInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
big2dbl(RubyBignum) - Static method in class org.jruby.RubyBignum
rb_big2dbl
big2long(RubyBignum) - Static method in class org.jruby.RubyBignum
rb_big2long
big2ulong(RubyBignum) - Static method in class org.jruby.RubyBignum
rb_big2ulong This is here because for C extensions ulong can hold different values without throwing a RangeError
BIG_ENDIAN - Static variable in class org.jruby.ext.ffi.Platform
 
BIG_ENDIAN - Static variable in class org.jruby.platform.Platform
 
BigDecimalLibrary - Class in org.jruby.ext.bigdecimal
 
BigDecimalLibrary() - Constructor for class org.jruby.ext.bigdecimal.BigDecimalLibrary
 
bigIntegers - Variable in class org.jruby.ast.executable.RuntimeCache
 
bigIntegerValue() - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
bignorm(Ruby, BigInteger) - Static method in class org.jruby.RubyBignum
rb_big_norm
Bignum(Bignum) - Method in class org.jruby.ir.IRVisitor
 
Bignum - Class in org.jruby.ir.operands
Represents a literal Bignum.
Bignum(BigInteger) - Constructor for class org.jruby.ir.operands.Bignum
 
Bignum(Bignum) - Method in class org.jruby.ir.targets.JVMVisitor
 
bignum(int) - Method in class org.jruby.truffle.nodes.RubyNode
 
bignum(long) - Method in class org.jruby.truffle.nodes.RubyNode
 
bignum(BigInteger) - Method in class org.jruby.truffle.nodes.RubyNode
 
BignumNode - Class in org.jruby.ast
Represents a big integer literal.
BignumNode(ISourcePosition, BigInteger) - Constructor for class org.jruby.ast.BignumNode
 
BignumNodes - Class in org.jruby.truffle.nodes.core
 
BignumNodes() - Constructor for class org.jruby.truffle.nodes.core.BignumNodes
 
BignumNodes.AbsNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.AbsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.AbsNode
 
BignumNodes.AbsNode(BignumNodes.AbsNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.AbsNode
 
BignumNodes.AddNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.AddNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.AddNode
 
BignumNodes.AddNode(BignumNodes.AddNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.AddNode
 
BignumNodes.BignumCoreMethodNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.BignumCoreMethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.BignumCoreMethodNode
 
BignumNodes.BignumCoreMethodNode(BignumNodes.BignumCoreMethodNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.BignumCoreMethodNode
 
BignumNodes.BitAndNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.BitAndNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.BitAndNode
 
BignumNodes.BitAndNode(BignumNodes.BitAndNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.BitAndNode
 
BignumNodes.BitOrNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.BitOrNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.BitOrNode
 
BignumNodes.BitOrNode(BignumNodes.BitOrNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.BitOrNode
 
BignumNodes.BitXOrNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.BitXOrNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.BitXOrNode
 
BignumNodes.BitXOrNode(BignumNodes.BitXOrNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.BitXOrNode
 
BignumNodes.CompareNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.CompareNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.CompareNode
 
BignumNodes.CompareNode(BignumNodes.CompareNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.CompareNode
 
BignumNodes.DivModNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.DivModNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.DivModNode
 
BignumNodes.DivModNode(BignumNodes.DivModNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.DivModNode
 
BignumNodes.DivNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.DivNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.DivNode
 
BignumNodes.DivNode(BignumNodes.DivNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.DivNode
 
BignumNodes.EqualNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.EqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.EqualNode
 
BignumNodes.EqualNode(BignumNodes.EqualNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.EqualNode
 
BignumNodes.EvenNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.EvenNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.EvenNode
 
BignumNodes.EvenNode(BignumNodes.EvenNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.EvenNode
 
BignumNodes.GreaterEqualNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.GreaterEqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.GreaterEqualNode
 
BignumNodes.GreaterEqualNode(BignumNodes.GreaterEqualNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.GreaterEqualNode
 
BignumNodes.GreaterNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.GreaterNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.GreaterNode
 
BignumNodes.GreaterNode(BignumNodes.GreaterNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.GreaterNode
 
BignumNodes.HashNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.HashNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.HashNode
 
BignumNodes.HashNode(BignumNodes.HashNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.HashNode
 
BignumNodes.LeftShiftNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.LeftShiftNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.LeftShiftNode
 
BignumNodes.LeftShiftNode(BignumNodes.LeftShiftNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.LeftShiftNode
 
BignumNodes.LessEqualNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.LessEqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.LessEqualNode
 
BignumNodes.LessEqualNode(BignumNodes.LessEqualNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.LessEqualNode
 
BignumNodes.LessNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.LessNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.LessNode
 
BignumNodes.LessNode(BignumNodes.LessNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.LessNode
 
BignumNodes.ModNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.ModNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.ModNode
 
BignumNodes.ModNode(BignumNodes.ModNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.ModNode
 
BignumNodes.MulNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.MulNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.MulNode
 
BignumNodes.MulNode(BignumNodes.MulNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.MulNode
 
BignumNodes.NegNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.NegNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.NegNode
 
BignumNodes.NegNode(BignumNodes.NegNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.NegNode
 
BignumNodes.PowNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.PowNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.PowNode
 
BignumNodes.PowNode(BignumNodes.PowNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.PowNode
 
BignumNodes.RightShiftNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.RightShiftNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.RightShiftNode
 
BignumNodes.RightShiftNode(BignumNodes.RightShiftNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.RightShiftNode
 
BignumNodes.SubNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.SubNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.SubNode
 
BignumNodes.SubNode(BignumNodes.SubNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.SubNode
 
BignumNodes.ToFNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.ToFNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.ToFNode
 
BignumNodes.ToFNode(BignumNodes.ToFNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.ToFNode
 
BignumNodes.ToSNode - Class in org.jruby.truffle.nodes.core
 
BignumNodes.ToSNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.ToSNode
 
BignumNodes.ToSNode(BignumNodes.ToSNode) - Constructor for class org.jruby.truffle.nodes.core.BignumNodes.ToSNode
 
BignumNodesFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.BignumNodesFactory
 
BignumNodesFactory.AbsNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.AddNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.BitAndNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.BitOrNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.BitXOrNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.CompareNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.DivModNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.DivNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.EqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.EvenNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.GreaterEqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.GreaterNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.HashNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.LeftShiftNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.LessEqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.LessNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.ModNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.MulNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.NegNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.PowNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.RightShiftNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.SubNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.ToFNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumNodesFactory.ToSNodeFactory - Class in org.jruby.truffle.nodes.core
 
BignumObjectSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
BignumObjectSite(MethodType, String) - Constructor for class org.jruby.ir.targets.BignumObjectSite
 
bigSqrt(BigDecimal, MathContext) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
Returns the correctly rounded square root of a positive BigDecimal.
BINARY - Static variable in class org.jruby.ext.nkf.RubyNKF
Deprecated.
BINARY - Static variable in class org.jruby.util.io.ModeFlags
binary flag, to ensure no encoding changes are made while writing
BinaryCoreMethodNode - Class in org.jruby.truffle.nodes.core
 
BinaryCoreMethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BinaryCoreMethodNode
 
BinaryCoreMethodNode(BinaryCoreMethodNode) - Constructor for class org.jruby.truffle.nodes.core.BinaryCoreMethodNode
 
BinaryOperatorNode - Interface in org.jruby.ast
Convenience interface for operations which only have two nodes
bind(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyServerSocket
 
bind(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyServerSocket
 
bind(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubySocket
 
bind(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyUDPSocket
 
bind(IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyUDPSocket
Deprecated.
bind(ThreadContext, IRubyObject) - Method in class org.jruby.RubyUnboundMethod
 
bind(RubyUnboundMethod, Object) - Method in class org.jruby.truffle.nodes.core.UnboundMethodNodes.BindNode
 
binding(ThreadContext) - Method in class org.jruby.ext.tracepoint.TracePoint
 
binding(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
binding() - Method in class org.jruby.RubyProc
 
Binding - Class in org.jruby.runtime
Internal live representation of a block ({...} or do ...
Binding(IRubyObject, Frame, Visibility, DynamicScope, String, String, int) - Constructor for class org.jruby.runtime.Binding
 
Binding(Frame, DynamicScope, String, String, int) - Constructor for class org.jruby.runtime.Binding
 
Binding(IRubyObject, Frame, Visibility, DynamicScope, BacktraceElement) - Constructor for class org.jruby.runtime.Binding
Deprecated.
Binding(Frame, DynamicScope, BacktraceElement) - Constructor for class org.jruby.runtime.Binding
Deprecated.
binding() - Method in class org.jruby.truffle.nodes.core.KernelNodes.BindingNode
 
binding(RubyProc) - Method in class org.jruby.truffle.nodes.core.ProcNodes.BindingNode
 
binding19(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
bindingHasEscaped() - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementProblem
 
bindingHasEscaped() - Method in class org.jruby.ir.IRScope
 
BindingNodes - Class in org.jruby.truffle.nodes.core
 
BindingNodes() - Constructor for class org.jruby.truffle.nodes.core.BindingNodes
 
BindingNodes.LocalVariableGetNode - Class in org.jruby.truffle.nodes.core
 
BindingNodes.LocalVariableGetNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BindingNodes.LocalVariableGetNode
 
BindingNodes.LocalVariableGetNode(BindingNodes.LocalVariableGetNode) - Constructor for class org.jruby.truffle.nodes.core.BindingNodes.LocalVariableGetNode
 
BindingNodes.LocalVariableSetNode - Class in org.jruby.truffle.nodes.core
 
BindingNodes.LocalVariableSetNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.BindingNodes.LocalVariableSetNode
 
BindingNodes.LocalVariableSetNode(BindingNodes.LocalVariableSetNode) - Constructor for class org.jruby.truffle.nodes.core.BindingNodes.LocalVariableSetNode
 
BindingNodesFactory - Class in org.jruby.truffle.nodes.core
 
BindingNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.BindingNodesFactory
 
BindingNodesFactory.LocalVariableGetNodeFactory - Class in org.jruby.truffle.nodes.core
 
BindingNodesFactory.LocalVariableSetNodeFactory - Class in org.jruby.truffle.nodes.core
 
bindingOfCaller() - Method in class org.jruby.truffle.nodes.core.TrufflePrimitiveNodes.BindingOfCallerNode
 
binmode(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
binmode() - Method in class org.jruby.RubyIO
 
BINMODE - Static variable in class org.jruby.util.io.OpenFile
 
binread(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyIO
binread is just like read, except it doesn't take options and it forces mode to be "rb:ASCII-8BIT"
binwrite(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyIO
 
binwrite(ThreadContext, IRubyObject, byte[], int, int, boolean) - Method in class org.jruby.util.io.OpenFile
 
bipush(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
birthtime(ThreadContext) - Method in class org.jruby.RubyFile
 
birthtime(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
birthtime() - Method in class org.jruby.RubyFileStat
 
bit_length(ThreadContext) - Method in class org.jruby.RubyFixnum
 
bitAnd(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.BitAndNode
 
bitAnd(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.BignumNodes.BitAndNode
 
bitAnd(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.BitAndNode
 
bitAnd(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitAndNode
 
bitAnd(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitAndNode
 
bitAnd(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitAndNode
 
bitAnd(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitAndNode
 
bitAnd(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitAndNode
 
bitAnd(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitAndNode
 
BitAndCallSite - Class in org.jruby.runtime.callsite
 
BitAndCallSite() - Constructor for class org.jruby.runtime.callsite.BitAndCallSite
 
bitLength(int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitLengthNode
 
bitLength(long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitLengthNode
 
bitOr(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.BitOrNode
 
bitOr(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.BignumNodes.BitOrNode
 
bitOr(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.BitOrNode
 
bitOr(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitOrNode
 
bitOr(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitOrNode
 
bitOr(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitOrNode
 
bitOr(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitOrNode
 
bitOr(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitOrNode
 
bitOr(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitOrNode
 
BitOrCallSite - Class in org.jruby.runtime.callsite
 
BitOrCallSite() - Constructor for class org.jruby.runtime.callsite.BitOrCallSite
 
bits() - Method in enum org.jruby.util.KCode
 
bitXOr(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.BitXOrNode
 
bitXOr(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.BignumNodes.BitXOrNode
 
bitXOr(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.BitXOrNode
 
bitXOr(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitXOrNode
 
bitXOr(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitXOrNode
 
bitXOr(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitXOrNode
 
bitXOr(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitXOrNode
 
bitXOr(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitXOrNode
 
bitXOr(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.BitXOrNode
 
BiVariable - Interface in org.jruby.embed.variable
Represents bidirectional, both Java and Ruby, variables.
BiVariable.Type - Enum in org.jruby.embed.variable
Defines a type correspond to Ruby's variables and constant types.
BiVariableMap<K,V> - Class in org.jruby.embed.internal
Ruby-Java bi-directional variable map implementation.
BiVariableMap(LocalContextProvider, boolean) - Constructor for class org.jruby.embed.internal.BiVariableMap
Constructs an empty map.
BlankSlateWrapper - Class in org.jruby.java.util
This special module wrapper is used by the Java "package modules" in order to simulate a blank slate.
BlankSlateWrapper(Ruby, RubyClass, RubyModule) - Constructor for class org.jruby.java.util.BlankSlateWrapper
 
blksize() - Method in class org.jruby.RubyFileStat
 
BLOCK - Static variable in class org.jruby.ir.targets.JVM
 
Block - Class in org.jruby.runtime
Internal live representation of a block ({...} or do ...
Block(BlockBody, Binding) - Constructor for class org.jruby.runtime.Block
 
Block(BlockBody) - Constructor for class org.jruby.runtime.Block
 
Block.Type - Enum in org.jruby.runtime
 
block_given_p(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
BLOCK_INDEX - Static variable in class org.jruby.internal.runtime.methods.InvocationMethodFactory
The lvar index of the passed-in Block on the call
BLOCK_INDEX - Static variable in class org.jruby.truffle.runtime.RubyArguments
 
block_length() - Method in class org.jruby.ext.digest.RubyDigest.DigestBase
 
block_length(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.digest.RubyDigest.DigestInstance
 
BLOCK_METHODS - Static variable in class org.jruby.internal.runtime.methods.JavaMethod
 
BLOCK_REST_METHODS - Static variable in class org.jruby.internal.runtime.methods.JavaMethod
 
BLOCK_TYPE - Static variable in class org.jruby.ir.targets.JVM
 
BlockAcceptingNode - Interface in org.jruby.ast
Any thing which implements this represents a Callable-like node which can have a block associated with it as part of that call.
BlockArgNode - Class in org.jruby.ast
An explicit block argument (&my_block) in parameter list.
BlockArgNode(ISourcePosition, int, String) - Constructor for class org.jruby.ast.BlockArgNode
 
BlockArgNode(ArgumentNode) - Constructor for class org.jruby.ast.BlockArgNode
 
blockArgWarning(Ruby, int) - Method in class org.jruby.runtime.IRBlockBody
 
blockBodies - Variable in class org.jruby.ast.executable.RuntimeCache
 
BlockBody - Class in org.jruby.runtime
The executable body portion of a closure.
BlockBody(int) - Constructor for class org.jruby.runtime.BlockBody
 
BlockCallback - Interface in org.jruby.runtime
A simple interface for creating a callback using JRuby's block logic.
blockCallbacks - Variable in class org.jruby.ast.executable.RuntimeCache
 
BlockDefinitionNode - Class in org.jruby.truffle.nodes.methods
Define a block.
BlockDefinitionNode(RubyContext, SourceSection, SharedMethodInfo, boolean, CallTarget, CallTarget, CallTarget) - Constructor for class org.jruby.truffle.nodes.methods.BlockDefinitionNode
 
blockdev_p() - Method in class org.jruby.RubyFileStat
 
blockdev_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
blockdev_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
blockEscape(Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
blockGiven() - Method in class org.jruby.truffle.nodes.core.KernelNodes.BlockGivenNode
 
BlockGivenInstr - Class in org.jruby.ir.instructions
 
BlockGivenInstr(Variable, Operand) - Constructor for class org.jruby.ir.instructions.BlockGivenInstr
 
BlockGivenInstr(BlockGivenInstr) - Method in class org.jruby.ir.IRVisitor
 
BlockGivenInstr(BlockGivenInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
BlockingIO - Class in org.jruby.util.io
A Utility class to emulate blocking I/O operations on non-blocking channels.
BlockingIO() - Constructor for class org.jruby.util.io.BlockingIO
 
BlockingIO.Condition - Class in org.jruby.util.io
 
blockingRead(ReadableByteChannel, ByteBuffer) - Static method in class org.jruby.util.io.BlockingIO
 
blockingThreads - Variable in class org.jruby.util.io.OpenFile
 
blockingWrite(WritableByteChannel, ByteBuffer) - Static method in class org.jruby.util.io.BlockingIO
 
blockInlining() - Method in class org.jruby.ir.instructions.CallBase
 
BlockNode - Class in org.jruby.ast
Represents a block of nodes (read that as list).
BlockNode(ISourcePosition) - Constructor for class org.jruby.ast.BlockNode
 
BlockPassNode - Class in org.jruby.ast
Explicit block argument (on caller side): foobar(1, 2, &foo) foobar(1, 2, &lhs_which_returns_something_block/proc_like) bodyNode is any expression which can return something which is ultimately coercible to a proc.
BlockPassNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.BlockPassNode
 
blocks() - Method in class org.jruby.RubyFileStat
 
BNE(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
BNEInstr - Class in org.jruby.ir.instructions
 
BNEInstr(Operand, Operand, Label) - Constructor for class org.jruby.ir.instructions.BNEInstr
 
BNEInstr(BNEInstr) - Method in class org.jruby.ir.IRVisitor
 
BNEInstr(BNEInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
BNilInstr - Class in org.jruby.ir.instructions
 
BNilInstr(Operand, Label) - Constructor for class org.jruby.ir.instructions.BNilInstr
 
BNilInstr(BNilInstr) - Method in class org.jruby.ir.IRVisitor
 
BNilInstr(BNilInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
bodyNode - Variable in class org.jruby.ast.MethodDefNode
 
bodyNode - Variable in class org.jruby.ast.WhenNode
 
BodyTranslator - Class in org.jruby.truffle.translator
A JRuby parser node visitor which translates JRuby AST nodes into truffle Nodes.
BodyTranslator(RubyNode, RubyContext, BodyTranslator, TranslatorEnvironment, Source, boolean) - Constructor for class org.jruby.truffle.translator.BodyTranslator
 
BodyTranslator.ArgumentsAndBlockTranslation - Class in org.jruby.truffle.translator
 
BodyTranslator.ArgumentsAndBlockTranslation(RubyNode, RubyNode[], boolean) - Constructor for class org.jruby.truffle.translator.BodyTranslator.ArgumentsAndBlockTranslation
 
bol_p() - Method in class org.jruby.ext.strscan.RubyStringScanner
 
bom - Variable in class org.jruby.util.io.IOEncodable.ConvConfig
 
bool(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.Option
 
bool(ThreadContext) - Method in class org.jruby.ext.socket.Option
 
BOOLEAN - Static variable in class org.jruby.ast.java_signature.PrimitiveTypeNode
 
Boolean(Boolean) - Method in class org.jruby.ir.IRVisitor
 
Boolean - Class in org.jruby.ir.operands
 
Boolean(boolean) - Constructor for class org.jruby.ir.operands.Boolean
 
Boolean(Boolean) - Method in class org.jruby.ir.targets.JVMVisitor
 
BOOLEAN - Static variable in class org.jruby.parser.JavaSignatureParser
 
BOOLEAN_TYPE - Static variable in class org.jruby.ir.targets.JVM
 
BooleanCastNode - Class in org.jruby.truffle.nodes.cast
Casts a value into a boolean.
BooleanCastNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.cast.BooleanCastNode
 
BooleanCastNode(BooleanCastNode) - Constructor for class org.jruby.truffle.nodes.cast.BooleanCastNode
 
BooleanCastNodeFactory - Class in org.jruby.truffle.nodes.cast
 
BooleanLiteralNode - Class in org.jruby.truffle.nodes.literal
 
BooleanLiteralNode(RubyContext, SourceSection, boolean) - Constructor for class org.jruby.truffle.nodes.literal.BooleanLiteralNode
 
booleanOrNil(Ruby, Boolean) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
booleanVariableIndex - Variable in class org.jruby.ir.IRScope
 
boolValue(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
boolValue32(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
boolValue64(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
BOOTSTRAP - Static variable in class org.jruby.ir.targets.BignumObjectSite
 
bootstrap(MethodHandles.Lookup, String, MethodType, String) - Static method in class org.jruby.ir.targets.BignumObjectSite
 
Bootstrap - Class in org.jruby.ir.targets
 
Bootstrap() - Constructor for class org.jruby.ir.targets.Bootstrap
 
bootstrap(MethodHandles.Lookup) - Method in class org.jruby.ir.targets.ConstructObjectSite
 
BOOTSTRAP - Static variable in class org.jruby.ir.targets.DRegexpObjectSite
 
bootstrap(MethodHandles.Lookup, String, MethodType, int) - Static method in class org.jruby.ir.targets.DRegexpObjectSite
 
BOOTSTRAP - Static variable in class org.jruby.ir.targets.FixnumObjectSite
 
bootstrap(MethodHandles.Lookup, String, MethodType, long) - Static method in class org.jruby.ir.targets.FixnumObjectSite
 
BOOTSTRAP - Static variable in class org.jruby.ir.targets.FloatObjectSite
 
bootstrap(MethodHandles.Lookup, String, MethodType, double) - Static method in class org.jruby.ir.targets.FloatObjectSite
 
bootstrap(InvokeSite, MethodHandles.Lookup) - Static method in class org.jruby.ir.targets.InvokeSite
 
BOOTSTRAP - Static variable in class org.jruby.ir.targets.NormalInvokeSite
 
bootstrap(MethodHandles.Lookup, String, MethodType) - Static method in class org.jruby.ir.targets.NormalInvokeSite
 
BOOTSTRAP - Static variable in class org.jruby.ir.targets.RegexpObjectSite
 
bootstrap(MethodHandles.Lookup, String, MethodType, int) - Static method in class org.jruby.ir.targets.RegexpObjectSite
 
BOOTSTRAP - Static variable in class org.jruby.ir.targets.ResolvedSuperInvokeSite
 
bootstrap(MethodHandles.Lookup, String, MethodType, String) - Static method in class org.jruby.ir.targets.ResolvedSuperInvokeSite
 
BOOTSTRAP - Static variable in class org.jruby.ir.targets.SelfInvokeSite
 
bootstrap(MethodHandles.Lookup, String, MethodType) - Static method in class org.jruby.ir.targets.SelfInvokeSite
 
BOOTSTRAP - Static variable in class org.jruby.ir.targets.SuperInvokeSite
 
bootstrap(MethodHandles.Lookup, String, MethodType, String) - Static method in class org.jruby.ir.targets.SuperInvokeSite
 
BOOTSTRAP - Static variable in class org.jruby.ir.targets.SymbolObjectSite
 
bootstrap(MethodHandles.Lookup, String, MethodType, String, String) - Static method in class org.jruby.ir.targets.SymbolObjectSite
 
BOOTSTRAP_BARE_SIG - Static variable in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
BOOTSTRAP_DOUBLE_SIG - Static variable in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
BOOTSTRAP_DOUBLE_STRING_INT_SIG - Static variable in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
BOOTSTRAP_INT_SIG - Static variable in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
BOOTSTRAP_LONG_SIG - Static variable in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
BOOTSTRAP_LONG_STRING_INT_SIG - Static variable in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
BOOTSTRAP_STRING_CALLTYPE_SIG - Static variable in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
BOOTSTRAP_STRING_DOUBLE_SIG - Static variable in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
BOOTSTRAP_STRING_INT_SIG - Static variable in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
BOOTSTRAP_STRING_LONG_SIG - Static variable in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
BOOTSTRAP_STRING_SIG - Static variable in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
BOOTSTRAP_STRING_STRING_INT_SIG - Static variable in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
BOOTSTRAP_STRING_STRING_SIG - Static variable in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
boundOnce() - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
boundOnce(boolean) - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
box - Variable in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
box(int[]) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
box(long[]) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
box(double[]) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
box(Object) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
box(int[], int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
box(long[], int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
box(double[], int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
box(Object, int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
BoxBooleanInstr - Class in org.jruby.ir.instructions.boxing
 
BoxBooleanInstr(Variable, Operand) - Constructor for class org.jruby.ir.instructions.boxing.BoxBooleanInstr
 
BoxBooleanInstr(BoxBooleanInstr) - Method in class org.jruby.ir.IRVisitor
 
BoxBooleanInstr(BoxBooleanInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
BoxFixnumInstr - Class in org.jruby.ir.instructions.boxing
 
BoxFixnumInstr(Variable, Operand) - Constructor for class org.jruby.ir.instructions.boxing.BoxFixnumInstr
 
BoxFixnumInstr(BoxFixnumInstr) - Method in class org.jruby.ir.IRVisitor
 
BoxFixnumInstr(BoxFixnumInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
BoxFloatInstr - Class in org.jruby.ir.instructions.boxing
 
BoxFloatInstr(Variable, Operand) - Constructor for class org.jruby.ir.instructions.boxing.BoxFloatInstr
 
BoxFloatInstr(BoxFloatInstr) - Method in class org.jruby.ir.IRVisitor
 
BoxFloatInstr(BoxFloatInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
BoxInstr - Class in org.jruby.ir.instructions.boxing
 
BoxInstr(Operation, Variable, Operand) - Constructor for class org.jruby.ir.instructions.boxing.BoxInstr
 
boxUntil(int[], int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
boxUntil(long[], int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
boxUntil(double[], int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
boxVar(UnboxableOpsAnalysisNode.UnboxState, Class, Map<Variable, TemporaryLocalVariable>, Variable, List<Instr>) - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode
 
braces(String, int, ArrayList<String>) - Static method in class org.jruby.util.Dir
 
BranchInstr - Class in org.jruby.ir.instructions
 
BranchInstr(Operation, Operand[]) - Constructor for class org.jruby.ir.instructions.BranchInstr
 
BREAK_LocalJumpError - Static variable in class org.jruby.ir.operands.IRException
 
BreakException - Exception in org.jruby.truffle.runtime.control
Controls a break from a control structure or method.
BreakException(Object) - Constructor for exception org.jruby.truffle.runtime.control.BreakException
 
breakInEval - Variable in exception org.jruby.ir.runtime.IRBreakJump
 
BreakInstr - Class in org.jruby.ir.instructions
 
BreakInstr(Operand, String) - Constructor for class org.jruby.ir.instructions.BreakInstr
 
BreakInstr(BreakInstr) - Method in class org.jruby.ir.IRVisitor
 
BreakInstr(BreakInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
breakLocalJumpError(Ruby, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
BreakNode - Class in org.jruby.ast
Represents a 'break' statement.
BreakNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.BreakNode
 
BreakNode - Class in org.jruby.truffle.nodes.control
 
BreakNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.control.BreakNode
 
BreakShellException - Exception in org.jruby.truffle.runtime.control
Controls breaking out of a shell.
BreakShellException() - Constructor for exception org.jruby.truffle.runtime.control.BreakShellException
 
breakValue - Variable in exception org.jruby.ir.runtime.IRBreakJump
 
bridge_p() - Method in class org.jruby.javasupport.JavaMethod
 
broadaddr(ThreadContext) - Method in class org.jruby.ext.socket.Ifaddr
 
broadcast(ThreadContext) - Method in class org.jruby.ext.thread.ConditionVariable
 
bsd_p(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.Platform
 
bsearch(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
BSFExample - Class in org.jruby.javasupport.bsf
An example demonstrating the use of JRuby and BSF.
BSFExample(BSFManager) - Constructor for class org.jruby.javasupport.bsf.BSFExample
 
btrue(Label) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
BTrueInstr - Class in org.jruby.ir.instructions
 
BTrueInstr(Operation, Operand, Label) - Constructor for class org.jruby.ir.instructions.BTrueInstr
 
BTrueInstr(Operand, Label) - Constructor for class org.jruby.ir.instructions.BTrueInstr
 
BTrueInstr(BTrueInstr) - Method in class org.jruby.ir.IRVisitor
 
BTrueInstr(BTrueInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
BubbleBabble - Class in org.jruby.ext.digest
Ported from OpenSSH (https://github.com/openssh/openssh-portable/blob/957fbceb0f3166e41b76fdb54075ab3b9cc84cba/sshkey.c#L942-L987) OpenSSH License Notice Copyright (c) 2000, 2001 Markus Friedl.
BubbleBabble() - Constructor for class org.jruby.ext.digest.BubbleBabble
 
bubblebabble(byte[]) - Static method in class org.jruby.ext.digest.BubbleBabble
 
bubblebabble(IRubyObject, IRubyObject) - Static method in class org.jruby.ext.digest.RubyDigest
 
bubblebabble(ThreadContext) - Method in class org.jruby.ext.digest.RubyDigest.DigestBase
 
bubblebabble(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.digest.RubyDigest.DigestInstance
 
buf - Variable in class org.jruby.util.io.OpenFile.InternalReadStruct
 
buf - Variable in class org.jruby.util.io.OpenFile.InternalWriteStruct
 
buf - Variable in class org.jruby.util.StringSupport.TR
 
bufBytes - Variable in class org.jruby.util.io.OpenFile.InternalReadStruct
 
bufBytes - Variable in class org.jruby.util.io.OpenFile.InternalWriteStruct
 
buffer - Variable in class org.jruby.ext.ffi.ArrayMemoryIO
 
Buffer - Class in org.jruby.ext.ffi
 
Buffer(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.Buffer
 
Buffer(Ruby, int) - Constructor for class org.jruby.ext.ffi.Buffer
 
Buffer(Ruby, int, int) - Constructor for class org.jruby.ext.ffi.Buffer
 
buffer - Variable in class org.jruby.util.io.ChannelStream
Deprecated.
 
bufferClass - Variable in class org.jruby.ext.ffi.FFI
 
bufferedAvailable() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
bufferedAvailable() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
bufferedAvailable() - Method in interface org.jruby.util.io.Stream
 
BUFSIZ - Static variable in class org.jruby.util.io.OpenFile
 
BUFSIZE - Static variable in class org.jruby.util.io.ChannelStream
Deprecated.
The size of the read/write buffer allocated for this stream.
build(Node, IRScope) - Method in class org.jruby.ir.IRBuilder
 
build(List<Instr>) - Method in class org.jruby.ir.representations.CFG
Build the Control Flow Graph
BUILD - Static variable in class org.jruby.runtime.Constants
 
build_exception(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.psych.PsychToRuby.ToRuby
 
buildAddrinfoList(ThreadContext, IRubyObject[], SocketUtils.AddrinfoCallback) - Static method in class org.jruby.ext.socket.SocketUtils
 
buildAlias(AliasNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildAnd(AndNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildArgsCat(ArgsCatNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildArgsMasgn(Node, IRScope, Operand, boolean, int, int, int, boolean) - Method in class org.jruby.ir.IRBuilder
 
buildArgsPush(ArgsPushNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildArray(Node, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildArrayFromLocals(SkinnyMethodAdapter, int, int) - Static method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
buildAssignment(Node, IRScope, Variable) - Method in class org.jruby.ir.IRBuilder
 
buildAST(boolean, String) - Static method in class org.jruby.ir.IRBuilder
 
buildAttrAssignAssignment(Node, IRScope, Operand) - Method in class org.jruby.ir.IRBuilder
 
buildAttrAssignCallArgs(List<Operand>, Node, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildBackref(BackRefNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildBegin(BeginNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildBignum(BignumNode) - Method in class org.jruby.ir.IRBuilder
 
buildBlock(BlockNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildBlockArgsAssignment(Node, IRScope, Operand, int, boolean) - Method in class org.jruby.ir.IRBuilder
 
buildBreak(BreakNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildCall(CallNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildCallArgs(Node, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildCase(CaseNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildCFG() - Method in class org.jruby.ir.IRScope
 
buildClass(ClassNode, IRScope) - Method in class org.jruby.ir.IRBuilder
Build a new class and add it to the current scope (s).
buildClassName(String) - Method in class org.jruby.runtime.load.LoadService
 
buildClassVar(ClassVarNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildClassVarAsgn(ClassVarAsgnNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildClassVarDecl(ClassVarDeclNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildColon2(Colon2Node, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildColon3(Colon3Node, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildComplex(ComplexNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
BuildCompoundArrayInstr - Class in org.jruby.ir.instructions
 
BuildCompoundArrayInstr(Variable, Operand, Operand, boolean) - Constructor for class org.jruby.ir.instructions.BuildCompoundArrayInstr
 
BuildCompoundArrayInstr(BuildCompoundArrayInstr) - Method in class org.jruby.ir.IRVisitor
 
BuildCompoundArrayInstr(BuildCompoundArrayInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
BuildCompoundStringInstr - Class in org.jruby.ir.instructions
 
BuildCompoundStringInstr(Variable, Operand[], Encoding) - Constructor for class org.jruby.ir.instructions.BuildCompoundStringInstr
 
BuildCompoundStringInstr(BuildCompoundStringInstr) - Method in class org.jruby.ir.IRVisitor
 
BuildCompoundStringInstr(BuildCompoundStringInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
buildConstDecl(ConstDeclNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildConstDeclAssignment(ConstDeclNode, IRScope, Operand) - Method in class org.jruby.ir.IRBuilder
 
buildDAsgn(DAsgnNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildDataFlowVars(Instr) - Method in class org.jruby.ir.dataflow.analyses.LiveVariableNode
 
buildDataFlowVars(Instr) - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementNode
 
buildDataFlowVars(Instr) - Method in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementNode
 
buildDataFlowVars(Instr) - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode
 
buildDataFlowVars(Instr) - Method in class org.jruby.ir.dataflow.FlowGraphNode
Builds the data-flow variables (or facts) for a particular instruction.
buildDataFlowVars() - Method in class org.jruby.ir.dataflow.FlowGraphNode
Builds the data-flow variables (or facts) for a particular node.
buildDefinitionCheck(IRScope, ResultInstr, String) - Method in class org.jruby.ir.IRBuilder
 
buildDefn(MethodDefNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildDefnCheckIfThenPaths(IRScope, Label, Operand) - Method in class org.jruby.ir.IRBuilder
 
buildDefs(DefsNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildDominatorTree(CFG, LinkedList<BasicBlock>, int) - Method in class org.jruby.ir.passes.DominatorTreeBuilder
 
buildDot(DotNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildDRegexp(DRegexpNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildDStr(DStrNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildDSymbol(DSymbolNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildDVar(DVarNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildDXStr(DXStrNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
BuildDynRegExpInstr - Class in org.jruby.ir.instructions
 
BuildDynRegExpInstr(Variable, Operand[], RegexpOptions) - Constructor for class org.jruby.ir.instructions.BuildDynRegExpInstr
 
BuildDynRegExpInstr(BuildDynRegExpInstr) - Method in class org.jruby.ir.IRVisitor
 
BuildDynRegExpInstr(BuildDynRegExpInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
buildEncoding(EncodingNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildEnsureNode(EnsureNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildEvalRoot(StaticScope, IRScope, String, int, RootNode, EvalType) - Method in class org.jruby.ir.IRBuilder
 
buildEvStr(EvStrNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildException(Ruby) - Method in exception org.jruby.exceptions.JumpException.FlowControlException
 
buildFalse() - Method in class org.jruby.ir.IRBuilder
 
buildFCall(FCallNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildFixnum(FixnumNode) - Method in class org.jruby.ir.IRBuilder
 
buildFlip(FlipNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildFloat(FloatNode) - Method in class org.jruby.ir.IRBuilder
 
buildFlowGraphNode(BasicBlock) - Method in class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
 
buildFlowGraphNode(BasicBlock) - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementProblem
 
buildFlowGraphNode(BasicBlock) - Method in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementProblem
 
buildFlowGraphNode(BasicBlock) - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisProblem
 
buildFlowGraphNode(BasicBlock) - Method in class org.jruby.ir.dataflow.DataFlowProblem
 
buildFor(ForNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildForIter(ForNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildGetArgumentDefinition(Node, IRScope, String) - Method in class org.jruby.ir.IRBuilder
 
buildGetDefinition(Node, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildGlobalAsgn(GlobalAsgnNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildGlobalVar(GlobalVarNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildHash(HashNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildIf(IfNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildInstAsgn(InstAsgnNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildInstVar(InstVarNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildIter(IterNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildJVMExceptionTable() - Method in class org.jruby.ir.IRScope
 
buildLambda(LambdaNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
BuildLambdaInstr - Class in org.jruby.ir.instructions
 
BuildLambdaInstr(Variable, Operand, ISourcePosition) - Constructor for class org.jruby.ir.instructions.BuildLambdaInstr
 
BuildLambdaInstr(BuildLambdaInstr) - Method in class org.jruby.ir.IRVisitor
 
BuildLambdaInstr(BuildLambdaInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
buildLinearization() - Method in class org.jruby.ir.IRScope
 
buildLiteral(LiteralNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildLocalAsgn(LocalAsgnNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildLocalVar(LocalVarNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildMatch(MatchNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildMatch2(Match2Node, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildMatch3(Match3Node, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildModule(ModuleNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildMultipleAsgn(MultipleAsgnNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildMultipleAsgn19(MultipleAsgn19Node, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildMultipleAsgn19Assignment(MultipleAsgn19Node, IRScope, Operand, Operand) - Method in class org.jruby.ir.IRBuilder
 
buildMultipleAsgnAssignment(MultipleAsgnNode, IRScope, Operand, Operand) - Method in class org.jruby.ir.IRBuilder
 
buildNewline(NewlineNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildNext(NextNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildNil() - Method in class org.jruby.ir.IRBuilder
 
buildNthRef(NthRefNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildOpAsgn(OpAsgnNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildOpAsgnAnd(OpAsgnAndNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildOpAsgnOr(OpAsgnOrNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildOpElementAsgn(OpElementAsgnNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildOpElementAsgnWithAnd(OpElementAsgnNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildOpElementAsgnWithMethod(OpElementAsgnNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildOpElementAsgnWithOr(OpElementAsgnNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildOr(OrNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildPostExe(PostExeNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildPreExe(PreExeNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildProcess(Ruby, String[], String[], File) - Static method in class org.jruby.util.ShellLauncher
 
BuildRangeInstr - Class in org.jruby.ir.instructions
 
BuildRangeInstr(Variable, Operand, Operand, boolean) - Constructor for class org.jruby.ir.instructions.BuildRangeInstr
 
BuildRangeInstr(BuildRangeInstr) - Method in class org.jruby.ir.IRVisitor
 
BuildRangeInstr(BuildRangeInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
buildRational(RationalNode) - Method in class org.jruby.ir.IRBuilder
 
buildRedo(IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildRegexp(RegexpNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildRescue(RescueNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildRetry(IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildReturn(ReturnNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildRoot(RootNode) - Method in class org.jruby.ir.IRBuilder
 
buildRubyArray(IRubyObject[]) - Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
buildRubyArray(Class[]) - Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
buildSClass(SClassNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildSelf(IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildSplat(SplatNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
BuildSplatInstr - Class in org.jruby.ir.instructions
 
BuildSplatInstr(Variable, Operand) - Constructor for class org.jruby.ir.instructions.BuildSplatInstr
 
BuildSplatInstr(BuildSplatInstr) - Method in class org.jruby.ir.IRVisitor
 
BuildSplatInstr(BuildSplatInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
buildSplatMap(Operand[], boolean) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
buildStr(StrNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildSuper(SuperNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildSValue(SValueNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildSymbol(SymbolNode) - Method in class org.jruby.ir.IRBuilder
 
buildTrue() - Method in class org.jruby.ir.IRBuilder
 
buildUndef(Node, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildUntil(UntilNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildVAlias(VAliasNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildVCall(VCallNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildVersionSpecificAssignment(Node, IRScope, Variable) - Method in class org.jruby.ir.IRBuilder
 
buildVersionSpecificBlockArgsAssignment(Node, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildWhile(WhileNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildXStr(XStrNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildYield(YieldNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildZArray(IRScope) - Method in class org.jruby.ir.IRBuilder
 
buildZSuper(ZSuperNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
builtin - Variable in class org.jruby.internal.runtime.methods.DynamicMethod
Is this a builtin core method or not
builtinLibraries - Variable in class org.jruby.runtime.load.LoadService
 
BuiltinProfilingService - Class in org.jruby.runtime.profile.builtin
This implementation of ProfilingService will be used for all profiling methods which are shipped with jruby.
BuiltinProfilingService() - Constructor for class org.jruby.runtime.profile.builtin.BuiltinProfilingService
 
BUndefInstr - Class in org.jruby.ir.instructions
 
BUndefInstr(Operand, Label) - Constructor for class org.jruby.ir.instructions.BUndefInstr
 
BUndefInstr(BUndefInstr) - Method in class org.jruby.ir.IRVisitor
 
BUndefInstr(BUndefInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
BundleWiringOSGiClassLoaderAdapter - Class in org.jruby.embed.osgi.internal
 
BundleWiringOSGiClassLoaderAdapter() - Constructor for class org.jruby.embed.osgi.internal.BundleWiringOSGiClassLoaderAdapter
 
BYTE - Static variable in class org.jruby.ast.java_signature.PrimitiveTypeNode
 
BYTE - Static variable in class org.jruby.parser.JavaSignatureParser
 
BYTE_ORDER - Static variable in class org.jruby.ext.ffi.Platform
 
BYTE_ORDER - Static variable in class org.jruby.platform.Platform
 
ByteArrayLexerSource - Class in org.jruby.lexer.yacc
 
ByteArrayLexerSource(String, byte[], List<String>, int) - Constructor for class org.jruby.lexer.yacc.ByteArrayLexerSource
 
bytecode() - Method in class org.jruby.ast.executable.ScriptAndCode
 
bytecode() - Method in class org.jruby.compiler.JITCompiler.JITClassGenerator
 
BYTECODE_VERSION - Static variable in class org.jruby.util.cli.Options
 
bytelist - Variable in class org.jruby.ir.operands.StringLiteral
 
bytelist(MethodHandles.Lookup, String, MethodType, String, String) - Static method in class org.jruby.ir.targets.Bootstrap
 
bytelist() - Static method in class org.jruby.ir.targets.Bootstrap
 
ByteListHolder - Interface in org.jruby.util
 
byteLists - Variable in class org.jruby.ast.executable.RuntimeCache
 
byteListToDouble(ByteList, boolean) - Static method in class org.jruby.util.ConvertDouble
Converts supplied ByteList into a double.
byteListToDouble19(ByteList, boolean) - Static method in class org.jruby.util.ConvertDouble
Converts supplied ByteList into a double.
byteListToInum(Ruby, ByteList, int, boolean) - Static method in class org.jruby.util.ConvertBytes
rb_cstr_to_inum
byteListToInum() - Method in class org.jruby.util.ConvertBytes
 
byteListToInum19(Ruby, ByteList, int, boolean) - Static method in class org.jruby.util.ConvertBytes
 
byteListToString(ByteList) - Static method in class org.jruby.RubyString
 
byteListToString(ByteList) - Static method in class org.jruby.runtime.Helpers
Convert a ByteList into a Java String by using its Encoding's Charset.
bytes(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyArgsFile
 
bytes(ThreadContext, Block) - Method in class org.jruby.RubyIO
 
bytes(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRandom
 
bytes(ThreadContext, Block) - Method in class org.jruby.RubyString
 
bytes - Variable in enum org.jruby.RubyThread.Status
 
bytes(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.BytesNode
 
bytes_to_ruby_string(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaArrayUtilities
 
bytes_to_ruby_string(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaArrayUtilities
 
bytesize() - Method in class org.jruby.RubyString
 
byteslice(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
byteslice(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
bytesToFixBrokenTrailingCharacter(ByteList, int) - Static method in class org.jruby.util.StringSupport
 
bytesToFixBrokenTrailingCharacter(byte[], int, int, Encoding, int) - Static method in class org.jruby.util.StringSupport
 
bytesToString(byte[], int, int) - Static method in class org.jruby.RubyString
 
bytesToString(byte[]) - Static method in class org.jruby.RubyString
 
bytesToUUIDBytes(byte[], boolean) - Static method in class org.jruby.util.ConvertBytes
 
byText(String) - Static method in enum org.jruby.util.DefinedMessage
 

C

c(String) - Static method in class org.jruby.util.CodegenUtils
Creates a dotted class name from a path/package name
cache(String, MethodNodes) - Static method in class org.jruby.internal.runtime.methods.MethodNodes
 
cache(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.SearchConstInstr
 
cache(IRubyObject) - Method in class org.jruby.ir.targets.LazyObjectSite
 
cache - Variable in class org.jruby.java.invokers.RubyToJavaInvoker
 
cache - Variable in class org.jruby.runtime.callsite.CachingCallSite
 
cache - Variable in class org.jruby.runtime.callsite.SuperCallSite
 
CACHE_OFFSET - Static variable in class org.jruby.RubyFixnum
 
CacheableMethod - Interface in org.jruby.internal.runtime.methods
Indicates this method implementation can be used to generate a cacheable method
cacheAndCall(IRubyObject, RubyClass, Block, IRubyObject[], ThreadContext, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
cacheAndCall(IRubyObject, RubyClass, IRubyObject[], ThreadContext, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
cacheAndCall(IRubyObject, RubyClass, ThreadContext, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
cacheAndCall(IRubyObject, RubyClass, Block, ThreadContext, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
cacheAndCall(IRubyObject, RubyClass, ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
cacheAndCall(IRubyObject, RubyClass, Block, ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
cacheAndCall(IRubyObject, RubyClass, ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
cacheAndCall(IRubyObject, RubyClass, Block, ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
cacheAndCall(IRubyObject, RubyClass, ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
cacheAndCall(IRubyObject, RubyClass, Block, ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
cacheAndCall(IRubyObject, RubyClass, ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.RespondToCallSite
 
cacheAndCall(IRubyObject, RubyClass, ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.RespondToCallSite
 
cacheAndCall(IRubyObject, RubyClass, Block, IRubyObject[], ThreadContext, IRubyObject, String) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
cacheAndCall(IRubyObject, RubyClass, IRubyObject[], ThreadContext, IRubyObject, String) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
cacheAndCall(IRubyObject, RubyClass, ThreadContext, IRubyObject, String) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
cacheAndCall(IRubyObject, RubyClass, Block, ThreadContext, IRubyObject, String) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
cacheAndCall(IRubyObject, RubyClass, ThreadContext, IRubyObject, String, IRubyObject) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
cacheAndCall(IRubyObject, RubyClass, Block, ThreadContext, IRubyObject, String, IRubyObject) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
cacheAndCall(IRubyObject, RubyClass, ThreadContext, IRubyObject, String, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
cacheAndCall(IRubyObject, RubyClass, Block, ThreadContext, IRubyObject, String, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
cacheAndCall(IRubyObject, RubyClass, ThreadContext, IRubyObject, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
cacheAndCall(IRubyObject, RubyClass, Block, ThreadContext, IRubyObject, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
CachedBooleanDispatchNode - Class in org.jruby.truffle.nodes.dispatch
 
CachedBooleanDispatchNode(RubyContext, Object, DispatchNode, Assumption, Object, InternalMethod, Assumption, Object, InternalMethod, boolean, DispatchAction) - Constructor for class org.jruby.truffle.nodes.dispatch.CachedBooleanDispatchNode
 
CachedBoxedDispatchNode - Class in org.jruby.truffle.nodes.dispatch
 
CachedBoxedDispatchNode(RubyContext, Object, DispatchNode, RubyClass, Object, InternalMethod, boolean, DispatchAction) - Constructor for class org.jruby.truffle.nodes.dispatch.CachedBoxedDispatchNode
 
CachedBoxedDispatchNode(RubyContext, Object, DispatchNode, RubyClass, Assumption, Object, InternalMethod, boolean, DispatchAction) - Constructor for class org.jruby.truffle.nodes.dispatch.CachedBoxedDispatchNode
Allows to give the assumption, which is different than the expectedClass assumption for constant lookup.
CachedBoxedMethodMissingDispatchNode - Class in org.jruby.truffle.nodes.dispatch
 
CachedBoxedMethodMissingDispatchNode(RubyContext, Object, DispatchNode, RubyClass, InternalMethod, boolean, DispatchAction) - Constructor for class org.jruby.truffle.nodes.dispatch.CachedBoxedMethodMissingDispatchNode
 
CachedBoxedReturnMissingDispatchNode - Class in org.jruby.truffle.nodes.dispatch
 
CachedBoxedReturnMissingDispatchNode(RubyContext, Object, DispatchNode, RubyClass, boolean, DispatchAction) - Constructor for class org.jruby.truffle.nodes.dispatch.CachedBoxedReturnMissingDispatchNode
 
CachedBoxedSymbolDispatchNode - Class in org.jruby.truffle.nodes.dispatch
 
CachedBoxedSymbolDispatchNode(RubyContext, Object, DispatchNode, Object, InternalMethod, boolean, DispatchAction) - Constructor for class org.jruby.truffle.nodes.dispatch.CachedBoxedSymbolDispatchNode
 
CachedDispatchNode - Class in org.jruby.truffle.nodes.dispatch
 
CachedDispatchNode(RubyContext, Object, DispatchNode, boolean, DispatchAction) - Constructor for class org.jruby.truffle.nodes.dispatch.CachedDispatchNode
 
CachedDispatchNode(CachedDispatchNode) - Constructor for class org.jruby.truffle.nodes.dispatch.CachedDispatchNode
 
cachedMethods - Variable in class org.jruby.RubyModule
 
cachedObject(ThreadContext) - Method in class org.jruby.ir.operands.ImmutableLiteral
Returns the cached object.
CachedUnboxedDispatchNode - Class in org.jruby.truffle.nodes.dispatch
 
CachedUnboxedDispatchNode(RubyContext, Object, DispatchNode, Class<?>, Assumption, Object, InternalMethod, boolean, DispatchAction) - Constructor for class org.jruby.truffle.nodes.dispatch.CachedUnboxedDispatchNode
 
CachedYieldDispatchNode - Class in org.jruby.truffle.nodes.yield
 
CachedYieldDispatchNode(RubyContext, RubyProc, YieldDispatchNode) - Constructor for class org.jruby.truffle.nodes.yield.CachedYieldDispatchNode
 
CacheEntry - Class in org.jruby.runtime.callsite
 
CacheEntry(DynamicMethod, int) - Constructor for class org.jruby.runtime.callsite.CacheEntry
 
cacheRegexp(int, RubyString, int) - Method in class org.jruby.ast.executable.RuntimeCache
 
cacheRegexp(int, RubyRegexp) - Method in class org.jruby.ast.executable.RuntimeCache
 
CachingCallSite - Class in org.jruby.runtime.callsite
 
CachingCallSite(String, CallType) - Constructor for class org.jruby.runtime.callsite.CachingCallSite
 
calculateArity() - Method in class org.jruby.ast.ArgsNode
 
calculateObjectId(Object) - Static method in class org.jruby.runtime.ObjectSpace
 
calculateProtectedClass(RubyModule) - Static method in class org.jruby.internal.runtime.methods.DynamicMethod
Calculate, based on given RubyModule, which class in its hierarchy should be used to determine protected access.
calculateTypeSize(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.AbstractMemory
 
calculator - Variable in class org.jruby.util.collections.ClassValue
 
call(Object, String, Object[]) - Method in class org.jruby.embed.bsf.JRubyEngine
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.ext.ffi.jffi.DefaultMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.ext.ffi.jffi.DefaultMethod
 
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.ext.ffi.jffi.NativeInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.internal.runtime.methods.AttrReaderMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.internal.runtime.methods.AttrWriterMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.internal.runtime.methods.CompiledMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.internal.runtime.methods.CompiledMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.CompiledMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.CompiledMethod
 
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
The minimum 'call' method required for a dynamic method handle.
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
A default implementation of n-arity, non-block 'call' method, which simply calls the n-arity, block-receiving version with the arg list and Block.NULL_BLOCK.
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Arity 0, no block
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Arity 0, with block; calls through IRubyObject[] path
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Arity 1, no block
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Arity 1, with block; calls through IRubyObject[] path
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Arity 2, no block
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Arity 2, with block; calls through IRubyObject[] path
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Arity 3, no block
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Arity 3, with block; calls through IRubyObject[] path
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.HandleMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.internal.runtime.methods.HandleMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.HandleMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.HandleMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.HandleMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodN
 
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOne
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwo
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThree
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThreeBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThreeOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThreeOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThreeOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThreeOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThree
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThreeBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThreeOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThreeOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThreeOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThreeOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwo
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThree
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThreeBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThreeOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThreeOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThreeOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThreeOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZero
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrN
 
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrN
 
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOne
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwo
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThree
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrN
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrNBlock
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.MethodMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.MethodMissingMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.NullMethod
The one implementation of call, which throws an exception because NullMethod can't be invoked.
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.ProcMethod
 
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.internal.runtime.methods.ProfilingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.internal.runtime.methods.ProfilingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.ProfilingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.ProfilingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.ProfilingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.internal.runtime.methods.ProfilingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.ProfilingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.ProfilingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.ProfilingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.ProfilingDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.ReflectedCompiledMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.ReflectedJavaMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.ReflectedJavaMultiMethod
 
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.UndefinedMethod
The one implementation of call, which throws an exception because UndefinedMethod can't be invoked.
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.internal.runtime.methods.WrapperMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.internal.runtime.methods.WrapperMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.WrapperMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.internal.runtime.methods.WrapperMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.internal.runtime.methods.WrapperMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.internal.runtime.methods.WrapperMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.WrapperMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.WrapperMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.internal.runtime.methods.WrapperMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.internal.runtime.methods.WrapperMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.java.invokers.ConstructorInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.java.invokers.ConstructorInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.java.invokers.ConstructorInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.java.invokers.ConstructorInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.java.invokers.ConstructorInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.java.invokers.ConstructorInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.java.invokers.ConstructorInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.java.invokers.ConstructorInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.java.invokers.ConstructorInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.java.invokers.ConstructorInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.java.invokers.InstanceFieldGetter
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.java.invokers.InstanceFieldSetter
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.java.invokers.InstanceMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.java.invokers.InstanceMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.java.invokers.InstanceMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.java.invokers.InstanceMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.java.invokers.InstanceMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.java.invokers.InstanceMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.java.invokers.InstanceMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.java.invokers.InstanceMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.java.invokers.InstanceMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.java.invokers.InstanceMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.java.invokers.SingletonMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.java.invokers.SingletonMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.java.invokers.SingletonMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.java.invokers.SingletonMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.java.invokers.SingletonMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.java.invokers.SingletonMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.java.invokers.SingletonMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.java.invokers.SingletonMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.java.invokers.SingletonMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.java.invokers.SingletonMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.java.invokers.StaticFieldGetter
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.java.invokers.StaticFieldSetter
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[]) - Method in class org.jruby.java.invokers.StaticMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String) - Method in class org.jruby.java.invokers.StaticMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.java.invokers.StaticMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject) - Method in class org.jruby.java.invokers.StaticMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.java.invokers.StaticMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.java.invokers.StaticMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, Block) - Method in class org.jruby.java.invokers.StaticMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, Block) - Method in class org.jruby.java.invokers.StaticMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.java.invokers.StaticMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.java.invokers.StaticMethodInvoker
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject) - Method in class org.jruby.java.proxies.ArrayJavaProxy.ArrayNewMethod
 
call(Object, String, Object[]) - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
call(IRubyObject, boolean) - Method in interface org.jruby.Ruby.RecursiveFunction
 
call(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyContinuation
 
call(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyEnumerable.AppendBlockCallback
 
call(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyEnumerable.ChunkedBlockCallback
 
call(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyEnumerable.PutKeyValueCallback
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.RubyKernel.MethodMissingMethod
 
call(ThreadContext, Block) - Method in class org.jruby.RubyMethod
Call the method.
call(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyMethod
 
call(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyMethod
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyMethod
 
call(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyMethod
 
call(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.RubyModule.RespondToMissingMethod
 
call(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyProc
 
call(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyProc
 
call(ThreadContext, IRubyObject[], IRubyObject, Block) - Method in class org.jruby.RubyProc
 
call(ThreadContext, IRubyObject[]) - Method in class org.jruby.runtime.Block
 
call(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.runtime.Block
 
call(ThreadContext) - Method in class org.jruby.runtime.Block
 
call(ThreadContext, Block) - Method in class org.jruby.runtime.Block
 
call(ThreadContext, IRubyObject) - Method in class org.jruby.runtime.Block
 
call(ThreadContext, IRubyObject, Block) - Method in class org.jruby.runtime.Block
 
call(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.Block
 
call(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.Block
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.Block
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.Block
 
call(ThreadContext, IRubyObject[], Binding, Block.Type) - Method in class org.jruby.runtime.BlockBody
 
call(ThreadContext, IRubyObject[], Binding, Block.Type, Block) - Method in class org.jruby.runtime.BlockBody
 
call(ThreadContext, Binding, Block.Type) - Method in class org.jruby.runtime.BlockBody
 
call(ThreadContext, Binding, Block.Type, Block) - Method in class org.jruby.runtime.BlockBody
 
call(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.BlockBody
 
call(ThreadContext, IRubyObject, Binding, Block.Type, Block) - Method in class org.jruby.runtime.BlockBody
 
call(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.BlockBody
 
call(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type, Block) - Method in class org.jruby.runtime.BlockBody
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.BlockBody
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type, Block) - Method in class org.jruby.runtime.BlockBody
 
call(ThreadContext, IRubyObject[], Block) - Method in interface org.jruby.runtime.BlockCallback
 
call(ThreadContext, IRubyObject[], Binding, Block.Type) - Method in class org.jruby.runtime.CallBlock
 
call(ThreadContext, IRubyObject[], Binding, Block.Type, Block) - Method in class org.jruby.runtime.CallBlock
 
call(ThreadContext, IRubyObject[], Binding, Block.Type) - Method in class org.jruby.runtime.CallBlock19
 
call(ThreadContext, IRubyObject[], Binding, Block.Type, Block) - Method in class org.jruby.runtime.CallBlock19
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.ArefCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.ArefCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.AsetCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.BitAndCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.BitAndCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.BitOrCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.BitOrCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, double) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject...) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
call(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object, passing a literal long value.
call(ThreadContext, IRubyObject, IRubyObject, double) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object, passing a literal double value.
call(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing no args.
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing one argument.
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing two arguments.
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing two arguments.
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject...) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing arguments.
call(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing no arguments and a non-literal (block pass, &) block.
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing one argument and a non-literal (block pass, &) block.
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing two arguments and a non-literal (block pass, &) block.
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing three arguments and a non-literal (block pass, &) block.
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing one argument and a non-literal (block pass, &) block.
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.CmpCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, double) - Method in class org.jruby.runtime.callsite.CmpCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.CmpCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.DivCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.DivCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.EqCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, double) - Method in class org.jruby.runtime.callsite.EqCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.EqCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.GeCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, double) - Method in class org.jruby.runtime.callsite.GeCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.GeCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.GtCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, double) - Method in class org.jruby.runtime.callsite.GtCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.GtCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.LeCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, double) - Method in class org.jruby.runtime.callsite.LeCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.LeCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.LtCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, double) - Method in class org.jruby.runtime.callsite.LtCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.LtCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.MinusCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, double) - Method in class org.jruby.runtime.callsite.MinusCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.MinusCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.ModCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.ModCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.MulCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, double) - Method in class org.jruby.runtime.callsite.MulCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.MulCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.PlusCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, double) - Method in class org.jruby.runtime.callsite.PlusCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.PlusCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.RespondToCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.RespondToCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.ShiftLeftCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.ShiftLeftCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.ShiftRightCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.ShiftRightCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, double) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject...) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
call(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, long) - Method in class org.jruby.runtime.callsite.XorCallSite
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.XorCallSite
 
call(ThreadContext, IRubyObject[], Binding, Block.Type) - Method in class org.jruby.runtime.CompiledBlock19
 
call(ThreadContext, IRubyObject[], Binding, Block.Type, Block) - Method in class org.jruby.runtime.CompiledBlock19
 
call(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.CompiledBlockCallback
 
call(ThreadContext, IRubyObject, IRubyObject[], Block) - Method in interface org.jruby.runtime.CompiledBlockCallback19
 
call(ThreadContext, Binding, Block.Type) - Method in class org.jruby.runtime.IRBlockBody
 
call(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.IRBlockBody
 
call(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.IRBlockBody
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.IRBlockBody
 
call(ThreadContext, IRubyObject[], Binding, Block.Type) - Method in class org.jruby.runtime.IRBlockBody
 
call(ThreadContext, IRubyObject[], Binding, Block.Type, Block) - Method in class org.jruby.runtime.IRBlockBody
 
call(ThreadContext, IRubyObject[], Binding, Block.Type) - Method in class org.jruby.runtime.JavaInternalBlockBody
 
call(ThreadContext, IRubyObject[], Binding, Block.Type, Block) - Method in class org.jruby.runtime.JavaInternalBlockBody
 
call(ThreadContext, IRubyObject[], Binding, Block.Type) - Method in class org.jruby.runtime.MethodBlock
 
call(ThreadContext, IRubyObject[], Binding, Block.Type, Block) - Method in class org.jruby.runtime.MethodBlock
 
call(ThreadContext, IRubyObject[], Binding, Block.Type) - Method in class org.jruby.runtime.NullBlockBody
 
call(ThreadContext, Binding, Block.Type) - Method in class org.jruby.runtime.NullBlockBody
 
call(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.NullBlockBody
 
call(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.NullBlockBody
 
call(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.NullBlockBody
 
call(VirtualFrame, RubyMethod, Object...) - Method in class org.jruby.truffle.nodes.core.MethodNodes.CallNode
 
call(VirtualFrame, RubyProc, Object[], UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ProcNodes.CallNode
 
call(VirtualFrame, RubyProc, Object[], RubyProc) - Method in class org.jruby.truffle.nodes.core.ProcNodes.CallNode
 
call(VirtualFrame, Object, Object, RubyProc, Object...) - Method in class org.jruby.truffle.nodes.dispatch.CallDispatchHeadNode
 
call(byte[], int, int, Object) - Method in interface org.jruby.util.Dir.GlobFunc
 
call(ThreadContext, IRubyObject, IRubyObject) - Method in interface org.jruby.util.io.EncodingUtils.TranscodeFallback
 
call(int, Object) - Method in class org.jruby.util.Join
 
call(Enum<?>, Object) - Method in class org.jruby.util.Join
 
call19(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyProc
 
CallableSelector - Class in org.jruby.java.dispatch
Method selection logic for calling from Ruby to Java.
CallableSelector() - Constructor for class org.jruby.java.dispatch.CallableSelector
 
Callback - Interface in org.jruby.runtime.callback
Deprecated.
callback - Variable in class org.jruby.runtime.CompiledBlock
 
callback - Variable in class org.jruby.runtime.CompiledBlock19
 
callback(IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.MethodBlock
 
callbackClass - Variable in class org.jruby.ext.ffi.FFI
 
callbackFactory(Class<?>) - Method in class org.jruby.Ruby
Deprecated.
CallbackFactory - Class in org.jruby.runtime
Helper class to build Callback method.
CallbackFactory() - Constructor for class org.jruby.runtime.CallbackFactory
 
CallbackInfo - Class in org.jruby.ext.ffi
Defines a C callback's parameters and return type.
CallbackInfo(Ruby, RubyClass, Type, Type[], boolean) - Constructor for class org.jruby.ext.ffi.CallbackInfo
Creates a new CallbackInfo instance.
CallbackManager - Class in org.jruby.ext.ffi
 
CallbackManager() - Constructor for class org.jruby.ext.ffi.CallbackManager
 
CallbackManager - Class in org.jruby.ext.ffi.jffi
Manages Callback instances for the low level FFI backend.
CallbackManager() - Constructor for class org.jruby.ext.ffi.jffi.CallbackManager
 
CallBase - Class in org.jruby.ir.instructions
 
CallBase(Operation, CallType, String, Operand, Operand[], Operand) - Constructor for class org.jruby.ir.instructions.CallBase
 
CallBlock - Class in org.jruby.runtime
A Block implemented using a Java-based BlockCallback implementation.
CallBlock19 - Class in org.jruby.runtime
A Block implemented using a Java-based BlockCallback implementation.
CallBlock19(Arity, BlockCallback, ThreadContext) - Constructor for class org.jruby.runtime.CallBlock19
 
callBoolean(VirtualFrame, Object, Object, RubyProc, Object...) - Method in class org.jruby.truffle.nodes.dispatch.CallDispatchHeadNode
 
callCoerced(ThreadContext, String, IRubyObject, boolean) - Method in class org.jruby.RubyNumeric
 
callCoerced(ThreadContext, String, IRubyObject) - Method in class org.jruby.RubyNumeric
 
callConfig - Variable in class org.jruby.internal.runtime.methods.DynamicMethod
The "call configuration" to use for pre/post call logic.
CallConfiguration - Enum in org.jruby.internal.runtime.methods
 
callContext - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
callCount - Variable in class org.jruby.internal.runtime.methods.InterpretedIRMethod.DynamicMethodBox
 
CallDispatchHeadNode - Class in org.jruby.truffle.nodes.dispatch
 
CallDispatchHeadNode(RubyContext, boolean, boolean, MissingBehavior, LexicalScope) - Constructor for class org.jruby.truffle.nodes.dispatch.CallDispatchHeadNode
 
callEach(Ruby, ThreadContext, IRubyObject, BlockCallback) - Static method in class org.jruby.RubyEnumerable
 
callEach(Ruby, ThreadContext, IRubyObject, IRubyObject[], BlockCallback) - Static method in class org.jruby.RubyEnumerable
Deprecated.
callEach(Ruby, ThreadContext, IRubyObject, Arity, BlockCallback) - Static method in class org.jruby.RubyEnumerable
 
callEach(Ruby, ThreadContext, IRubyObject, IRubyObject[], Arity, BlockCallback) - Static method in class org.jruby.RubyEnumerable
Deprecated.
callEach19(Ruby, ThreadContext, IRubyObject, BlockCallback) - Static method in class org.jruby.RubyEnumerable
 
callEach19(Ruby, ThreadContext, IRubyObject, Arity, BlockCallback) - Static method in class org.jruby.RubyEnumerable
 
caller(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
caller(UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.CallerNode
 
caller(int) - Method in class org.jruby.truffle.nodes.core.KernelNodes.CallerNode
 
caller19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
caller20(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
caller_locations(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
callEventHooks(ThreadContext, RubyEvent, String, int, String, IRubyObject) - Method in class org.jruby.Ruby
 
callFloat(VirtualFrame, Object, Object, RubyProc, Object...) - Method in class org.jruby.truffle.nodes.dispatch.CallDispatchHeadNode
 
callHelper(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[], Block.Type) - Method in class org.jruby.ir.instructions.RuntimeHelperCall
 
callInit(IRubyObject[], Block) - Method in class org.jruby.RubyObject
Call the Ruby initialize method with the supplied arguments and block.
callInit(Block) - Method in class org.jruby.RubyObject
Call the Ruby initialize method with the supplied arguments and block.
callInit(IRubyObject, Block) - Method in class org.jruby.RubyObject
Call the Ruby initialize method with the supplied arguments and block.
callInit(IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyObject
Call the Ruby initialize method with the supplied arguments and block.
callInit(IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyObject
Call the Ruby initialize method with the supplied arguments and block.
callInit(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyObject
 
callInit(ThreadContext, Block) - Method in class org.jruby.RubyObject
 
callInit(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyObject
 
callInit(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyObject
 
callInit(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyObject
 
CallInstr - Class in org.jruby.ir.instructions
 
CallInstr(CallType, Variable, String, Operand, Operand[], Operand) - Constructor for class org.jruby.ir.instructions.CallInstr
 
CallInstr(Operation, CallType, Variable, String, Operand, Operand[], Operand) - Constructor for class org.jruby.ir.instructions.CallInstr
 
CallInstr(Operation, CallInstr) - Constructor for class org.jruby.ir.instructions.CallInstr
 
CallInstr(CallInstr) - Method in class org.jruby.ir.IRVisitor
 
CallInstr(CallInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
callIter(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callIter(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callIter(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callIter(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callIter(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callIter(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing no arguments and a literal block.
callIter(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing one argument and a literal block.
callIter(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing two arguments and a literal block.
callIter(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing three arguments and a literal block.
callIter(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing arguments and a literal block.
callIter(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callIter(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callIter(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callIter(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callIter(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callLongFixnum(VirtualFrame, Object, Object, RubyProc, Object...) - Method in class org.jruby.truffle.nodes.dispatch.CallDispatchHeadNode
 
callMethod(IRubyObject, ThreadContext, String) - Static method in class org.jruby.BasicObjectStub
 
callMethod(IRubyObject, ThreadContext, String, IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
callMethod(IRubyObject, ThreadContext, String, IRubyObject[]) - Static method in class org.jruby.BasicObjectStub
 
callMethod(IRubyObject, ThreadContext, String, IRubyObject[], Block) - Static method in class org.jruby.BasicObjectStub
 
callMethod(IRubyObject, ThreadContext, int, String) - Static method in class org.jruby.BasicObjectStub
 
callMethod(IRubyObject, ThreadContext, int, String, IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
callMethod(Object, String, Object...) - Method in interface org.jruby.embed.EmbedRubyObjectAdapter
Executes a method defined in Ruby script.
callMethod(Object, String, Block, Object...) - Method in interface org.jruby.embed.EmbedRubyObjectAdapter
Executes a method defined in Ruby script.
callMethod(Object, String, Class<T>) - Method in interface org.jruby.embed.EmbedRubyObjectAdapter
Executes a method defined in Ruby script.
callMethod(Object, String, Object, Class<T>) - Method in interface org.jruby.embed.EmbedRubyObjectAdapter
Executes a method defined in Ruby script.
callMethod(Object, String, Object[], Class<T>) - Method in interface org.jruby.embed.EmbedRubyObjectAdapter
Executes a method defined in Ruby script.
callMethod(Object, String, Object[], Block, Class<T>) - Method in interface org.jruby.embed.EmbedRubyObjectAdapter
Executes a method defined in Ruby script.
callMethod(Object, String, Class<T>, EmbedEvalUnit) - Method in interface org.jruby.embed.EmbedRubyObjectAdapter
Executes a method defined in Ruby script.
callMethod(Object, String, Object[], Class<T>, EmbedEvalUnit) - Method in interface org.jruby.embed.EmbedRubyObjectAdapter
Executes a method defined in Ruby script.
callMethod(Object, String, Object[], Block, Class<T>, EmbedEvalUnit) - Method in interface org.jruby.embed.EmbedRubyObjectAdapter
Executes a method defined in Ruby script.
callMethod(IRubyObject, String) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callMethod(IRubyObject, String, IRubyObject) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callMethod(IRubyObject, String, IRubyObject[]) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callMethod(IRubyObject, String, IRubyObject[], Block) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callMethod(Object, String, Class<T>) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callMethod(Object, String, Object, Class<T>) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callMethod(Object, String, Object[], Class<T>) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callMethod(Object, String, Object[], Block, Class<T>) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callMethod(Object, String, Class<T>, EmbedEvalUnit) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callMethod(Object, String, Object[], Class<T>, EmbedEvalUnit) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callMethod(Object, String, Object[], Block, Class<T>, EmbedEvalUnit) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callMethod(Object, String, Object...) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callMethod(Object, String, Block, Object...) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callMethod(Object, String, Object...) - Method in class org.jruby.embed.ScriptingContainer
Executes a method defined in Ruby script.
callMethod(Object, String, Block, Object...) - Method in class org.jruby.embed.ScriptingContainer
Executes a method defined in Ruby script.
callMethod(Object, String, Class<T>) - Method in class org.jruby.embed.ScriptingContainer
Executes a method defined in Ruby script.
callMethod(Object, String, Object, Class<T>) - Method in class org.jruby.embed.ScriptingContainer
Executes a method defined in Ruby script.
callMethod(Object, String, Object[], Class<T>) - Method in class org.jruby.embed.ScriptingContainer
Executes a method defined in Ruby script.
callMethod(Object, String, Object[], Block, Class<T>) - Method in class org.jruby.embed.ScriptingContainer
Executes a method defined in Ruby script.
callMethod(Object, String, Class<T>, EmbedEvalUnit) - Method in class org.jruby.embed.ScriptingContainer
Executes a method defined in Ruby script.
callMethod(Object, String, Object[], Class<T>, EmbedEvalUnit) - Method in class org.jruby.embed.ScriptingContainer
Executes a method defined in Ruby script.
callMethod(Object, String, Object[], Block, Class<T>, EmbedEvalUnit) - Method in class org.jruby.embed.ScriptingContainer
Executes a method defined in Ruby script.
callMethod(ThreadContext, String) - Method in class org.jruby.ir.operands.UndefinedValue
 
callMethod(ThreadContext, String, IRubyObject) - Method in class org.jruby.ir.operands.UndefinedValue
 
callMethod(ThreadContext, String, IRubyObject[]) - Method in class org.jruby.ir.operands.UndefinedValue
 
callMethod(ThreadContext, String, IRubyObject[], Block) - Method in class org.jruby.ir.operands.UndefinedValue
 
callMethod(ThreadContext, int, String) - Method in class org.jruby.ir.operands.UndefinedValue
Deprecated.
callMethod(ThreadContext, int, String, IRubyObject) - Method in class org.jruby.ir.operands.UndefinedValue
Deprecated.
callMethod(ThreadContext, String) - Method in class org.jruby.RubyBasicObject
Will invoke a named method with no arguments and no block.
callMethod(ThreadContext, String, IRubyObject) - Method in class org.jruby.RubyBasicObject
Will invoke a named method with one argument and no block with functional invocation.
callMethod(ThreadContext, String, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
Will invoke a named method with the supplied arguments and no block with functional invocation.
callMethod(String, IRubyObject...) - Method in class org.jruby.RubyBasicObject
 
callMethod(String) - Method in class org.jruby.RubyBasicObject
 
callMethod(ThreadContext, String, IRubyObject[], Block) - Method in class org.jruby.RubyBasicObject
Will invoke a named method with the supplied arguments and supplied block with functional invocation.
callMethod(ThreadContext, int, String) - Method in class org.jruby.RubyBasicObject
Deprecated.
callMethod(ThreadContext, int, String, IRubyObject) - Method in class org.jruby.RubyBasicObject
Deprecated.
callMethod(IRubyObject, String) - Method in interface org.jruby.RubyObjectAdapter
 
callMethod(IRubyObject, String, IRubyObject) - Method in interface org.jruby.RubyObjectAdapter
 
callMethod(IRubyObject, String, IRubyObject[]) - Method in interface org.jruby.RubyObjectAdapter
 
callMethod(IRubyObject, String, IRubyObject[], Block) - Method in interface org.jruby.RubyObjectAdapter
 
callMethod(ThreadContext, String) - Method in interface org.jruby.runtime.builtin.IRubyObject
 
callMethod(ThreadContext, String, IRubyObject) - Method in interface org.jruby.runtime.builtin.IRubyObject
 
callMethod(ThreadContext, String, IRubyObject[]) - Method in interface org.jruby.runtime.builtin.IRubyObject
 
callMethod(ThreadContext, String, IRubyObject[], Block) - Method in interface org.jruby.runtime.builtin.IRubyObject
 
callMethod(ThreadContext, int, String) - Method in interface org.jruby.runtime.builtin.IRubyObject
Deprecated.
callMethod(ThreadContext, int, String, IRubyObject) - Method in interface org.jruby.runtime.builtin.IRubyObject
Deprecated.
callMethodMissing(CacheEntry, CallType, ThreadContext, IRubyObject, String, IRubyObject[], Block) - Method in class org.jruby.ir.targets.InvokeSite
 
callMethodMissing(ThreadContext, IRubyObject, DynamicMethod, IRubyObject[]) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callMethodMissing(ThreadContext, IRubyObject, DynamicMethod) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callMethodMissing(ThreadContext, IRubyObject, DynamicMethod, Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callMethodMissing(ThreadContext, IRubyObject, DynamicMethod, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callMethodMissing(ThreadContext, IRubyObject, DynamicMethod, IRubyObject[], Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callMethodMissing(ThreadContext, IRubyObject, DynamicMethod, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callMethodMissing(ThreadContext, IRubyObject, DynamicMethod, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callMethodMissing(ThreadContext, IRubyObject, DynamicMethod, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callMethodMissing(ThreadContext, IRubyObject, DynamicMethod, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callMethodMissing(ThreadContext, IRubyObject, DynamicMethod, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callMethodMissing(ThreadContext, IRubyObject, String, DynamicMethod, IRubyObject[]) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callMethodMissing(ThreadContext, IRubyObject, String, DynamicMethod) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callMethodMissing(ThreadContext, IRubyObject, String, DynamicMethod, Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callMethodMissing(ThreadContext, IRubyObject, String, DynamicMethod, IRubyObject) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callMethodMissing(ThreadContext, IRubyObject, String, DynamicMethod, IRubyObject[], Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callMethodMissing(ThreadContext, IRubyObject, String, DynamicMethod, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callMethodMissing(ThreadContext, IRubyObject, String, DynamicMethod, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callMethodMissing(ThreadContext, IRubyObject, String, DynamicMethod, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callMethodMissing(ThreadContext, IRubyObject, String, DynamicMethod, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callMethodMissing(ThreadContext, IRubyObject, String, DynamicMethod, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callMethodMissing(ThreadContext, IRubyObject, Visibility, String, CallType, IRubyObject[], Block) - Static method in class org.jruby.runtime.Helpers
 
callMethodMissing(ThreadContext, IRubyObject, Visibility, String, CallType, IRubyObject, Block) - Static method in class org.jruby.runtime.Helpers
 
callMethodMissing(ThreadContext, IRubyObject, Visibility, String, CallType, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.Helpers
 
callMethodMissing(ThreadContext, IRubyObject, Visibility, String, CallType, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.Helpers
 
callMethodMissing(ThreadContext, IRubyObject, Visibility, String, CallType, Block) - Static method in class org.jruby.runtime.Helpers
 
callMethodMissing(CacheEntry, CallType, ThreadContext, IRubyObject, String, IRubyObject[]) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
callMethodMissing(CacheEntry, CallType, ThreadContext, IRubyObject, String) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
callMethodMissing(CacheEntry, CallType, ThreadContext, IRubyObject, String, Block) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
callMethodMissing(CacheEntry, CallType, ThreadContext, IRubyObject, String, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
callMethodMissing(CacheEntry, CallType, ThreadContext, IRubyObject, String, IRubyObject[], Block) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
callMethodMissing(CacheEntry, CallType, ThreadContext, IRubyObject, String, IRubyObject, Block) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
callMethodMissing(CacheEntry, CallType, ThreadContext, IRubyObject, String, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
callMethodMissing(CacheEntry, CallType, ThreadContext, IRubyObject, String, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
callMethodMissing(CacheEntry, CallType, ThreadContext, IRubyObject, String, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
callMethodMissing(CacheEntry, CallType, ThreadContext, IRubyObject, String, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
CallMethodType - Annotation Type in org.jruby.embed.internal
 
CallNode - Class in org.jruby.ast
A method or operator call.
CallNode(ISourcePosition, Node, String, Node, Node) - Constructor for class org.jruby.ast.CallNode
 
callNode - Variable in class org.jruby.truffle.nodes.supercall.AbstractGeneralSuperCallNode
 
callNumber - Variable in class org.jruby.runtime.ThreadContext
 
CallRubiniusPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
Node which wraps a RubiniusPrimitiveNode, providing the implicit control flow that you get with calls to Rubinius primitives.
CallRubiniusPrimitiveNode(RubyContext, SourceSection, RubyNode, long) - Constructor for class org.jruby.truffle.nodes.rubinius.CallRubiniusPrimitiveNode
 
callSite - Variable in class org.jruby.ir.instructions.CallBase
 
CallSite - Class in org.jruby.runtime
This is the abstract superclass for all call sites in the system.
CallSite(String, CallType) - Constructor for class org.jruby.runtime.CallSite
Construct a new CallSite with the given method name and call type.
callSiteId - Variable in class org.jruby.ir.instructions.CallBase
 
callSites - Variable in class org.jruby.ast.executable.RuntimeCache
 
callSuper(IRubyObject, ThreadContext, IRubyObject[], Block) - Static method in class org.jruby.BasicObjectStub
 
callSuper(Object, Object[], Class<T>) - Method in interface org.jruby.embed.EmbedRubyObjectAdapter
 
callSuper(Object, Object[], Block, Class<T>) - Method in interface org.jruby.embed.EmbedRubyObjectAdapter
 
callSuper(IRubyObject, IRubyObject[]) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callSuper(IRubyObject, IRubyObject[], Block) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callSuper(Object, Object[], Class<T>) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callSuper(Object, Object[], Block, Class<T>) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
callSuper(Object, Object[], Class<T>) - Method in class org.jruby.embed.ScriptingContainer
 
callSuper(Object, Object[], Block, Class<T>) - Method in class org.jruby.embed.ScriptingContainer
 
callSuper(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.ir.operands.UndefinedValue
Deprecated.
callSuper(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyBasicObject
Deprecated.
callSuper(IRubyObject, IRubyObject[]) - Method in interface org.jruby.RubyObjectAdapter
 
callSuper(IRubyObject, IRubyObject[], Block) - Method in interface org.jruby.RubyObjectAdapter
 
callSuper(ThreadContext, IRubyObject[], Block) - Method in interface org.jruby.runtime.builtin.IRubyObject
Deprecated.
callThreadPoll() - Method in class org.jruby.runtime.ThreadContext
 
callThreadPoll(ThreadContext) - Static method in class org.jruby.runtime.ThreadContext
 
callTrace(ThreadContext, boolean, String) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
callTraceCompiled(ThreadContext, boolean, String, String, int) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
callType - Variable in class org.jruby.ir.targets.InvokeSite
 
callType - Variable in class org.jruby.runtime.CallSite
The type of call this site makes
CallType - Enum in org.jruby.runtime
 
callType() - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
callVarargs(ThreadContext, IRubyObject, IRubyObject, IRubyObject...) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callVarargs(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callVarargs(ThreadContext, IRubyObject, IRubyObject, IRubyObject...) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing arguments.
callVarargs(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing one argument and a non-literal (block pass, &) block.
callVarargs(ThreadContext, IRubyObject, IRubyObject, IRubyObject...) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callVarargs(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callVarargsIter(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
callVarargsIter(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Method in class org.jruby.runtime.CallSite
Call the site's method against the target object passing arguments and a literal block.
callVarargsIter(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
callZSuper(Ruby, ThreadContext, Block, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
caload() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
CAN_LOAD_BYTECODE - Static variable in class org.jruby.runtime.MethodFactory
A test to see if we can load bytecode dynamically, so we know whether InvocationMethodFactory will work.
CAN_SET_ACCESSIBLE - Static variable in class org.jruby.javasupport.JavaClass
 
CAN_SET_ACCESSIBLE - Static variable in class org.jruby.RubyInstanceConfig
 
canBeDeleted(IRScope) - Method in class org.jruby.ir.instructions.Instr
Can this instruction be deleted? LVA will preserve instructions based on whether operands (variables) are living but even if there are no living variables then the instruction itself may not be able to be removed during DCE for other reasons (like if it unconditionally has a side-effect or it happens to be living in a scope where a binding can escape and one of its operands is a local variable).
canBeDeleted(IRScope) - Method in class org.jruby.ir.instructions.ToAryInstr
 
canBeEval() - Method in class org.jruby.ir.instructions.CallBase
 
cancel() - Method in class org.jruby.util.io.BlockingIO.Condition
 
canCopyPropagate() - Method in class org.jruby.ir.operands.CurrentScope
 
canCopyPropagate() - Method in class org.jruby.ir.operands.ImmutableLiteral
 
canCopyPropagate() - Method in class org.jruby.ir.operands.IRException
 
canCopyPropagate() - Method in class org.jruby.ir.operands.Label
 
canCopyPropagate() - Method in class org.jruby.ir.operands.ObjectClass
 
canCopyPropagate() - Method in class org.jruby.ir.operands.Operand
Can we replace every use of a variable 'v' that contains the value of this operand with the operand itself? This takes importance when there are at least two uses of 'v' within this scope.
canCopyPropagate() - Method in class org.jruby.ir.operands.ScopeModule
 
canCopyPropagate() - Method in class org.jruby.ir.operands.Symbol
 
canCopyPropagate() - Method in class org.jruby.ir.operands.UndefinedValue
 
canCopyPropagate() - Method in class org.jruby.ir.operands.Variable
 
canCopyPropagate() - Method in class org.jruby.ir.operands.WrappedIRClosure
 
canExecute() - Method in class org.jruby.util.EmptyFileResource
 
canExecute() - Method in interface org.jruby.util.FileResource
 
canGenerate(JRubyCallSite, RubyClass, DynamicMethod) - Method in class org.jruby.runtime.invokedynamic.InvocationLinker.AttrReaderGenerator
 
canGenerate(JRubyCallSite, RubyClass, DynamicMethod) - Method in class org.jruby.runtime.invokedynamic.InvocationLinker.AttrWriterGenerator
 
canGenerate(JRubyCallSite, RubyClass, DynamicMethod) - Method in class org.jruby.runtime.invokedynamic.InvocationLinker.CoreCallGenerator
 
canGenerate(JRubyCallSite, RubyClass, DynamicMethod) - Method in class org.jruby.runtime.invokedynamic.InvocationLinker.FFIGenerator
 
canGenerate(JRubyCallSite, RubyClass, DynamicMethod) - Method in interface org.jruby.runtime.invokedynamic.InvocationLinker.HandleGenerator
 
canGenerate(JRubyCallSite, RubyClass, DynamicMethod) - Method in class org.jruby.runtime.invokedynamic.InvocationLinker.HandleMethodGenerator
 
canGenerate(JRubyCallSite, RubyClass, DynamicMethod) - Method in class org.jruby.runtime.invokedynamic.InvocationLinker.JavaCallGenerator
 
canHandle(VirtualFrame, RubyException) - Method in class org.jruby.truffle.nodes.control.RescueAnyNode
 
canHandle(VirtualFrame, RubyException) - Method in class org.jruby.truffle.nodes.control.RescueClassesNode
 
canHandle(VirtualFrame, RubyException) - Method in class org.jruby.truffle.nodes.control.RescueNode
 
canHandle(VirtualFrame, RubyException) - Method in class org.jruby.truffle.nodes.control.RescueSplatNode
 
canMapArgsStatically() - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
CANON - Static variable in class org.jruby.util.Numeric
 
canonical(ThreadContext) - Method in class org.jruby.ext.psych.PsychEmitter
 
canonical_name() - Method in class org.jruby.javasupport.JavaClass
 
canonical_set(ThreadContext, IRubyObject) - Method in class org.jruby.ext.psych.PsychEmitter
 
canonicalize(String) - Static method in class org.jruby.RubyFile
 
canonicalPath() - Method in class org.jruby.util.ClasspathResource
 
canonicalPath() - Method in class org.jruby.util.EmptyFileResource
 
canonicalPath() - Method in interface org.jruby.util.FileResource
 
canonicalPath() - Method in class org.jruby.util.URLResource
 
canonname(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
canRaiseException() - Method in class org.jruby.ir.instructions.Instr
 
canRaiseException() - Method in enum org.jruby.ir.Operation
 
canRead() - Method in class org.jruby.util.ClasspathResource
 
canRead() - Method in class org.jruby.util.EmptyFileResource
 
canRead() - Method in interface org.jruby.util.FileResource
 
canRead() - Method in class org.jruby.util.URLResource
 
canReceiveNonlocalReturns() - Method in class org.jruby.ir.IRScope
 
canShiftIntoInt(int, int) - Static method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
canShiftIntoInt(int, long) - Static method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
canShiftIntoLong(long, int) - Static method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
canShiftIntoLong(long, long) - Static method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
canWrite() - Method in class org.jruby.util.ClasspathResource
 
canWrite() - Method in class org.jruby.util.EmptyFileResource
 
canWrite() - Method in interface org.jruby.util.FileResource
 
canWrite() - Method in class org.jruby.util.URLResource
 
capa - Variable in class org.jruby.util.io.OpenFile.Buffer
 
capa - Variable in class org.jruby.util.io.OpenFile.InternalReadStruct
 
capa - Variable in class org.jruby.util.io.OpenFile.InternalWriteStruct
 
capacity(int, int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
capacityGreaterThan(int) - Static method in class org.jruby.truffle.runtime.hash.HashOperations
 
capitalize(ThreadContext) - Method in class org.jruby.RubyString
rb_str_capitalize / rb_str_capitalize_bang
capitalize(ThreadContext) - Method in class org.jruby.RubySymbol
 
capitalize(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.CapitalizeNode
 
capitalize19(ThreadContext) - Method in class org.jruby.RubyString
 
capitalize_bang(ThreadContext) - Method in class org.jruby.RubyString
 
capitalize_bang19(ThreadContext) - Method in class org.jruby.RubyString
 
capitalizeBang(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.CapitalizeBangNode
 
capture() - Method in class org.jruby.runtime.Frame
 
captureFeature(int) - Method in class org.jruby.lexer.yacc.LexerSource
 
captures(ThreadContext) - Method in class org.jruby.RubyMatchData
match_captures
case_aware_op_aref(ThreadContext, IRubyObject, boolean) - Method in class org.jruby.RubyGlobal.StringOnlyRubyHash
 
case_aware_op_aset(ThreadContext, IRubyObject, IRubyObject, boolean) - Method in class org.jruby.RubyGlobal.StringOnlyRubyHash
 
casecmp(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
casecmp(ThreadContext, IRubyObject) - Method in class org.jruby.RubySymbol
 
caseCmp(byte[], int, byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
casecmp19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
CASEFOLD_FILESYSTEM - Static variable in class org.jruby.util.Dir
 
casefold_p(ThreadContext) - Method in class org.jruby.RubyRegexp
 
CaseNode - Class in org.jruby.ast
A Case statement.
CaseNode(ISourcePosition, Node, ListNode) - Constructor for class org.jruby.ast.CaseNode
 
cast(boolean) - Method in class org.jruby.truffle.nodes.cast.ArrayCastNode
 
cast(int) - Method in class org.jruby.truffle.nodes.cast.ArrayCastNode
 
cast(long) - Method in class org.jruby.truffle.nodes.cast.ArrayCastNode
 
cast(double) - Method in class org.jruby.truffle.nodes.cast.ArrayCastNode
 
cast(RubyBignum) - Method in class org.jruby.truffle.nodes.cast.ArrayCastNode
 
cast(RubyArray) - Method in class org.jruby.truffle.nodes.cast.ArrayCastNode
 
cast(RubyNilClass) - Method in class org.jruby.truffle.nodes.cast.ArrayCastNode
 
cast(VirtualFrame, RubyBasicObject) - Method in class org.jruby.truffle.nodes.cast.ArrayCastNode
 
cast(boolean) - Method in class org.jruby.truffle.nodes.cast.HashCastNode
 
cast(int) - Method in class org.jruby.truffle.nodes.cast.HashCastNode
 
cast(long) - Method in class org.jruby.truffle.nodes.cast.HashCastNode
 
cast(double) - Method in class org.jruby.truffle.nodes.cast.HashCastNode
 
cast(RubyBignum) - Method in class org.jruby.truffle.nodes.cast.HashCastNode
 
cast(RubyHash) - Method in class org.jruby.truffle.nodes.cast.HashCastNode
 
cast(RubyNilClass) - Method in class org.jruby.truffle.nodes.cast.HashCastNode
 
cast(VirtualFrame, RubyBasicObject) - Method in class org.jruby.truffle.nodes.cast.HashCastNode
 
castore() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
cat(byte[]) - Method in class org.jruby.RubyString
 
cat(byte[], int, int) - Method in class org.jruby.RubyString
 
cat(RubyString) - Method in class org.jruby.RubyString
 
cat(ByteList) - Method in class org.jruby.RubyString
 
cat(byte) - Method in class org.jruby.RubyString
 
cat(int) - Method in class org.jruby.RubyString
 
cat(int, Encoding) - Method in class org.jruby.RubyString
 
cat(byte[], int, int, Encoding) - Method in class org.jruby.RubyString
 
cat19(RubyString) - Method in class org.jruby.RubyString
 
cat19(ByteList, int) - Method in class org.jruby.RubyString
 
catAscii(byte[], int, int) - Method in class org.jruby.RubyString
 
CatchBreakAsProcErrorNode - Class in org.jruby.truffle.nodes.methods
 
CatchBreakAsProcErrorNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.methods.CatchBreakAsProcErrorNode
 
CatchBreakAsReturnNode - Class in org.jruby.truffle.nodes.methods
Catch a break jump in a block at the top level and handle it as a return.
CatchBreakAsReturnNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.methods.CatchBreakAsReturnNode
 
CatchNextNode - Class in org.jruby.truffle.nodes.methods
Catch a next jump at the root of a method.
CatchNextNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.methods.CatchNextNode
 
CatchRetryAsErrorNode - Class in org.jruby.truffle.nodes.methods
 
CatchRetryAsErrorNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.methods.CatchRetryAsErrorNode
 
CatchReturnAsErrorNode - Class in org.jruby.truffle.nodes.methods
Catch a return jump at the root of a method, and report it as an error.
CatchReturnAsErrorNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.methods.CatchReturnAsErrorNode
 
CatchReturnNode - Class in org.jruby.truffle.nodes.methods
Catch a return jump at the root of a method.
CatchReturnNode(RubyContext, SourceSection, RubyNode, long) - Constructor for class org.jruby.truffle.nodes.methods.CatchReturnNode
 
CatchReturnPlaceholderNode - Class in org.jruby.truffle.nodes.methods
 
CatchReturnPlaceholderNode(RubyContext, SourceSection, RubyNode, long) - Constructor for class org.jruby.truffle.nodes.methods.CatchReturnPlaceholderNode
 
Category - Enum in org.jruby.util.cli
Representation of available option categories, with a short name to use in printing descriptions.
caughtByLambda - Variable in exception org.jruby.ir.runtime.IRBreakJump
 
cause(Block) - Method in class org.jruby.NativeException
 
cause(ThreadContext) - Method in class org.jruby.RubyException
 
cbrt(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
cbuf - Variable in class org.jruby.util.io.OpenFile
 
ceil(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
ceil(ThreadContext) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
ceil() - Method in class org.jruby.RubyFloat
flo_ceil
ceil() - Method in class org.jruby.RubyNumeric
num_ceil
ceil(double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.CeilNode
 
center(IRubyObject) - Method in class org.jruby.RubyString
rb_str_center
center(IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
center19(IRubyObject) - Method in class org.jruby.RubyString
 
center19(IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
CEXT_ENABLED - Static variable in class org.jruby.RubyInstanceConfig
Deprecated.
cfg() - Method in class org.jruby.ir.IRScope
 
CFG - Class in org.jruby.ir.representations
Represents the base build of a CFG.
CFG(IRScope) - Constructor for class org.jruby.ir.representations.CFG
 
CFG.EdgeType - Enum in org.jruby.ir.representations
 
CFGBuilder - Class in org.jruby.ir.passes
CFGBuilder is mainly a pass to be lazy.
CFGBuilder() - Constructor for class org.jruby.ir.passes.CFGBuilder
 
CFGInliner - Class in org.jruby.ir.transformations.inlining
 
CFGInliner(CFG) - Constructor for class org.jruby.ir.transformations.inlining.CFGInliner
 
CFGLinearizer - Class in org.jruby.ir.representations
This produces a linear list of BasicBlocks so that the linearized instruction list is in executable form.
CFGLinearizer() - Constructor for class org.jruby.ir.representations.CFGLinearizer
 
ch - Variable in class org.jruby.util.io.ChannelFD
 
chainCount() - Method in class org.jruby.runtime.invokedynamic.VariableSite
 
CHAINED_COMPILE_LINE_COUNT - Static variable in class org.jruby.RubyInstanceConfig
The number of lines at which a method, class, or block body is split into chained methods (to dodge 64k method-size limit in JVM).
CHAINED_COMPILE_LINE_COUNT_DEFAULT - Static variable in class org.jruby.RubyInstanceConfig
Deprecated.
CHAINED_COMPILE_LINE_COUNT_DEFAULT - Static variable in class org.jruby.runtime.Constants
Default size for chained compilation.
change_privilege(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.GroupID
 
change_privilege(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.UserID
 
changeConstantVisibility(RubyNode, RubySymbol, boolean) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
channel() - Method in class org.jruby.util.io.OpenFile
 
ChannelDescriptor - Class in org.jruby.util.io
Deprecated.
ChannelDescriptor(Channel, ModeFlags, FileDescriptor) - Constructor for class org.jruby.util.io.ChannelDescriptor
Deprecated.
Construct a new ChannelDescriptor with the given channel, file number, mode flags, and file descriptor object.
ChannelDescriptor(Channel, ModeFlags, FileDescriptor, boolean) - Constructor for class org.jruby.util.io.ChannelDescriptor
Deprecated.
Construct a new ChannelDescriptor with the given channel, file number, mode flags, and file descriptor object.
ChannelDescriptor(Channel, ModeFlags) - Constructor for class org.jruby.util.io.ChannelDescriptor
Deprecated.
Construct a new ChannelDescriptor with the given channel, file number, mode flags, and file descriptor object.
ChannelDescriptor(InputStream, ModeFlags, FileDescriptor) - Constructor for class org.jruby.util.io.ChannelDescriptor
Deprecated.
Special constructor to create the ChannelDescriptor out of the stream, file number, mode flags, and file descriptor object.
ChannelDescriptor(InputStream, ModeFlags) - Constructor for class org.jruby.util.io.ChannelDescriptor
Deprecated.
Special constructor to create the ChannelDescriptor out of the stream, file number, mode flags, and file descriptor object.
ChannelDescriptor(Channel, FileDescriptor) - Constructor for class org.jruby.util.io.ChannelDescriptor
Deprecated.
Construct a new ChannelDescriptor with the given channel, file number, and file descriptor object.
ChannelDescriptor(Channel, int, FileDescriptor) - Constructor for class org.jruby.util.io.ChannelDescriptor
Deprecated.
ChannelDescriptor(Channel) - Constructor for class org.jruby.util.io.ChannelDescriptor
Deprecated.
Construct a new ChannelDescriptor with the given channel, file number, and file descriptor object.
ChannelFD - Class in org.jruby.util.io
Created by headius on 5/24/14.
ChannelFD(Channel, POSIX, FilenoUtil) - Constructor for class org.jruby.util.io.ChannelFD
 
ChannelStream - Class in org.jruby.util.io
Deprecated.
CHAR - Static variable in class org.jruby.ast.java_signature.PrimitiveTypeNode
 
CHAR - Static variable in class org.jruby.parser.JavaSignatureParser
 
CHARACTER - Static variable in class org.jruby.lexer.JavaSignatureLexer
 
CHARACTER_LITERAL - Static variable in class org.jruby.parser.JavaSignatureParser
 
CharacterLiteral - Class in org.jruby.ast.java_signature
 
CharacterLiteral(String) - Constructor for class org.jruby.ast.java_signature.CharacterLiteral
 
chardev_p() - Method in class org.jruby.RubyFileStat
 
chardev_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
chardev_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
chars(ThreadContext, Block) - Method in class org.jruby.ext.stringio.StringIO
 
chars(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyArgsFile
 
chars(ThreadContext, Block) - Method in class org.jruby.RubyIO
 
chars19(ThreadContext, Block) - Method in class org.jruby.RubyIO
Deprecated.
chars19(ThreadContext, Block) - Method in class org.jruby.RubyString
 
CHARSET - Static variable in class org.jruby.ir.persistence.util.FileIO
 
charsetForEncoding(Encoding) - Method in class org.jruby.runtime.encoding.EncodingService
Get a java.nio Charset for the given encoding, or null if impossible
chdir(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyDir
Changes the current directory to path
chdir(VirtualFrame, RubyString, RubyProc) - Method in class org.jruby.truffle.nodes.core.DirNodes.ChdirNode
 
chebylevSerie(double, double[]) - Static method in class org.jruby.RubyMath
 
check(IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
check_until(IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
checkArgCount(Ruby, int) - Method in class org.jruby.ast.ArgsNode
 
checkArgCount(Ruby, String, int) - Method in class org.jruby.ast.ArgsNode
 
CheckArgsArrayArityInstr - Class in org.jruby.ir.instructions
 
CheckArgsArrayArityInstr(Operand, int, int, int) - Constructor for class org.jruby.ir.instructions.CheckArgsArrayArityInstr
 
CheckArgsArrayArityInstr(CheckArgsArrayArityInstr) - Method in class org.jruby.ir.IRVisitor
 
CheckArgsArrayArityInstr(CheckArgsArrayArityInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
checkArgumentCount(JavaMethod, ThreadContext, String, IRubyObject[], int) - Static method in class org.jruby.internal.runtime.methods.JavaMethod
 
checkArgumentCount(Ruby, IRubyObject[], int, int) - Static method in class org.jruby.runtime.Arity
 
checkArgumentCount(ThreadContext, IRubyObject[], int, int) - Static method in class org.jruby.runtime.Arity
 
checkArgumentCount(Ruby, String, IRubyObject[], int, int) - Static method in class org.jruby.runtime.Arity
 
checkArgumentCount(Ruby, int, int, int) - Static method in class org.jruby.runtime.Arity
 
checkArgumentCount(ThreadContext, int, int, int) - Static method in class org.jruby.runtime.Arity
 
checkArgumentCount(Ruby, int, int, int, boolean) - Static method in class org.jruby.runtime.Arity
 
checkArgumentCount(Ruby, String, int, int, int) - Static method in class org.jruby.runtime.Arity
 
checkArgumentCount(Ruby, String, int, int, int, boolean) - Static method in class org.jruby.runtime.Arity
 
checkArgumentCount(ThreadContext, IRubyObject[], int, int) - Static method in class org.jruby.runtime.Helpers
Used by the compiler to simplify arg checking in variable-arity paths
checkArgumentCount(ThreadContext, IRubyObject[], int) - Static method in class org.jruby.runtime.Helpers
Used by the compiler to simplify arg checking in variable-arity paths
checkArgumentCount(ThreadContext, int, int, int) - Static method in class org.jruby.runtime.Helpers
 
checkArgv(ThreadContext, IRubyObject[]) - Static method in class org.jruby.util.io.PopenExecutor
 
checkArity(ThreadContext, Object[]) - Method in class org.jruby.ir.instructions.CheckArityInstr
 
checkArity(ThreadContext, Object[], int, int, int, boolean, int) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
checkArity(int) - Method in class org.jruby.javasupport.JavaCallable
 
checkArity(Ruby, IRubyObject[]) - Method in class org.jruby.runtime.Arity
 
checkArity(Ruby, int) - Method in class org.jruby.runtime.Arity
 
checkArity - Variable in enum org.jruby.runtime.Block.Type
 
checkArity(int, int, boolean, ThreadContext, IRubyObject, IRubyObject, IRubyObject[]) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
checkArity(int, int, boolean, ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
checkArity(Ruby, IRubyObject[]) - Method in class org.jruby.runtime.Signature
 
CheckArityInstr - Class in org.jruby.ir.instructions
 
CheckArityInstr(int, int, int, boolean, int) - Constructor for class org.jruby.ir.instructions.CheckArityInstr
 
CheckArityInstr(CheckArityInstr) - Method in class org.jruby.ir.IRVisitor
 
CheckArityInstr(CheckArityInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
CheckArityNode - Class in org.jruby.truffle.nodes.methods.arguments
Check arguments meet the arity of the method.
CheckArityNode(RubyContext, SourceSection, Arity) - Constructor for class org.jruby.truffle.nodes.methods.arguments.CheckArityNode
 
CheckArityNode(RubyContext, SourceSection, Arity, String[], boolean) - Constructor for class org.jruby.truffle.nodes.methods.arguments.CheckArityNode
 
checkArray(IRubyObject) - Static method in class org.jruby.ext.ffi.AbstractMemory
 
checkArrayType(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
checkArrayType() - Method in class org.jruby.ir.operands.UndefinedValue
 
checkArrayType() - Method in class org.jruby.RubyArray
 
checkArrayType() - Method in class org.jruby.RubyBasicObject
rb_check_array_type Returns the result of trying to convert this object to an Array with "to_ary".
checkArrayType() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
checkArrayType(Ruby, IRubyObject) - Static method in class org.jruby.util.TypeConverter
 
checkArrayType(IRubyObject) - Static method in class org.jruby.util.TypeConverter
 
checkBounds(Ruby, long, long, long) - Static method in class org.jruby.ext.ffi.Util
 
checkByteReadable(ThreadContext) - Method in class org.jruby.util.io.OpenFile
 
checkCallMethod(ThreadContext, String) - Method in class org.jruby.ir.operands.UndefinedValue
 
checkCallMethod(ThreadContext, String) - Method in class org.jruby.RubyBasicObject
Will invoke a named method with no arguments and no block if that method or a custom method missing exists.
checkCallMethod(ThreadContext, String) - Method in interface org.jruby.runtime.builtin.IRubyObject
 
checkcast(String) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
checkCharReadable(ThreadContext) - Method in class org.jruby.util.io.OpenFile
 
checkClassVariableName(RubyContext, String, RubyNode) - Static method in class org.jruby.truffle.runtime.RubyContext
 
checkClosed() - Method in class org.jruby.util.io.OpenFile
 
checkData(IRubyObject) - Static method in class org.jruby.util.TypeConverter
Checks that this object is of type DATA and then returns it, otherwise raises failure (MRI: Check_Type(obj, T_DATA))
checkEmbeddedNulls(Ruby, IRubyObject) - Static method in class org.jruby.util.StringSupport
 
checkEmptyLoad(String) - Method in class org.jruby.runtime.load.LoadService
 
checkEncoding(RubyString) - Method in class org.jruby.RubyString
 
checkEncoding(ByteListHolder) - Method in class org.jruby.RubyString
 
checkEncoding(ByteListHolder) - Method in class org.jruby.truffle.runtime.core.RubyString
 
checkEncoding(ByteListHolder) - Method in interface org.jruby.util.ByteListHolder
 
checkErrno(Ruby, int) - Static method in class org.jruby.ext.JRubyPOSIXHelper
Helper for handling common POSIX situations where a negative return value from a function call indicates an error, and errno must be consulted to determine how exactly the function failed.
checkExecEnv(ThreadContext, RubyHash) - Static method in class org.jruby.RubyIO
 
checkExecOptions(IRubyObject) - Static method in class org.jruby.RubyIO
Warn when using exec with unsupported options.
checkExpression(Node) - Method in class org.jruby.parser.ParserSupport
 
checkFloatType(Ruby, IRubyObject) - Static method in class org.jruby.util.TypeConverter
 
checkForCyclicPrepend(RubyModule) - Method in class org.jruby.RubyModule
 
checkForExtraUnwantedKeywordArgs(ThreadContext, RubyHash) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
checkForLJE(ThreadContext, DynamicScope, boolean, Block.Type) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
checkFrozen() - Method in class org.jruby.ext.stringio.StringIO
 
checkFrozen() - Method in class org.jruby.RubyBasicObject
The actual method that checks frozen with the default frozen message from MRI.
checkFrozen(Node) - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
checkFuncallCallable(ThreadContext, DynamicMethod, CallType, IRubyObject) - Static method in class org.jruby.RubyClass
 
checkGraalVersion() - Static method in class org.jruby.util.cli.ArgumentProcessor
 
checkHashType(Ruby, IRubyObject) - Static method in class org.jruby.util.TypeConverter
 
checkInheritable(IRubyObject) - Static method in class org.jruby.RubyClass
rb_check_inheritable
checkInstanceVariableName(RubyContext, String, RubyNode) - Static method in class org.jruby.truffle.runtime.RubyContext
 
checkInt(IRubyObject, long) - Static method in class org.jruby.RubyNumeric
check_int
checkInteger(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
 
checkIntegerType(Ruby, IRubyObject, String) - Static method in class org.jruby.util.TypeConverter
 
checkIsModule(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
checkIsRubyModule(ThreadContext, Object) - Static method in class org.jruby.runtime.Helpers
 
checkJavaException(Throwable, IRubyObject, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
checkMail(ThreadContext) - Method in class org.jruby.RubyThread
Deprecated.
CheckMatchVariableTypeNode - Class in org.jruby.truffle.nodes.globals
 
CheckMatchVariableTypeNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.globals.CheckMatchVariableTypeNode
 
checkNewModes(ModeFlags) - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Check whether a specified set of mode flags is a superset of this descriptor's original set of mode flags.
checkOpen() - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Check whether the isOpen returns true, raising a BadDescriptorException if it returns false.
CheckOutputSeparatorVariableTypeNode - Class in org.jruby.truffle.nodes.globals
 
CheckOutputSeparatorVariableTypeNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.globals.CheckOutputSeparatorVariableTypeNode
 
checkPermissionsSubsetOf(ModeFlags) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
checkPipeCommand(ThreadContext, IRubyObject) - Static method in class org.jruby.util.io.PopenExecutor
 
checkpoint() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Perform a thread event checkpoint.
checkpoint() - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
checkpoint() - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
checkpointBootstrap(MethodHandles.Lookup, String, MethodType) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
checkpointFallback(MutableCallSite, ThreadContext) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
checkpointHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
checkPopenOptions(IRubyObject) - Static method in class org.jruby.RubyIO
Warn when using spawn with unsupported options.
CheckProgramNameVariableTypeNode - Class in org.jruby.truffle.nodes.globals
 
CheckProgramNameVariableTypeNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.globals.CheckProgramNameVariableTypeNode
 
checkReadable() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
checkReadable(ThreadContext) - Method in class org.jruby.util.io.OpenFile
 
CheckRecordSeparatorVariableTypeNode - Class in org.jruby.truffle.nodes.globals
 
CheckRecordSeparatorVariableTypeNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.globals.CheckRecordSeparatorVariableTypeNode
 
checkRegexpSyntax(ByteList, RegexpOptions) - Method in class org.jruby.parser.ParserSupport
 
checkReopenSeek(ThreadContext, Ruby, long) - Method in class org.jruby.util.io.OpenFile
 
checkSafeString(IRubyObject) - Method in class org.jruby.Ruby
Deprecated.
checkShutdown() - Method in class org.jruby.ext.thread.Queue
 
checkSpawnOptions(IRubyObject) - Static method in class org.jruby.RubyIO
Warn when using spawn with unsupported options.
CheckStdoutVariableTypeNode - Class in org.jruby.truffle.nodes.globals
 
CheckStdoutVariableTypeNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.globals.CheckStdoutVariableTypeNode
 
checkStringSafety(Ruby, IRubyObject) - Static method in class org.jruby.util.StringSupport
Check whether input object's string value contains a null byte, and if so throw SecurityError.
checkStringType(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
checkStringType() - Method in class org.jruby.ir.operands.UndefinedValue
 
checkStringType() - Method in class org.jruby.RubyBasicObject
rb_check_string_type Tries to return a coerced string representation of this object, using "to_str".
checkStringType() - Method in class org.jruby.RubyString
 
checkStringType() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
checkStringType(Ruby, IRubyObject) - Static method in class org.jruby.util.TypeConverter
 
checkStringType19() - Method in class org.jruby.ir.operands.UndefinedValue
 
checkStringType19() - Method in class org.jruby.RubyBasicObject
rb_check_string_type Tries to return a coerced string representation of this object, using "to_str".
checkStringType19() - Method in class org.jruby.RubyString
 
checkStringType19() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
checkSuperDisabledOrOutOfMethod(ThreadContext, RubyModule, String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
checkSuperDisabledOrOutOfMethod(ThreadContext, RubyModule, String) - Static method in class org.jruby.runtime.callsite.SuperCallSite
 
checkSuperDisabledOrOutOfMethod(ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
checkSuperDisabledOrOutOfMethod(ThreadContext, RubyModule, String) - Static method in class org.jruby.runtime.Helpers
 
checkTTY() - Method in class org.jruby.util.io.OpenFile
 
checkType(ThreadContext, IRubyObject, RubyModule) - Static method in class org.jruby.util.TypeConverter
 
checkUselessStatement(Node) - Method in class org.jruby.parser.ParserSupport
Check to see if current node is an useless statement.
checkUselessStatements(BlockNode) - Method in class org.jruby.parser.ParserSupport
Check all nodes but the last one in a BlockNode for useless (void context) statements.
checkValidBindTargetFrom(ThreadContext, RubyModule) - Method in class org.jruby.RubyModule
 
checkWritable() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
checkWritable(ThreadContext) - Method in class org.jruby.util.io.OpenFile
 
chFile - Variable in class org.jruby.util.io.ChannelFD
 
childInvocationFor(int) - Method in class org.jruby.runtime.profile.builtin.Invocation
 
childNodes() - Method in class org.jruby.ast.AliasNode
 
childNodes() - Method in class org.jruby.ast.AndNode
 
childNodes() - Method in class org.jruby.ast.ArgsCatNode
 
childNodes() - Method in class org.jruby.ast.ArgsNode
 
childNodes() - Method in class org.jruby.ast.ArgsPushNode
 
childNodes() - Method in class org.jruby.ast.ArgumentNode
 
childNodes() - Method in class org.jruby.ast.AttrAssignNode
 
childNodes() - Method in class org.jruby.ast.BackRefNode
 
childNodes() - Method in class org.jruby.ast.BeginNode
 
childNodes() - Method in class org.jruby.ast.BignumNode
 
childNodes() - Method in class org.jruby.ast.BlockArgNode
 
childNodes() - Method in class org.jruby.ast.BlockPassNode
 
childNodes() - Method in class org.jruby.ast.BreakNode
 
childNodes() - Method in class org.jruby.ast.CallNode
 
childNodes() - Method in class org.jruby.ast.CaseNode
 
childNodes() - Method in class org.jruby.ast.ClassNode
 
childNodes() - Method in class org.jruby.ast.ClassVarAsgnNode
 
childNodes() - Method in class org.jruby.ast.ClassVarDeclNode
 
childNodes() - Method in class org.jruby.ast.ClassVarNode
 
childNodes() - Method in class org.jruby.ast.Colon2Node
 
childNodes() - Method in class org.jruby.ast.Colon3Node
 
childNodes() - Method in class org.jruby.ast.ComplexNode
 
childNodes() - Method in class org.jruby.ast.ConstDeclNode
 
childNodes() - Method in class org.jruby.ast.ConstNode
 
childNodes() - Method in class org.jruby.ast.DAsgnNode
 
childNodes() - Method in class org.jruby.ast.DefinedNode
 
childNodes() - Method in class org.jruby.ast.DefnNode
 
childNodes() - Method in class org.jruby.ast.DefsNode
 
childNodes() - Method in class org.jruby.ast.DotNode
 
childNodes() - Method in class org.jruby.ast.DVarNode
 
childNodes() - Method in class org.jruby.ast.EncodingNode
 
childNodes() - Method in class org.jruby.ast.EnsureNode
 
childNodes() - Method in class org.jruby.ast.EvStrNode
 
childNodes() - Method in class org.jruby.ast.FalseNode
 
childNodes() - Method in class org.jruby.ast.FCallNode
 
childNodes() - Method in class org.jruby.ast.FixnumNode
 
childNodes() - Method in class org.jruby.ast.FlipNode
 
childNodes() - Method in class org.jruby.ast.FloatNode
 
childNodes() - Method in class org.jruby.ast.ForNode
 
childNodes() - Method in class org.jruby.ast.GlobalAsgnNode
 
childNodes() - Method in class org.jruby.ast.GlobalVarNode
 
childNodes() - Method in class org.jruby.ast.HashNode
 
childNodes() - Method in class org.jruby.ast.IfNode
 
childNodes() - Method in class org.jruby.ast.InstAsgnNode
 
childNodes() - Method in class org.jruby.ast.InstVarNode
 
childNodes() - Method in class org.jruby.ast.IterNode
 
childNodes() - Method in class org.jruby.ast.KeywordArgNode
 
childNodes() - Method in class org.jruby.ast.LambdaNode
 
childNodes() - Method in class org.jruby.ast.ListNode
 
childNodes() - Method in class org.jruby.ast.LiteralNode
 
childNodes() - Method in class org.jruby.ast.LocalAsgnNode
 
childNodes() - Method in class org.jruby.ast.LocalVarNode
 
childNodes() - Method in class org.jruby.ast.Match2Node
 
childNodes() - Method in class org.jruby.ast.Match3Node
 
childNodes() - Method in class org.jruby.ast.MatchNode
 
childNodes() - Method in class org.jruby.ast.ModuleNode
 
childNodes() - Method in class org.jruby.ast.MultipleAsgn19Node
 
childNodes() - Method in class org.jruby.ast.MultipleAsgnNode
 
childNodes() - Method in class org.jruby.ast.NewlineNode
 
childNodes() - Method in class org.jruby.ast.NextNode
 
childNodes() - Method in class org.jruby.ast.NilNode
 
childNodes() - Method in class org.jruby.ast.Node
 
childNodes() - Method in class org.jruby.ast.NthRefNode
 
childNodes() - Method in class org.jruby.ast.OpAsgnAndNode
 
childNodes() - Method in class org.jruby.ast.OpAsgnNode
 
childNodes() - Method in class org.jruby.ast.OpAsgnOrNode
 
childNodes() - Method in class org.jruby.ast.OpElementAsgnNode
 
childNodes() - Method in class org.jruby.ast.OptArgNode
 
childNodes() - Method in class org.jruby.ast.OrNode
 
childNodes() - Method in class org.jruby.ast.RationalNode
 
childNodes() - Method in class org.jruby.ast.RedoNode
 
childNodes() - Method in class org.jruby.ast.RegexpNode
 
childNodes() - Method in class org.jruby.ast.RequiredKeywordArgumentValueNode
 
childNodes() - Method in class org.jruby.ast.RescueBodyNode
 
childNodes() - Method in class org.jruby.ast.RescueNode
 
childNodes() - Method in class org.jruby.ast.RetryNode
 
childNodes() - Method in class org.jruby.ast.ReturnNode
 
childNodes() - Method in class org.jruby.ast.RootNode
 
childNodes() - Method in class org.jruby.ast.SClassNode
 
childNodes() - Method in class org.jruby.ast.SelfNode
 
childNodes() - Method in class org.jruby.ast.SplatNode
 
childNodes() - Method in class org.jruby.ast.StarNode
 
childNodes() - Method in class org.jruby.ast.StrNode
 
childNodes() - Method in class org.jruby.ast.SuperNode
 
childNodes() - Method in class org.jruby.ast.SValueNode
 
childNodes() - Method in class org.jruby.ast.SymbolNode
 
childNodes() - Method in class org.jruby.ast.TrueNode
 
childNodes() - Method in class org.jruby.ast.UndefNode
 
childNodes() - Method in class org.jruby.ast.UntilNode
 
childNodes() - Method in class org.jruby.ast.VAliasNode
 
childNodes() - Method in class org.jruby.ast.VCallNode
 
childNodes() - Method in class org.jruby.ast.WhenNode
 
childNodes() - Method in class org.jruby.ast.WhileNode
 
childNodes() - Method in class org.jruby.ast.XStrNode
 
childNodes() - Method in class org.jruby.ast.YieldNode
 
childNodes() - Method in class org.jruby.ast.ZArrayNode
 
childNodes() - Method in class org.jruby.ast.ZSuperNode
 
childNodes() - Method in class org.jruby.truffle.translator.ReadLocalDummyNode
 
childTime() - Method in class org.jruby.runtime.profile.builtin.Invocation
 
chmod(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFile
 
chmod(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
chNative - Variable in class org.jruby.util.io.ChannelFD
 
choice(ThreadContext) - Method in class org.jruby.RubyArray
Deprecated.
chomp(ThreadContext) - Method in class org.jruby.RubyString
rb_str_chop
chomp(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
chomp(RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.StringNodes.ChompNode
 
chomp19(ThreadContext) - Method in class org.jruby.RubyString
 
chomp19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
chomp_bang(ThreadContext) - Method in class org.jruby.RubyString
rb_str_chomp_bang In the common case, removes CR and LF characters in various ways depending on the value of the optional args[0].
chomp_bang(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
chomp_bang19(ThreadContext) - Method in class org.jruby.RubyString
 
chomp_bang19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
chompBang(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.ChompBangNode
 
chompWithString(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.ChompNode
 
chop(ThreadContext) - Method in class org.jruby.RubyString
rb_str_chop / rb_str_chop_bang
chop19(ThreadContext) - Method in class org.jruby.RubyString
 
chop_bang(ThreadContext) - Method in class org.jruby.RubyString
 
chop_bang19(ThreadContext) - Method in class org.jruby.RubyString
 
chown(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyFile
 
chown(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
chr(ThreadContext) - Method in class org.jruby.RubyInteger
int_chr
chr(ThreadContext) - Method in class org.jruby.RubyString
 
chr(int) - Method in class org.jruby.truffle.nodes.core.IntegerNodes.ChrNode
 
chr(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.ChrNode
 
chr19(ThreadContext) - Method in class org.jruby.RubyInteger
 
chr19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyInteger
 
chRead - Variable in class org.jruby.util.io.ChannelFD
 
chroot(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyDir
Changes the root directory (only allowed by super user).
chSeek - Variable in class org.jruby.util.io.ChannelFD
 
chSelect - Variable in class org.jruby.util.io.ChannelFD
 
chSock - Variable in class org.jruby.util.io.ChannelFD
 
chunk(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
Deprecated.
chunk(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
chunk(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
chWrite - Variable in class org.jruby.util.io.ChannelFD
 
ci(Class) - Static method in class org.jruby.util.CodegenUtils
Creates a class identifier of form Labc/abc;, from a Class.
clampExclusiveIndex(int) - Method in class org.jruby.truffle.runtime.core.RubyArray
 
clampExclusiveIndex(int, int) - Static method in class org.jruby.truffle.runtime.core.RubyArray
 
clampExclusiveIndex(int) - Method in class org.jruby.truffle.runtime.core.RubyString
 
CLASS_ALLOCATOR - Static variable in class org.jruby.RubyClass
 
CLASS_INDEX - Static variable in class org.jruby.internal.runtime.methods.InvocationMethodFactory
The lvar index of the RubyClass being invoked against
class_loader() - Method in class org.jruby.javasupport.JavaClass
 
CLASS_METHOD_DELIMITER - Static variable in class org.jruby.compiler.JITCompiler
 
CLASS_NAME - Static variable in class org.jruby.ext.ffi.CallbackInfo
 
CLASS_NAME - Static variable in class org.jruby.ext.ffi.io.FileDescriptorIO
 
CLASS_NAME - Static variable in class org.jruby.NativeException
 
class_variable_defined_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
class_variable_get(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_cvar_get
class_variable_get19(IRubyObject) - Method in class org.jruby.RubyModule
 
class_variable_set(IRubyObject, IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_cvar_set
class_variable_set19(IRubyObject, IRubyObject) - Method in class org.jruby.RubyModule
 
class_variables(ThreadContext) - Method in class org.jruby.RubyModule
rb_mod_class_variables
class_variables19(ThreadContext) - Method in class org.jruby.RubyModule
 
ClassDefiningClassLoader - Interface in org.jruby.util
 
ClassDefininngJRubyClassLoader - Class in org.jruby.util
 
ClassDefininngJRubyClassLoader(ClassLoader) - Constructor for class org.jruby.util.ClassDefininngJRubyClassLoader
 
classes() - Method in class org.jruby.javasupport.JavaClass
 
classEval(VirtualFrame, RubyModule, RubyString, UndefinedPlaceholder, UndefinedPlaceholder, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ClassEvalNode
 
classEval(VirtualFrame, RubyModule, RubyString, RubyString, UndefinedPlaceholder, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ClassEvalNode
 
classEval(VirtualFrame, RubyModule, RubyString, RubyString, int, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ClassEvalNode
 
classEval(VirtualFrame, RubyModule, UndefinedPlaceholder, UndefinedPlaceholder, UndefinedPlaceholder, RubyProc) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ClassEvalNode
 
classEval(RubyModule, UndefinedPlaceholder, UndefinedPlaceholder, UndefinedPlaceholder, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ClassEvalNode
 
classExec(VirtualFrame, RubyModule, Object[], RubyProc) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ClassExecNode
 
ClassExtensionLibrary - Class in org.jruby.runtime.load
The ClassExtensionLibrary wraps a class which implements BasicLibraryService, and when asked to load the service, does a basicLoad of the BasicLibraryService.
ClassExtensionLibrary(String, Class) - Constructor for class org.jruby.runtime.load.ClassExtensionLibrary
 
classId - Variable in class org.jruby.runtime.ivars.VariableAccessor
the ID of the class associated with this variable
classIndex - Variable in class org.jruby.RubyModule
 
ClassIndex - Enum in org.jruby.runtime
An enum of core JRuby classes.
classLoader - Variable in class org.jruby.internal.runtime.methods.InvocationMethodFactory
The classloader to use for code loading
CLASSLOADER - Static variable in class org.jruby.util.URLResource
 
ClassNode - Class in org.jruby.ast
A class statement (name, superClass, body).
ClassNode(ISourcePosition, Colon3Node, StaticScope, Node, Node) - Constructor for class org.jruby.ast.ClassNode
 
ClassNode - Class in org.jruby.truffle.nodes.objects
Reads the class of an object.
ClassNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.objects.ClassNode
 
ClassNode(ClassNode) - Constructor for class org.jruby.truffle.nodes.objects.ClassNode
 
ClassNodeFactory - Class in org.jruby.truffle.nodes.objects
 
ClassNodes - Class in org.jruby.truffle.nodes.core
 
ClassNodes() - Constructor for class org.jruby.truffle.nodes.core.ClassNodes
 
ClassNodes.AllocateNode - Class in org.jruby.truffle.nodes.core
 
ClassNodes.AllocateNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ClassNodes.AllocateNode
 
ClassNodes.AllocateNode(ClassNodes.AllocateNode) - Constructor for class org.jruby.truffle.nodes.core.ClassNodes.AllocateNode
 
ClassNodes.InheritedNode - Class in org.jruby.truffle.nodes.core
 
ClassNodes.InheritedNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ClassNodes.InheritedNode
 
ClassNodes.InheritedNode(ClassNodes.InheritedNode) - Constructor for class org.jruby.truffle.nodes.core.ClassNodes.InheritedNode
 
ClassNodes.InitializeNode - Class in org.jruby.truffle.nodes.core
 
ClassNodes.InitializeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ClassNodes.InitializeNode
 
ClassNodes.InitializeNode(ClassNodes.InitializeNode) - Constructor for class org.jruby.truffle.nodes.core.ClassNodes.InitializeNode
 
ClassNodes.NewNode - Class in org.jruby.truffle.nodes.core
 
ClassNodes.NewNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ClassNodes.NewNode
 
ClassNodes.NewNode(ClassNodes.NewNode) - Constructor for class org.jruby.truffle.nodes.core.ClassNodes.NewNode
 
ClassNodes.SuperClassNode - Class in org.jruby.truffle.nodes.core
 
ClassNodes.SuperClassNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ClassNodes.SuperClassNode
 
ClassNodes.SuperClassNode(ClassNodes.SuperClassNode) - Constructor for class org.jruby.truffle.nodes.core.ClassNodes.SuperClassNode
 
ClassNodesFactory - Class in org.jruby.truffle.nodes.core
 
ClassNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.ClassNodesFactory
 
ClassNodesFactory.AllocateNodeFactory - Class in org.jruby.truffle.nodes.core
 
ClassNodesFactory.InheritedNodeFactory - Class in org.jruby.truffle.nodes.core
 
ClassNodesFactory.InitializeNodeFactory - Class in org.jruby.truffle.nodes.core
 
ClassNodesFactory.NewNodeFactory - Class in org.jruby.truffle.nodes.core
 
ClassNodesFactory.SuperClassNodeFactory - Class in org.jruby.truffle.nodes.core
 
CLASSPATH - Static variable in class org.jruby.util.ClasspathResource
 
classpathFilenameFromURL(String, URL, boolean) - Static method in class org.jruby.runtime.load.LoadService
Given a URL to a classloader resource, build an appropriate load string.
ClasspathResource - Class in org.jruby.util
 
ClassProvider - Interface in org.jruby.util
 
classSuper(ThreadContext, IRubyObject, String, RubyModule, IRubyObject[], Block) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
ClassSuperInstr - Class in org.jruby.ir.instructions
 
ClassSuperInstr(Variable, Operand, String, Operand[], Operand) - Constructor for class org.jruby.ir.instructions.ClassSuperInstr
 
ClassSuperInstr(ClassSuperInstr) - Method in class org.jruby.ir.IRVisitor
 
ClassSuperInstr(ClassSuperInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
ClassSuperInvokeSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
ClassSuperInvokeSite(MethodType, String, String) - Constructor for class org.jruby.ir.targets.ClassSuperInvokeSite
 
classSuperSplatArgs(ThreadContext, IRubyObject, String, RubyModule, IRubyObject[], Block, boolean[]) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
ClassValue<T> - Class in org.jruby.util.collections
Represents a cache or other mechanism for getting the Ruby-level proxy classes for a given Java class.
ClassValue(ClassValueCalculator<T>) - Constructor for class org.jruby.util.collections.ClassValue
 
ClassValueCalculator<T> - Interface in org.jruby.util.collections
Calculate a value based on an incoming class.
ClassVarAsgnNode - Class in org.jruby.ast
Class variable assignment node.
ClassVarAsgnNode(ISourcePosition, String, Node) - Constructor for class org.jruby.ast.ClassVarAsgnNode
 
classVarContainer(IRScope, boolean) - Method in class org.jruby.ir.IRBuilder
 
classVarDeclarationContainer(IRScope) - Method in class org.jruby.ir.IRBuilder
 
ClassVarDeclNode - Class in org.jruby.ast
Class variable declaration.
ClassVarDeclNode(ISourcePosition, String, Node) - Constructor for class org.jruby.ast.ClassVarDeclNode
 
classVarDefinitionContainer(IRScope) - Method in class org.jruby.ir.IRBuilder
 
ClassVariable - Class in org.jruby.embed.variable
An implementation of BiVariable for a Ruby class variable.
ClassVarNode - Class in org.jruby.ast
Access to a class variable.
ClassVarNode(ISourcePosition, String) - Constructor for class org.jruby.ast.ClassVarNode
 
cleanTerminate(IRubyObject) - Method in class org.jruby.RubyThread
 
cleanup(Ruby, boolean) - Method in class org.jruby.util.io.OpenFile
 
cleanup() - Method in class org.jruby.util.io.SelectorPool
Clean up a pool.
clear() - Method in class org.jruby.embed.internal.BiVariableMap
Removes all of the mappings from this map.
clear() - Method in class org.jruby.embed.ScriptingContainer
Removes all of the mappings from this map.
clear(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Clears (zeros out) the memory contents.
clear() - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
clear() - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
clear(ThreadContext) - Method in class org.jruby.ext.ffi.Struct
 
clear(ThreadContext) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
clear(ThreadContext) - Method in class org.jruby.ext.thread.Queue
 
clear(ThreadContext) - Method in class org.jruby.ext.thread.SizedQueue
 
clear(String) - Method in class org.jruby.internal.runtime.GlobalVariables
 
clear() - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
clear() - Method in class org.jruby.java.util.SystemPropertiesMap
 
clear() - Method in class org.jruby.RubyArray
 
clear() - Method in class org.jruby.RubyHash
 
clear() - Method in class org.jruby.RubyString
 
clear() - Method in class org.jruby.runtime.Frame
Clear the frame, as when the call completes.
clear() - Method in class org.jruby.runtime.profile.builtin.ProfileData
Clear the gathered profiling (invocation) data.
clear(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ClearNode
 
clear(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.ClearNode
 
clear() - Method in class org.jruby.util.collections.IntHashMap
 
clear() - Method in class org.jruby.util.collections.StringArraySet
 
clear() - Method in class org.jruby.util.collections.WeakHashSet
 
clear() - Method in class org.jruby.util.collections.WeakValuedMap
 
clear() - Method in class org.jruby.util.WeakIdentityHashMap
 
clearChainCount() - Method in class org.jruby.runtime.invokedynamic.VariableSite
 
clearCodeConversion() - Method in class org.jruby.util.io.OpenFile
 
clearCodeRange() - Method in class org.jruby.RubyString
 
clearCodeRange() - Method in class org.jruby.truffle.runtime.core.RubyString
 
clearCodeRange() - Method in interface org.jruby.util.CodeRangeable
 
clearCount() - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
clearEncodingNone() - Method in class org.jruby.RubyRegexp
 
clearerr() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
clearerr() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
clearerr() - Method in interface org.jruby.util.io.Stream
 
clearErrorInfo(ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
clearEvalType() - Method in class org.jruby.runtime.DynamicScope
 
clearGlobalRuntime() - Static method in class org.jruby.Ruby
Clear the global runtime.
clearLiteral() - Method in class org.jruby.RubyRegexp
 
clearReadConversion() - Method in class org.jruby.util.io.OpenFile
 
clearStdio() - Method in class org.jruby.util.io.OpenFile
 
clearTextMode() - Method in class org.jruby.util.io.OpenFile
 
clearTypes() - Method in class org.jruby.ir.targets.InvokeSite
 
clearTypes() - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
clearVariable(RubyBasicObject, String) - Method in class org.jruby.runtime.ivars.VariableTableManager
 
CLI_ASSUME_LOOP - Static variable in class org.jruby.util.cli.Options
 
CLI_ASSUME_PRINT - Static variable in class org.jruby.util.cli.Options
 
CLI_AUTOSPLIT - Static variable in class org.jruby.util.cli.Options
 
CLI_AUTOSPLIT_SEPARATOR - Static variable in class org.jruby.util.cli.Options
 
CLI_BACKUP_EXTENSION - Static variable in class org.jruby.util.cli.Options
 
CLI_BYTECODE - Static variable in class org.jruby.util.cli.Options
 
CLI_CHECK_SYNTAX - Static variable in class org.jruby.util.cli.Options
 
CLI_COPYRIGHT - Static variable in class org.jruby.util.cli.Options
 
CLI_DEBUG - Static variable in class org.jruby.util.cli.Options
 
CLI_ENCODING_EXTERNAL - Static variable in class org.jruby.util.cli.Options
 
CLI_ENCODING_INTERNAL - Static variable in class org.jruby.util.cli.Options
 
CLI_ENCODING_SOURCE - Static variable in class org.jruby.util.cli.Options
 
CLI_HELP - Static variable in class org.jruby.util.cli.Options
 
CLI_KCODE - Static variable in class org.jruby.util.cli.Options
 
CLI_LOAD_GEMFILE - Static variable in class org.jruby.util.cli.Options
 
CLI_PARSER_DEBUG - Static variable in class org.jruby.util.cli.Options
 
CLI_PROCESS_LINE_ENDS - Static variable in class org.jruby.util.cli.Options
 
CLI_PROFILING_MODE - Static variable in class org.jruby.util.cli.Options
 
CLI_PROPERTIES - Static variable in class org.jruby.util.cli.Options
 
CLI_RECORD_SEPARATOR - Static variable in class org.jruby.util.cli.Options
 
CLI_RUBYGEMS_ENABLE - Static variable in class org.jruby.util.cli.Options
 
CLI_RUBYOPT_ENABLE - Static variable in class org.jruby.util.cli.Options
 
CLI_STRIP_HEADER - Static variable in class org.jruby.util.cli.Options
 
CLI_VERBOSE - Static variable in class org.jruby.util.cli.Options
 
CLI_VERSION - Static variable in class org.jruby.util.cli.Options
 
CLI_WARNING_LEVEL - Static variable in class org.jruby.util.cli.Options
 
clock_getres(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
clock_getres(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
clock_gettime(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
clock_gettime(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
CLOCK_MONOTONIC - Static variable in class org.jruby.RubyProcess
 
CLOCK_REALTIME - Static variable in class org.jruby.RubyProcess
 
CLOCK_UNIT_FLOAT_MICROSECOND - Static variable in class org.jruby.RubyProcess
 
CLOCK_UNIT_FLOAT_MILLISECOND - Static variable in class org.jruby.RubyProcess
 
CLOCK_UNIT_FLOAT_SECOND - Static variable in class org.jruby.RubyProcess
 
CLOCK_UNIT_HERTZ - Static variable in class org.jruby.RubyProcess
 
CLOCK_UNIT_MICROSECOND - Static variable in class org.jruby.RubyProcess
 
CLOCK_UNIT_MILLISECOND - Static variable in class org.jruby.RubyProcess
 
CLOCK_UNIT_NANOSECOND - Static variable in class org.jruby.RubyProcess
 
clockTick() - Static method in class org.jruby.ir.interpreter.Profiler
 
cloexecDup2(PosixShim, ChannelFD, ChannelFD) - Static method in class org.jruby.util.io.OpenFile
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.AliasInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ArgScopeDepthInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.AttrAssignInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.BacktickInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.BEQInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.BFalseInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.BlockGivenInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.BNEInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.BNilInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.boxing.AluInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.boxing.BoxBooleanInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.boxing.BoxFixnumInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.boxing.BoxFloatInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.boxing.UnboxBooleanInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.boxing.UnboxFixnumInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.boxing.UnboxFloatInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.boxing.UnboxInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.BreakInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.BTrueInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.BuildCompoundArrayInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.BuildCompoundStringInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.BuildDynRegExpInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.BuildLambdaInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.BuildRangeInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.BuildSplatInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.BUndefInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.CallInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.CheckArgsArrayArityInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.CheckArityInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ClassSuperInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ConstMissingInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.CopyInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.DefineClassInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.DefineClassMethodInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.defined.GetErrorInfoInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.defined.RestoreErrorInfoInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.DefineInstanceMethodInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.DefineMetaClassInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.DefineModuleInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.EQQInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ExceptionRegionEndMarkerInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ExceptionRegionStartMarkerInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.GetClassVarContainerModuleInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.GetClassVariableInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.GetEncodingInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.GetFieldInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.GetGlobalVariableInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.GVarAliasInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.InheritanceSearchConstInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.InlinedLineNumberInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.InstanceSuperInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.Instr
Clone the instruction for use in an inlining context (either when a scope is inlined into another scope, or when a block has to be cloned because its associated call belongs to an inlined scope).
clone(CloneInfo) - Method in class org.jruby.ir.instructions.JumpInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.LabelInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.LexicalSearchConstInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.LineNumberInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.LoadFrameClosureInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.LoadImplicitClosureInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.LoadLocalVarInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.Match2Instr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.Match3Instr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.MatchInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ModuleVersionGuardInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.NonlocalReturnInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.NopInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.NoResultCallInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.OptArgMultipleAsgnInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.PopBindingInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.PopFrameInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ProcessModuleBodyInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.PushBindingInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.PushFrameInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.PutClassVariableInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.PutConstInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.PutFieldInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.PutGlobalVarInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.RaiseArgumentErrorInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.RaiseRequiredKeywordArgumentError
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ReceiveJRubyExceptionInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ReceiveKeywordArgInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ReceiveKeywordRestArgInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ReceiveOptArgInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ReceivePostReqdArgInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ReceivePreReqdArgInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ReceiveRestArgInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ReceiveRubyExceptionInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ReceiveSelfInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.RecordEndBlockInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ReifyClosureInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ReqdArgMultipleAsgnInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.RescueEQQInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.RestArgMultipleAsgnInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ReturnInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.RuntimeHelperCall
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.SearchConstInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.SetCapturedVarInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.specialized.OneArgOperandAttrAssignInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.specialized.OneFixnumArgNoBlockCallInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.specialized.OneFloatArgNoBlockCallInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.specialized.OneOperandArgBlockCallInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.specialized.OneOperandArgNoBlockCallInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.specialized.OneOperandArgNoBlockNoResultCallInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.specialized.ZeroOperandArgNoBlockCallInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.StoreLocalVarInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ThreadPollInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ThrowExceptionInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ToAryInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.TraceInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.UndefMethodInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.UnresolvedSuperInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.YieldInstr
 
clone(CloneInfo) - Method in class org.jruby.ir.instructions.ZSuperInstr
 
clone(SimpleCloneInfo) - Method in class org.jruby.ir.operands.ClosureLocalVariable
 
clone() - Method in class org.jruby.ir.operands.Label
 
clone(SimpleCloneInfo) - Method in class org.jruby.ir.operands.LocalVariable
 
clone(SimpleCloneInfo) - Method in class org.jruby.ir.operands.Self
 
clone(SimpleCloneInfo) - Method in class org.jruby.ir.operands.TemporaryBooleanVariable
 
clone(SimpleCloneInfo) - Method in class org.jruby.ir.operands.TemporaryClosureVariable
 
clone(SimpleCloneInfo) - Method in class org.jruby.ir.operands.TemporaryCurrentModuleVariable
 
clone(SimpleCloneInfo) - Method in class org.jruby.ir.operands.TemporaryCurrentScopeVariable
 
clone(SimpleCloneInfo) - Method in class org.jruby.ir.operands.TemporaryFixnumVariable
 
clone(SimpleCloneInfo) - Method in class org.jruby.ir.operands.TemporaryFloatVariable
 
clone(SimpleCloneInfo) - Method in class org.jruby.ir.operands.TemporaryLocalReplacementVariable
 
clone(SimpleCloneInfo) - Method in class org.jruby.ir.operands.TemporaryLocalVariable
 
clone(SimpleCloneInfo) - Method in class org.jruby.ir.operands.Variable
 
clone(CloneInfo, CFG) - Method in class org.jruby.ir.representations.BasicBlock
 
clone(CloneInfo, IRScope) - Method in class org.jruby.ir.representations.CFG
Clone this CFG and return a new one.
clone() - Method in class org.jruby.runtime.backtrace.BacktraceElement
 
clone() - Method in class org.jruby.runtime.Binding
Clone the binding.
clone(VirtualFrame, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.KernelNodes.CloneNode
 
clone() - Method in class org.jruby.util.RegexpOptions
 
cloneBlock() - Method in class org.jruby.runtime.Block
 
cloneBlockAndFrame() - Method in class org.jruby.runtime.Block
 
cloneBlockForEval(IRubyObject, EvalType) - Method in class org.jruby.runtime.Block
 
cloneCallArgs(CloneInfo) - Method in class org.jruby.ir.instructions.CallBase
 
cloneEncodingList() - Static method in class org.jruby.truffle.runtime.core.RubyEncoding
 
cloneForCloningClosure(IRClosure) - Method in class org.jruby.ir.transformations.inlining.CloneInfo
 
cloneForDepth(int) - Method in class org.jruby.ir.operands.ClosureLocalVariable
 
cloneForDepth(int) - Method in interface org.jruby.ir.operands.DepthCloneable
How deep is this operand from where it is defined?
cloneForDepth(int) - Method in class org.jruby.ir.operands.LocalVariable
 
cloneForDepth(int) - Method in class org.jruby.ir.operands.Splat
When fixing up splats in nested closure we need to tweak the operand if it is a LocalVariable
cloneForEval() - Method in class org.jruby.runtime.Binding
Clone the binding, but maintain a reference to the original "eval binding" to continue sharing eval context.
cloneForInlining(CloneInfo, IRClosure) - Method in class org.jruby.ir.IRClosure
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.IRClosure
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.IRFor
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.Array
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.AsString
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.CurrentScope
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.DynamicSymbol
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.Hash
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.ImmutableLiteral
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.IRException
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.Label
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.ObjectClass
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.Operand
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.Reference
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.Regexp
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.ScopeModule
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.Splat
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.StandardError
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.StringLiteral
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.SValue
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.UndefinedValue
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.Variable
 
cloneForInlining(CloneInfo) - Method in class org.jruby.ir.operands.WrappedIRClosure
 
cloneForInlining(InlineCloneInfo) - Method in class org.jruby.ir.representations.BasicBlock
 
cloneForInliningClosure(IRScope) - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
cloneForLVarDepth(int) - Method in class org.jruby.ir.operands.Hash
 
CloneInfo - Class in org.jruby.ir.transformations.inlining
Base class for cloning context object.
CloneInfo(IRScope) - Constructor for class org.jruby.ir.transformations.inlining.CloneInfo
 
cloneInstrs(SimpleCloneInfo) - Method in class org.jruby.ir.representations.BasicBlock
 
cloneMethods(RubyModule) - Method in class org.jruby.RubyModule
 
cloneOperands(CloneInfo) - Method in class org.jruby.ir.instructions.Instr
 
cloneRubyRootNode() - Method in class org.jruby.truffle.nodes.RubyRootNode
 
cloneScope() - Method in class org.jruby.runtime.DynamicScope
 
cloneScope() - Method in class org.jruby.runtime.scope.DummyDynamicScope
 
cloneScope() - Method in class org.jruby.runtime.scope.FourVarDynamicScope
 
cloneScope() - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
 
cloneScope() - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
cloneScope() - Method in class org.jruby.runtime.scope.OneVarDynamicScope
 
cloneScope() - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
 
cloneScope() - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
 
cloneScope() - Method in class org.jruby.runtime.scope.TwoVarDynamicScope
 
close() - Method in class org.jruby.embed.io.ReaderInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class org.jruby.embed.io.WriterOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class org.jruby.ext.ffi.io.FileDescriptorByteChannel
Closes the Channel.
close() - Method in class org.jruby.ext.jruby.JRubyObjectInputStream
 
close(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
close(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.ext.tempfile.Tempfile
 
close() - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
close() - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
close() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
close() - Method in class org.jruby.ext.zlib.ZStream
 
close(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
close() - Method in class org.jruby.RubyDir
Closes the directory stream.
close() - Method in class org.jruby.RubyIO
Closes all open resources for the IO.
close(RubyFile) - Method in class org.jruby.truffle.nodes.core.FileNodes.CloseNode
 
close() - Method in class org.jruby.truffle.runtime.core.RubyFile
 
close() - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Close this descriptor.
close() - Method in class org.jruby.util.io.ChannelFD
 
close() - Method in class org.jruby.util.io.NullChannel
 
close(ChannelFD) - Method in class org.jruby.util.io.PosixShim
 
close(Closeable) - Method in class org.jruby.util.io.PosixShim
 
close() - Method in class org.jruby.util.IOChannel
 
close() - Method in class org.jruby.util.IOInputStream
 
close() - Method in class org.jruby.util.IOOutputStream
 
close_bang(ThreadContext) - Method in class org.jruby.ext.tempfile.Tempfile
 
close_on_exec_p(ThreadContext) - Method in class org.jruby.RubyIO
 
close_on_exec_set(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
 
close_read(ThreadContext) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
close_read(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
close_read(ThreadContext) - Method in class org.jruby.RubyIO
 
close_write(ThreadContext) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
close_write(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
close_write(ThreadContext) - Method in class org.jruby.RubyIO
 
closed - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
closed - Variable in class org.jruby.ext.zlib.ZStream
 
closed_p() - Method in class org.jruby.ext.stringio.StringIO
 
closed_p() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
closed_p() - Method in class org.jruby.ext.zlib.ZStream
 
closed_p(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
closed_p(ThreadContext) - Method in class org.jruby.RubyIO
 
closed_read_p() - Method in class org.jruby.ext.stringio.StringIO
 
CLOSED_STREAM_MSG - Static variable in class org.jruby.RubyIO
 
closed_write_p() - Method in class org.jruby.ext.stringio.StringIO
 
CloseHandle(Pointer) - Method in interface org.jruby.util.WindowsFFI.Kernel32
 
closure - Variable in class org.jruby.runtime.CompiledIRBlockBody
 
closure - Variable in class org.jruby.runtime.InterpretedIRBlockBody
 
ClosureAcceptingInstr - Interface in org.jruby.ir.instructions
Marks instrs that accept closure args.
closureId - Variable in class org.jruby.ir.IRClosure
 
ClosureInterpreterContext - Class in org.jruby.ir.interpreter
Interpreter knowledge needed to interpret a closure.
ClosureInterpreterContext(IRClosure, Instr[]) - Constructor for class org.jruby.ir.interpreter.ClosureInterpreterContext
 
ClosureLocalVariable(ClosureLocalVariable) - Method in class org.jruby.ir.IRVisitor
 
ClosureLocalVariable - Class in org.jruby.ir.operands
This represents a variable used in a closure that is local to the closure and is not defined in any ancestor lexical scope
ClosureLocalVariable(IRClosure, String, int, int) - Constructor for class org.jruby.ir.operands.ClosureLocalVariable
 
ClosureLocalVariable(ClosureLocalVariable) - Method in class org.jruby.ir.targets.JVMVisitor
 
cls() - Method in class org.jruby.ir.targets.JVM
 
clsData() - Method in class org.jruby.ir.targets.JVM
 
clump(Class) - Method in class org.jruby.RubyModule.MethodClumper
 
cmp(IRubyObject) - Method in class org.jruby.RubyFileStat
 
CMP_EQ - Static variable in class org.jruby.ir.targets.JVM
 
CmpCallSite - Class in org.jruby.runtime.callsite
 
CmpCallSite() - Constructor for class org.jruby.runtime.callsite.CmpCallSite
 
cmperr(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComparable
rb_cmperr
cmpint(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComparable
rb_cmpint
code() - Method in class org.jruby.ir.targets.JVM
 
code() - Method in class org.jruby.ir.targets.JVMVisitor
 
codegenScope(IRScope) - Method in class org.jruby.ir.targets.JVMVisitor
 
codegenScriptBody(IRScriptBody) - Method in class org.jruby.ir.targets.JVMVisitor
 
CodegenUtils - Class in org.jruby.util
 
CodegenUtils() - Constructor for class org.jruby.util.CodegenUtils
 
CodegenUtils.InvalidAnnotationDescriptorException - Exception in org.jruby.util
 
CodegenUtils.InvalidAnnotationDescriptorException() - Constructor for exception org.jruby.util.CodegenUtils.InvalidAnnotationDescriptorException
 
CodegenUtils.InvalidAnnotationDescriptorException(String) - Constructor for exception org.jruby.util.CodegenUtils.InvalidAnnotationDescriptorException
 
CodegenUtils.InvalidAnnotationDescriptorException(String, Throwable) - Constructor for exception org.jruby.util.CodegenUtils.InvalidAnnotationDescriptorException
 
CodegenUtils.InvalidAnnotationDescriptorException(Throwable) - Constructor for exception org.jruby.util.CodegenUtils.InvalidAnnotationDescriptorException
 
codeLength(Ruby, Encoding, int) - Static method in class org.jruby.util.StringSupport
 
CodeMemoryIO - Class in org.jruby.ext.ffi.jffi
Representation of code (executable) memory blocks
CodeMemoryIO(Ruby, long) - Constructor for class org.jruby.ext.ffi.jffi.CodeMemoryIO
 
CodeMemoryIO(Ruby, Pointer) - Constructor for class org.jruby.ext.ffi.jffi.CodeMemoryIO
 
codePoint(Ruby, Encoding, byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
codepoints(ThreadContext, Block) - Method in class org.jruby.ext.stringio.StringIO
 
codepoints(ThreadContext, Block) - Method in class org.jruby.RubyIO
 
codepoints(ThreadContext, Block) - Method in class org.jruby.RubyString
 
coderange - Variable in class org.jruby.ir.operands.StringLiteral
 
CodeRangeable - Interface in org.jruby.util
 
codeRangeAnd(int, int) - Static method in class org.jruby.util.CodeRangeSupport
 
codeRangeAsString(int) - Static method in class org.jruby.util.StringSupport
 
codeRangeScan(Encoding, byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
codeRangeScan(Encoding, ByteList) - Static method in class org.jruby.util.StringSupport
 
codeRangeScanRestartable(Encoding, byte[], int, int, int) - Static method in class org.jruby.util.StringSupport
 
CodeRangeSupport - Class in org.jruby.util
 
CodeRangeSupport() - Constructor for class org.jruby.util.CodeRangeSupport
 
CodeVersion - Class in org.jruby.ir
 
CodeVersion(long) - Constructor for class org.jruby.ir.CodeVersion
 
coerce(IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
coerce(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
coerce(RubyNumeric, Class) - Method in interface org.jruby.javasupport.JavaUtil.NumericConverter
 
coerce(IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_coerce
coerce(ThreadContext, IRubyObject) - Method in class org.jruby.RubyComplex
nucomp_coerce
coerce(IRubyObject) - Method in class org.jruby.RubyFloat
flo_coerce
coerce(IRubyObject) - Method in class org.jruby.RubyNumeric
num_coerce
coerce(int, int) - Method in class org.jruby.truffle.nodes.rubinius.FixnumPrimitiveNodes.FixnumCoercePrimitiveNode
 
coerce(int, RubyString) - Method in class org.jruby.truffle.nodes.rubinius.FixnumPrimitiveNodes.FixnumCoercePrimitiveNode
 
coerce(VirtualFrame, int, Object) - Method in class org.jruby.truffle.nodes.rubinius.FixnumPrimitiveNodes.FixnumCoercePrimitiveNode
 
coerce(IRubyObject) - Method in interface org.jruby.util.TypeCoercer
 
coerceArgumentsToRuby(SkinnyMethodAdapter, Class[], int) - Static method in class org.jruby.java.codegen.RealClassGenerator
 
coerceBin(ThreadContext, String, IRubyObject) - Method in class org.jruby.RubyNumeric
rb_num_coerce_bin coercion taking two arguments
coerceBody(ThreadContext, IRubyObject) - Method in class org.jruby.RubyNumeric
coerce_body
coerceCmp(ThreadContext, String, IRubyObject) - Method in class org.jruby.RubyNumeric
rb_num_coerce_cmp coercion used for comparisons
coerceFailed(ThreadContext, IRubyObject) - Method in class org.jruby.RubyNumeric
coerce_failed
coerceJavaObjectToType(ThreadContext, Object, Class) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
coerceNilToType(RubyNil, Class) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
coerceOtherToType(ThreadContext, IRubyObject, Class) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
coerceRelOp(ThreadContext, String, IRubyObject) - Method in class org.jruby.RubyNumeric
rb_num_coerce_relop coercion used for relative operators
coerceResultAndReturn(SkinnyMethodAdapter, Class) - Static method in class org.jruby.java.codegen.RealClassGenerator
 
coerceStringToType(RubyString, Class) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
Coercion - Annotation Type in org.jruby.anno
 
CoercionType - Enum in org.jruby.anno
 
collapseStraightLineBBs() - Method in class org.jruby.ir.representations.CFG
 
collect(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_collect
collect(VirtualFrame, RubyRange.IntegerFixnumRange, RubyProc) - Method in class org.jruby.truffle.nodes.core.RangeNodes.CollectNode
 
collect19(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
collect19(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
collect_bang(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_collect_bang
collect_bang(ThreadContext, Block) - Method in class org.jruby.util.collections.StringArraySet
 
collect_concat19(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
collectBang(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_collect_bang
collectBang(ThreadContext, Block) - Method in class org.jruby.util.collections.StringArraySet
 
collectCommon(ThreadContext, Ruby, IRubyObject, RubyArray, Block, BlockCallback) - Static method in class org.jruby.RubyEnumerable
 
collectLiveObjects() - Method in class org.jruby.truffle.runtime.subsystems.ObjectSpaceManager
 
collisions - Static variable in class org.jruby.RubyHash
 
Colon2ConstNode - Class in org.jruby.ast
 
Colon2ConstNode(ISourcePosition, Node, String) - Constructor for class org.jruby.ast.Colon2ConstNode
 
Colon2ImplicitNode - Class in org.jruby.ast
Represents a bare class declaration (e.g.
Colon2ImplicitNode(ISourcePosition, String) - Constructor for class org.jruby.ast.Colon2ImplicitNode
 
Colon2Node - Class in org.jruby.ast
Represents a '::' constant access or method call (Java::JavaClass).
Colon2Node(ISourcePosition, Node, String) - Constructor for class org.jruby.ast.Colon2Node
 
Colon3Node - Class in org.jruby.ast
Global scope node (::FooBar).
Colon3Node(ISourcePosition, String) - Constructor for class org.jruby.ast.Colon3Node
 
combination(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
rb_ary_combination
COMMA - Static variable in class org.jruby.parser.JavaSignatureParser
 
Command - Class in org.jruby.ext.nkf
 
Command() - Constructor for class org.jruby.ext.nkf.Command
 
CommandParser - Class in org.jruby.ext.nkf
 
CommandParser() - Constructor for class org.jruby.ext.nkf.CommandParser
 
commandStart - Variable in class org.jruby.lexer.yacc.RubyLexer
 
comment() - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
comment() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
commonYieldPath(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type, Block) - Method in class org.jruby.runtime.CompiledIRBlockBody
 
commonYieldPath(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type, Block) - Method in class org.jruby.runtime.InterpretedIRBlockBody
 
commonYieldPath(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type, Block) - Method in class org.jruby.runtime.IRBlockBody
 
comp_pat0 - Static variable in class org.jruby.util.Numeric.ComplexPatterns
 
comp_pat1 - Static variable in class org.jruby.util.Numeric.ComplexPatterns
 
comp_pat2 - Static variable in class org.jruby.util.Numeric.ComplexPatterns
 
compact() - Method in class org.jruby.RubyArray
rb_ary_compact
compact() - Method in class org.jruby.util.collections.StringArraySet
 
compact19() - Method in class org.jruby.RubyArray
 
compact_bang() - Method in class org.jruby.RubyArray
rb_ary_compact_bang
ComparableNodes - Class in org.jruby.truffle.nodes.core
 
ComparableNodes() - Constructor for class org.jruby.truffle.nodes.core.ComparableNodes
 
ComparableNodes.BetweenNode - Class in org.jruby.truffle.nodes.core
 
ComparableNodes.BetweenNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ComparableNodes.BetweenNode
 
ComparableNodes.BetweenNode(ComparableNodes.BetweenNode) - Constructor for class org.jruby.truffle.nodes.core.ComparableNodes.BetweenNode
 
ComparableNodes.ComparableCoreMethodNode - Class in org.jruby.truffle.nodes.core
 
ComparableNodes.ComparableCoreMethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ComparableNodes.ComparableCoreMethodNode
 
ComparableNodes.ComparableCoreMethodNode(ComparableNodes.ComparableCoreMethodNode) - Constructor for class org.jruby.truffle.nodes.core.ComparableNodes.ComparableCoreMethodNode
 
ComparableNodes.EqualNode - Class in org.jruby.truffle.nodes.core
 
ComparableNodes.EqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ComparableNodes.EqualNode
 
ComparableNodes.EqualNode(ComparableNodes.EqualNode) - Constructor for class org.jruby.truffle.nodes.core.ComparableNodes.EqualNode
 
ComparableNodes.GreaterEqualNode - Class in org.jruby.truffle.nodes.core
 
ComparableNodes.GreaterEqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ComparableNodes.GreaterEqualNode
 
ComparableNodes.GreaterEqualNode(ComparableNodes.GreaterEqualNode) - Constructor for class org.jruby.truffle.nodes.core.ComparableNodes.GreaterEqualNode
 
ComparableNodes.GreaterNode - Class in org.jruby.truffle.nodes.core
 
ComparableNodes.GreaterNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ComparableNodes.GreaterNode
 
ComparableNodes.GreaterNode(ComparableNodes.GreaterNode) - Constructor for class org.jruby.truffle.nodes.core.ComparableNodes.GreaterNode
 
ComparableNodes.LessEqualNode - Class in org.jruby.truffle.nodes.core
 
ComparableNodes.LessEqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ComparableNodes.LessEqualNode
 
ComparableNodes.LessEqualNode(ComparableNodes.LessEqualNode) - Constructor for class org.jruby.truffle.nodes.core.ComparableNodes.LessEqualNode
 
ComparableNodes.LessNode - Class in org.jruby.truffle.nodes.core
 
ComparableNodes.LessNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ComparableNodes.LessNode
 
ComparableNodes.LessNode(ComparableNodes.LessNode) - Constructor for class org.jruby.truffle.nodes.core.ComparableNodes.LessNode
 
ComparableNodesFactory - Class in org.jruby.truffle.nodes.core
 
ComparableNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.ComparableNodesFactory
 
ComparableNodesFactory.BetweenNodeFactory - Class in org.jruby.truffle.nodes.core
 
ComparableNodesFactory.EqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
ComparableNodesFactory.GreaterEqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
ComparableNodesFactory.GreaterNodeFactory - Class in org.jruby.truffle.nodes.core
 
ComparableNodesFactory.LessEqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
ComparableNodesFactory.LessNodeFactory - Class in org.jruby.truffle.nodes.core
 
compare(ThreadContext, MethodNames, IRubyObject) - Method in class org.jruby.RubyArray
 
compare(ThreadContext, MethodNames, IRubyObject) - Method in class org.jruby.RubyHash
 
compare(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.CompareNode
 
compare(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.BignumNodes.CompareNode
 
compare(RubyBignum, double) - Method in class org.jruby.truffle.nodes.core.BignumNodes.CompareNode
 
compare(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.CompareNode
 
compare(VirtualFrame, RubyBasicObject, Object) - Method in class org.jruby.truffle.nodes.core.ComparableNodes.ComparableCoreMethodNode
 
compare(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.CompareNode
 
compare(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.CompareNode
 
compare(int, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.CompareNode
 
compare(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.CompareNode
 
compare(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.CompareNode
 
compare(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.CompareNode
 
compare(long, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.CompareNode
 
compare(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.CompareNode
 
compare(Object, Object) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.CompareNode
 
compare(double, double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.CompareNode
 
compare(VirtualFrame, RubyBasicObject, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.KernelNodes.CompareNode
 
compare(VirtualFrame, RubyModule, RubyModule) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.CompareNode
 
compare(VirtualFrame, RubyModule, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.CompareNode
 
compare(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.CompareNode
 
compare(RubySymbol, RubySymbol) - Method in class org.jruby.truffle.nodes.core.SymbolNodes.CompareNode
 
compare(int) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
compare(long) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
compare(RubyBignum) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
compare(double) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
compare(ThreadContext, MethodNames, IRubyObject, IRubyObject) - Static method in class org.jruby.util.RecursiveComparator
 
COMPARE_BY_IDENTITY_F - Static variable in class org.jruby.RubyBasicObject
 
compareTo(Object) - Method in class org.jruby.ir.operands.ClosureLocalVariable
 
compareTo(Object) - Method in class org.jruby.ir.operands.GlobalVariable
 
compareTo(Object) - Method in class org.jruby.ir.operands.LocalVariable
 
compareTo(Object) - Method in class org.jruby.ir.operands.TemporaryVariable
 
compareTo(Object) - Method in class org.jruby.ir.representations.BasicBlock
 
compareTo(IRubyObject) - Method in class org.jruby.RubyBasicObject
Compares this Ruby object with another.
compareTo(IRubyObject) - Method in class org.jruby.RubyBignum
 
compareTo(IRubyObject) - Method in class org.jruby.RubyFixnum
 
compareTo(IRubyObject) - Method in class org.jruby.RubyFloat
 
compareTo(IRubyObject) - Method in class org.jruby.RubyString
 
compareValue(RubyNumeric) - Method in class org.jruby.RubyFloat
 
compatc19() - Method in class org.jruby.RubyArray
Deprecated.
compatible_p(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyEncoding
 
compatNotObjects(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.CompactNode
 
compatObjects(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.CompactNode
 
CompatVersion - Enum in org.jruby
 
compile() - Method in class org.jruby.compiler.JITCompiler.JITClassGenerator
 
compile(String) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
compile(Reader) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
compile(IRScope, ClassDefiningClassLoader) - Method in class org.jruby.ir.targets.JVMVisitor
 
compile(RubyNode, RubyContext, ByteList, int) - Static method in class org.jruby.truffle.runtime.core.RubyRegexp
 
compile(RubyNode, RubyContext, byte[], Encoding, int) - Static method in class org.jruby.truffle.runtime.core.RubyRegexp
 
COMPILE_CHAINSIZE - Static variable in class org.jruby.util.cli.Options
 
COMPILE_DATE - Static variable in class org.jruby.runtime.Constants
 
COMPILE_DUMP - Static variable in class org.jruby.util.cli.Options
 
compile_error(String) - Method in class org.jruby.parser.ParserSupport
 
COMPILE_EXCLUDE - Static variable in class org.jruby.RubyInstanceConfig
Comma-separated list of methods to exclude from JIT compilation.
COMPILE_FASTEST - Static variable in class org.jruby.util.cli.Options
 
COMPILE_FASTMASGN - Static variable in class org.jruby.util.cli.Options
 
COMPILE_FASTOPS - Static variable in class org.jruby.util.cli.Options
 
COMPILE_FASTSEND - Static variable in class org.jruby.util.cli.Options
 
COMPILE_INVOKEDYNAMIC - Static variable in class org.jruby.util.cli.Options
 
COMPILE_LAZYHANDLES - Static variable in class org.jruby.util.cli.Options
 
COMPILE_MODE - Static variable in class org.jruby.util.cli.Options
 
COMPILE_NOGUARDS - Static variable in class org.jruby.util.cli.Options
 
COMPILE_OUTLINE_CASECOUNT - Static variable in class org.jruby.util.cli.Options
 
COMPILE_PEEPHOLE - Static variable in class org.jruby.util.cli.Options
 
COMPILE_THREADLESS - Static variable in class org.jruby.util.cli.Options
 
compileAndFormat(RubyString, boolean, DateTime, long, IRubyObject) - Method in class org.jruby.util.RubyDateFormatter
Convenience method when using no pattern caching
compileAndLoadFile(String, InputStream, boolean) - Method in class org.jruby.Ruby
 
COMPILED_BLOCK_19_INTERFACE - Static variable in class org.jruby.internal.runtime.methods.InvocationMethodFactory
The interface used for compiled Ruby 1.9+ block handles.
COMPILED_BLOCK_19_INTERFACE_NAME - Static variable in class org.jruby.internal.runtime.methods.InvocationMethodFactory
The pathname of the interface for compiled Ruby block handles.
COMPILED_METHOD_PARAMS - Static variable in class org.jruby.runtime.MethodFactory
A Class[] representing the signature of compiled Ruby method.
CompiledBlock - Class in org.jruby.runtime
A Block implemented using a Java-based BlockCallback implementation rather than with an ICallable.
CompiledBlock(Arity, StaticScope, CompiledBlockCallback, boolean, int) - Constructor for class org.jruby.runtime.CompiledBlock
 
CompiledBlock19 - Class in org.jruby.runtime
A Block implemented using a Java-based BlockCallback implementation rather than with an ICallable.
CompiledBlock19(Arity, StaticScope, CompiledBlockCallback19, boolean, int, String[]) - Constructor for class org.jruby.runtime.CompiledBlock19
 
CompiledBlockCallback - Class in org.jruby.runtime
 
CompiledBlockCallback() - Constructor for class org.jruby.runtime.CompiledBlockCallback
 
CompiledBlockCallback19 - Interface in org.jruby.runtime
 
CompiledBlockLight - Class in org.jruby.runtime
A Block implemented using a Java-based BlockCallback implementation rather than with an ICallable.
CompiledBlockLight(Arity, StaticScope, CompiledBlockCallback, boolean, int) - Constructor for class org.jruby.runtime.CompiledBlockLight
 
CompiledBlockLight19 - Class in org.jruby.runtime
Deprecated.
CompiledBlockLight19(Arity, StaticScope, CompiledBlockCallback19, boolean, int, String[]) - Constructor for class org.jruby.runtime.CompiledBlockLight19
Deprecated.
 
CompiledIRBlockBody - Class in org.jruby.runtime
 
CompiledIRBlockBody(MethodHandle, IRScope, long) - Constructor for class org.jruby.runtime.CompiledIRBlockBody
 
CompiledIRMetaClassBody - Class in org.jruby.internal.runtime.methods
 
CompiledIRMetaClassBody(MethodHandle, IRScope, RubyModule) - Constructor for class org.jruby.internal.runtime.methods.CompiledIRMetaClassBody
 
CompiledIRMethod - Class in org.jruby.internal.runtime.methods
 
CompiledIRMethod(MethodHandle, IRScope, Visibility, RubyModule) - Constructor for class org.jruby.internal.runtime.methods.CompiledIRMethod
 
CompiledIRMethod(MethodHandle, MethodHandle, int, IRScope, Visibility, RubyModule) - Constructor for class org.jruby.internal.runtime.methods.CompiledIRMethod
 
CompiledMethod - Class in org.jruby.internal.runtime.methods
 
CompiledMethod() - Constructor for class org.jruby.internal.runtime.methods.CompiledMethod
 
CompiledMethod(MethodNodes) - Constructor for class org.jruby.internal.runtime.methods.CompiledMethod
 
CompiledMethod.LazyCompiledMethod - Class in org.jruby.internal.runtime.methods
 
CompiledMethod.LazyCompiledMethod(RubyModule, String, String, Arity, Visibility, StaticScope, Object, CallConfiguration, ISourcePosition, String, MethodFactory, MethodNodes) - Constructor for class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
CompiledScriptLoader - Class in org.jruby.runtime.load
 
CompiledScriptLoader() - Constructor for class org.jruby.runtime.load.CompiledScriptLoader
 
CompiledSharedScopeBlock - Class in org.jruby.runtime
A Block implemented using a Java-based BlockCallback implementation rather than with an ICallable.
compileError(Encoding, Encoding) - Method in class org.jruby.parser.ParserSupport
 
compilePattern(RubyString, boolean) - Method in class org.jruby.util.RubyDateFormatter
 
compilePattern(ByteList, boolean) - Method in class org.jruby.util.RubyDateFormatter
 
Compiler - Class in org.jruby.ir
 
CompilerPass - Class in org.jruby.ir.passes
A mechanism for executing code against an IRScope or transforming the IRScopes dependent data.
CompilerPass() - Constructor for class org.jruby.ir.passes.CompilerPass
 
CompilerPassListener - Interface in org.jruby.ir.passes
To get information about all phases of executing a compiler pass.
CompilerPassScheduler - Interface in org.jruby.ir.passes
 
compileToBytecode(IRScope) - Method in class org.jruby.ir.targets.JVMVisitor
 
complement(int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ComplementNode
 
complement(long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ComplementNode
 
Complex - Class in org.jruby.ext.mathn
 
Complex() - Constructor for class org.jruby.ext.mathn.Complex
 
Complex(Complex) - Method in class org.jruby.ir.IRVisitor
 
Complex - Class in org.jruby.ir.operands
Represents a Complex literal.
Complex(ImmutableLiteral) - Constructor for class org.jruby.ir.operands.Complex
 
Complex(Complex) - Method in class org.jruby.ir.targets.JVMVisitor
 
complex_p(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_complex_p
ComplexNode - Class in org.jruby.ast
 
ComplexNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.ComplexNode
 
component_type() - Method in class org.jruby.javasupport.JavaClass
 
CompoundJarURLStreamHandler - Class in org.jruby.util
 
CompoundJarURLStreamHandler() - Constructor for class org.jruby.util.CompoundJarURLStreamHandler
 
compute_MEET(Edge, LiveVariableNode) - Method in class org.jruby.ir.dataflow.analyses.LiveVariableNode
 
compute_MEET(Edge, LoadLocalVarPlacementNode) - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementNode
 
compute_MEET(Edge, StoreLocalVarPlacementNode) - Method in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementNode
 
compute_MEET(Edge, UnboxableOpsAnalysisNode) - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode
 
compute_MEET(Edge, U) - Method in class org.jruby.ir.dataflow.FlowGraphNode
"MEET" current solution of "IN/OUT" with "OUT/IN(pred)", where "pred" is a predecessor of the current node! The choice of "IN/OUT" is determined by the direction of data flow.
compute_MOP_Solution() - Method in class org.jruby.ir.dataflow.DataFlowProblem
 
computeDataFlowInfo(List<U>, BitSet) - Method in class org.jruby.ir.dataflow.FlowGraphNode
 
computeDataFlowInfoBackward(List<U>, BitSet) - Method in class org.jruby.ir.dataflow.FlowGraphNode
 
computeDataFlowInfoForward(List<U>, BitSet) - Method in class org.jruby.ir.dataflow.FlowGraphNode
 
computeResults() - Method in class org.jruby.runtime.profile.builtin.ProfileData
Compute the profiling results from gathered data.
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.AliasInstr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.AttrAssignInstr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.BreakInstr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.BuildLambdaInstr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.CallBase
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.DefineInstanceMethodInstr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.DefineMetaClassInstr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.GetGlobalVariableInstr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.Instr
Does this instruction do anything the scope is interested in?
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.Match2Instr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.Match3Instr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.MatchInstr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.NonlocalReturnInstr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.PutGlobalVarInstr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.ReceiveKeywordArgInstr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.ReceiveKeywordRestArgInstr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.RecordEndBlockInstr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.ReifyClosureInstr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.RuntimeHelperCall
Does this instruction do anything the scope is interested in?
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.UndefMethodInstr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.UnresolvedSuperInstr
 
computeScopeFlags(IRScope) - Method in class org.jruby.ir.instructions.ZSuperInstr
 
computeScopeFlags() - Method in class org.jruby.ir.IRScope
 
computeValue(Class<?>) - Method in interface org.jruby.util.collections.ClassValueCalculator
 
concat(IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
concat(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_concat
concat(IRubyObject) - Method in class org.jruby.RubyString
rb_str_concat
concat(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ConcatNode
 
concat(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.ConcatNode
 
concat19(IRubyObject) - Method in class org.jruby.RubyArray
 
concat19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
concatArrays(ThreadContext, JavaArray, JavaArray) - Method in class org.jruby.javasupport.JavaClass
Contatenate two Java arrays into a new one.
concatArrays(ThreadContext, JavaArray, IRubyObject) - Method in class org.jruby.javasupport.JavaClass
The slow version for when concatenating a Java array of a different type.
concatArraysDirect(ThreadContext, Object, Object) - Static method in class org.jruby.java.util.ArrayUtils
 
concatArraysDirect(ThreadContext, Object, IRubyObject) - Static method in class org.jruby.java.util.ArrayUtils
 
concatDouble(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ConcatNode
 
ConcatHashLiteralNode - Class in org.jruby.truffle.nodes.literal
 
ConcatHashLiteralNode(RubyContext, SourceSection, RubyNode[]) - Constructor for class org.jruby.truffle.nodes.literal.ConcatHashLiteralNode
 
concatIntegerFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ConcatNode
 
concatLongFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ConcatNode
 
concatNull(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ConcatNode
 
concatObject(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ConcatNode
 
concatObjectArrays(IRubyObject[], IRubyObject[]) - Static method in class org.jruby.runtime.Helpers
 
concatUserArguments(Object, Object[]) - Static method in class org.jruby.truffle.runtime.RubyArguments
 
concrete_proxy_inherited(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java
 
ConcreteJavaProxy - Class in org.jruby.java.proxies
 
ConcreteJavaProxy(Ruby, RubyClass) - Constructor for class org.jruby.java.proxies.ConcreteJavaProxy
 
ConcreteJavaProxy(Ruby, RubyClass, Object) - Constructor for class org.jruby.java.proxies.ConcreteJavaProxy
 
ConcurrentLocalContextProvider - Class in org.jruby.embed.internal
Concurrent type local context provider.
ConcurrentLocalContextProvider(LocalVariableBehavior, boolean) - Constructor for class org.jruby.embed.internal.ConcurrentLocalContextProvider
 
ConditionVariable - Class in org.jruby.ext.thread
The "ConditionVariable" class from the 'thread' library.
ConditionVariable(Ruby, RubyClass) - Constructor for class org.jruby.ext.thread.ConditionVariable
 
config - Variable in class org.jruby.embed.internal.AbstractLocalContextProvider
 
Config - Class in org.jruby.management
 
Config(Ruby) - Constructor for class org.jruby.management.Config
 
ConfigMBean - Interface in org.jruby.management
 
configuration - Variable in class org.jruby.parser.ParserSupport
 
conjugate(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_conjugate
conjugate(ThreadContext) - Method in class org.jruby.RubyNumeric
numeric_real
connect(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyServerSocket
 
connect(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubySocket
 
connect(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyUDPSocket
 
connect(IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyUDPSocket
Deprecated.
connect_nonblock(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyServerSocket
 
connect_nonblock(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubySocket
 
CONSISTENT_HASHING - Static variable in class org.jruby.util.cli.Options
 
CONSISTENT_HASHING_ENABLED - Static variable in class org.jruby.RubyInstanceConfig
Whether to calculate consistent hashes across JVM instances, or to ensure un-predicatable hash values using SecureRandom.
const_defined_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_const_defined
const_defined_p19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
 
const_get(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_const_get
const_get_1_9(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
 
const_get_2_0(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
 
const_missing(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyModule
Base implementation of Module#const_missing, throws NameError for specific missing constant.
const_set(IRubyObject, IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_const_set
constant() - Method in interface org.jruby.compiler.Constantizable
 
Constant - Class in org.jruby.embed.variable
An implementation of BiVariable for a Ruby constant.
constant() - Method in class org.jruby.Ruby
 
constant() - Method in class org.jruby.RubyBoolean
 
constant() - Method in class org.jruby.RubyEncoding
 
constant() - Method in class org.jruby.RubyFixnum
 
constant() - Method in class org.jruby.RubyNil
 
constant() - Method in class org.jruby.RubySymbol
 
constantBooleanFallback(RubyConstantCallSite, AbstractScript, ThreadContext, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
ConstantCache - Class in org.jruby.runtime.opto
A tuple representing the data needed to verify a cached constant: The value of the constant The generation of the constant's invalidator at the time of caching The constant's invalidator (Optional) the hashcode of the module form which the constant was cache
ConstantCache(IRubyObject, Object, Invalidator, int) - Constructor for class org.jruby.runtime.opto.ConstantCache
Construct a new ConstantCache with the given elements.
ConstantCache(IRubyObject, Object, Invalidator) - Constructor for class org.jruby.runtime.opto.ConstantCache
Construct a new ConstantCache with the given elements.
constantEntryFetch(String) - Method in class org.jruby.IncludedModuleWrapper
 
constantEntryFetch(String) - Method in class org.jruby.RubyModule
 
constantFallback(RubyConstantCallSite, AbstractScript, ThreadContext, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
Constantizable - Interface in org.jruby.compiler
Represents an object that can produce a JIT-optimizable "constant" version of itself.
constants - Variable in class org.jruby.ast.executable.RuntimeCache
 
constants(ThreadContext) - Method in class org.jruby.RubyModule
 
Constants - Class in org.jruby.runtime
 
constants(RubyModule, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ConstantsNode
 
constants(RubyModule, boolean) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ConstantsNode
 
constants19(ThreadContext) - Method in class org.jruby.RubyModule
 
constants19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
constantsCommon(Ruby, boolean, boolean) - Method in class org.jruby.RubyModule
rb_mod_constants
constantsCommon(Ruby, boolean, boolean, boolean) - Method in class org.jruby.RubyModule
 
constantsCommon19(ThreadContext, boolean, boolean) - Method in class org.jruby.RubyModule
 
ConstantSite - Interface in org.jruby.runtime.callsite
Represents a constant cache site
ConstantStringLiteral - Class in org.jruby.ir.operands
A String literal which can be shared and is frozen.
ConstantStringLiteral(String) - Constructor for class org.jruby.ir.operands.ConstantStringLiteral
 
constantTableContains(String) - Method in class org.jruby.IncludedModuleWrapper
 
constantTableContains(String) - Method in class org.jruby.RubyModule
 
constantTableFetch(String) - Method in class org.jruby.IncludedModuleWrapper
 
constantTableFetch(String) - Method in class org.jruby.RubyModule
 
constantTableRemove(String) - Method in class org.jruby.IncludedModuleWrapper
 
constantTableRemove(String) - Method in class org.jruby.RubyModule
 
constantTableStore(String, IRubyObject) - Method in class org.jruby.IncludedModuleWrapper
 
constantTableStore(String, IRubyObject) - Method in class org.jruby.RubyModule
 
ConstDeclNode - Class in org.jruby.ast
Declaration (and assignment) of a Constant.
ConstDeclNode(ISourcePosition, String, INameNode, Node) - Constructor for class org.jruby.ast.ConstDeclNode
 
ConstMissingInstr - Class in org.jruby.ir.instructions
 
ConstMissingInstr(Variable, Operand, String) - Constructor for class org.jruby.ir.instructions.ConstMissingInstr
 
ConstMissingInstr(ConstMissingInstr) - Method in class org.jruby.ir.IRVisitor
 
ConstMissingInstr(ConstMissingInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
ConstNode - Class in org.jruby.ast
The access to a Constant.
ConstNode(ISourcePosition, String) - Constructor for class org.jruby.ast.ConstNode
 
construct(ThreadContext) - Method in class org.jruby.ir.targets.BignumObjectSite
 
construct(ThreadContext, RubyString[]) - Method in class org.jruby.ir.targets.DRegexpObjectSite
 
construct(ThreadContext) - Method in class org.jruby.ir.targets.FixnumObjectSite
 
construct(ThreadContext) - Method in class org.jruby.ir.targets.FloatObjectSite
 
construct(ThreadContext, RubyString) - Method in class org.jruby.ir.targets.RegexpObjectSite
 
construct(ThreadContext) - Method in class org.jruby.ir.targets.SymbolObjectSite
 
construct(Object[]) - Method in class org.jruby.truffle.nodes.core.HashNodes.ConstructNode
 
CONSTRUCT_MBCLEN_CHARFOUND(int) - Static method in class org.jruby.util.StringSupport
 
constructHash(Ruby, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
Deprecated.
constructHash(Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.util.RuntimeHelpers
Deprecated.
constructHash(Ruby, IRubyObject, IRubyObject, boolean) - Static method in class org.jruby.runtime.Helpers
 
constructHash(Ruby, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean) - Static method in class org.jruby.runtime.Helpers
 
constructHash(Ruby, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean) - Static method in class org.jruby.runtime.Helpers
 
constructHash(Ruby, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean) - Static method in class org.jruby.runtime.Helpers
 
constructHash(Ruby, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean) - Static method in class org.jruby.runtime.Helpers
 
constructHashFromArray(Ruby, IRubyObject[]) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
constructObjectArray(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructObjectArray(IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructObjectArray(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructObjectArray(IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructObjectArray(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructObjectArray(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructObjectArray(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructObjectArray(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructObjectArray(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructObjectArray(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
ConstructObjectSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
ConstructObjectSite(MethodType) - Constructor for class org.jruby.ir.targets.ConstructObjectSite
 
constructor(IRubyObject[]) - Method in class org.jruby.javasupport.JavaClass
 
ConstructorInvoker - Class in org.jruby.java.invokers
 
ConstructorInvoker(RubyModule, List<Constructor>) - Constructor for class org.jruby.java.invokers.ConstructorInvoker
 
constructors() - Method in class org.jruby.javasupport.JavaClass
 
constructors() - Method in class org.jruby.javasupport.proxy.JavaProxyClass
 
ConstructorSignatureNode - Class in org.jruby.ast.java_signature
 
ConstructorSignatureNode(String, List<ParameterNode>) - Constructor for class org.jruby.ast.java_signature.ConstructorSignatureNode
 
constructProxy(Ruby, Constructor, RubyClass) - Static method in class org.jruby.javasupport.Java
 
constructRestArg(ThreadContext, Object[], RubyHash, int, int) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
constructRubyArray(Ruby, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructRubyArray(Ruby, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructRubyArray(Ruby, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructRubyArray(Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructRubyArray(Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructRubyArray(Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructRubyArray(Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructRubyArray(Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructRubyArray(Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructRubyArray(Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
constructRubyRegexp(ThreadContext, RubyString, RegexpOptions) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
constructRubyRegexp(ThreadContext, RubyString, int) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
constructSmallHash(Ruby, IRubyObject, IRubyObject, boolean) - Static method in class org.jruby.runtime.Helpers
 
constructSmallHash(Ruby, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean) - Static method in class org.jruby.runtime.Helpers
 
constructSmallHash(Ruby, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean) - Static method in class org.jruby.runtime.Helpers
 
constructSmallHash(Ruby, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean) - Static method in class org.jruby.runtime.Helpers
 
constructSmallHash(Ruby, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean, IRubyObject, IRubyObject, boolean) - Static method in class org.jruby.runtime.Helpers
 
constructStringArray(String) - Static method in class org.jruby.runtime.Helpers
 
constructStringArray(String, String) - Static method in class org.jruby.runtime.Helpers
 
constructStringArray(String, String, String) - Static method in class org.jruby.runtime.Helpers
 
constructStringArray(String, String, String, String) - Static method in class org.jruby.runtime.Helpers
 
constructStringArray(String, String, String, String, String) - Static method in class org.jruby.runtime.Helpers
 
constructStringArray(String, String, String, String, String, String) - Static method in class org.jruby.runtime.Helpers
 
constructStringArray(String, String, String, String, String, String, String) - Static method in class org.jruby.runtime.Helpers
 
constructStringArray(String, String, String, String, String, String, String, String) - Static method in class org.jruby.runtime.Helpers
 
constructStringArray(String, String, String, String, String, String, String, String, String) - Static method in class org.jruby.runtime.Helpers
 
constructStringArray(String, String, String, String, String, String, String, String, String, String) - Static method in class org.jruby.runtime.Helpers
 
Consumer<T> - Interface in org.jruby.truffle.runtime.util
 
contains(Object) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
contains(Object) - Method in class org.jruby.RubyArray
 
contains(int[], int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
contains(long[], long) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
contains(double[], double) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
contains(Object[], int, Object) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
contains(Object) - Method in class org.jruby.util.collections.IntHashMap
 
contains(Object) - Method in class org.jruby.util.collections.WeakHashSet
 
contains(Charset) - Method in class org.jruby.util.encoding.ISO_8859_16
 
containsAll(Collection<?>) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
containsAll(Collection) - Method in class org.jruby.RubyArray
 
containsAll(Collection) - Method in class org.jruby.util.collections.WeakHashSet
 
containsArgSplat() - Method in class org.jruby.ir.instructions.CallBase
 
containsArgSplat(Operand[]) - Static method in class org.jruby.ir.instructions.CallBase
 
containsInstance(RubyModule, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ContainsInstanceNode
 
containsInstance(RubyModule, Object) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ContainsInstanceNode
 
containsKey(Object) - Method in class org.jruby.embed.internal.BiVariableMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.jruby.java.util.SystemPropertiesMap
 
containsKey(Object) - Method in class org.jruby.RubyHash
 
containsKey(int) - Method in class org.jruby.util.collections.IntHashMap
 
containsKey(Object) - Method in class org.jruby.util.GenericMap
 
containsKey(Object) - Method in class org.jruby.util.WeakIdentityHashMap
return the element with the given key
containsNonlocalFlow - Variable in class org.jruby.ast.UntilNode
 
containsNonlocalFlow - Variable in class org.jruby.ast.WhileNode
 
containsString(String) - Method in class org.jruby.util.collections.StringArraySet
 
containsValue(Object) - Method in class org.jruby.embed.internal.BiVariableMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.jruby.java.util.SystemPropertiesMap
 
containsValue(Object) - Method in class org.jruby.RubyHash
 
containsValue(Object) - Method in class org.jruby.util.collections.IntHashMap
 
containsValue(Object) - Method in class org.jruby.util.GenericMap
return the element with the given key
context - Variable in class org.jruby.truffle.nodes.dispatch.DispatchHeadNode
 
context - Variable in class org.jruby.truffle.translator.Translator
 
ContextAwareBlockBody - Class in org.jruby.runtime
Common type for all block types which share similar values that ThreadContext uses.
ContextAwareBlockBody(StaticScope, Arity, int) - Constructor for class org.jruby.runtime.ContextAwareBlockBody
 
contextFieldBootstrap(MethodHandles.Lookup, String, MethodType) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
contextValue() - Static method in class org.jruby.ir.targets.Bootstrap
 
contextValue(MethodHandles.Lookup, String, MethodType) - Static method in class org.jruby.ir.targets.Bootstrap
 
contextValueString() - Static method in class org.jruby.ir.targets.Bootstrap
 
contextValueString(MethodHandles.Lookup, String, MethodType, String) - Static method in class org.jruby.ir.targets.Bootstrap
 
CONVERSION - Static variable in class org.jruby.lexer.StrftimeLexer
lexical states
convert(Ruby, Object) - Method in class org.jruby.javasupport.JavaUtil.JavaConverter
 
convert(ThreadContext, IRubyObject) - Method in interface org.jruby.javasupport.JavaUtil.RubyConverter
Deprecated.
 
convert(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyComplex
Deprecated.
convert(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComplex
nucomp_s_convert
convert(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComplex
nucomp_s_convert
convert(ThreadContext, IRubyObject) - Method in class org.jruby.RubyConverter
 
convert(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyRational
Deprecated.
convert(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyRational
nurat_s_convert
convert(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyRational
nurat_s_convert
convert2ptr(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
convertArgument(Ruby, Object, Class<?>) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
convertArgumentToType(ThreadContext, IRubyObject, Class) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
ConvertBytes - Class in org.jruby.util
 
ConvertBytes(Ruby, ByteList, int, boolean) - Constructor for class org.jruby.util.ConvertBytes
 
ConvertBytes(Ruby, ByteList, int, boolean, boolean) - Constructor for class org.jruby.util.ConvertBytes
 
ConvertBytes.ERange - Exception in org.jruby.util
 
ConvertBytes.ERange() - Constructor for exception org.jruby.util.ConvertBytes.ERange
 
ConvertBytes.ERange(ConvertBytes.ERange.Kind) - Constructor for exception org.jruby.util.ConvertBytes.ERange
 
ConvertBytes.ERange.Kind - Enum in org.jruby.util
 
ConvertDouble - Class in org.jruby.util
 
ConvertDouble() - Constructor for class org.jruby.util.ConvertDouble
 
ConvertDouble.DoubleConverter - Class in org.jruby.util
 
ConvertDouble.DoubleConverter() - Constructor for class org.jruby.util.ConvertDouble.DoubleConverter
 
convertedIntToLong() - Method in class org.jruby.truffle.nodes.core.ArrayAllocationSite
 
convertEncodingToRubyEncoding(Encoding) - Method in class org.jruby.runtime.encoding.EncodingService
 
convertJavaArrayElementToRuby(Ruby, JavaUtil.JavaConverter, Object, int) - Static method in class org.jruby.javasupport.JavaUtil
 
convertJavaArrayToRuby(Ruby, Object[]) - Static method in class org.jruby.javasupport.JavaUtil
 
convertJavaArrayToRubyWithNesting(ThreadContext, Object) - Static method in class org.jruby.javasupport.JavaUtil
 
convertJavaToRuby(Ruby, Object) - Static method in class org.jruby.javasupport.JavaUtil
 
convertJavaToRuby(Ruby, Object, Class) - Static method in class org.jruby.javasupport.JavaUtil
 
convertJavaToRuby(Ruby, int) - Static method in class org.jruby.javasupport.JavaUtil
 
convertJavaToRuby(Ruby, long) - Static method in class org.jruby.javasupport.JavaUtil
 
convertJavaToRuby(Ruby, float) - Static method in class org.jruby.javasupport.JavaUtil
 
convertJavaToRuby(Ruby, double) - Static method in class org.jruby.javasupport.JavaUtil
 
convertJavaToRuby(Ruby, boolean) - Static method in class org.jruby.javasupport.JavaUtil
 
convertJavaToRuby(Ruby, JavaUtil.JavaConverter, Object) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
convertJavaToUsableRubyObject(Ruby, Object) - Static method in class org.jruby.javasupport.JavaUtil
Returns a usable RubyObject; for types that are not converted to Ruby native types, a Java proxy will be returned.
convertJavaToUsableRubyObjectWithConverter(Ruby, Object, JavaUtil.JavaConverter) - Static method in class org.jruby.javasupport.JavaUtil
 
convertParameter(IRubyObject, Class<T>) - Static method in class org.jruby.ext.ffi.Util
Deprecated.
convertProcToInterface(ThreadContext, RubyObject, Class) - Static method in class org.jruby.javasupport.JavaUtil
 
convertProcToInterface(ThreadContext, RubyBasicObject, Class) - Static method in class org.jruby.javasupport.JavaUtil
 
convertRubyToJava(IRubyObject) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
convertRubyToJava(IRubyObject, Class) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
convertRubyToJavaBoolean(IRubyObject) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
convertRubyToJavaByte(IRubyObject) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
convertRubyToJavaChar(IRubyObject) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
convertRubyToJavaDouble(IRubyObject) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
convertRubyToJavaFloat(IRubyObject) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
convertRubyToJavaInt(IRubyObject) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
convertRubyToJavaLong(IRubyObject) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
convertRubyToJavaShort(IRubyObject) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
convertToArray(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
convertToArray() - Method in class org.jruby.ir.operands.UndefinedValue
Methods which perform to_xxx if the object has such a method
convertToArray() - Method in class org.jruby.RubyArray
 
convertToArray() - Method in class org.jruby.RubyBasicObject
Tries to convert this object to a Ruby Array using the "to_ary" method.
convertToArray() - Method in interface org.jruby.runtime.builtin.IRubyObject
Methods which perform to_xxx if the object has such a method
convertToFloat(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
convertToFloat() - Method in class org.jruby.ir.operands.UndefinedValue
 
convertToFloat() - Method in class org.jruby.RubyBasicObject
Tries to convert this object to a Ruby Float using the "to_f" method.
convertToFloat() - Method in class org.jruby.RubyFloat
 
convertToFloat() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
convertToHash(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
convertToHash() - Method in class org.jruby.ir.operands.UndefinedValue
 
convertToHash() - Method in class org.jruby.RubyBasicObject
Tries to convert this object to a Ruby Hash using the "to_hash" method.
convertToHash() - Method in class org.jruby.RubyHash
 
convertToHash() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
convertToIdentifier(IRubyObject) - Static method in class org.jruby.util.TypeConverter
Convert the supplied object into an internal identifier String.
convertToInteger(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
convertToInteger(IRubyObject, int, String) - Static method in class org.jruby.BasicObjectStub
 
convertToInteger(IRubyObject, String) - Static method in class org.jruby.BasicObjectStub
 
convertToInteger() - Method in class org.jruby.ir.operands.UndefinedValue
 
convertToInteger(int, String) - Method in class org.jruby.ir.operands.UndefinedValue
Deprecated.
convertToInteger(String) - Method in class org.jruby.ir.operands.UndefinedValue
 
convertToInteger() - Method in class org.jruby.RubyBasicObject
Tries to convert this object to a Ruby Integer using the "to_int" method.
convertToInteger(String) - Method in class org.jruby.RubyBasicObject
Tries to convert this object to a Ruby Integer using the supplied conversion method.
convertToInteger(int, String) - Method in class org.jruby.RubyBasicObject
Deprecated.
convertToInteger(String) - Method in class org.jruby.RubyFixnum
 
convertToInteger() - Method in class org.jruby.RubyInteger
 
convertToInteger() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
convertToInteger(int, String) - Method in interface org.jruby.runtime.builtin.IRubyObject
Deprecated.
convertToInteger(String) - Method in interface org.jruby.runtime.builtin.IRubyObject
 
convertToInteger(ThreadContext, IRubyObject, int) - Static method in class org.jruby.util.TypeConverter
 
convertToIO(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyIO
 
convertToJavaArray(IRubyObject) - Static method in class org.jruby.ast.util.ArgsUtil
 
convertToJavaArray(IRubyObject) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
convertToJavaArray(IRubyObject) - Method in interface org.jruby.RubyObjectAdapter
 
convertToPointerMemoryIO(ThreadContext, IRubyObject, CachingCallSite) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
convertToRubyArray(Ruby, IRubyObject, boolean) - Static method in class org.jruby.ast.util.ArgsUtil
This name may be a bit misleading, since this also attempts to coerce array behavior using to_ary.
convertToRubyArray(ThreadContext, IRubyObject[]) - Method in class org.jruby.runtime.IRBlockBody
 
convertToRubyArray19(Ruby, IRubyObject, boolean) - Static method in class org.jruby.ast.util.ArgsUtil
 
convertToRubyArrayWithCoerce(Ruby, IRubyObject) - Static method in class org.jruby.ast.util.ArgsUtil
 
convertToRubyArrayWithCoerce19(Ruby, IRubyObject) - Static method in class org.jruby.ast.util.ArgsUtil
 
convertToRubyInteger(IRubyObject) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
convertToRubyInteger(IRubyObject) - Method in interface org.jruby.RubyObjectAdapter
 
convertToRubyString(IRubyObject) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
convertToRubyString(IRubyObject) - Method in interface org.jruby.RubyObjectAdapter
 
convertToString(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
convertToString() - Method in class org.jruby.ir.operands.UndefinedValue
 
convertToString() - Method in class org.jruby.RubyBasicObject
Tries to convert this object to a Ruby String using the "to_str" method.
convertToString() - Method in class org.jruby.RubyString
 
convertToString() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
convertToStringMemoryIO(IRubyObject, ThreadContext, CachingCallSite) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
convertToTransientStringMemoryIO(IRubyObject, ThreadContext, CachingCallSite) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
convertToType(RubyClass, int) - Method in class org.jruby.RubyObject
Deprecated.
convertToType(IRubyObject, RubyClass, String, boolean) - Static method in class org.jruby.util.TypeConverter
Converts this object to type 'targetType' using 'convertMethod' method (MRI: convert_type).
convertToType(IRubyObject, RubyClass, String) - Static method in class org.jruby.util.TypeConverter
Converts this object to type 'targetType' using 'convertMethod' method and raises TypeError exception on failure (MRI: rb_convert_type).
convertToType(IRubyObject, RubyClass, int, String, boolean) - Static method in class org.jruby.util.TypeConverter
Deprecated.
convertToType(IRubyObject, RubyClass, int, String) - Static method in class org.jruby.util.TypeConverter
Deprecated.
convertToType19(IRubyObject, RubyClass, String, boolean) - Static method in class org.jruby.util.TypeConverter
Converts this object to type 'targetType' using 'convertMethod' method (MRI: convert_type 1.9).
convertToType19(IRubyObject, RubyClass, String) - Static method in class org.jruby.util.TypeConverter
Converts this object to type 'targetType' using 'convertMethod' method and raises TypeError exception on failure (MRI: rb_convert_type in 1.9).
convertToTypeOrRaise(IRubyObject, RubyClass, String) - Static method in class org.jruby.util.TypeConverter
Higher level conversion utility similar to convertToType but it can throw an additional TypeError during conversion (MRI: rb_check_convert_type).
convertToTypeWithCheck(IRubyObject, RubyClass, String) - Static method in class org.jruby.util.TypeConverter
Higher level conversion utility similar to convertToType but it can throw an additional TypeError during conversion (MRI: rb_check_convert_type).
convertToTypeWithCheck(IRubyObject, RubyClass, int, String) - Static method in class org.jruby.util.TypeConverter
Deprecated.
convertToTypeWithCheck19(IRubyObject, RubyClass, String) - Static method in class org.jruby.util.TypeConverter
Higher level conversion utility similar to convertToType but it can throw an additional TypeError during conversion (MRI: rb_check_convert_type).
convertValueIntoArgArray(ThreadContext, IRubyObject, Arity, boolean) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
convpath(ThreadContext) - Method in class org.jruby.RubyConverter
 
convpath(RubyEncodingConverter) - Method in class org.jruby.truffle.nodes.core.EncodingConverterNodes.ConvPathNode
 
copy() - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
copy(Object, Object[], int, int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
copy(IOEncodable) - Method in class org.jruby.util.io.IOEncodable.ConvConfig
 
copy_data(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.java.addons.ArrayJavaAddons
 
copy_data_simple(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.java.addons.ArrayJavaAddons
 
copy_stream(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyIO
 
copyAndReturnValue(IRScope, Operand) - Method in class org.jruby.ir.IRBuilder
 
copyDataToJavaArray(ThreadContext, RubyArray, JavaArray) - Static method in class org.jruby.java.addons.ArrayJavaAddons
 
copyDataToJavaArray(ThreadContext, RubyArray, int, JavaArray, int, int) - Static method in class org.jruby.java.util.ArrayUtils
 
copyDataToJavaArrayDirect(ThreadContext, RubyArray, Object) - Static method in class org.jruby.java.util.ArrayUtils
 
copyInstanceVariablesInto(InstanceVariables) - Method in class org.jruby.BasicObjectStub.DummyInstanceVariables
 
copyInstanceVariablesInto(InstanceVariables) - Method in class org.jruby.RubyBasicObject
 
copyInstanceVariablesInto(InstanceVariables) - Method in interface org.jruby.runtime.builtin.InstanceVariables
Copies all instance variables from the given object into the receiver
CopyInstr - Class in org.jruby.ir.instructions
 
CopyInstr(Operation, Variable, Operand) - Constructor for class org.jruby.ir.instructions.CopyInstr
 
CopyInstr(Variable, Operand) - Constructor for class org.jruby.ir.instructions.CopyInstr
 
CopyInstr(CopyInstr) - Method in class org.jruby.ir.IRVisitor
 
CopyInstr(CopyInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
copyInto(IRubyObject[], int) - Method in class org.jruby.RubyArray
Copy the values contained in this array into the target array at the specified offset.
copySpecialInstanceVariables(IRubyObject, IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
copySpecialInstanceVariables(IRubyObject) - Method in class org.jruby.ir.operands.UndefinedValue
 
copySpecialInstanceVariables(IRubyObject) - Method in class org.jruby.RubyBasicObject
Lots of MRI objects keep their state in non-lookupable ivars (e:g.
copySpecialInstanceVariables(IRubyObject) - Method in class org.jruby.RubyException
 
copySpecialInstanceVariables(IRubyObject) - Method in class org.jruby.RubyMatchData
 
copySpecialInstanceVariables(IRubyObject) - Method in class org.jruby.RubyNameError
 
copySpecialInstanceVariables(IRubyObject) - Method in class org.jruby.RubyNoMethodError
 
copySpecialInstanceVariables(IRubyObject) - Method in class org.jruby.RubyRange
 
copySpecialInstanceVariables(IRubyObject) - Method in class org.jruby.RubyStruct
 
copySpecialInstanceVariables(IRubyObject) - Method in interface org.jruby.runtime.builtin.IRubyObject
 
CoreClass - Annotation Type in org.jruby.truffle.nodes.core
 
CoreConstructors - Class in org.jruby.embed.util
API's which can be used by embedders to construct Ruby builtin core types.
CoreConstructors() - Constructor for class org.jruby.embed.util.CoreConstructors
 
coredump_p() - Method in class org.jruby.RubyProcess.RubyStatus
 
CoreLibrary - Class in org.jruby.truffle.runtime.core
 
CoreLibrary(RubyContext) - Constructor for class org.jruby.truffle.runtime.core.CoreLibrary
 
CoreMethod - Annotation Type in org.jruby.truffle.nodes.core
 
CoreMethodNode - Class in org.jruby.truffle.nodes.core
 
CoreMethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.CoreMethodNode
 
CoreMethodNode(CoreMethodNode) - Constructor for class org.jruby.truffle.nodes.core.CoreMethodNode
 
CoreMethodNodeManager - Class in org.jruby.truffle.nodes.core
 
CoreMethodNodeManager() - Constructor for class org.jruby.truffle.nodes.core.CoreMethodNodeManager
 
CoreMethodNodeManager.MethodDetails - Class in org.jruby.truffle.nodes.core
 
CoreMethodNodeManager.MethodDetails(CoreClass, CoreMethod, NodeFactory<? extends RubyNode>) - Constructor for class org.jruby.truffle.nodes.core.CoreMethodNodeManager.MethodDetails
 
CoreObjectType - Interface in org.jruby.runtime.marshal
 
CoreSourceSection - Class in org.jruby.truffle.nodes
Source sections used for core method nodes.
CoreSourceSection(String, String) - Constructor for class org.jruby.truffle.nodes.CoreSourceSection
 
COROUTINE_FIBERS - Static variable in class org.jruby.RubyInstanceConfig
 
cos(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
cos19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
cosh(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
cosh19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
count - Variable in class org.jruby.ir.Counter
 
count(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
count(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
 
count(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
count(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
count(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyGC
 
count(ThreadContext) - Method in class org.jruby.RubyString
rb_str_count
count(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
count(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyString
 
count(VirtualFrame, RubyString, Object[]) - Method in class org.jruby.truffle.nodes.core.StringNodes.CountNode
 
count(RubyString[]) - Method in class org.jruby.truffle.runtime.core.RubyString
 
count18(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
count18(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
count19(ThreadContext) - Method in class org.jruby.RubyString
 
count19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
count19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyString
 
countCommon19(ByteList, Ruby, boolean[], StringSupport.TrTables, Encoding) - Static method in class org.jruby.util.StringSupport
rb_str_count
Counter - Class in org.jruby.ir
 
Counter() - Constructor for class org.jruby.ir.Counter
 
cover_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRange
 
CoverageData - Class in org.jruby.ext.coverage
 
CoverageData() - Constructor for class org.jruby.ext.coverage.CoverageData
 
CoverageLibrary - Class in org.jruby.ext.coverage
 
CoverageLibrary() - Constructor for class org.jruby.ext.coverage.CoverageLibrary
 
CoverageModule - Class in org.jruby.ext.coverage
Implementation of Ruby 1.9.2's "Coverage" module
CoverageModule() - Constructor for class org.jruby.ext.coverage.CoverageModule
 
coverLine(int) - Method in class org.jruby.parser.ParserConfiguration
Zero out coverable lines as they're encountered
CPU - Static variable in class org.jruby.ext.ffi.Platform
 
CR_7BIT - Static variable in class org.jruby.util.StringSupport
 
CR_BROKEN - Static variable in class org.jruby.util.StringSupport
 
CR_MASK - Static variable in class org.jruby.util.StringSupport
 
CR_NEWLINE_DECORATOR - Static variable in class org.jruby.RubyConverter
 
CR_UNKNOWN - Static variable in class org.jruby.util.StringSupport
 
CR_VALID - Static variable in class org.jruby.util.StringSupport
 
crc() - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
crc() - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
crc() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
crc32(IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.zlib.RubyZlib
 
crc32_combine(IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.zlib.RubyZlib
 
crc_table(IRubyObject) - Static method in class org.jruby.ext.zlib.RubyZlib
 
CREAT - Static variable in class org.jruby.util.io.ModeFlags
create flag, to specify non-existing file should be created
create(Node) - Static method in class org.jruby.ast.util.SexpMaker
 
create(String, Node, Node) - Static method in class org.jruby.ast.util.SexpMaker
 
create(Ruby) - Static method in class org.jruby.ext.net.protocol.NetProtocolBufferedIO
 
create(Operand, String, Operand[]) - Static method in class org.jruby.ir.instructions.AttrAssignInstr
 
create(Operand, Operand, Label) - Static method in class org.jruby.ir.instructions.BEQInstr
 
create(Operand, Operand, Label) - Static method in class org.jruby.ir.instructions.BNEInstr
 
create(Variable, String, Operand, Operand[], Operand) - Static method in class org.jruby.ir.instructions.CallInstr
 
create(CallType, Variable, String, Operand, Operand[], Operand) - Static method in class org.jruby.ir.instructions.CallInstr
 
create(CallType, String, Operand, Operand[], Operand) - Static method in class org.jruby.ir.instructions.NoResultCallInstr
 
create(DynamicScope, IRubyObject) - Static method in exception org.jruby.ir.runtime.IRBreakJump
 
create(DynamicScope, Object) - Static method in exception org.jruby.ir.runtime.IRReturnJump
 
create(Ruby, Constructor<?>) - Static method in class org.jruby.javasupport.JavaConstructor
 
create(Ruby, Method) - Static method in class org.jruby.javasupport.JavaMethod
 
create(Ruby, Class<?>, String, Class<?>[]) - Static method in class org.jruby.javasupport.JavaMethod
 
create(InputStream) - Static method in class org.jruby.lexer.JavaSignatureLexer
 
create(Ruby, boolean) - Static method in class org.jruby.management.BeanManagerFactory
 
create(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyArray
rb_ary_s_create
create(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyHash
rb_hash_s_create
create(Ruby) - Method in interface org.jruby.RubyInstanceConfig.LoadServiceCreator
 
create(Class, Object) - Method in interface org.jruby.runtime.opto.OptoFactory.ConstantFactory
Return a representation of a "constant" suitable for optimization in the current runtime.
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.cast.ArrayCastNodeFactory
 
create(RubyContext, SourceSection, SplatCastNode.NilBehavior, RubyNode) - Static method in class org.jruby.truffle.nodes.cast.ArrayCastNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.cast.BooleanCastNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.cast.HashCastNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.cast.ProcCastNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.cast.ProcOrNullNodeFactory
 
create(RubyContext, SourceSection, SplatCastNode.NilBehavior, boolean, RubyNode) - Static method in class org.jruby.truffle.nodes.cast.SplatCastNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.cast.StringToSymbolNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.cast.ToSNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.conversion.ToJavaStringNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.conversion.ToSymbolNodeFactory
 
create(RubyContext, SourceSection, int, RubyNode) - Static method in class org.jruby.truffle.nodes.core.ArrayDropTailNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.core.ArrayDupNodeFactory
 
create(RubyContext, SourceSection, int, RubyNode) - Static method in class org.jruby.truffle.nodes.core.ArrayGetTailNodeFactory
 
create(RubyContext, SourceSection, int, RubyNode) - Static method in class org.jruby.truffle.nodes.core.ArrayIndexNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.AddNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.AnyNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.AtNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ClearNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.CompactNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ConcatNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.DeleteAtNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.DeleteNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.EachNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.EachWithIndexNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.EmptyNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.EqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.FindNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.FirstNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.FlattenNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.HashNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.IncludeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.IndexNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.IndexSetNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.InitializeCopyNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.InitializeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.InjectNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.InsertNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.InspectNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.JoinNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.LastNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MapInPlaceNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MapNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MaxBlockNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MaxNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MinBlockNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MinNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MulNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.PackNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.PermutationNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.PopNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ProductNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.PushNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.PushOneNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.RejectInPlaceNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.RejectNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ReplaceNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.SelectNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ShiftNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.SizeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.SortBangNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.SortNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.SubNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ToANodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.UnionNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.UniqNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.UnshiftNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ZipNodeFactory
 
create(RubyContext, SourceSection, int, int, RubyNode) - Static method in class org.jruby.truffle.nodes.core.ArraySliceNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.IDNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.InitializeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.InstanceEvalNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.MethodMissingNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.NotEqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.NotNodeFactory
 
create(RubyContext, SourceSection, RubyNode, RubyNode) - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.ReferenceEqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.SendNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.AbsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.AddNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.BitAndNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.BitOrNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.BitXOrNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.CompareNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.DivModNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.DivNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.EqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.EvenNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.GreaterEqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.GreaterNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.HashNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.LeftShiftNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.LessEqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.LessNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.ModNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.MulNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.NegNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.PowNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.RightShiftNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.SubNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.ToFNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.ToSNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BindingNodesFactory.LocalVariableGetNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.BindingNodesFactory.LocalVariableSetNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ClassNodesFactory.AllocateNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ClassNodesFactory.InheritedNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ClassNodesFactory.InitializeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ClassNodesFactory.NewNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ClassNodesFactory.SuperClassNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.BetweenNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.EqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.GreaterEqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.GreaterNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.LessEqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.LessNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.DirNodesFactory.ChdirNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.DirNodesFactory.DeleteNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.DirNodesFactory.ExistsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.DirNodesFactory.GlobNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.DirNodesFactory.MkdirNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.DirNodesFactory.PwdNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.EncodingConverterNodesFactory.ConvPathNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.EncodingConverterNodesFactory.InitializeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.EncodingConverterNodesFactory.SearchConvPathNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.CompatibleQueryNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.DefaultExternalNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.DefaultInternalNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.DummyNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.FindNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.InspectNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.ListNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.NameListNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.SetDefaultExternalNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.SetDefaultInternalNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.ToSNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ExceptionNodesFactory.BacktraceNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ExceptionNodesFactory.InitializeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ExceptionNodesFactory.MessageNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ExceptionNodesFactory.ToSNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.core.FalseClassNodesFactory.AndNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.core.FalseClassNodesFactory.OrXorNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FiberNodesFactory.InitializeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FiberNodesFactory.ResumeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FiberNodesFactory.YieldNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.AbsolutePathNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.CloseNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.DeleteNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.DirectoryNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.DirnameNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.EachLineNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.ExecutableNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.ExistsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.ExpandPathNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.FileNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.JoinNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.PathNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.PutsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.ReadFunctionNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.ReadNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.SizeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.SymlinkQueryNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.WriteNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.AbsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.AddNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.BitAndNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.BitLengthNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.BitOrNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.BitXOrNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.CompareNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.ComplementNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.DivModNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.DivNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.EqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.FloorNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.GreaterEqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.GreaterNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.InspectNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.LeftShiftNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.LessEqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.LessNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.ModNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.MulNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.NegNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.PowNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.RightShiftNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.SizeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.SubNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.ToFNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.ToSNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.ZeroNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.AbsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.AddNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.CeilNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.CompareNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.DivModNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.DivNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.EqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.FloorNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.GreaterEqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.GreaterNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.InfiniteNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.LessEqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.LessNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.ModNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.MulNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.NaNNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.NegNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.PowNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.RoundNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.SubNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.ToFNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.ToINodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.ToSNodeFactory
 
create(BigInteger) - Method in class org.jruby.truffle.nodes.core.GeneralDivModNode
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.ClearNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.ConstructNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.DefaultNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.DeleteNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.EachNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.EmptyNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.EqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.GetIndexNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.InitializeCopyNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.InitializeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.InspectNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.KeyNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.KeysNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.MapNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.MergeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.SetIndexNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.SizeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.ToArrayNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.ValuesNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.IntegerNodesFactory.ChrNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.IntegerNodesFactory.FloorNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.IntegerNodesFactory.TimesNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.IntegerNodesFactory.ToINodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.IntegerNodesFactory.UpToNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.IONodesFactory.OpenNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.IONodesFactory.ReadLinesNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.AbortNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ArrayNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.AtExitNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.BacktickNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.BindingNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.BlockGivenNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.CallerNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.CatchNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ClassNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.CloneNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.CompareNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.DupNodeFactory
 
create(RubyContext, SourceSection, RubyNode, RubyNode) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.EqlNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.EvalNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ExecNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ExitBangNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ExitNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ExtendNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ForkNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.FreezeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.FrozenNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.GetsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.HashNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InitializeCopyNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InitializeDupCloneNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InstanceOfNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InstanceVariableDefinedNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InstanceVariableGetNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InstanceVariableSetNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InstanceVariablesNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.IntegerNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.IsANodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.LambdaNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.LoadNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.LocalVariablesNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.LoopNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.MatchNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.MethodNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.MethodsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.NilNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.NotMatchNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ObjectIDNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.PrintNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.PrivateMethodsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ProcNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.PublicMethodsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RaiseNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RandNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RequireNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RequireRelativeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RespondToMissingNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RespondToNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SameOrEqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SendNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SetTraceFuncNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SingletonClassMethodNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SingletonMethodsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SleepNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SPrintfNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.StringNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SystemNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.TaintedNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.TaintNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ThrowNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ToHexStringNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ToSNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.UntaintNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MainNodesFactory.PrivateNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MainNodesFactory.PublicNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.BeginNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.CapturesNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.EndNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.GetIndexNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.PostMatchNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.PreMatchNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.ToANodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.ToSNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.ValuesAtNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ACosHNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ACosNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ASinHNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ASinNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ATan2NodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ATanHNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ATanNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.CbRtNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.CosHNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.CosNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ErfcNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ErfNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ExpNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.FrExpNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.GammaNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.HypotNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.LdexpNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.LGammaNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.Log10NodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.Log2NodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.LogNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.SimpleDyadicMathNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.SimpleMonadicMathNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.SinHNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.SinNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.SqrtNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.TanHNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.TanNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MethodNodesFactory.CallNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.MethodNodesFactory.NameNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AliasMethodNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AncestorsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AppendFeaturesNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AttrAccessorNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AttrReaderNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AttrWriterNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ClassEvalNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ClassExecNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ClassVariableDefinedNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ClassVariableGetNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ClassVariablesNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.CompareNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ConstantsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ConstDefinedNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ConstGetNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ConstMissingNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ConstSetNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ContainsInstanceNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.DefineMethodNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.IncludeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.IncludePNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.InitializeCopyNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.InitializeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.InstanceMethodNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.InstanceMethodsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.IsSubclassOfNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.MethodDefinedNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ModuleFunctionNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.NameNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.NestingNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PrivateClassMethodNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PrivateConstantNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PrivateInstanceMethodsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PrivateNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ProtectedNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PublicClassMethodNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PublicConstantNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PublicInstanceMethodsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PublicNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.RemoveClassVariableNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.RemoveMethodNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.UndefMethodNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.NumericNodesFactory.NonZeroNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.NumericNodesFactory.PosNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.NumericNodesFactory.StepNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ObjectSpaceNodesFactory.DefineFinalizerNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ObjectSpaceNodesFactory.EachObjectNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ObjectSpaceNodesFactory.ID2RefNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ObjectSpaceNodesFactory.UndefineFinalizerNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ProcessNodesFactory.PidNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ProcNodesFactory.ArityNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ProcNodesFactory.BindingNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ProcNodesFactory.CallNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ProcNodesFactory.InitializeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ProcNodesFactory.LambdaNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ProcNodesFactory.ParametersNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.CollectNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.EachNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.EqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.ExcludeEndNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.FirstNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.IncludeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.LastNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.StepNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.ToANodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.ToSNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.CaseEqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.EncodingNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.EqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.EscapeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.InitializeCopyNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.InitializeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.InspectNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.MatchNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.MatchOperatorNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.OptionsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.QuoteNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.SourceNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.ToSNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.SignalNodesFactory.SignalNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.AddNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.BNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.BytesNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.CapitalizeBangNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.CapitalizeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ChompBangNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ChompNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ChrNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ClearNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.CompareNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ConcatNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.CountNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.DowncaseBangNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.DowncaseNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.DumpNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.EachLineNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ElementSetNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.EmptyNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.EncodeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.EncodingNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.EndWithNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.EqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ForceEncodingNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.FormatNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.GetByteNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.GetIndexNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.GsubNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.InitializeCopyNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.InitializeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.InsertNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.InspectNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.LjustNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.MatchNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.MatchOperatorNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.MulNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.OrdNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ReverseBangNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ReverseNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.RindexNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.RjustNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.RStripNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ScanNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.SetByteNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.SizeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.SplitNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.StartWithNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.SubNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.SuccBangNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.SuccNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.SumNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ToFNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ToINodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ToSNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ToSymNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.UnpackNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.UpcaseBangNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.UpcaseNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.AllSymbolsNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.CompareNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.EmptyNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.EqualNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.InspectNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.ToProcNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.ToSNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.ToSymNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.AliveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.CurrentNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.ExitInstanceNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.ExitModuleNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.InitializeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.JoinNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.KillNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.PassNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.RaiseNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.StatusNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.StopNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.ValueNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.core.TrueClassNodesFactory.AndNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.TrueClassNodesFactory.OrNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.core.TrueClassNodesFactory.XorNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.DumpCallStackNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.FlushStdoutNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.FullTreeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.JavaClassOfNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.PanicNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.ParseTreeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.TreeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.TrufflePrimitiveNodesFactory.BindingOfCallerNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.TrufflePrimitiveNodesFactory.GCCountNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.TrufflePrimitiveNodesFactory.GCTimeNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.core.UnboundMethodNodesFactory.BindNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.globals.GetFromThreadLocalNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.globals.WrapInThreadLocalNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.literal.HashLiteralNode
 
create(RubyContext, SourceSection, boolean, RubyNode, RubyNode) - Static method in class org.jruby.truffle.nodes.literal.RangeLiteralNodeFactory
 
create(RubyContext, SourceSection, String, String, RubyNode) - Static method in class org.jruby.truffle.nodes.methods.AliasNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.methods.AssertCompilationConstantNodeFactory
 
create(RubyContext, SourceSection, FrameSlot, int) - Static method in class org.jruby.truffle.nodes.methods.locals.ReadLevelVariableNodeFactory
 
create(RubyContext, SourceSection, FrameSlot) - Static method in class org.jruby.truffle.nodes.methods.locals.ReadLocalVariableNodeFactory
 
create(RubyContext, SourceSection, FrameSlot, int, RubyNode) - Static method in class org.jruby.truffle.nodes.methods.locals.WriteLevelVariableNodeFactory
 
create(RubyContext, SourceSection, FrameSlot, RubyNode) - Static method in class org.jruby.truffle.nodes.methods.locals.WriteLocalVariableNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.objects.ClassNodeFactory
 
create(RubyContext, SourceSection, RubyNode) - Static method in class org.jruby.truffle.nodes.objects.SingletonClassNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.FixnumPrimitiveNodesFactory.FixnumCoercePrimitiveNodeFactory
 
create() - Static method in class org.jruby.truffle.nodes.rubinius.RubiniusPrimitiveManager
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodesFactory.StringCheckNullSafePrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodesFactory.StringIndexPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodesFactory.StringToFPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeDecomposePrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeEnvZonePrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeNSecondsPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSDupPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSecondsPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSetNSecondsPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSFromArrayPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSNowPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSSpecificPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeStrftimePrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeUSecondsPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeUTCOffsetPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.EncodingGetObjectEncodingPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.ObjectInfectPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMGetModuleNamePrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectClassPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectEqualPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectKindOfPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectRespondToPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectSingletonClassObjectPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectSingletonClassPrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMSetModuleNamePrimitiveNodeFactory
 
create(RubyContext, SourceSection, RubyNode[]) - Static method in class org.jruby.truffle.nodes.rubinius.VMPrimitiveNodesFactory.VMGCStartPrimitiveNodeFactory
 
create(BigInteger) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
create(String) - Static method in class org.jruby.util.ClasspathResource
 
create(String) - Static method in class org.jruby.util.EmptyFileResource
 
CREATE - Static variable in class org.jruby.util.io.OpenFile
 
create(String, String) - Static method in class org.jruby.util.JRubyFile
 
create(Ruby, String) - Static method in enum org.jruby.util.KCode
 
create(Ruby, String) - Static method in class org.jruby.util.URLResource
 
create_proxy_class(IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java
 
create_proxy_class(IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaUtilities
 
createAbstractInvokerClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.AbstractInvoker
 
createAbstractMemoryClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.AbstractMemory
 
createAddrinfo(Ruby) - Static method in class org.jruby.ext.socket.Addrinfo
 
createAndRegisterObjectId(IRubyObject) - Method in class org.jruby.runtime.ObjectSpace
 
createArity(int) - Static method in class org.jruby.runtime.Arity
 
createArrayClass(Ruby) - Static method in class org.jruby.RubyArray
 
createArrayJavaProxy(ThreadContext) - Static method in class org.jruby.java.proxies.ArrayJavaProxy
 
createArrayJavaProxyCreator(ThreadContext) - Static method in class org.jruby.java.proxies.ArrayJavaProxyCreator
 
createAutoPointerClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.AutoPointer
 
createBacktrace2(int, boolean) - Method in class org.jruby.runtime.ThreadContext
Create an Array with backtrace information.
createBasicObjectClass(Ruby, RubyClass) - Static method in class org.jruby.RubyBasicObject
Will create the Ruby class Object in the runtime specified.
createBigDecimal(Ruby) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
createBignumClass(Ruby) - Static method in class org.jruby.RubyBignum
 
createBindingClass(Ruby) - Static method in class org.jruby.RubyBinding
 
createBindings() - Method in class org.jruby.embed.jsr223.JRubyEngine
 
createBlock(ThreadContext, IRubyObject, BlockBody) - Static method in class org.jruby.runtime.Helpers
 
createBlock19(ThreadContext, IRubyObject, BlockBody) - Static method in class org.jruby.runtime.Helpers
 
createBlockCallback(Object, String, String, int) - Static method in class org.jruby.runtime.Helpers
 
createBlockCallback19(Object, String, String, int) - Static method in class org.jruby.runtime.Helpers
 
createBlockCallback19Offline(String, String, String, int) - Static method in class org.jruby.runtime.Helpers
 
createBlockCallbackOffline(String, String, String, int) - Static method in class org.jruby.runtime.Helpers
 
createBootClass(RubyContext, String) - Static method in class org.jruby.truffle.runtime.core.RubyClass
This constructor supports initialization and solves boot-order problems and should not normally be used from outside this class.
createBootstrapClass(Ruby, String, RubyClass, ObjectAllocator) - Static method in class org.jruby.RubyClass
boot_defclass Create an initial Object meta class before Module and Kernel dependencies have squirreled themselves together.
createBufferClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.Buffer
 
createByteList(RubyLexer) - Method in class org.jruby.lexer.yacc.StringTerm
 
createCacheObject(ThreadContext) - Method in class org.jruby.ir.operands.Bignum
 
createCacheObject(ThreadContext) - Method in class org.jruby.ir.operands.Boolean
 
createCacheObject(ThreadContext) - Method in class org.jruby.ir.operands.Complex
 
createCacheObject(ThreadContext) - Method in class org.jruby.ir.operands.Fixnum
 
createCacheObject(ThreadContext) - Method in class org.jruby.ir.operands.Float
 
createCacheObject(ThreadContext) - Method in class org.jruby.ir.operands.FrozenString
 
createCacheObject(ThreadContext) - Method in class org.jruby.ir.operands.ImmutableLiteral
Implementing class is responsible for constructing the cached value.
createCacheObject(ThreadContext) - Method in class org.jruby.ir.operands.Nil
 
createCacheObject(ThreadContext) - Method in class org.jruby.ir.operands.NullBlock
 
createCacheObject(ThreadContext) - Method in class org.jruby.ir.operands.Rational
 
createCacheObject(ThreadContext) - Method in class org.jruby.ir.operands.UnboxedBoolean
 
createCacheObject(ThreadContext) - Method in class org.jruby.ir.operands.UnboxedFixnum
 
createCacheObject(ThreadContext) - Method in class org.jruby.ir.operands.UnboxedFloat
 
createCallable(Ruby, Member) - Method in class org.jruby.java.invokers.ConstructorInvoker
 
createCallable(Ruby, Member) - Method in class org.jruby.java.invokers.MethodInvoker
 
createCallable(Ruby, Member) - Method in class org.jruby.java.invokers.RubyToJavaInvoker
 
createCallableArray(JavaCallable) - Method in class org.jruby.java.invokers.ConstructorInvoker
 
createCallableArray(int) - Method in class org.jruby.java.invokers.ConstructorInvoker
 
createCallableArray(JavaCallable) - Method in class org.jruby.java.invokers.MethodInvoker
 
createCallableArray(int) - Method in class org.jruby.java.invokers.MethodInvoker
 
createCallableArray(JavaCallable) - Method in class org.jruby.java.invokers.RubyToJavaInvoker
 
createCallableArray(int) - Method in class org.jruby.java.invokers.RubyToJavaInvoker
 
createCallableArrayArray(int) - Method in class org.jruby.java.invokers.ConstructorInvoker
 
createCallableArrayArray(int) - Method in class org.jruby.java.invokers.MethodInvoker
 
createCallableArrayArray(int) - Method in class org.jruby.java.invokers.RubyToJavaInvoker
 
createCallbackClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.jffi.CallbackManager
Creates a Callback class for a ruby runtime
createCallbackInfoClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.CallbackInfo
Creates a CallbackInfo class for a ruby runtime
createCallerBacktrace(int, Integer, StackTraceElement[]) - Method in class org.jruby.runtime.ThreadContext
Create an Array with backtrace information for Kernel#caller
createCallerLocations(int, Integer, StackTraceElement[]) - Method in class org.jruby.runtime.ThreadContext
Create an array containing Thread::Backtrace::Location objects for the requested caller trace level and length.
createCallType(String) - Static method in class org.jruby.ir.persistence.read.parser.NonIRObjectFactory
 
createCast(RubyNode) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.NotNode
 
createCast(RubyNode) - Method in class org.jruby.truffle.nodes.core.FalseClassNodes.OrXorNode
 
createCast(RubyNode) - Method in class org.jruby.truffle.nodes.core.TrueClassNodes.AndNode
 
createCast(RubyNode) - Method in class org.jruby.truffle.nodes.core.TrueClassNodes.XorNode
 
createClass(Ruby, RubyClass) - Static method in class org.jruby.NativeException
 
createClassClass(Ruby, RubyClass) - Static method in class org.jruby.RubyClass
 
createClassloaderURI(Ruby, String) - Static method in class org.jruby.util.URLResource
 
createClassPathVariable(Ruby) - Static method in class org.jruby.RubyClassPathVariable
 
createComparable(Ruby) - Static method in class org.jruby.RubyComparable
 
createCompiledBlockBody(ThreadContext, Object, StaticScope, String) - Static method in class org.jruby.runtime.Helpers
 
createCompiledBlockBody(ThreadContext, Object, String, int, StaticScope, boolean, int, String, int, boolean) - Static method in class org.jruby.runtime.Helpers
 
createCompiledBlockBody19(ThreadContext, Object, StaticScope, String) - Static method in class org.jruby.runtime.Helpers
 
createCompiledBlockBody19(ThreadContext, Object, String, int, StaticScope, boolean, int, String, int, boolean, String) - Static method in class org.jruby.runtime.Helpers
 
createComplexClass(Ruby) - Static method in class org.jruby.RubyComplex
 
createConcreteJavaProxy(ThreadContext) - Static method in class org.jruby.java.proxies.ConcreteJavaProxy
 
createContinuation(Ruby) - Static method in class org.jruby.RubyContinuation
 
createConverterClass(Ruby) - Static method in class org.jruby.RubyConverter
 
createConverterTypeClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.MappedType
 
createDataConverterModule(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.DataConverter
 
createDeclared(Ruby, Class<?>, String, Class<?>[]) - Static method in class org.jruby.javasupport.JavaMethod
 
createDigest(Ruby) - Static method in class org.jruby.ext.digest.RubyDigest
 
createDigestMD5(Ruby) - Static method in class org.jruby.ext.digest.RubyDigest
 
createDigestRMD160(Ruby) - Static method in class org.jruby.ext.digest.RubyDigest
 
createDigestSHA1(Ruby) - Static method in class org.jruby.ext.digest.RubyDigest
 
createDigestSHA2(Ruby) - Static method in class org.jruby.ext.digest.RubyDigest
 
createDirClass(Ruby) - Static method in class org.jruby.RubyDir
 
createDoWhile(RubyContext, SourceSection, BooleanCastNode, RubyNode) - Static method in class org.jruby.truffle.nodes.control.WhileNode
 
createDStrNode(ISourcePosition) - Method in class org.jruby.parser.ParserSupport
 
createDynamicLibraryClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.jffi.DynamicLibrary
 
createDynamicMethod(RubyModule) - Method in class org.jruby.ext.ffi.AbstractInvoker
 
createDynamicMethod(RubyModule) - Method in class org.jruby.ext.ffi.jffi.Function
 
createDynamicMethod(RubyModule) - Method in class org.jruby.ext.ffi.jffi.JFFIInvoker
 
createDynamicMethod(Ruby, RubyModule, Function, Type, Type[], CallingConvention, IRubyObject, boolean) - Static method in class org.jruby.ext.ffi.jffi.MethodFactory
 
createEncoding(String) - Static method in class org.jruby.ir.persistence.read.parser.NonIRObjectFactory
 
createEncodingClass(Ruby) - Static method in class org.jruby.RubyEncoding
 
createEnumClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.Enum
 
createEnumerableModule(Ruby) - Static method in class org.jruby.RubyEnumerable
 
createEnumsClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.Enums
 
createEtcModule(Ruby) - Static method in class org.jruby.ext.etc.RubyEtc
 
createExceptionClass(Ruby) - Static method in class org.jruby.RubyException
 
createFactory() - Static method in class org.jruby.javasupport.proxy.JavaProxyClassFactory
 
createFactory(Ruby, Class) - Static method in class org.jruby.runtime.CallbackFactory
Deprecated.
createFactory(Ruby, Class, ClassLoader) - Static method in class org.jruby.runtime.CallbackFactory
Deprecated.
createFactory(ClassLoader) - Static method in class org.jruby.runtime.MethodFactory
Based on optional properties, create a new MethodFactory.
createFalseClass(Ruby) - Static method in class org.jruby.RubyBoolean
 
createFileClass(Ruby) - Static method in class org.jruby.RubyFile
 
createFileDescriptorIOClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.io.FileDescriptorIO
 
createFileStatClass(Ruby) - Static method in class org.jruby.RubyFileStat
 
createFileTestModule(Ruby) - Static method in class org.jruby.RubyFileTest
 
createFixnumClass(Ruby) - Static method in class org.jruby.RubyFixnum
 
createFlipFlopState(SourceSection, int) - Method in class org.jruby.truffle.translator.BodyTranslator
 
createFloatClass(Ruby) - Static method in class org.jruby.RubyFloat
 
createFunctionClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.jffi.Function
 
createGCModule(Ruby) - Static method in class org.jruby.RubyGC
 
createGeneratorClass(Ruby) - Static method in class org.jruby.RubyGenerator
 
createGlobals(ThreadContext, Ruby) - Static method in class org.jruby.RubyGlobal
 
createHandle(ClassDefininngJRubyClassLoader, Method) - Static method in class org.jruby.compiler.util.HandleFactory
 
createHandleBytes(Method, String) - Static method in class org.jruby.compiler.util.HandleFactory
 
createHandleClass(ClassDefininngJRubyClassLoader, Method, String) - Static method in class org.jruby.compiler.util.HandleFactory
 
createHash(Ruby, IRubyObject, IRubyObject) - Static method in class org.jruby.embed.util.CoreConstructors
 
createHash(Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.embed.util.CoreConstructors
 
createHashClass(Ruby) - Static method in class org.jruby.RubyHash
 
createIfaddr(Ruby) - Static method in class org.jruby.ext.socket.Ifaddr
 
createIntegerClass(Ruby) - Static method in class org.jruby.RubyInteger
 
createInterfaceJavaProxy(ThreadContext) - Static method in class org.jruby.java.proxies.InterfaceJavaProxy
 
createInvokerClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.jffi.JFFIInvoker
 
createIOClass(Ruby) - Static method in class org.jruby.RubyIO
 
createIOModule(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.IOModule
 
createIRBuilder(Ruby, IRManager) - Static method in class org.jruby.ir.IRBuilder
 
createJavaArrayClass(Ruby, RubyModule) - Static method in class org.jruby.javasupport.JavaArray
 
createJavaArrayUtilitiesModule(Ruby) - Static method in class org.jruby.javasupport.JavaArrayUtilities
 
createJavaClassClass(Ruby, RubyModule) - Static method in class org.jruby.javasupport.JavaClass
 
createJavaConstructorClass(Ruby, RubyModule) - Static method in class org.jruby.javasupport.JavaConstructor
 
createJavaFieldClass(Ruby, RubyModule) - Static method in class org.jruby.javasupport.JavaField
 
createJavaInterfaceTemplateModule(ThreadContext) - Static method in class org.jruby.java.proxies.JavaInterfaceTemplate
 
createJavaMethodClass(Ruby, RubyModule) - Static method in class org.jruby.javasupport.JavaMethod
 
createJavaModule(Ruby) - Static method in class org.jruby.javasupport.Java
 
createJavaObjectClass(Ruby, RubyModule) - Static method in class org.jruby.javasupport.JavaObject
 
createJavaProxy(ThreadContext) - Static method in class org.jruby.java.proxies.JavaProxy
 
createJavaProxyClassClass(Ruby, RubyModule) - Static method in class org.jruby.javasupport.proxy.JavaProxyClass
 
createJavaProxyConstructorClass(Ruby, RubyModule) - Static method in class org.jruby.javasupport.proxy.JavaProxyConstructor
 
createJavaProxyMethodClass(Ruby, RubyModule) - Static method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
createJavaProxyMethods(ThreadContext) - Static method in class org.jruby.javasupport.JavaProxyMethods
 
createJavaProxyModule(Ruby) - Static method in class org.jruby.javasupport.proxy.JavaProxyClass
 
createJoin() - Method in class org.jruby.util.Join.Spec
 
createJoin(Executor) - Method in class org.jruby.util.Join.Spec
 
createJRubyObjectInputStream(Ruby) - Static method in class org.jruby.ext.jruby.JRubyObjectInputStream
 
createKcode(String) - Static method in class org.jruby.ir.persistence.read.parser.NonIRObjectFactory
 
createKernelModule(Ruby) - Static method in class org.jruby.RubyKernel
 
createLibrary(LoadService.SearchState, LoadServiceResource) - Method in class org.jruby.embed.osgi.internal.OSGiLoadService
Support for 'bundle:/' to look for libraries in osgi bundles.
createLibrary(LoadService.SearchState, LoadServiceResource) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
createList(Node) - Static method in class org.jruby.ast.Node
 
createList(Node, Node) - Static method in class org.jruby.ast.Node
 
createList(Node, Node, Node) - Static method in class org.jruby.ast.Node
 
createList(Node...) - Static method in class org.jruby.ast.Node
 
createLoadService(Ruby) - Method in class org.jruby.RubyInstanceConfig
 
createLocalJumpErrorClass(Ruby, RubyClass) - Static method in class org.jruby.RubyLocalJumpError
 
createMapJavaProxy(ThreadContext) - Static method in class org.jruby.java.proxies.MapJavaProxy
 
createMarshalModule(Ruby) - Static method in class org.jruby.RubyMarshal
 
createMatchDataClass(Ruby) - Static method in class org.jruby.RubyMatchData
 
createMathModule(Ruby) - Static method in class org.jruby.RubyMath
Create the Math module and add it to the Ruby runtime.
createMemoryPointerClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.MemoryPointer
 
createMethodBlock(ThreadContext, IRubyObject, DynamicScope, MethodBlock) - Static method in class org.jruby.runtime.MethodBlock
 
createMethodCall(RubyContext) - Static method in class org.jruby.truffle.nodes.dispatch.DispatchHeadNodeFactory
 
createMethodCall(RubyContext, boolean) - Static method in class org.jruby.truffle.nodes.dispatch.DispatchHeadNodeFactory
 
createMethodCall(RubyContext, MissingBehavior) - Static method in class org.jruby.truffle.nodes.dispatch.DispatchHeadNodeFactory
 
createMethodCall(RubyContext, boolean, MissingBehavior) - Static method in class org.jruby.truffle.nodes.dispatch.DispatchHeadNodeFactory
 
createMethodCall(RubyContext, boolean, boolean, MissingBehavior) - Static method in class org.jruby.truffle.nodes.dispatch.DispatchHeadNodeFactory
 
createMethodCallOnSelf(RubyContext) - Static method in class org.jruby.truffle.nodes.dispatch.DispatchHeadNodeFactory
 
createMethodClass(Ruby) - Static method in class org.jruby.RubyMethod
Create the RubyMethod class and add it to the Ruby runtime.
createModeFlags(int) - Static method in class org.jruby.util.io.ModeFlags
 
createModuleClass(Ruby, RubyClass) - Static method in class org.jruby.RubyModule
 
createNameErrorClass(Ruby, RubyClass) - Static method in class org.jruby.RubyNameError
 
createNameErrorMessageClass(Ruby, RubyClass) - Static method in class org.jruby.RubyNameError
 
createNativeRaiseException(Ruby, Throwable) - Static method in exception org.jruby.exceptions.RaiseException
Method still in use by jruby-openssl <= 0.5.2
createNativeRaiseException(Ruby, Throwable, Member) - Static method in exception org.jruby.exceptions.RaiseException
 
createNilClass(Ruby) - Static method in class org.jruby.RubyNil
 
createNKF(Ruby) - Static method in class org.jruby.ext.nkf.RubyNKF
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.cast.ArrayCastNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.cast.BooleanCastNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.cast.HashCastNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.cast.ProcCastNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.cast.ProcOrNullNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.cast.SplatCastNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.cast.StringToSymbolNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.cast.ToSNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.conversion.ToJavaStringNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.conversion.ToSymbolNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayDropTailNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayDupNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayGetTailNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayIndexNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.AddNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.AnyNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.AtNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ClearNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.CompactNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ConcatNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.DeleteAtNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.DeleteNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.EachNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.EachWithIndexNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.EmptyNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.EqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.FindNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.FirstNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.FlattenNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.HashNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.IncludeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.IndexNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.IndexSetNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.InitializeCopyNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.InitializeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.InjectNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.InsertNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.InspectNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.JoinNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.LastNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MapInPlaceNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MapNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MaxBlockNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MaxNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MinBlockNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MinNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MulNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.PackNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.PermutationNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.PopNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ProductNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.PushNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.PushOneNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.RejectInPlaceNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.RejectNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ReplaceNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.SelectNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ShiftNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.SizeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.SortBangNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.SortNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.SubNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ToANodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.UnionNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.UniqNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.UnshiftNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ZipNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ArraySliceNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.IDNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.InitializeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.InstanceEvalNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.MethodMissingNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.NotEqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.NotNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.ReferenceEqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.SendNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.AbsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.AddNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.BitAndNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.BitOrNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.BitXOrNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.CompareNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.DivModNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.DivNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.EqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.EvenNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.GreaterEqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.GreaterNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.HashNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.LeftShiftNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.LessEqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.LessNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.ModNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.MulNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.NegNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.PowNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.RightShiftNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.SubNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.ToFNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BignumNodesFactory.ToSNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BindingNodesFactory.LocalVariableGetNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.BindingNodesFactory.LocalVariableSetNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ClassNodesFactory.AllocateNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ClassNodesFactory.InheritedNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ClassNodesFactory.InitializeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ClassNodesFactory.NewNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ClassNodesFactory.SuperClassNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.BetweenNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.EqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.GreaterEqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.GreaterNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.LessEqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.LessNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.DirNodesFactory.ChdirNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.DirNodesFactory.DeleteNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.DirNodesFactory.ExistsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.DirNodesFactory.GlobNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.DirNodesFactory.MkdirNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.DirNodesFactory.PwdNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.EncodingConverterNodesFactory.ConvPathNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.EncodingConverterNodesFactory.InitializeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.EncodingConverterNodesFactory.SearchConvPathNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.CompatibleQueryNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.DefaultExternalNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.DefaultInternalNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.DummyNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.FindNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.InspectNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.ListNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.NameListNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.SetDefaultExternalNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.SetDefaultInternalNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.ToSNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ExceptionNodesFactory.BacktraceNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ExceptionNodesFactory.InitializeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ExceptionNodesFactory.MessageNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ExceptionNodesFactory.ToSNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FalseClassNodesFactory.AndNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FalseClassNodesFactory.OrXorNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FiberNodesFactory.InitializeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FiberNodesFactory.ResumeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FiberNodesFactory.YieldNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.AbsolutePathNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.CloseNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.DeleteNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.DirectoryNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.DirnameNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.EachLineNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.ExecutableNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.ExistsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.ExpandPathNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.FileNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.JoinNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.PathNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.PutsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.ReadFunctionNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.ReadNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.SizeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.SymlinkQueryNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FileNodesFactory.WriteNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.AbsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.AddNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.BitAndNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.BitLengthNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.BitOrNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.BitXOrNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.CompareNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.ComplementNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.DivModNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.DivNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.EqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.FloorNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.GreaterEqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.GreaterNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.InspectNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.LeftShiftNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.LessEqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.LessNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.ModNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.MulNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.NegNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.PowNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.RightShiftNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.SizeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.SubNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.ToFNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.ToSNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.ZeroNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.AbsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.AddNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.CeilNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.CompareNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.DivModNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.DivNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.EqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.FloorNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.GreaterEqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.GreaterNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.InfiniteNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.LessEqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.LessNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.ModNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.MulNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.NaNNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.NegNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.PowNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.RoundNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.SubNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.ToFNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.ToINodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.FloatNodesFactory.ToSNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.ClearNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.ConstructNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.DefaultNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.DeleteNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.EachNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.EmptyNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.EqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.GetIndexNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.InitializeCopyNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.InitializeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.InspectNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.KeyNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.KeysNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.MapNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.MergeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.SetIndexNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.SizeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.ToArrayNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.HashNodesFactory.ValuesNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.IntegerNodesFactory.ChrNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.IntegerNodesFactory.FloorNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.IntegerNodesFactory.TimesNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.IntegerNodesFactory.ToINodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.IntegerNodesFactory.UpToNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.IONodesFactory.OpenNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.IONodesFactory.ReadLinesNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.AbortNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ArrayNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.AtExitNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.BacktickNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.BindingNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.BlockGivenNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.CallerNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.CatchNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ClassNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.CloneNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.CompareNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.DupNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.EqlNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.EvalNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ExecNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ExitBangNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ExitNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ExtendNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ForkNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.FreezeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.FrozenNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.GetsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.HashNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InitializeCopyNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InitializeDupCloneNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InstanceOfNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InstanceVariableDefinedNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InstanceVariableGetNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InstanceVariableSetNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InstanceVariablesNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.IntegerNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.IsANodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.LambdaNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.LoadNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.LocalVariablesNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.LoopNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.MatchNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.MethodNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.MethodsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.NilNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.NotMatchNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ObjectIDNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.PrintNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.PrivateMethodsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ProcNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.PublicMethodsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RaiseNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RandNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RequireNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RequireRelativeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RespondToMissingNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RespondToNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SameOrEqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SendNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SetTraceFuncNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SingletonClassMethodNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SingletonMethodsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SleepNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SPrintfNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.StringNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SystemNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.TaintedNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.TaintNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ThrowNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ToHexStringNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ToSNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.KernelNodesFactory.UntaintNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MainNodesFactory.PrivateNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MainNodesFactory.PublicNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.BeginNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.CapturesNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.EndNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.GetIndexNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.PostMatchNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.PreMatchNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.ToANodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.ToSNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.ValuesAtNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.ACosHNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.ACosNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.ASinHNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.ASinNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.ATan2NodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.ATanHNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.ATanNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.CbRtNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.CosHNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.CosNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.ErfcNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.ErfNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.ExpNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.FrExpNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.GammaNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.HypotNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.LdexpNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.LGammaNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.Log10NodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.Log2NodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.LogNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.SimpleDyadicMathNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.SimpleMonadicMathNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.SinHNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.SinNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.SqrtNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.TanHNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MathNodesFactory.TanNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MethodNodesFactory.CallNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.MethodNodesFactory.NameNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AliasMethodNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AncestorsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AppendFeaturesNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AttrAccessorNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AttrReaderNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AttrWriterNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ClassEvalNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ClassExecNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ClassVariableDefinedNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ClassVariableGetNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ClassVariablesNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.CompareNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ConstantsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ConstDefinedNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ConstGetNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ConstMissingNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ConstSetNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ContainsInstanceNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.DefineMethodNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.IncludeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.IncludePNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.InitializeCopyNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.InitializeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.InstanceMethodNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.InstanceMethodsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.IsSubclassOfNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.MethodDefinedNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ModuleFunctionNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.NameNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.NestingNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PrivateClassMethodNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PrivateConstantNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PrivateInstanceMethodsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PrivateNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ProtectedNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PublicClassMethodNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PublicConstantNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PublicInstanceMethodsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PublicNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.RemoveClassVariableNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.RemoveMethodNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.UndefMethodNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.NumericNodesFactory.NonZeroNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.NumericNodesFactory.PosNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.NumericNodesFactory.StepNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ObjectSpaceNodesFactory.DefineFinalizerNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ObjectSpaceNodesFactory.EachObjectNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ObjectSpaceNodesFactory.ID2RefNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ObjectSpaceNodesFactory.UndefineFinalizerNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ProcessNodesFactory.PidNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ProcNodesFactory.ArityNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ProcNodesFactory.BindingNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ProcNodesFactory.CallNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ProcNodesFactory.InitializeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ProcNodesFactory.LambdaNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ProcNodesFactory.ParametersNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RangeNodesFactory.CollectNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RangeNodesFactory.EachNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RangeNodesFactory.EqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RangeNodesFactory.ExcludeEndNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RangeNodesFactory.FirstNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RangeNodesFactory.IncludeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RangeNodesFactory.LastNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RangeNodesFactory.StepNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RangeNodesFactory.ToANodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RangeNodesFactory.ToSNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.CaseEqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.EncodingNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.EqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.EscapeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.InitializeCopyNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.InitializeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.InspectNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.MatchNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.MatchOperatorNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.OptionsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.QuoteNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.SourceNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.ToSNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.SignalNodesFactory.SignalNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.AddNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.BNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.BytesNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.CapitalizeBangNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.CapitalizeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.ChompBangNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.ChompNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.ChrNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.ClearNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.CompareNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.ConcatNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.CountNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.DowncaseBangNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.DowncaseNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.DumpNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.EachLineNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.ElementSetNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.EmptyNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.EncodeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.EncodingNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.EndWithNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.EqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.ForceEncodingNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.FormatNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.GetByteNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.GetIndexNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.GsubNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.InitializeCopyNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.InitializeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.InsertNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.InspectNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.LjustNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.MatchNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.MatchOperatorNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.MulNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.OrdNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.ReverseBangNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.ReverseNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.RindexNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.RjustNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.RStripNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.ScanNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.SetByteNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.SizeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.SplitNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.StartWithNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.SubNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.SuccBangNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.SuccNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.SumNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.ToFNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.ToINodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.ToSNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.ToSymNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.UnpackNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.UpcaseBangNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.StringNodesFactory.UpcaseNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.AllSymbolsNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.CompareNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.EmptyNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.EqualNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.InspectNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.ToProcNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.ToSNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.ToSymNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.AliveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.CurrentNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.ExitInstanceNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.ExitModuleNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.InitializeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.JoinNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.KillNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.PassNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.RaiseNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.StatusNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.StopNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.ValueNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.TrueClassNodesFactory.AndNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.TrueClassNodesFactory.OrNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.TrueClassNodesFactory.XorNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.DumpCallStackNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.FlushStdoutNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.FullTreeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.JavaClassOfNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.PanicNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.ParseTreeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.TreeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.TrufflePrimitiveNodesFactory.BindingOfCallerNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.TrufflePrimitiveNodesFactory.GCCountNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.TrufflePrimitiveNodesFactory.GCTimeNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.core.UnboundMethodNodesFactory.BindNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.globals.GetFromThreadLocalNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.globals.WrapInThreadLocalNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.literal.RangeLiteralNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.methods.AliasNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.methods.AssertCompilationConstantNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.methods.locals.ReadLevelVariableNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.methods.locals.ReadLocalVariableNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.methods.locals.WriteLevelVariableNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.methods.locals.WriteLocalVariableNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.objects.ClassNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.objects.SingletonClassNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.FixnumPrimitiveNodesFactory.FixnumCoercePrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodesFactory.StringCheckNullSafePrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodesFactory.StringIndexPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodesFactory.StringToFPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeDecomposePrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeEnvZonePrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeNSecondsPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSDupPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSecondsPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSetNSecondsPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSFromArrayPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSNowPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSSpecificPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeStrftimePrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeUSecondsPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeUTCOffsetPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.EncodingGetObjectEncodingPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.ObjectInfectPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMGetModuleNamePrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectClassPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectEqualPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectKindOfPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectRespondToPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectSingletonClassObjectPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectSingletonClassPrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMSetModuleNamePrimitiveNodeFactory
 
createNode(Object...) - Method in class org.jruby.truffle.nodes.rubinius.VMPrimitiveNodesFactory.VMGCStartPrimitiveNodeFactory
 
createNoMethodErrorClass(Ruby, RubyClass) - Static method in class org.jruby.RubyNoMethodError
 
createNumericClass(Ruby) - Static method in class org.jruby.RubyNumeric
 
createObjectClass(Ruby, RubyClass) - Static method in class org.jruby.RubyObject
Will create the Ruby class Object in the runtime specified.
createObjectSpaceModule(Ruby) - Static method in class org.jruby.RubyObjectSpace
Create the ObjectSpace module and add it to the Ruby runtime.
createOldStyleImplClass(Class[], RubyClass, Ruby, String, ClassDefiningClassLoader) - Static method in class org.jruby.java.codegen.RealClassGenerator
 
createOperandType(String) - Static method in class org.jruby.ir.persistence.read.parser.NonIRObjectFactory
 
createOperation(String) - Static method in class org.jruby.ir.persistence.read.parser.NonIRObjectFactory
 
createOption(Ruby) - Static method in class org.jruby.ext.socket.Option
 
createPassInstance(Class<? extends CompilerPass>) - Static method in class org.jruby.ir.passes.CompilerPass
 
createPassInstance(String) - Static method in class org.jruby.ir.passes.CompilerPass
 
createPlatformModule(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.Platform
 
createPointerClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.Pointer
 
createProcClass(Ruby) - Static method in class org.jruby.RubyProc
 
createProcessModule(Ruby) - Static method in class org.jruby.RubyProcess
 
createProxyClassForClass(Ruby, Class) - Static method in class org.jruby.javasupport.Java
 
createRandomClass(Ruby) - Static method in class org.jruby.RubyRandom
 
createRangeClass(Ruby) - Static method in class org.jruby.RubyRange
 
createRationalClass(Ruby) - Static method in class org.jruby.RubyRational
 
createRawBacktraceStringFromThrowable(Throwable) - Static method in class org.jruby.runtime.ThreadContext
 
createRealImplClass(Class, Class[], RubyClass, Ruby, String) - Static method in class org.jruby.java.codegen.RealClassGenerator
 
createReason(String) - Static method in class org.jruby.ir.persistence.read.parser.NonIRObjectFactory
 
createRegexpClass(Ruby) - Static method in class org.jruby.RubyRegexp
 
createRegexpOptions(String, String[]) - Static method in class org.jruby.ir.persistence.read.parser.NonIRObjectFactory
RegexpOptions(kcode:$kcode(, encodingNone)?(, extended)?(, fixed)?(, ignorecase)?(, java)?(, kcodeDefault)?(, literal)?(, multiline)?(, once)?)
createResource(ThreadContext, String) - Static method in class org.jruby.util.JRubyFile
 
createResource(Ruby, String) - Static method in class org.jruby.util.JRubyFile
 
createResource(POSIX, String, String) - Static method in class org.jruby.util.JRubyFile
 
createResource(POSIX, Ruby, String, String) - Static method in class org.jruby.util.JRubyFile
 
createScannerClass(Ruby) - Static method in class org.jruby.ext.strscan.RubyStringScanner
 
createScope(IRManager, IRScopeType, String, int, IRScope, Signature, int, StaticScope) - Static method in class org.jruby.ir.persistence.IRReader
 
createScopeType(String) - Static method in class org.jruby.ir.persistence.read.parser.NonIRObjectFactory
 
createSharedScopeBlock(ThreadContext, IRubyObject, int, CompiledBlockCallback, boolean, int) - Static method in class org.jruby.runtime.Helpers
 
createSignal(Ruby) - Static method in class org.jruby.RubySignal
 
createSingletonClassOfObject(RubyContext, RubyClass, String) - Static method in class org.jruby.truffle.runtime.core.RubyClass
 
createSourcePosition(String, int) - Static method in class org.jruby.ir.persistence.read.parser.NonIRObjectFactory
 
createSpecilizedInstrType(String) - Static method in class org.jruby.ir.persistence.read.parser.NonIRObjectFactory
 
createStaticScopeType(String) - Static method in class org.jruby.ir.persistence.read.parser.NonIRObjectFactory
 
createStringClass(Ruby) - Static method in class org.jruby.RubyString
 
createStringIOClass(Ruby) - Static method in class org.jruby.ext.stringio.StringIO
 
createStrNode(ISourcePosition, ByteList, int) - Method in class org.jruby.lexer.yacc.RubyLexer
 
createStructByReferenceClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.StructByReference
 
createStructByValueClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.StructByValue
 
createStructClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.Struct
Registers the StructLayout class in the JRuby runtime.
createStructClass(Ruby) - Static method in class org.jruby.RubyStruct
 
createStructLayoutClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.StructLayout
Registers the StructLayout class in the JRuby runtime.
createSubarray(RubyArray, int) - Static method in class org.jruby.runtime.Helpers
 
createSubarray(RubyArray, int, int) - Static method in class org.jruby.runtime.Helpers
 
createSubarray(IRubyObject[], Ruby, int) - Static method in class org.jruby.runtime.Helpers
 
createSubarray(IRubyObject[], Ruby, int, int) - Static method in class org.jruby.runtime.Helpers
 
createSymbolClass(Ruby) - Static method in class org.jruby.RubySymbol
 
createSystemCallErrorClass(Ruby, RubyClass) - Static method in class org.jruby.RubySystemCallError
 
createSystemExitClass(Ruby, RubyClass) - Static method in class org.jruby.RubySystemExit
 
createTempFile(String, String, File) - Static method in class org.jruby.util.JRubyFile
 
createTempFile(String, String) - Static method in class org.jruby.util.JRubyFile
 
createTempFile(String, String, File) - Static method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
createTempFile(String, String) - Static method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
createTempFile(String, String, File) - Static method in class org.jruby.util.NormalizedFile
 
createTempFile(String, String) - Static method in class org.jruby.util.NormalizedFile
 
createTempfileClass(Ruby) - Static method in class org.jruby.ext.tempfile.Tempfile
 
createTemporaryVariable() - Method in class org.jruby.ir.IRClosure
 
createTemporaryVariable() - Method in class org.jruby.ir.IRScope
 
createThreadClass(Ruby) - Static method in class org.jruby.RubyThread
 
createThreadGroupClass(Ruby) - Static method in class org.jruby.RubyThreadGroup
 
createTimeClass(Ruby) - Static method in class org.jruby.RubyTime
 
createTopSelf(Ruby) - Static method in class org.jruby.TopSelfFactory
 
createTopSelf(Ruby, boolean) - Static method in class org.jruby.TopSelfFactory
 
createTracePointClass(Ruby) - Static method in class org.jruby.ext.tracepoint.TracePoint
 
createTrueClass(Ruby) - Static method in class org.jruby.RubyBoolean
 
createTypeClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.Type
 
createUrl(URL, List<String>) - Static method in class org.jruby.util.CompoundJarURLStreamHandler
 
createUrl(URL, String...) - Static method in class org.jruby.util.CompoundJarURLStreamHandler
 
createVariadicInvokerClass(Ruby, RubyModule) - Static method in class org.jruby.ext.ffi.jffi.VariadicInvoker
 
createWarningBacktrace(Ruby) - Method in class org.jruby.runtime.ThreadContext
Create an Array with backtrace information for a built-in warning
createWhile(RubyContext, SourceSection, BooleanCastNode, RubyNode) - Static method in class org.jruby.truffle.nodes.control.WhileNode
 
createYielderClass(Ruby) - Static method in class org.jruby.RubyYielder
 
createZlibModule(Ruby) - Static method in class org.jruby.ext.zlib.RubyZlib
Create the Zlib module and add it to the Ruby runtime.
CRLF_NEWLINE_DECORATOR - Static variable in class org.jruby.RubyConverter
 
CRLFStreamWrapper - Class in org.jruby.util.io
Wrapper around Stream that packs and unpacks LF <=> CRLF.
CRLFStreamWrapper(Stream) - Constructor for class org.jruby.util.io.CRLFStreamWrapper
 
crypt(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
rb_str_crypt
CS_IDX_INITIALIZE - Static variable in class org.jruby.RubyClass
 
ctime(ThreadContext) - Method in class org.jruby.RubyFile
 
ctime(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
ctime() - Method in class org.jruby.RubyFileStat
 
ctl(Ruby, IRubyObject, IRubyObject) - Method in class org.jruby.RubyIO
 
current(IRubyObject) - Static method in class org.jruby.RubyThread
 
current() - Method in class org.jruby.truffle.nodes.core.ThreadNodes.CurrentNode
 
CURRENT_MODULE_VARIABLE - Static variable in class org.jruby.ir.operands.TemporaryCurrentModuleVariable
 
CURRENT_SCOPE - Static variable in class org.jruby.ir.operands.CurrentScope
 
CURRENT_SCOPE_VARIABLE - Static variable in class org.jruby.ir.operands.TemporaryCurrentScopeVariable
 
currentBinding() - Method in class org.jruby.runtime.ThreadContext
Return a binding representing the current call's state
currentBinding(IRubyObject) - Method in class org.jruby.runtime.ThreadContext
Return a binding representing the current call's state but with a specified self
currentBinding(IRubyObject, Visibility) - Method in class org.jruby.runtime.ThreadContext
Return a binding representing the current call's state but with the specified visibility and self.
currentBinding(IRubyObject, DynamicScope) - Method in class org.jruby.runtime.ThreadContext
Return a binding representing the current call's state but with the specified scope and self.
currentBinding(IRubyObject, Visibility, DynamicScope) - Method in class org.jruby.runtime.ThreadContext
Return a binding representing the current call's state but with the specified visibility, scope, and self.
currentLock - Variable in class org.jruby.util.io.ChannelFD
 
currentLock - Variable in class org.jruby.util.io.OpenFile
 
currentNode - Variable in class org.jruby.truffle.translator.Translator
 
CurrentScope(CurrentScope) - Method in class org.jruby.ir.IRVisitor
 
CurrentScope - Class in org.jruby.ir.operands
 
CurrentScope(int) - Constructor for class org.jruby.ir.operands.CurrentScope
 
CurrentScope(CurrentScope) - Method in class org.jruby.ir.targets.JVMVisitor
 
currentScope - Variable in class org.jruby.parser.ParserSupport
 
curry(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyMethod
 
cycle(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_cycle
cycle(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
rb_ary_cycle
cycle(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
cycle(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 

D

d2f() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
d2i() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
d2l() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
dadd() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
DaemonThreadFactory - Class in org.jruby.threading
A ThreadFactory for when we're using pooled threads; we want to create the threads with daemon = true so they don't keep us from shutting down.
DaemonThreadFactory(String) - Constructor for class org.jruby.threading.DaemonThreadFactory
 
DaemonThreadFactory(String, int) - Constructor for class org.jruby.threading.DaemonThreadFactory
 
DaemonThreadFactory() - Constructor for class org.jruby.threading.DaemonThreadFactory
 
daload() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
DAsgnNode - Class in org.jruby.ast
An assignment to a dynamic variable (e.g.
DAsgnNode(ISourcePosition, String, int, Node) - Constructor for class org.jruby.ast.DAsgnNode
 
dastore() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
data(ThreadContext) - Method in class org.jruby.ext.socket.Option
 
data_type() - Method in class org.jruby.ext.zlib.ZStream
 
DataConverter - Class in org.jruby.ext.ffi
Converts data from one FFI type to another.
DataConverter() - Constructor for class org.jruby.ext.ffi.DataConverter
 
DataConverters - Class in org.jruby.ext.ffi.jffi
 
DataConverters() - Constructor for class org.jruby.ext.ffi.jffi.DataConverters
 
DataConverters.CallbackDataConverter - Class in org.jruby.ext.ffi.jffi
 
DataConverters.CallbackDataConverter(CallbackInfo) - Constructor for class org.jruby.ext.ffi.jffi.DataConverters.CallbackDataConverter
 
DataConverters.ChainedDataConverter - Class in org.jruby.ext.ffi.jffi
 
DataConverters.ChainedDataConverter(NativeDataConverter, NativeDataConverter) - Constructor for class org.jruby.ext.ffi.jffi.DataConverters.ChainedDataConverter
 
DataConverters.IntOrEnumConverter - Class in org.jruby.ext.ffi.jffi
 
DataConverters.IntOrEnumConverter(NativeType, IRubyObject) - Constructor for class org.jruby.ext.ffi.jffi.DataConverters.IntOrEnumConverter
 
DataConverters.MappedDataConverter - Class in org.jruby.ext.ffi.jffi
 
DataConverters.MappedDataConverter(MappedType) - Constructor for class org.jruby.ext.ffi.jffi.DataConverters.MappedDataConverter
 
DataFlowConstants - Class in org.jruby.ir.dataflow
 
DataFlowConstants() - Constructor for class org.jruby.ir.dataflow.DataFlowConstants
 
DataFlowProblem<T extends DataFlowProblem<T,U>,U extends FlowGraphNode<T,U>> - Class in org.jruby.ir.dataflow
 
DataFlowProblem(DataFlowProblem.DF_Direction) - Constructor for class org.jruby.ir.dataflow.DataFlowProblem
 
DataFlowProblem.DF_Direction - Enum in org.jruby.ir.dataflow
 
dataGetStruct(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
dataGetStruct() - Method in class org.jruby.ir.operands.UndefinedValue
Our version of Data_Get_Struct.
dataGetStruct() - Method in class org.jruby.java.proxies.JavaProxy
 
dataGetStruct() - Method in class org.jruby.javasupport.JavaObject
 
dataGetStruct() - Method in class org.jruby.RubyBasicObject
 
dataGetStruct() - Method in interface org.jruby.runtime.builtin.IRubyObject
Our version of Data_Get_Struct.
dataGetStructChecked(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
dataGetStructChecked() - Method in class org.jruby.ir.operands.UndefinedValue
 
dataGetStructChecked() - Method in class org.jruby.RubyBasicObject
 
dataGetStructChecked() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
DataType - Interface in org.jruby.runtime.marshal
DataType is similiar to T_DATA to represent types which are incapable of getting marshalled.
dataWrapStruct(IRubyObject, Object) - Static method in class org.jruby.BasicObjectStub
 
dataWrapStruct(Object) - Method in class org.jruby.ir.operands.UndefinedValue
Our version of Data_Wrap_Struct.
dataWrapStruct(Object) - Method in class org.jruby.java.proxies.JavaProxy
 
dataWrapStruct(Object) - Method in class org.jruby.javasupport.JavaObject
 
dataWrapStruct(Object) - Method in class org.jruby.RubyBasicObject
 
dataWrapStruct(Object) - Method in interface org.jruby.runtime.builtin.IRubyObject
Our version of Data_Wrap_Struct.
dbl2num(Ruby, double) - Static method in class org.jruby.RubyNumeric
rb_dbl2big + LONG2FIX at once (numeric.c)
dbl_cmp(Ruby, double, double) - Static method in class org.jruby.RubyNumeric
rb_dbl_cmp (numeric.c)
DBL_EPSILON - Static variable in class org.jruby.RubyNumeric
 
dcmpg() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
dcmpl() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ddiv() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
DeadCodeElimination - Class in org.jruby.ir.passes
 
DeadCodeElimination() - Constructor for class org.jruby.ir.passes.DeadCodeElimination
 
DeadNode - Class in org.jruby.truffle.translator
Dead nodes are removed wherever they are found during translation.
DeadNode(RubyContext, SourceSection, String) - Constructor for class org.jruby.truffle.translator.DeadNode
 
dealWithRunFromMain(Ruby, InputStream, String) - Method in class org.jruby.ParsingAndRunManager
 
DEBUG - Static variable in class org.jruby.anno.InvokerGenerator
 
DEBUG - Static variable in exception org.jruby.exceptions.RaiseException
 
DEBUG - Static variable in class org.jruby.ext.ffi.jffi.DefaultMethod
 
debug(String, Object...) - Method in interface org.jruby.util.log.Logger
 
debug(Throwable) - Method in interface org.jruby.util.log.Logger
 
debug(String, Throwable) - Method in interface org.jruby.util.log.Logger
 
debug(String, Object...) - Method in class org.jruby.util.log.StandardErrorLogger
 
debug(Throwable) - Method in class org.jruby.util.log.StandardErrorLogger
 
debug(String, Throwable) - Method in class org.jruby.util.log.StandardErrorLogger
 
DEBUG_ALLOW - Static variable in interface org.jruby.Profile
 
DEBUG_FORMATTER - Static variable in class org.jruby.truffle.runtime.backtrace.Backtrace
 
DEBUG_FULLTRACE - Static variable in class org.jruby.util.cli.Options
 
DEBUG_LAUNCH - Static variable in class org.jruby.util.cli.Options
 
DEBUG_LAUNCHING - Static variable in class org.jruby.RubyInstanceConfig
Turn on debugging of subprocess launching.
DEBUG_LOAD_SERVICE - Static variable in class org.jruby.RubyInstanceConfig
Turn on debugging of the load service (requires and loads).
DEBUG_LOAD_TIMINGS - Static variable in class org.jruby.RubyInstanceConfig
Turn on timings of the load service (requires and loads).
DEBUG_LOADSERVICE - Static variable in class org.jruby.util.cli.Options
 
DEBUG_LOADSERVICE_TIMING - Static variable in class org.jruby.util.cli.Options
 
DEBUG_PARSER - Static variable in class org.jruby.RubyInstanceConfig
 
DEBUG_PARSER - Static variable in class org.jruby.util.cli.Options
 
DEBUG_SCALA - Static variable in class org.jruby.javasupport.JavaClass
 
DEBUG_SCRIPT_RESOLUTION - Static variable in class org.jruby.RubyInstanceConfig
Turn on debugging of script resolution with "-S".
DEBUG_SCRIPTRESOLUTION - Static variable in class org.jruby.util.cli.Options
 
DebugBacktraceFormatter - Class in org.jruby.truffle.runtime.backtrace
 
DebugBacktraceFormatter() - Constructor for class org.jruby.truffle.runtime.backtrace.DebugBacktraceFormatter
 
debugLogFound(String, String) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
debugLogFound(LoadServiceResource) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
debugLogTry(String, String) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
debugModuleChain(RubyModule) - Static method in class org.jruby.truffle.runtime.core.RubyModule
 
DebugOperations - Class in org.jruby.truffle.runtime
 
DebugOperations() - Constructor for class org.jruby.truffle.runtime.DebugOperations
 
debugString(RubyContext, Object) - Static method in class org.jruby.truffle.runtime.backtrace.DebugBacktraceFormatter
 
DECLARATION_FRAME_INDEX - Static variable in class org.jruby.truffle.runtime.RubyArguments
 
declare(ISourcePosition, String, int) - Method in class org.jruby.parser.StaticScope
 
declare(ISourcePosition, String) - Method in class org.jruby.parser.StaticScope
Make a DVar or LocalVar node based on scoping logic
declareBean(BSFDeclaredBean) - Method in class org.jruby.embed.bsf.JRubyEngine
 
declareBean(BSFDeclaredBean) - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
declareClassVariable(Ruby, StaticScope, IRubyObject, String, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
declared_annotations() - Method in class org.jruby.javasupport.JavaAccessibleObject
 
declared_annotations() - Method in class org.jruby.javasupport.JavaClass
 
declared_annotations_p() - Method in class org.jruby.javasupport.JavaAccessibleObject
 
declared_annotations_p() - Method in class org.jruby.javasupport.JavaClass
 
declared_class_methods() - Method in class org.jruby.javasupport.JavaClass
 
declared_classes() - Method in class org.jruby.javasupport.JavaClass
 
declared_constructor(IRubyObject[]) - Method in class org.jruby.javasupport.JavaClass
 
declared_constructors() - Method in class org.jruby.javasupport.JavaClass
 
declared_field(ThreadContext, IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
declared_fields() - Method in class org.jruby.javasupport.JavaClass
 
declared_instance_methods() - Method in class org.jruby.javasupport.JavaClass
 
declared_method(IRubyObject[]) - Method in class org.jruby.javasupport.JavaClass
 
declared_method_smart(IRubyObject[]) - Method in class org.jruby.javasupport.JavaClass
 
declareIdentifier(String) - Method in class org.jruby.parser.ParserSupport
 
declareVar(String) - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
declareVarWhereAllowed(String) - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
declaring_class() - Method in class org.jruby.javasupport.JavaAccessibleObject
 
declaring_class() - Method in class org.jruby.javasupport.JavaClass
 
declaringClass - Variable in class org.jruby.anno.JavaMethodDescriptor
 
declaringClassName - Variable in class org.jruby.anno.JavaMethodDescriptor
 
declaringClassPath - Variable in class org.jruby.anno.JavaMethodDescriptor
 
decode(byte[], int, int, Charset) - Static method in class org.jruby.RubyEncoding
 
decode(byte[], Charset) - Static method in class org.jruby.RubyEncoding
 
decode(long) - Static method in class org.jruby.runtime.Signature
 
decode(Ruby, ByteBuffer) - Method in class org.jruby.util.Pack.Converter
 
decode(Ruby, ByteBuffer, int, RubyArray, Pack.Converter) - Static method in class org.jruby.util.Pack
 
decodeBlockScope(ThreadContext, String) - Static method in class org.jruby.runtime.Helpers
Deprecated.
decodeBoolean() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeBoolean() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeByte() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeByte() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeByteList(Ruby, ByteList) - Static method in class org.jruby.runtime.Helpers
Decode a given ByteList to a Java string.
decodeCaptureOffsets(String) - Static method in class org.jruby.runtime.Helpers
 
decodeChar() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeChar() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeDouble() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeDouble() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeFloat() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeFloat() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeInstr() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeInstr() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeInstructionsAt(IRScope, int) - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeInstructionsAt(IRScope, int) - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeInt() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeInt() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeIntRaw() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeIntRaw() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeIRScopeType() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeIRScopeType() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeLocalScope(ThreadContext, String) - Static method in class org.jruby.runtime.Helpers
Deprecated.
decodeLocalScope(ThreadContext, StaticScope, String) - Static method in class org.jruby.runtime.Helpers
Deprecated.
decodeLong() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeLong() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeOperand() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeOperand() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeOperandArray() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeOperandArray() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeOperandList() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeOperandList() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeOperandType() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeOperandType() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeOperation() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeOperation() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeRootScope(ThreadContext, String) - Static method in class org.jruby.runtime.Helpers
Deprecated.
decodeScope() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeScope() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeScope(ThreadContext, StaticScope, String) - Static method in class org.jruby.runtime.Helpers
 
decodeScopeAndDetermineModule(ThreadContext, StaticScope, String) - Static method in class org.jruby.runtime.Helpers
 
decodeSplatmap(String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
decodeStaticScopeType() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeStaticScopeType() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeString() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeString() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeString() - Method in class org.jruby.RubyString
Convert this Ruby string to a Java String.
decodeStringArray() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeStringArray() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeTemporaryVariableType() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeTemporaryVariableType() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decodeUTF8(byte[], int, int) - Static method in class org.jruby.RubyEncoding
 
decodeUTF8(byte[]) - Static method in class org.jruby.RubyEncoding
 
decodeVariable() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
decodeVariable() - Method in class org.jruby.ir.persistence.IRReaderFile
 
decompose(DateTime) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeDecomposePrimitiveNode
 
decorateConvpath(ThreadContext, IRubyObject, int) - Static method in class org.jruby.util.io.EncodingUtils
 
DECORATOR_P(byte[], byte[]) - Static method in class org.jruby.util.io.EncodingUtils
 
decRecursionFor(int) - Method in class org.jruby.runtime.profile.builtin.ProfileData
 
decrementLVarScopeDepth() - Method in class org.jruby.ir.instructions.LoadLocalVarInstr
 
decrementLVarScopeDepth() - Method in class org.jruby.ir.instructions.StoreLocalVarInstr
 
def(ThreadContext, IRubyObject, Object, String, String, StaticScope, int, String, int, CallConfiguration, String) - Static method in class org.jruby.runtime.Helpers
 
def(ThreadContext, IRubyObject, Object, String, String, StaticScope, int, String, int, CallConfiguration, String, MethodNodes) - Static method in class org.jruby.runtime.Helpers
 
DEFAULT - Static variable in class org.jruby.anno.TypePopulator
 
DEFAULT - Static variable in interface org.jruby.Profile
 
DEFAULT - Static variable in interface org.jruby.RubyInstanceConfig.LoadServiceCreator
 
DEFAULT_COMPILER_PASSES - Static variable in class org.jruby.ir.IRManager
 
DEFAULT_FORMATTER - Static variable in class org.jruby.util.RubyTimeOutputFormatter
 
DEFAULT_FORMATTER - Static variable in class org.jruby.util.TimeOutputFormatter
Deprecated.
 
DEFAULT_INLINING_COMPILER_PASSES - Static variable in class org.jruby.ir.IRManager
 
DEFAULT_INSPECT_STR_SIZE - Static variable in class org.jruby.RubyArray
 
DEFAULT_INSPECT_STR_SIZE - Static variable in class org.jruby.RubyHash
 
DEFAULT_JIT_PASSES - Static variable in class org.jruby.ir.IRManager
 
DEFAULT_KIND_OF - Static variable in class org.jruby.RubyModule.KindOf
 
DEFAULT_OBJECT_MARSHAL - Static variable in class org.jruby.RubyClass
 
default_proc() - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_default_proc
default_proc() - Method in class org.jruby.RubyHash
rb_hash_default_proc
DEFAULT_RUBY_VERSION - Static variable in class org.jruby.runtime.Constants
 
DEFAULT_TEXTMODE - Static variable in class org.jruby.util.io.EncodingUtils
 
default_value_get(ThreadContext) - Method in class org.jruby.java.proxies.MapJavaProxy
 
default_value_get(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
 
default_value_get(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyHash
Deprecated.
default_value_get(ThreadContext) - Method in class org.jruby.RubyHash
 
default_value_get(ThreadContext, IRubyObject) - Method in class org.jruby.RubyHash
 
default_value_set(IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_set_default
default_value_set(IRubyObject) - Method in class org.jruby.RubyHash
rb_hash_set_default
DefaultAnnotationParameter - Class in org.jruby.ast.java_signature
 
DefaultAnnotationParameter(AnnotationExpression) - Constructor for class org.jruby.ast.java_signature.DefaultAnnotationParameter
 
defaultElement(VirtualFrame, RubyHash, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.HashNodes.DefaultNode
 
defaultElement(VirtualFrame, RubyHash, Object) - Method in class org.jruby.truffle.nodes.core.HashNodes.DefaultNode
 
defaultExternal() - Method in class org.jruby.truffle.nodes.core.EncodingNodes.DefaultExternalNode
 
defaultExternal(RubyEncoding) - Method in class org.jruby.truffle.nodes.core.EncodingNodes.SetDefaultExternalNode
 
defaultExternal(RubyEncoding) - Method in class org.jruby.truffle.nodes.core.EncodingNodes.SetDefaultInternalNode
 
defaultExternal(RubyNilClass) - Method in class org.jruby.truffle.nodes.core.EncodingNodes.SetDefaultInternalNode
 
defaultExternalEncoding(Ruby) - Static method in class org.jruby.util.io.EncodingUtils
 
defaultInternal() - Method in class org.jruby.truffle.nodes.core.EncodingNodes.DefaultInternalNode
 
DefaultMethod - Class in org.jruby.ext.ffi.jffi
 
DefaultMethod(RubyModule, Function, Signature, NativeInvoker) - Constructor for class org.jruby.ext.ffi.jffi.DefaultMethod
 
DefaultMethodFactory - Class in org.jruby.ext.ffi.jffi
 
defaultResult() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
defaultResult() - Method in interface org.jruby.javasupport.proxy.JavaProxyMethod
 
defaultVariablesUnmarshal(IRubyObject) - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
defaultVisit(Node) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
defaultVisit(Node) - Method in class org.jruby.ast.visitor.InstanceVariableFinder
 
defaultVisit(Node) - Method in class org.jruby.truffle.translator.BodyTranslator
 
defaultVisit(Node) - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
defaultVisit(Node) - Method in class org.jruby.truffle.translator.ParameterCollector
 
defCompiledClassMethod(ThreadContext, MethodHandle, IRScope, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
defCompiledClassMethod(ThreadContext, MethodHandle, MethodHandle, int, IRScope, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
defCompiledInstanceMethod(ThreadContext, MethodHandle, IRScope, DynamicScope, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
defCompiledInstanceMethod(ThreadContext, MethodHandle, MethodHandle, int, IRScope, DynamicScope, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
defCompiledIRClassMethod(ThreadContext, IRubyObject, MethodHandle, String, IRScope) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
defCompiledIRMethod(ThreadContext, MethodHandle, String, DynamicScope, IRubyObject, IRScope) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
define(String, IAccessor, GlobalVariable.Scope) - Method in class org.jruby.internal.runtime.GlobalVariables
 
define(RubyModule, JavaMethodDescriptor, DynamicMethod) - Method in interface org.jruby.runtime.MethodFactory.MethodDefiningCallback
Deprecated.
 
define_finalizer(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyObjectSpace
 
define_method(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyModule
 
define_method(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyModule
 
define_method(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyModule
Deprecated.
define_singleton_method(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
defineAlias(ThreadContext, IRubyObject, DynamicScope, String, String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
defineAlias(String, String) - Method in class org.jruby.RubyModule
rb_alias
defineAlias(int, String) - Method in interface org.jruby.runtime.encoding.EncodingService.EncodingAliasVisitor
 
defineAlias(ThreadContext, IRubyObject, Object, Object) - Static method in class org.jruby.runtime.Helpers
 
defineAliases(List<String>, String) - Method in class org.jruby.RubyModule
 
defineAliases() - Method in class org.jruby.runtime.encoding.EncodingService
 
defineAliases(EncodingService.EncodingAliasVisitor) - Method in class org.jruby.runtime.encoding.EncodingService
 
defineAnnotatedConstant(Field) - Method in class org.jruby.RubyModule
 
defineAnnotatedConstants(Class) - Method in class org.jruby.RubyModule
 
defineAnnotatedMethod(Class, String) - Method in class org.jruby.RubyModule
 
defineAnnotatedMethod(String, List<JavaMethodDescriptor>, MethodFactory) - Method in class org.jruby.RubyModule
 
defineAnnotatedMethod(Method, MethodFactory) - Method in class org.jruby.RubyModule
 
defineAnnotatedMethod(String, JavaMethodDescriptor, MethodFactory) - Method in class org.jruby.RubyModule
 
defineAnnotatedMethods(Class) - Method in class org.jruby.RubyModule
 
defineAnnotatedMethodsIndividually(Class) - Method in class org.jruby.RubyModule
 
defineAutoload(String, IAutoloadMethod) - Method in class org.jruby.RubyModule
Define an autoload.
defineClass(String, RubyClass, ObjectAllocator) - Method in class org.jruby.Ruby
Define a new class under the Object namespace.
defineClass(String, RubyClass, ObjectAllocator, CallSite[]) - Method in class org.jruby.Ruby
A variation of defineClass that allows passing in an array of subplementary call sites for improving dynamic invocation performance.
defineClass(String, byte[]) - Method in interface org.jruby.util.ClassDefiningClassLoader
 
defineClass(String, byte[]) - Method in class org.jruby.util.ClassDefininngJRubyClassLoader
 
defineClass(String, byte[], ProtectionDomain) - Method in class org.jruby.util.ClassDefininngJRubyClassLoader
 
defineClass(String, byte[]) - Method in class org.jruby.util.OneShotClassLoader
 
DefineClassInstr - Class in org.jruby.ir.instructions
 
DefineClassInstr(Variable, IRClassBody, Operand, Operand) - Constructor for class org.jruby.ir.instructions.DefineClassInstr
 
DefineClassInstr(DefineClassInstr) - Method in class org.jruby.ir.IRVisitor
 
DefineClassInstr(DefineClassInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
DefineClassMethodInstr - Class in org.jruby.ir.instructions
 
DefineClassMethodInstr(Operand, IRMethod) - Constructor for class org.jruby.ir.instructions.DefineClassMethodInstr
 
DefineClassMethodInstr(DefineClassMethodInstr) - Method in class org.jruby.ir.IRVisitor
 
DefineClassMethodInstr(DefineClassMethodInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
defineClassUnder(String, RubyClass, ObjectAllocator, RubyModule) - Method in class org.jruby.Ruby
Define a new class with the given name under the given module or class namespace.
defineClassUnder(String, RubyClass, ObjectAllocator, RubyModule, CallSite[]) - Method in class org.jruby.Ruby
A variation of defineClassUnder that allows passing in an array of supplementary call sites to improve dynamic invocation.
defineClassUnder(String, RubyClass, ObjectAllocator) - Method in class org.jruby.RubyModule
rb_define_class_under this method should be used only as an API to define/open nested classes
defineClassUnder(RubyModule, String, RubyClass) - Method in interface org.jruby.util.ClassProvider
 
defineConstant(String, IRubyObject) - Method in class org.jruby.RubyModule
rb_define_const
defineConstant(int, String) - Method in interface org.jruby.runtime.encoding.EncodingService.EncodingAliasVisitor
 
defineConstant(int, String) - Method in interface org.jruby.runtime.encoding.EncodingService.EncodingDefinitionVisitor
 
defined_class(ThreadContext) - Method in class org.jruby.ext.tracepoint.TracePoint
 
DefinedMessage - Enum in org.jruby.util
An enum for all "defined?" messages.
DefinedNode - Class in org.jruby.ast
a defined statement.
DefinedNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.DefinedNode
 
DefinedNode - Class in org.jruby.truffle.nodes
Switches execution to the parallel RubyNode.isDefined(com.oracle.truffle.api.frame.VirtualFrame) semantic path.
DefinedNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.DefinedNode
 
defineDummyEncoding(ThreadContext, byte[]) - Static method in class org.jruby.util.io.EncodingUtils
 
defineEncoding(EncodingDB.Entry, byte[], int, int) - Method in interface org.jruby.runtime.encoding.EncodingService.EncodingDefinitionVisitor
 
defineEncodings() - Method in class org.jruby.runtime.encoding.EncodingService
 
defineEncodings(EncodingService.EncodingDefinitionVisitor) - Method in class org.jruby.runtime.encoding.EncodingService
 
defineEnumerator(Ruby) - Static method in class org.jruby.RubyEnumerator
 
defineFinalizer(Object, RubyProc) - Method in class org.jruby.truffle.nodes.core.ObjectSpaceNodes.DefineFinalizerNode
 
defineFinalizer(RubyBasicObject, RubyProc) - Method in class org.jruby.truffle.runtime.subsystems.ObjectSpaceManager
 
defineFromBytecode(IRScope, byte[], ClassDefiningClassLoader) - Method in class org.jruby.ir.targets.JVMVisitor
 
defineGlobalConstant(String, IRubyObject) - Method in class org.jruby.Ruby
rb_define_global_const Define a constant on the global namespace (i.e.
DefineInstanceMethodInstr - Class in org.jruby.ir.instructions
 
DefineInstanceMethodInstr(IRMethod) - Constructor for class org.jruby.ir.instructions.DefineInstanceMethodInstr
 
DefineInstanceMethodInstr(DefineInstanceMethodInstr) - Method in class org.jruby.ir.IRVisitor
 
DefineInstanceMethodInstr(DefineInstanceMethodInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
DefineMetaClassInstr - Class in org.jruby.ir.instructions
 
DefineMetaClassInstr(Variable, Operand, IRModuleBody) - Constructor for class org.jruby.ir.instructions.DefineMetaClassInstr
 
DefineMetaClassInstr(DefineMetaClassInstr) - Method in class org.jruby.ir.IRVisitor
 
DefineMetaClassInstr(DefineMetaClassInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
defineMethod(RubyModule, RubyString, UndefinedPlaceholder, RubyProc) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.DefineMethodNode
 
defineMethod(RubyModule, RubyString, RubyProc, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.DefineMethodNode
 
defineMethod(RubyModule, RubySymbol, UndefinedPlaceholder, RubyProc) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.DefineMethodNode
 
defineMethod(RubyModule, RubySymbol, RubyProc, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.DefineMethodNode
 
defineMethod(RubyModule, RubySymbol, RubyMethod, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.DefineMethodNode
 
defineMethodInner(MethodDefNode, IRMethod, IRScope) - Method in class org.jruby.ir.IRBuilder
 
defineModule(String) - Method in class org.jruby.Ruby
Define a new module under the Object namespace.
DefineModuleInstr - Class in org.jruby.ir.instructions
 
DefineModuleInstr(Variable, IRModuleBody, Operand) - Constructor for class org.jruby.ir.instructions.DefineModuleInstr
 
DefineModuleInstr(DefineModuleInstr) - Method in class org.jruby.ir.IRVisitor
 
DefineModuleInstr(DefineModuleInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
defineModuleUnder(String, RubyModule) - Method in class org.jruby.Ruby
Define a new module with the given name under the given module or class namespace.
defineModuleUnder(String) - Method in class org.jruby.RubyModule
rb_define_module_under this method should be used only as an API to define/open nested module
defineModuleUnder(RubyModule, String) - Method in interface org.jruby.util.ClassProvider
 
defineOldStyleImplClass(Ruby, String, String[], Map<String, List<Method>>, ClassDefiningClassLoader) - Static method in class org.jruby.java.codegen.RealClassGenerator
This variation on defineImplClass uses all the classic type coercion logic for passing args and returning results.
DefineOrGetClassNode - Class in org.jruby.truffle.nodes.objects
Define a new class, or get the existing one of the same name.
DefineOrGetClassNode(RubyContext, SourceSection, String, RubyNode, RubyNode) - Constructor for class org.jruby.truffle.nodes.objects.DefineOrGetClassNode
 
defineOrGetClassUnder(String, RubyClass) - Method in class org.jruby.RubyModule
this method should be used only by interpreter or compiler
DefineOrGetModuleNode - Class in org.jruby.truffle.nodes.objects
Define a new module, or get the existing one of the same name.
DefineOrGetModuleNode(RubyContext, SourceSection, String, RubyNode) - Constructor for class org.jruby.truffle.nodes.objects.DefineOrGetModuleNode
 
defineOrGetModuleUnder(String) - Method in class org.jruby.RubyModule
this method should be used only by interpreter or compiler
defineReadonly(String, IAccessor, GlobalVariable.Scope) - Method in class org.jruby.internal.runtime.GlobalVariables
 
defineReadonlyVariable(String, IRubyObject, GlobalVariable.Scope) - Method in class org.jruby.Ruby
defines a readonly global variable
defineRealImplClass(Ruby, String, Class, String[], Map<String, List<Method>>) - Static method in class org.jruby.java.codegen.RealClassGenerator
This variation on defineImplClass uses all the classic type coercion logic for passing args and returning results.
definesLocalVariable(Variable) - Method in class org.jruby.ir.IRScope
 
defineUnboundMethodClass(Ruby) - Static method in class org.jruby.RubyUnboundMethod
 
defineVariable(GlobalVariable, GlobalVariable.Scope) - Method in class org.jruby.Ruby
Defines a global variable
definingScope - Variable in class org.jruby.ir.operands.ClosureLocalVariable
 
defInterpretedClassMethod(ThreadContext, IRScope, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
defInterpretedInstanceMethod(ThreadContext, IRScope, DynamicScope, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
deflate(IRubyObject[]) - Method in class org.jruby.ext.zlib.JZlibDeflate
 
deflate(IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.zlib.RubyZlib
 
DEFLATE_ALLOCATOR - Static variable in class org.jruby.ext.zlib.JZlibDeflate
 
DefnNode - Class in org.jruby.ast
method definition node.
DefnNode(ISourcePosition, ArgumentNode, ArgsNode, StaticScope, Node) - Constructor for class org.jruby.ast.DefnNode
 
defOffline(String, String, String, String, Arity, StaticScope, CallConfiguration, String, int, MethodNodes) - Static method in class org.jruby.runtime.Helpers
 
defs(ThreadContext, IRubyObject, IRubyObject, Object, String, String, StaticScope, int, String, int, CallConfiguration, String) - Static method in class org.jruby.runtime.Helpers
 
defs(ThreadContext, IRubyObject, IRubyObject, Object, String, String, StaticScope, int, String, int, CallConfiguration, String, MethodNodes) - Static method in class org.jruby.runtime.Helpers
 
DefsNode - Class in org.jruby.ast
Represents a singleton method definition.
DefsNode(ISourcePosition, Node, ArgumentNode, ArgsNode, StaticScope, Node) - Constructor for class org.jruby.ast.DefsNode
 
delegate - Variable in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
DelegatingDynamicMethod - Class in org.jruby.internal.runtime.methods
 
DelegatingDynamicMethod(DynamicMethod) - Constructor for class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
DelegatingPointerParameterStrategy - Class in org.jruby.ext.ffi.jffi
 
DelegatingPointerParameterStrategy(IRubyObject, PointerParameterStrategy) - Constructor for class org.jruby.ext.ffi.jffi.DelegatingPointerParameterStrategy
 
delete(ThreadContext, IRubyObject, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_delete
delete(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
rb_ary_delete
delete(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
delete(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyHash
rb_hash_delete
delete(ThreadContext) - Method in class org.jruby.RubyString
rb_str_delete / rb_str_delete_bang
delete(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
delete(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyString
 
delete(RubyString) - Method in class org.jruby.truffle.nodes.core.DirNodes.DeleteNode
 
delete(RubyString) - Method in class org.jruby.truffle.nodes.core.FileNodes.DeleteNode
 
delete(VirtualFrame, RubyHash, Object) - Method in class org.jruby.truffle.nodes.core.HashNodes.DeleteNode
 
delete(ThreadContext, IRubyObject, Block) - Method in class org.jruby.util.collections.StringArraySet
 
delete19(ThreadContext) - Method in class org.jruby.RubyString
 
delete19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
delete19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyString
 
delete_at(int) - Method in class org.jruby.RubyArray
rb_ary_delete_at
delete_at(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_delete_at_m
delete_bang(ThreadContext) - Method in class org.jruby.RubyString
 
delete_bang(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
delete_bang(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyString
 
delete_bang19(ThreadContext) - Method in class org.jruby.RubyString
 
delete_bang19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
delete_bang19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyString
 
delete_if(ThreadContext, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_delete_if
delete_if(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
delete_if(ThreadContext, Block) - Method in class org.jruby.RubyHash
 
delete_if(ThreadContext, Block) - Method in class org.jruby.util.collections.StringArraySet
 
delete_ifInternal(ThreadContext, Block) - Method in class org.jruby.RubyHash
rb_hash_delete_if
deleteAtIntegerFixnum(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.DeleteAtNode
 
deleteAtIntegerFixnumInBounds(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.DeleteAtNode
 
deleteClassVariable(String) - Method in class org.jruby.RubyModule
 
deleteConstant(String) - Method in class org.jruby.RubyModule
 
deleteIf(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_delete_if
deleteIntegerFixnum(VirtualFrame, RubyArray, Object) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.DeleteNode
 
deleteNull(RubyHash, Object) - Method in class org.jruby.truffle.nodes.core.HashNodes.DeleteNode
 
deleteObject(VirtualFrame, RubyArray, Object) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.DeleteNode
 
deletePackedArray(VirtualFrame, RubyHash, Object) - Method in class org.jruby.truffle.nodes.core.HashNodes.DeleteNode
 
deliverEvent(RubyThread, RubyThread, ThreadService.Event) - Method in class org.jruby.internal.runtime.ThreadService
Deprecated.
demangleMethodName(String) - Static method in class org.jruby.util.JavaNameMangler
 
demoninator(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_denominator
denominator(ThreadContext) - Method in class org.jruby.RubyFloat
flo_denominator
denominator(ThreadContext) - Method in class org.jruby.RubyInteger
 
denominator(ThreadContext) - Method in class org.jruby.RubyNumeric
num_denominator
denominator(ThreadContext) - Method in class org.jruby.RubyRational
nurat_denominator
DEPENDENCIES - Static variable in class org.jruby.ir.passes.AddCallProtocolInstructions
 
DEPENDENCIES - Static variable in class org.jruby.ir.passes.AddLocalVarLoadStoreInstructions
 
DEPENDENCIES - Static variable in class org.jruby.ir.passes.DeadCodeElimination
 
DEPENDENCIES - Static variable in class org.jruby.ir.passes.DominatorTreeBuilder
 
DEPENDENCIES - Static variable in class org.jruby.ir.passes.EnsureTempsAssigned
 
DEPENDENCIES - Static variable in class org.jruby.ir.passes.LinearizeCFG
 
DEPENDENCIES - Static variable in class org.jruby.ir.passes.LiveVariableAnalysis
 
DEPENDENCIES - Static variable in class org.jruby.ir.passes.LocalOptimizationPass
 
DEPENDENCIES - Static variable in class org.jruby.ir.passes.OptimizeDynScopesPass
 
DEPENDENCIES - Static variable in class org.jruby.ir.passes.UnboxingPass
 
depends(Object) - Method in class org.jruby.ir.IRScope
 
DepthCloneable - Interface in org.jruby.ir.operands
For Operands which can be accessed from nested scopes we sometimes need to adjust them for different depths.
dereference(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.jruby.JRubyLibrary
Unwrap the given Java-integration-wrapped object, returning the unwrapped object.
desc() - Method in enum org.jruby.util.cli.Category
 
description - Variable in class org.jruby.internal.runtime.ThreadService.Event
Deprecated.
 
deserializeVariables(RubyBasicObject, ObjectInputStream) - Method in class org.jruby.runtime.ivars.VariableTableManager
 
destination_encoding(ThreadContext) - Method in class org.jruby.RubyConverter
 
destination_encoding(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyConverter.EncodingErrorMethods
 
destination_encoding_name(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyConverter.EncodingErrorMethods
 
destroy() - Method in class org.jruby.util.io.POSIXProcess
 
destroy() - Method in class org.jruby.util.ShellLauncher.POpenProcess
 
detach() - Method in class org.jruby.RubyHash.RubyHashEntry
 
detach(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
DetailedSourcePosition - Class in org.jruby.lexer.yacc
 
DetailedSourcePosition(String, int, int, int) - Constructor for class org.jruby.lexer.yacc.DetailedSourcePosition
 
detect(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
detect(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
detectCommon(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
 
detectCommon(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
detectCommon(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
determineModule() - Method in class org.jruby.parser.StaticScope
Update current scoping structure to populate with proper cref scoping values.
dev() - Method in class org.jruby.RubyFileStat
 
devMajor() - Method in class org.jruby.RubyFileStat
 
devMinor() - Method in class org.jruby.RubyFileStat
 
dfVarExists(Variable) - Method in class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
 
dieFromFinalizer() - Method in class org.jruby.RubyThread
Used for finalizers that need to kill a Ruby thread.
DIG - Static variable in class org.jruby.RubyFloat
 
digest(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.digest.RubyDigest.DigestInstance
 
digest_bang(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.digest.RubyDigest.DigestInstance
 
DIGEST_BASE_ALLOCATOR - Static variable in class org.jruby.ext.digest.RubyDigest.DigestBase
 
DIGEST_CLASS_ALLOCATOR - Static variable in class org.jruby.ext.digest.RubyDigest.DigestClass
 
digest_length() - Method in class org.jruby.ext.digest.RubyDigest.DigestBase
 
digest_length(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.digest.RubyDigest.DigestInstance
 
DigestLibrary - Class in org.jruby.ext.digest
 
DigestLibrary() - Constructor for class org.jruby.ext.digest.DigestLibrary
 
dimensions(ThreadContext, IRubyObject) - Static method in class org.jruby.java.addons.ArrayJavaAddons
 
dimensions(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.java.addons.ArrayJavaAddons
 
dimensions(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.java.addons.ArrayJavaAddons
 
dir - Variable in class org.jruby.RubyDir
 
Dir - Class in org.jruby.util
This class exists as a counterpart to the dir.c file in MRI source.
Dir() - Constructor for class org.jruby.util.Dir
 
Dir.GlobFunc - Interface in org.jruby.util
 
directEntrySet() - Method in class org.jruby.RubyHash
 
direction - Variable in class org.jruby.ir.dataflow.DataFlowProblem
 
directive(char) - Method in class org.jruby.lexer.StrftimeLexer
 
directKeySet() - Method in class org.jruby.RubyHash
 
directory(RubyString) - Method in class org.jruby.truffle.nodes.core.FileNodes.DirectoryNode
 
directory_p() - Method in class org.jruby.RubyFileStat
 
directory_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
directory_p(Ruby, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
directory_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
directory_p(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
directory_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
DirectoryAsFileException - Exception in org.jruby.util.io
Deprecated.
DirectoryAsFileException() - Constructor for exception org.jruby.util.io.DirectoryAsFileException
Deprecated.
 
directValues() - Method in class org.jruby.RubyHash
 
dirname(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
dirname(ThreadContext, String) - Static method in class org.jruby.RubyFile
 
dirname(RubyString) - Method in class org.jruby.truffle.nodes.core.FileNodes.DirnameNode
 
DirNodes - Class in org.jruby.truffle.nodes.core
 
DirNodes() - Constructor for class org.jruby.truffle.nodes.core.DirNodes
 
DirNodes.ChdirNode - Class in org.jruby.truffle.nodes.core
 
DirNodes.ChdirNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.DirNodes.ChdirNode
 
DirNodes.ChdirNode(DirNodes.ChdirNode) - Constructor for class org.jruby.truffle.nodes.core.DirNodes.ChdirNode
 
DirNodes.DeleteNode - Class in org.jruby.truffle.nodes.core
 
DirNodes.DeleteNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.DirNodes.DeleteNode
 
DirNodes.DeleteNode(DirNodes.DeleteNode) - Constructor for class org.jruby.truffle.nodes.core.DirNodes.DeleteNode
 
DirNodes.ExistsNode - Class in org.jruby.truffle.nodes.core
 
DirNodes.ExistsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.DirNodes.ExistsNode
 
DirNodes.ExistsNode(DirNodes.ExistsNode) - Constructor for class org.jruby.truffle.nodes.core.DirNodes.ExistsNode
 
DirNodes.GlobNode - Class in org.jruby.truffle.nodes.core
 
DirNodes.GlobNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.DirNodes.GlobNode
 
DirNodes.GlobNode(DirNodes.GlobNode) - Constructor for class org.jruby.truffle.nodes.core.DirNodes.GlobNode
 
DirNodes.MkdirNode - Class in org.jruby.truffle.nodes.core
 
DirNodes.MkdirNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.DirNodes.MkdirNode
 
DirNodes.MkdirNode(DirNodes.MkdirNode) - Constructor for class org.jruby.truffle.nodes.core.DirNodes.MkdirNode
 
DirNodes.PwdNode - Class in org.jruby.truffle.nodes.core
 
DirNodes.PwdNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.DirNodes.PwdNode
 
DirNodes.PwdNode(DirNodes.PwdNode) - Constructor for class org.jruby.truffle.nodes.core.DirNodes.PwdNode
 
DirNodesFactory - Class in org.jruby.truffle.nodes.core
 
DirNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.DirNodesFactory
 
DirNodesFactory.ChdirNodeFactory - Class in org.jruby.truffle.nodes.core
 
DirNodesFactory.DeleteNodeFactory - Class in org.jruby.truffle.nodes.core
 
DirNodesFactory.ExistsNodeFactory - Class in org.jruby.truffle.nodes.core
 
DirNodesFactory.GlobNodeFactory - Class in org.jruby.truffle.nodes.core
 
DirNodesFactory.MkdirNodeFactory - Class in org.jruby.truffle.nodes.core
 
DirNodesFactory.PwdNodeFactory - Class in org.jruby.truffle.nodes.core
 
disable(ThreadContext, Block) - Method in class org.jruby.ext.tracepoint.TracePoint
 
disable(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyGC
 
discard(int, int, String, Object) - Method in class org.jruby.parser.YYDebug
 
discardResult() - Method in class org.jruby.ir.instructions.CallInstr
 
discardResult() - Method in class org.jruby.ir.instructions.ClassSuperInstr
 
discardResult() - Method in class org.jruby.ir.instructions.InstanceSuperInstr
 
discardResult() - Method in class org.jruby.ir.instructions.UnresolvedSuperInstr
 
discoverInstanceVariables() - Method in class org.jruby.RubyModule
 
dispatch(VirtualFrame, Object, Object, Object, Object) - Method in class org.jruby.truffle.nodes.dispatch.DispatchHeadNode
 
dispatch(VirtualFrame, RubyProc, Object[]) - Method in class org.jruby.truffle.nodes.yield.CachedYieldDispatchNode
 
dispatch(VirtualFrame, RubyProc, Object[]) - Method in class org.jruby.truffle.nodes.yield.GeneralYieldDispatchNode
 
dispatch(VirtualFrame, RubyProc, Object[]) - Method in class org.jruby.truffle.nodes.yield.UninitializedYieldDispatchNode
 
dispatch(VirtualFrame, RubyProc, Object...) - Method in class org.jruby.truffle.nodes.yield.YieldDispatchHeadNode
 
dispatch(VirtualFrame, RubyProc, Object[]) - Method in class org.jruby.truffle.nodes.yield.YieldDispatchNode
 
DispatchAction - Enum in org.jruby.truffle.nodes.dispatch
 
dispatchAction - Variable in class org.jruby.truffle.nodes.dispatch.DispatchHeadNode
 
DispatchHeadNode - Class in org.jruby.truffle.nodes.dispatch
 
DispatchHeadNode(RubyContext, boolean, boolean, MissingBehavior, LexicalScope, DispatchAction) - Constructor for class org.jruby.truffle.nodes.dispatch.DispatchHeadNode
 
DispatchHeadNodeFactory - Class in org.jruby.truffle.nodes.dispatch
 
DispatchHeadNodeFactory() - Constructor for class org.jruby.truffle.nodes.dispatch.DispatchHeadNodeFactory
 
DispatchNode - Class in org.jruby.truffle.nodes.dispatch
 
DispatchNode(RubyContext, DispatchAction) - Constructor for class org.jruby.truffle.nodes.dispatch.DispatchNode
 
DispatchNode(DispatchNode) - Constructor for class org.jruby.truffle.nodes.dispatch.DispatchNode
 
dispatchWithModifiedBlock(VirtualFrame, RubyProc, RubyProc, Object[]) - Method in class org.jruby.truffle.nodes.yield.CachedYieldDispatchNode
 
dispatchWithModifiedBlock(VirtualFrame, RubyProc, RubyProc, Object[]) - Method in class org.jruby.truffle.nodes.yield.GeneralYieldDispatchNode
 
dispatchWithModifiedBlock(VirtualFrame, RubyProc, RubyProc, Object[]) - Method in class org.jruby.truffle.nodes.yield.UninitializedYieldDispatchNode
 
dispatchWithModifiedBlock(VirtualFrame, RubyProc, RubyProc, Object...) - Method in class org.jruby.truffle.nodes.yield.YieldDispatchHeadNode
 
dispatchWithModifiedBlock(VirtualFrame, RubyProc, RubyProc, Object[]) - Method in class org.jruby.truffle.nodes.yield.YieldDispatchNode
 
dispatchWithModifiedSelf(VirtualFrame, RubyProc, Object, Object...) - Method in class org.jruby.truffle.nodes.yield.CachedYieldDispatchNode
 
dispatchWithModifiedSelf(VirtualFrame, RubyProc, Object, Object...) - Method in class org.jruby.truffle.nodes.yield.GeneralYieldDispatchNode
 
dispatchWithModifiedSelf(VirtualFrame, RubyProc, Object, Object...) - Method in class org.jruby.truffle.nodes.yield.UninitializedYieldDispatchNode
 
dispatchWithModifiedSelf(VirtualFrame, RubyProc, Object, Object...) - Method in class org.jruby.truffle.nodes.yield.YieldDispatchHeadNode
 
dispatchWithModifiedSelf(VirtualFrame, RubyProc, Object, Object...) - Method in class org.jruby.truffle.nodes.yield.YieldDispatchNode
 
display(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
rb_obj_display call-seq: obj.display(port=$>) => nil Prints obj on the given port (default $>).
display(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
DISPLAY_FORMATTER - Static variable in class org.jruby.truffle.runtime.backtrace.Backtrace
 
displayedFileName() - Method in class org.jruby.RubyInstanceConfig
 
dispose() - Method in class org.jruby.RubyThread
Dispose of the current thread by tidying up connections to other stuff
disposeCurrentThread() - Method in class org.jruby.internal.runtime.ThreadService
 
dissociateThread(Object) - Method in class org.jruby.internal.runtime.ThreadService
 
div(ThreadContext, IRubyObject) - Method in class org.jruby.RubyNumeric
num_div
div(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.DivNode
 
div(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.BignumNodes.DivNode
 
div(RubyBignum, double) - Method in class org.jruby.truffle.nodes.core.BignumNodes.DivNode
 
div(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.DivNode
 
div(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivNode
 
div(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivNode
 
div(int, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivNode
 
div(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivNode
 
div(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivNode
 
div(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivNode
 
div(long, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivNode
 
div(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivNode
 
div(double, int) - Method in class org.jruby.truffle.nodes.core.FloatNodes.DivNode
 
div(double, long) - Method in class org.jruby.truffle.nodes.core.FloatNodes.DivNode
 
div(double, double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.DivNode
 
div(double, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FloatNodes.DivNode
 
div(VirtualFrame, double, Object) - Method in class org.jruby.truffle.nodes.core.FloatNodes.DivNode
 
div19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyNumeric
num_div
div_div(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
fix_div here is terrible MRI gotcha: 1.div 3.0 -> 0 1 / 3.0 -> 0.3333333333333333 MRI is also able to do it in one place by looking at current frame in rb_num_coerce_bin: rb_funcall(x, ruby_frame->orig_func, 1, y); also note that RubyFloat doesn't override Numeric.div
DivCallSite - Class in org.jruby.runtime.callsite
 
DivCallSite() - Constructor for class org.jruby.runtime.callsite.DivCallSite
 
divEdgeCase(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivNode
 
divEdgeCase(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivNode
 
divEdgeCase(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivNode
 
divEdgeCase(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivNode
 
divide(RubyBignum) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
divide(long) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
divmod(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
divmod(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_divmod
divmod(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
fix_divmod
divmod(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
flo_divmod
divmod(ThreadContext, IRubyObject) - Method in class org.jruby.RubyNumeric
num_divmod
divMod(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.DivModNode
 
divMod(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.BignumNodes.DivModNode
 
divMod(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.DivModNode
 
divMod(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivModNode
 
divMod(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivModNode
 
divMod(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivModNode
 
divMod(int, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivModNode
 
divMod(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivModNode
 
divMod(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivModNode
 
divMod(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivModNode
 
divMod(long, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.DivModNode
 
divMod(double, int) - Method in class org.jruby.truffle.nodes.core.FloatNodes.DivModNode
 
divMod(double, long) - Method in class org.jruby.truffle.nodes.core.FloatNodes.DivModNode
 
divMod(double, double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.DivModNode
 
divMod(double, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FloatNodes.DivModNode
 
divmod19(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
divmod19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
 
divmod19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
flo_divmod
divmod19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyNumeric
num_divmod
dload(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
dmul() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
dneg() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
DNode - Class in org.jruby.ast
Base class for all D (e.g.
DNode(ISourcePosition) - Constructor for class org.jruby.ast.DNode
 
DNode(ISourcePosition, Encoding) - Constructor for class org.jruby.ast.DNode
 
do_invoke(IRubyObject[]) - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
do_not_reverse_lookup(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.socket.RubyBasicSocket
 
do_not_reverse_lookup(IRubyObject) - Static method in class org.jruby.ext.socket.RubyBasicSocket
Deprecated.
do_not_reverse_lookup19(ThreadContext) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
doAttrAsgn(IRubyObject, CallSite, IRubyObject, ThreadContext, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
doAttrAsgn(IRubyObject, CallSite, IRubyObject, IRubyObject, ThreadContext, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
doAttrAsgn(IRubyObject, CallSite, IRubyObject, IRubyObject, IRubyObject, ThreadContext, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
doAttrAsgn(IRubyObject, CallSite, IRubyObject, IRubyObject, IRubyObject, IRubyObject, ThreadContext, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
doAttrAsgn(IRubyObject, CallSite, IRubyObject[], ThreadContext, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
doAttrAsgn(IRubyObject, CallSite, IRubyObject[], IRubyObject, ThreadContext, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
doBasicObject(RubyBasicObject) - Method in class org.jruby.truffle.nodes.cast.BooleanCastNode
 
doBind(ThreadContext, Channel, InetSocketAddress) - Method in class org.jruby.ext.socket.RubySocket
 
doBoolean(boolean) - Method in class org.jruby.truffle.nodes.cast.BooleanCastNode
 
doBoolean(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.ReadLevelVariableNode
 
doBoolean(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.ReadLocalVariableNode
 
doBoolean(VirtualFrame, boolean) - Method in class org.jruby.truffle.nodes.methods.locals.WriteLevelVariableNode
 
doCatch(VirtualFrame, Object, RubyProc) - Method in class org.jruby.truffle.nodes.core.KernelNodes.CatchNode
 
doClone() - Method in class org.jruby.RubyString
 
doCoerce(ThreadContext, IRubyObject, boolean) - Method in class org.jruby.RubyNumeric
do_coerce
doConnect(ThreadContext, Channel, SocketAddress) - Method in class org.jruby.ext.socket.RubySocket
 
doDebug() - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
doesExcludeEnd() - Method in class org.jruby.truffle.runtime.core.RubyRange
 
DoesRespondDispatchHeadNode - Class in org.jruby.truffle.nodes.dispatch
 
DoesRespondDispatchHeadNode(RubyContext, boolean, boolean, MissingBehavior, LexicalScope) - Constructor for class org.jruby.truffle.nodes.dispatch.DoesRespondDispatchHeadNode
 
doesRespondTo(VirtualFrame, Object, RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RespondToNode
 
doesRespondTo(VirtualFrame, Object, RubyString, boolean) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RespondToNode
 
doesRespondTo(VirtualFrame, Object, RubySymbol, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RespondToNode
 
doesRespondTo(VirtualFrame, Object, RubySymbol, boolean) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RespondToNode
 
doesRespondTo(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.dispatch.DoesRespondDispatchHeadNode
Check if a specific method is defined on the receiver object.
doesRespondToMissing(Object, RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RespondToMissingNode
 
doesRespondToMissing(Object, RubySymbol, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RespondToMissingNode
 
doesRespondToMissing(Object, RubySymbol, boolean) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RespondToMissingNode
 
doesRespondToMissing(Object, RubyString, boolean) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RespondToMissingNode
 
doFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.ReadLevelVariableNode
 
doFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.ReadLocalVariableNode
 
doFixnum(VirtualFrame, int) - Method in class org.jruby.truffle.nodes.methods.locals.WriteLevelVariableNode
 
doFixnum(VirtualFrame, boolean) - Method in class org.jruby.truffle.nodes.methods.locals.WriteLocalVariableNode
 
doFixnum(VirtualFrame, int) - Method in class org.jruby.truffle.nodes.methods.locals.WriteLocalVariableNode
 
doFloat(double) - Method in class org.jruby.truffle.nodes.cast.BooleanCastNode
 
doFloat(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.ReadLevelVariableNode
 
doFloat(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.ReadLocalVariableNode
 
doFloat(VirtualFrame, double) - Method in class org.jruby.truffle.nodes.methods.locals.WriteLevelVariableNode
 
doFloat(VirtualFrame, double) - Method in class org.jruby.truffle.nodes.methods.locals.WriteLocalVariableNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.ACosHNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.ACosNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.ASinHNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.ASinNode
 
doFunction(double, double) - Method in class org.jruby.truffle.nodes.core.MathNodes.ATan2Node
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.ATanHNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.ATanNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.CbRtNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.CosHNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.CosNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.ErfcNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.ErfNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.ExpNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.GammaNode
 
doFunction(double, double) - Method in class org.jruby.truffle.nodes.core.MathNodes.HypotNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.Log10Node
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.Log2Node
 
doFunction(double, double) - Method in class org.jruby.truffle.nodes.core.MathNodes.LogNode
 
doFunction(double, double) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleMonadicMathNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.SinHNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.SinNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.SqrtNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.TanHNode
 
doFunction(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.TanNode
 
doIntegerFixnum(int) - Method in class org.jruby.truffle.nodes.cast.BooleanCastNode
 
doLongFixnum(long) - Method in class org.jruby.truffle.nodes.cast.BooleanCastNode
 
doLongFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.ReadLevelVariableNode
 
doLongFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.ReadLocalVariableNode
 
doLongFixnum(VirtualFrame, long) - Method in class org.jruby.truffle.nodes.methods.locals.WriteLevelVariableNode
 
doLongFixnum(VirtualFrame, long) - Method in class org.jruby.truffle.nodes.methods.locals.WriteLocalVariableNode
 
DominatorTreeBuilder - Class in org.jruby.ir.passes
 
DominatorTreeBuilder() - Constructor for class org.jruby.ir.passes.DominatorTreeBuilder
 
doNil(RubyNilClass) - Method in class org.jruby.truffle.nodes.cast.BooleanCastNode
 
doNil(RubyNilClass) - Method in class org.jruby.truffle.nodes.cast.ProcCastNode
 
doNil(RubyNilClass) - Method in class org.jruby.truffle.nodes.cast.ProcOrNullNode
 
doNotReverseLookup(ThreadContext) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
doObject(VirtualFrame, RubyBasicObject) - Method in class org.jruby.truffle.nodes.cast.ProcCastNode
 
doObject(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.ReadLevelVariableNode
 
doObject(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.ReadLocalVariableNode
 
doObject(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.methods.locals.WriteLevelVariableNode
 
doObject(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.methods.locals.WriteLocalVariableNode
 
doPanic() - Method in class org.jruby.truffle.nodes.core.TruffleDebugNodes.PanicNode
 
doPrivate(VirtualFrame, Object[]) - Method in class org.jruby.truffle.nodes.core.MainNodes.PrivateNode
 
doPrivate(RubyModule, Object[]) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.PrivateNode
 
doProc(RubyProc) - Method in class org.jruby.truffle.nodes.cast.ProcOrNullNode
 
doProtected(VirtualFrame, RubyModule, Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ProtectedNode
 
doPublic(VirtualFrame, Object[]) - Method in class org.jruby.truffle.nodes.core.MainNodes.PublicNode
 
doPublic(RubyModule, Object[]) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.PublicNode
 
doRange(int, int) - Method in class org.jruby.truffle.nodes.literal.RangeLiteralNode
 
doRange(int, long) - Method in class org.jruby.truffle.nodes.literal.RangeLiteralNode
 
doRange(long, int) - Method in class org.jruby.truffle.nodes.literal.RangeLiteralNode
 
doRange(long, long) - Method in class org.jruby.truffle.nodes.literal.RangeLiteralNode
 
doRange(Object, Object) - Method in class org.jruby.truffle.nodes.literal.RangeLiteralNode
 
doReadNonblock(ThreadContext, IRubyObject[], boolean) - Method in class org.jruby.RubyIO
 
doReceiveNonblock(ThreadContext, int) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
doRubyProc(RubyProc) - Method in class org.jruby.truffle.nodes.cast.ProcCastNode
 
DOSISH - Static variable in class org.jruby.util.Dir
 
doString(RubyString) - Method in class org.jruby.truffle.nodes.cast.StringToSymbolNode
 
DOT - Static variable in class org.jruby.parser.JavaSignatureParser
 
doThrow(Object, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ThrowNode
 
doThrow(Object, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ThrowNode
 
DotNode - Class in org.jruby.ast
Represents a range literal.
DotNode(ISourcePosition, Node, Node, boolean, boolean) - Constructor for class org.jruby.ast.DotNode
 
DOUBLE - Static variable in class org.jruby.ast.java_signature.PrimitiveTypeNode
 
DOUBLE - Static variable in class org.jruby.parser.JavaSignatureParser
 
double_fig(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
DOUBLE_STAR - Static variable in class org.jruby.util.Dir
 
DOUBLE_TYPE - Static variable in class org.jruby.ir.targets.JVM
 
doubleValue(IRubyObject) - Static method in class org.jruby.ext.ffi.Util
 
doubleValue() - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
doubleValue(Number) - Static method in class org.jruby.util.SafeDoubleParser
Safe way of getting the double value
prevents BigDecimal from calling Double.parseDouble()
doubleValue(BigDecimal) - Static method in class org.jruby.util.SafeDoubleParser
Safe way of getting the double value
Prevents BigDecimal from calling Double.parseDouble()
downcase(ThreadContext) - Method in class org.jruby.RubyString
rb_str_downcase / rb_str_downcase_bang
downcase(ThreadContext) - Method in class org.jruby.RubySymbol
 
downcase(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.DowncaseBangNode
 
downcase(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.DowncaseNode
 
downcase19(ThreadContext) - Method in class org.jruby.RubyString
 
downcase_bang(ThreadContext) - Method in class org.jruby.RubyString
 
downcase_bang19(ThreadContext) - Method in class org.jruby.RubyString
 
downto(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyInteger
int_downto
doWriteconv(ThreadContext, IRubyObject) - Method in class org.jruby.util.io.OpenFile
 
doWriteNonblock(ThreadContext, IRubyObject[], boolean) - Method in class org.jruby.RubyIO
Deprecated.
doYield(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.BlockBody
Subclass specific yield implementation.
doYield(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.BlockBody
Subclass specific yield implementation.
doYield(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CallBlock
 
doYield(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CallBlock
 
doYield(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CallBlock19
 
doYield(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CallBlock19
Yield to this block, usually passed to the current call.
doYield(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CompiledBlock
 
doYield(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CompiledBlock
 
doYield(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CompiledBlock19
 
doYield(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CompiledBlock19
 
doYield(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.IRBlockBody
 
doYield(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.IRBlockBody
 
doYield(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.JavaInternalBlockBody
 
doYield(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.JavaInternalBlockBody
 
doYield(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.MethodBlock
 
doYield(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.MethodBlock
 
doYield(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.NullBlockBody
 
doYield(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.NullBlockBody
 
DRegexpNode - Class in org.jruby.ast
A regexp which contains some expressions which will need to be evaluated everytime the regexp is used for a match.
DRegexpNode(ISourcePosition, RegexpOptions, Encoding) - Constructor for class org.jruby.ast.DRegexpNode
 
DRegexpObjectSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
DRegexpObjectSite(MethodType, int) - Constructor for class org.jruby.ir.targets.DRegexpObjectSite
 
drem() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
dreturn() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
DRIP_CONFIG - Static variable in class org.jruby.main.DripMain
 
DRIP_RUNTIME - Static variable in class org.jruby.main.DripMain
 
DripMain - Class in org.jruby.main
 
DripMain() - Constructor for class org.jruby.main.DripMain
 
drop(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_take
drop(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
drop(ThreadContext, IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
drop_while(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_take_while
drop_while(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
drop_while(ThreadContext, Block) - Method in class org.jruby.util.collections.StringArraySet
 
dstaddr(ThreadContext) - Method in class org.jruby.ext.socket.Ifaddr
 
dstore(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
DStrNode - Class in org.jruby.ast
A string which contains some dynamic elements which needs to be evaluated (introduced by #).
DStrNode(ISourcePosition, Encoding) - Constructor for class org.jruby.ast.DStrNode
 
dsub() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
DSymbolNode - Class in org.jruby.ast
Node representing symbol in a form like ':"3jane"'.
DSymbolNode(ISourcePosition, DStrNode) - Constructor for class org.jruby.ast.DSymbolNode
For mutating from a DStr to a DSym (we just create a new one with same contents).
DSymbolNode(ISourcePosition) - Constructor for class org.jruby.ast.DSymbolNode
 
dummy(String) - Static method in class org.jruby.compiler.util.HandleFactory
 
DUMMY - Static variable in interface org.jruby.runtime.load.Library
 
dummy2() - Static method in class org.jruby.compiler.util.HandleFactory
 
dummy3(Object) - Static method in class org.jruby.compiler.util.HandleFactory
 
DUMMY_ACCESSOR - Static variable in class org.jruby.runtime.ivars.VariableAccessor
a dummy accessor that will always return null
DUMMY_INTERNAL_VARIABLES - Static variable in class org.jruby.BasicObjectStub
 
dummy_p(ThreadContext) - Method in class org.jruby.RubyEncoding
 
DummyDynamicScope - Class in org.jruby.runtime.scope
This is a DynamicScope that does not support any variables.
DummyDynamicScope(StaticScope, DynamicScope) - Constructor for class org.jruby.runtime.scope.DummyDynamicScope
 
DummyDynamicScope(StaticScope) - Constructor for class org.jruby.runtime.scope.DummyDynamicScope
 
dump(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyMarshal
 
dump(ThreadContext, IRubyObject) - Method in class org.jruby.RubyNameError.RubyNameErrorMessage
 
dump() - Method in class org.jruby.RubyString
rb_str_dump
dump(IRubyObject[], Block) - Method in class org.jruby.RubyTime
 
dump() - Method in class org.jruby.truffle.runtime.core.RubyString
 
dump(RubyHash) - Static method in class org.jruby.truffle.runtime.hash.HashOperations
 
dump() - Static method in class org.jruby.util.cli.Options
 
dump19() - Method in class org.jruby.RubyString
 
DUMP_INSTANCE_VARS - Static variable in class org.jruby.util.cli.Options
 
dumpArgTypes(Object[]) - Static method in class org.jruby.javasupport.JavaCallable
 
dumpBacktrace(RubyException) - Static method in class org.jruby.runtime.backtrace.TraceType
 
dumpCaller(RubyArray) - Static method in class org.jruby.runtime.backtrace.TraceType
 
dumpCaller(RubyStackTraceElement[]) - Static method in class org.jruby.runtime.backtrace.TraceType
 
dumpCallStack() - Method in class org.jruby.truffle.nodes.core.TruffleDebugNodes.DumpCallStackNode
 
dumpCommon(Ruby, ByteList) - Static method in class org.jruby.util.StringSupport
rb_str_dump
dumpDefaultObjectHeader(RubyClass) - Method in class org.jruby.runtime.marshal.MarshalStream
 
dumpDefaultObjectHeader(char, RubyClass) - Method in class org.jruby.runtime.marshal.MarshalStream
 
dumpException(RubyException) - Static method in class org.jruby.runtime.backtrace.TraceType
 
DumpingInvocationMethodFactory - Class in org.jruby.internal.runtime.methods
This factory extends InvocationMethodFactory by also dumping the classes to .class files at runtime.
DumpingInvocationMethodFactory(String, ClassLoader) - Constructor for class org.jruby.internal.runtime.methods.DumpingInvocationMethodFactory
 
dumpObject(IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalStream
 
dumpStats() - Static method in class org.jruby.ir.interpreter.Interpreter
 
dumpSymbol(String) - Method in class org.jruby.runtime.marshal.MarshalStream
 
dumpThreads(TraceType.Gather) - Method in class org.jruby.management.Runtime
 
dumpVariables(List<Variable<Object>>) - Method in class org.jruby.runtime.marshal.MarshalStream
 
dumpVariablesWithEncoding(List<Variable<Object>>, IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalStream
 
dumpWarning(RubyStackTraceElement[]) - Static method in class org.jruby.runtime.backtrace.TraceType
 
dup(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
dup() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
dup() - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
dup() - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
dup() - Method in class org.jruby.ext.ffi.jffi.DefaultMethod
 
dup() - Method in class org.jruby.ext.ffi.jffi.NativeInvoker
 
dup() - Method in class org.jruby.ext.ffi.MemoryIO
Duplicates this MemoryIO, including its contents.
dup() - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
dup() - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.CompiledIRMetaClassBody
 
dup() - Method in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.CompiledMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Duplicate this method, returning DynamicMethod referencing the same code and with the same attributes.
dup() - Method in class org.jruby.internal.runtime.methods.HandleMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody
 
dup() - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.MethodMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.MethodMissingMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.NullMethod
A dummy implementation of dup that just returns the singleton instance.
dup() - Method in class org.jruby.internal.runtime.methods.ProcMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.ProfilingDynamicMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
 
dup() - Method in class org.jruby.internal.runtime.methods.UndefinedMethod
A dummy implementation of dup that just returns the singleton instance.
dup() - Method in class org.jruby.internal.runtime.methods.WrapperMethod
 
dup() - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod dup.
dup() - Method in class org.jruby.java.proxies.MapJavaProxy
 
dup() - Method in class org.jruby.RubyArray
Overridden dup for fast-path logic.
dup() - Method in class org.jruby.RubyBasicObject
 
dup() - Method in class org.jruby.RubyEnumerator
 
dup(ThreadContext) - Method in class org.jruby.RubyHash
 
dup(IRubyObject) - Static method in class org.jruby.RubyKernel
 
dup() - Method in class org.jruby.RubyModule.ConstantEntry
 
dup() - Method in class org.jruby.RubyProc
 
dup() - Method in class org.jruby.RubyString
Overridden dup for fast-path logic.
dup() - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod dup.
dup(VirtualFrame, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.KernelNodes.DupNode
 
dup() - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Mimics the POSIX dup(2) function, returning a new descriptor that references the same open channel.
dup() - Method in class org.jruby.util.io.ChannelFD
 
dup2() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
dup2(int) - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Mimics the POSIX dup2(2) function, returning a new descriptor that references the same open channel but with a specified fileno.
dup2(ChannelFD, ChannelFD) - Method in class org.jruby.util.io.PosixShim
 
dup2_x1() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
dup2_x2() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
dup2From(POSIX, ChannelFD) - Method in class org.jruby.util.io.ChannelFD
 
dup2Into(ChannelDescriptor) - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Mimics the POSIX dup2(2) function, returning a new descriptor that references the same open channel but with a specified fileno.
dup_x1() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
dup_x2() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
dupBox(InterpretedIRMethod) - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
dupBuckets(RubyHash, RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.InitializeCopyNode
 
dupFast(ThreadContext) - Method in class org.jruby.RubyHash
A lightweight dup for internal use that does not dispatch to initialize_copy nor rehash the keys.
dupFloat(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayDupNode
 
dupFrozen() - Method in class org.jruby.RubyString
 
dupIntegerFixnum(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayDupNode
 
dupKwargsHashAndPopulateFromArray(ThreadContext, RubyHash, IRubyObject[]) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
DUPLEX - Static variable in class org.jruby.util.io.OpenFile
 
duplicate() - Method in class org.jruby.parser.StaticScope
 
duplicate() - Method in class org.jruby.runtime.Frame
Clone this frame.
duplicateForBacktrace() - Method in class org.jruby.runtime.Frame
Clone this frame for use in backtraces only (avoiding long-lived references to other elements.
dupLongFixnum(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayDupNode
 
dupNode - Variable in class org.jruby.truffle.nodes.literal.HashLiteralNode
 
dupNull(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayDupNode
 
dupNull(RubyHash, RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.InitializeCopyNode
 
dupObject(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayDupNode
 
dupPackedArray(RubyHash, RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.InitializeCopyNode
 
DVarNode - Class in org.jruby.ast
Access a dynamic variable (e.g.
DVarNode(ISourcePosition, int, String) - Constructor for class org.jruby.ast.DVarNode
 
DXStrNode - Class in org.jruby.ast
Dynamic backquote string.
DXStrNode(ISourcePosition, DStrNode) - Constructor for class org.jruby.ast.DXStrNode
 
DXStrNode(ISourcePosition, Encoding) - Constructor for class org.jruby.ast.DXStrNode
 
DXStrNode(ISourcePosition) - Constructor for class org.jruby.ast.DXStrNode
 
DYNAMIC_SCOPE - Static variable in class org.jruby.ir.targets.JVMVisitor
 
DynamicLibrary - Class in org.jruby.ext.ffi.jffi
 
DynamicLibrary(Ruby, RubyClass, String, Library) - Constructor for class org.jruby.ext.ffi.jffi.DynamicLibrary
 
DynamicLibrary.Symbol - Class in org.jruby.ext.ffi.jffi
 
DynamicLibrary.Symbol(Ruby, DynamicLibrary, String, MemoryIO) - Constructor for class org.jruby.ext.ffi.jffi.DynamicLibrary.Symbol
 
DynamicMethod - Class in org.jruby.internal.runtime.methods
DynamicMethod represents a method handle in JRuby, to provide both entry points into AST and bytecode interpreters, but also to provide handles to JIT-compiled and hand-implemented Java methods.
DynamicMethod(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.DynamicMethod
Base constructor for dynamic method handles.
DynamicMethod(RubyModule, Visibility, CallConfiguration, String) - Constructor for class org.jruby.internal.runtime.methods.DynamicMethod
Base constructor for dynamic method handles with names.
DynamicMethod() - Constructor for class org.jruby.internal.runtime.methods.DynamicMethod
A no-arg constructor used only by the UndefinedMethod subclass and CompiledMethod handles.
DynamicMethod.NativeCall - Class in org.jruby.internal.runtime.methods
 
DynamicMethod.NativeCall(Class, String, Class, Class[], boolean) - Constructor for class org.jruby.internal.runtime.methods.DynamicMethod.NativeCall
 
DynamicMethod.NativeCall(Class, String, Class, Class[], boolean, boolean) - Constructor for class org.jruby.internal.runtime.methods.DynamicMethod.NativeCall
 
DynamicScope - Class in org.jruby.runtime
 
DynamicScope(StaticScope, DynamicScope) - Constructor for class org.jruby.runtime.DynamicScope
 
DynamicScope(StaticScope) - Constructor for class org.jruby.runtime.DynamicScope
 
DynamicSymbol(DynamicSymbol) - Method in class org.jruby.ir.IRVisitor
 
DynamicSymbol - Class in org.jruby.ir.operands
 
DynamicSymbol(Operand) - Constructor for class org.jruby.ir.operands.DynamicSymbol
 
DynamicSymbol(DynamicSymbol) - Method in class org.jruby.ir.targets.JVMVisitor
 

E

each(ThreadContext, Block) - Method in class org.jruby.ext.ffi.StructLayout.ArrayProxy
Needed for Enumerable implementation
each(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.ext.stringio.StringIO
 
each(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
each(ThreadContext, Block) - Method in class org.jruby.java.proxies.ArrayJavaProxy
 
each(ThreadContext, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_each
each(ThreadContext, Block) - Method in class org.jruby.RubyArray
mri: rb_ary_each
each(Block) - Method in class org.jruby.RubyClassPathVariable
 
each(ThreadContext, Block) - Method in class org.jruby.RubyDir
Executes the block once for each entry in the directory.
each(ThreadContext, IRubyObject, BlockBody) - Static method in class org.jruby.RubyEnumerable
 
each(ThreadContext, Block) - Method in class org.jruby.RubyEnumerator
Send current block and supplied args to method on target.
each(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyEnumerator
 
each(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyGenerator
 
each(ThreadContext, Block) - Method in class org.jruby.RubyHash
 
each(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyIO
 
each(ThreadContext, Block) - Method in class org.jruby.RubyRange
 
each(ThreadContext, Block) - Method in class org.jruby.RubyStruct
 
each(VirtualFrame, RubyRange.IntegerFixnumRange, RubyProc) - Method in class org.jruby.truffle.nodes.core.RangeNodes.EachNode
 
each(RubyRange.IntegerFixnumRange) - Method in class org.jruby.truffle.nodes.core.RangeNodes.FirstNode
 
each(RubyRange.ObjectRange) - Method in class org.jruby.truffle.nodes.core.RangeNodes.FirstNode
 
each19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyArgsFile
 
each19(ThreadContext, Block) - Method in class org.jruby.RubyDir
 
each19(ThreadContext, Block) - Method in class org.jruby.RubyHash
 
each19(ThreadContext, Block) - Method in class org.jruby.RubyRange
 
each_byte(ThreadContext, Block) - Method in class org.jruby.ext.stringio.StringIO
 
each_byte(ThreadContext, Block) - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
each_byte(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyArgsFile
 
each_byte(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyArgsFile
 
each_byte(ThreadContext, Block) - Method in class org.jruby.RubyIO
 
each_byte(ThreadContext, Block) - Method in class org.jruby.RubyString
rb_str_each_byte
each_byte19(ThreadContext, Block) - Method in class org.jruby.RubyString
 
each_byteInternal(ThreadContext, Block) - Method in class org.jruby.RubyIO
Invoke a block for each byte.
each_char(ThreadContext, Block) - Method in class org.jruby.ext.stringio.StringIO
 
each_char(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyArgsFile
 
each_char(ThreadContext, Block) - Method in class org.jruby.RubyIO
 
each_char19(ThreadContext, Block) - Method in class org.jruby.RubyIO
Deprecated.
each_char19(ThreadContext, Block) - Method in class org.jruby.RubyString
 
each_charCommon(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyArgsFile
 
each_charInternal(ThreadContext, Block) - Method in class org.jruby.RubyIO
 
each_codepoint(ThreadContext, Block) - Method in class org.jruby.ext.stringio.StringIO
 
each_codepoint(ThreadContext, Block) - Method in class org.jruby.RubyIO
 
each_codepoint(ThreadContext, Block) - Method in class org.jruby.RubyString
rb_str_each_codepoint
each_cons(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
each_cons19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
each_cons19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyEnumerator
 
each_entry(ThreadContext, Block) - Method in class org.jruby.ext.pathname.RubyPathname
 
each_entry(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
 
each_entry(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyEnumerator
 
each_entryCommon(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
 
each_index(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
each_key(ThreadContext, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_each_key
each_key(ThreadContext, Block) - Method in class org.jruby.RubyHash
 
each_keyCommon(ThreadContext, Block) - Method in class org.jruby.RubyHash
rb_hash_each_key
each_line(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.ext.pathname.RubyPathname
 
each_line(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.ext.stringio.StringIO
 
each_line(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
each_line(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyArgsFile
Invoke a block for each line.
each_line(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyIO
 
each_line(ThreadContext, Block) - Method in class org.jruby.RubyString
rb_str_each_line
each_line(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
 
each_line19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyArgsFile
 
each_line19(ThreadContext, Block) - Method in class org.jruby.RubyString
 
each_line19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
 
each_lineCommon(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
 
each_object(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyObjectSpace
 
each_objectInternal(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyObjectSpace
 
each_pair(ThreadContext, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_each_pair
each_pair(ThreadContext, Block) - Method in class org.jruby.RubyHash
 
each_pair(ThreadContext, Block) - Method in class org.jruby.RubyStruct
 
each_pairCommon(ThreadContext, Block, boolean) - Method in class org.jruby.RubyHash
rb_hash_each_pair
each_pairInternal(ThreadContext, Block) - Method in class org.jruby.RubyStruct
 
each_slice(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
 
each_slice(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
each_slice19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
each_slice19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyEnumerator
 
each_value(ThreadContext, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_each_value
each_value(ThreadContext, Block) - Method in class org.jruby.RubyHash
 
each_valueCommon(ThreadContext, Block) - Method in class org.jruby.RubyHash
rb_hash_each_value
each_with_index(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
each_with_index(ThreadContext, Block) - Method in class org.jruby.RubyEnumerator
 
each_with_index19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
 
each_with_indexCommon(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
each_with_indexCommon19(ThreadContext, IRubyObject, Block, IRubyObject[]) - Static method in class org.jruby.RubyEnumerable
 
each_with_object(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
each_with_object(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyEnumerator
 
each_with_objectCommon19(ThreadContext, IRubyObject, Block, IRubyObject) - Static method in class org.jruby.RubyEnumerable
 
eachBuckets(VirtualFrame, RubyHash, RubyProc) - Method in class org.jruby.truffle.nodes.core.HashNodes.EachNode
 
eachCommon(ThreadContext, Block) - Method in class org.jruby.RubyHash
rb_hash_each
eachFloat(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.EachNode
 
eachIndex(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_each_index
eachIntegerFixnum(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.EachNode
 
eachInternal(ThreadContext, Block) - Method in class org.jruby.RubyStruct
 
eachLine(VirtualFrame, RubyFile, RubyProc) - Method in class org.jruby.truffle.nodes.core.FileNodes.EachLineNode
 
eachLine(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.EachLineNode
 
eachLongFixnum(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.EachNode
 
eachModule(Function1<Object, IRubyObject>) - Method in class org.jruby.Ruby
 
eachNull(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.EachNode
 
eachNull(RubyHash, RubyProc) - Method in class org.jruby.truffle.nodes.core.HashNodes.EachNode
 
eachObject(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.EachNode
 
eachObject(VirtualFrame, UndefinedPlaceholder, RubyProc) - Method in class org.jruby.truffle.nodes.core.ObjectSpaceNodes.EachObjectNode
 
eachObject(VirtualFrame, RubyClass, RubyProc) - Method in class org.jruby.truffle.nodes.core.ObjectSpaceNodes.EachObjectNode
 
eachPackedArray(VirtualFrame, RubyHash, RubyProc) - Method in class org.jruby.truffle.nodes.core.HashNodes.EachNode
 
eachSlice(ThreadContext, int, Block) - Method in class org.jruby.RubyArray
 
eachWithEmpty(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.EachWithIndexNode
 
eachWithIndexObject(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.EachWithIndexNode
 
ec - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
ecflags - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
ecflags - Variable in class org.jruby.util.io.IOEncodable.ConvConfig
 
ECONV_DEFAULT_NEWLINE_DECORATOR - Static variable in class org.jruby.util.io.EncodingUtils
 
econvAppend(ThreadContext, EConv, ByteList, ByteList, int) - Static method in class org.jruby.util.io.EncodingUtils
 
econvArgs(ThreadContext, IRubyObject[], byte[][], Encoding[], int[], IRubyObject[]) - Static method in class org.jruby.util.io.EncodingUtils
 
econvAsciicompatEncoding(Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
econvCheckError(ThreadContext, EConv) - Static method in class org.jruby.util.io.EncodingUtils
 
econvDescription(ThreadContext, byte[], byte[], int, String) - Static method in class org.jruby.util.io.EncodingUtils
 
econvInitByConvpath(ThreadContext, IRubyObject, byte[][], Encoding[]) - Static method in class org.jruby.util.io.EncodingUtils
 
econvOpenExc(ThreadContext, byte[], byte[], int) - Static method in class org.jruby.util.io.EncodingUtils
 
econvOpenOpts(ThreadContext, byte[], byte[], int, IRubyObject) - Static method in class org.jruby.util.io.EncodingUtils
 
econvOpts(ThreadContext, IRubyObject, int) - Static method in class org.jruby.util.io.EncodingUtils
 
econvPrepareOptions(ThreadContext, IRubyObject, IRubyObject[], int) - Static method in class org.jruby.util.io.EncodingUtils
 
econvPrepareOpts(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.util.io.EncodingUtils
 
econvStrConvert(ThreadContext, EConv, ByteList, int) - Static method in class org.jruby.util.io.EncodingUtils
 
econvSubstrAppend(ThreadContext, EConv, ByteList, ByteList, int) - Static method in class org.jruby.util.io.EncodingUtils
 
ecopts - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
ecopts(ThreadContext, IRubyObject) - Method in class org.jruby.ext.zlib.RubyGzipFile
 
ecopts - Variable in class org.jruby.util.io.IOEncodable.ConvConfig
 
egid(IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
egid(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess
 
egid(Ruby) - Static method in class org.jruby.RubyProcess
 
egid_set(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
egid_set(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
egid_set(Ruby, IRubyObject) - Static method in class org.jruby.RubyProcess
 
eid(IRubyObject) - Static method in class org.jruby.RubyProcess.GroupID
Deprecated.
eid(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess.GroupID
 
eid(Ruby) - Static method in class org.jruby.RubyProcess.GroupID
 
eid(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.GroupID
Deprecated.
eid(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.GroupID
 
eid(Ruby, IRubyObject) - Static method in class org.jruby.RubyProcess.GroupID
 
eid(IRubyObject) - Static method in class org.jruby.RubyProcess.UserID
Deprecated.
eid(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess.UserID
 
eid(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.UserID
Deprecated.
eid(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.UserID
 
eid(Ruby, IRubyObject) - Static method in class org.jruby.RubyProcess.UserID
 
elem_type(ThreadContext) - Method in class org.jruby.ext.ffi.Type.Array
 
elementOrNil(IRubyObject[], int, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
elementOrNull(IRubyObject[], int) - Static method in class org.jruby.runtime.Helpers
 
elementSet(RubyString, int, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.ElementSetNode
 
elementSet(RubyString, RubyRange.IntegerFixnumRange, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.ElementSetNode
 
ElidableResultNode - Class in org.jruby.truffle.nodes.control
This node has a pair of children - one required and one elidable result.
ElidableResultNode(RubyContext, SourceSection, RubyNode, RubyNode) - Constructor for class org.jruby.truffle.nodes.control.ElidableResultNode
 
eliminateLocalVars(IRScope) - Method in class org.jruby.ir.passes.OptimizeDynScopesPass
 
ELLIPSIS - Static variable in class org.jruby.parser.JavaSignatureParser
 
eltInternal(int) - Method in class org.jruby.RubyArray
 
eltInternalSet(int, IRubyObject) - Method in class org.jruby.RubyArray
 
eltOk(long) - Method in class org.jruby.RubyArray
 
EmbedEvalUnit - Interface in org.jruby.embed
Wrapper interface of JavaEmbedUtils.EvalUnit for embedding.
EmbedEvalUnitImpl - Class in org.jruby.embed.internal
Implementation of org.jruby.javasupport.JavaEmbedUtils.EvalUnit for embeddiing.
EmbedEvalUnitImpl(ScriptingContainer, Node, ManyVarsDynamicScope) - Constructor for class org.jruby.embed.internal.EmbedEvalUnitImpl
 
EmbedEvalUnitImpl(ScriptingContainer, Node, ManyVarsDynamicScope, Script) - Constructor for class org.jruby.embed.internal.EmbedEvalUnitImpl
 
EmbedRubyInstanceConfigAdapter - Interface in org.jruby.embed
This interface defines methods to configure Ruby runtime for embedding.
EmbedRubyInterfaceAdapter - Interface in org.jruby.embed
This interface defines a method to get a instance of requested interface, which is implemented in Ruby.
EmbedRubyInterfaceAdapterImpl - Class in org.jruby.embed.internal
The implementation of EmbedRubyInterfaceAdapter and implements the method that gets a instance of requested interface, which is implemented in Ruby.
EmbedRubyInterfaceAdapterImpl(ScriptingContainer) - Constructor for class org.jruby.embed.internal.EmbedRubyInterfaceAdapterImpl
 
EmbedRubyObjectAdapter - Interface in org.jruby.embed
Wrapper interface of RubyObjectAdapter for embedding.
EmbedRubyObjectAdapterImpl - Class in org.jruby.embed.internal
Implementation of EmbedRubyObjectAdapter.
EmbedRubyObjectAdapterImpl(ScriptingContainer) - Constructor for class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
EmbedRubyObjectAdapterImpl.MethodType - Enum in org.jruby.embed.internal
 
EmbedRubyRuntimeAdapter - Interface in org.jruby.embed
Wrapper interface of RubyRuntimeAdapter for embedding.
EmbedRubyRuntimeAdapterImpl - Class in org.jruby.embed.internal
 
EmbedRubyRuntimeAdapterImpl(ScriptingContainer) - Constructor for class org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl
 
emitClosure(IRClosure) - Method in class org.jruby.ir.targets.JVMVisitor
 
emitMethod(IRMethod) - Method in class org.jruby.ir.targets.JVMVisitor
 
emitMethodJIT(IRMethod) - Method in class org.jruby.ir.targets.JVMVisitor
 
emitModuleBody(IRModuleBody) - Method in class org.jruby.ir.targets.JVMVisitor
 
emitModuleBodyJIT(IRModuleBody) - Method in class org.jruby.ir.targets.JVMVisitor
 
emitScope(IRScope, String, Signature, boolean) - Method in class org.jruby.ir.targets.JVMVisitor
 
emitScriptBody(IRScriptBody) - Method in class org.jruby.ir.targets.JVMVisitor
 
empty(ThreadContext) - Method in class org.jruby.java.proxies.ArrayJavaProxy
 
empty() - Method in class org.jruby.RubyString
 
EMPTY - Static variable in class org.jruby.runtime.backtrace.BacktraceData
 
empty(RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.ClearNode
 
empty(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.EmptyNode
 
empty(RubySymbol) - Method in class org.jruby.truffle.nodes.core.SymbolNodes.EmptyNode
 
EMPTY - Static variable in class org.jruby.util.Dir
 
EMPTY_ARRAY - Static variable in class org.jruby.ir.operands.Operand
 
EMPTY_ARRAY - Static variable in class org.jruby.runtime.backtrace.RubyStackTraceElement
 
EMPTY_BEGIN_LIST - Static variable in class org.jruby.parser.RubyParserResult
 
EMPTY_OBJECT_ARRAY - Static variable in class org.jruby.java.invokers.RubyToJavaInvoker
 
EMPTY_OPERANDS - Static variable in class org.jruby.ir.instructions.Instr
 
empty_p() - Method in class org.jruby.ext.ffi.Enums
 
empty_p(ThreadContext) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
empty_p(ThreadContext) - Method in class org.jruby.ext.thread.Queue
 
empty_p() - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_empty_p
empty_p() - Method in class org.jruby.RubyArray
rb_ary_empty_p
empty_p() - Method in class org.jruby.RubyHash
rb_hash_empty_p
empty_p(ThreadContext) - Method in class org.jruby.RubyString
rb_str_empty
empty_p(ThreadContext) - Method in class org.jruby.RubySymbol
 
EMPTY_PARAMETER_LIST - Static variable in class org.jruby.runtime.BlockBody
 
EMPTY_STRING - Static variable in class org.jruby.ir.operands.StringLiteral
 
EmptyFileResource - Class in org.jruby.util
 
EmptyFileResource() - Constructor for class org.jruby.util.EmptyFileResource
 
emptyJavaArray(ThreadContext) - Method in class org.jruby.javasupport.JavaClass
 
emptyJavaArrayDirect(ThreadContext, Class) - Static method in class org.jruby.java.util.ArrayUtils
 
emptyNull(RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.ClearNode
 
emptyNull(RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.EmptyNode
 
emptyPackedArray(RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.EmptyNode
 
enable(ThreadContext, Block) - Method in class org.jruby.ext.tracepoint.TracePoint
 
enable(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyGC
 
enabled_p(ThreadContext) - Method in class org.jruby.ext.tracepoint.TracePoint
 
enc - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
enc - Variable in class org.jruby.util.io.IOEncodable.ConvConfig
 
enc2 - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
enc2 - Variable in class org.jruby.util.io.IOEncodable.ConvConfig
 
encArg(ThreadContext, IRubyObject, byte[][], Encoding[]) - Static method in class org.jruby.util.io.EncodingUtils
 
encAscget(byte[], int, int, int[], Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
encAsciicompat(Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
encAssociateIndex(IRubyObject, Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
encCheckDuplication(ThreadContext, byte[]) - Static method in class org.jruby.util.io.EncodingUtils
 
encCodepointLength(Ruby, byte[], int, int, int[], Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
encCrStrBufCat(Ruby, RubyString, ByteList, Encoding, int, int[]) - Static method in class org.jruby.util.io.EncodingUtils
 
encCrStrBufCat(Ruby, RubyString, byte[], int, int, Encoding, int, int[]) - Static method in class org.jruby.util.io.EncodingUtils
 
encDummy(Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
encFastMBCLen(byte[], int, int, Encoding) - Static method in class org.jruby.util.StringSupport
 
encGet(ThreadContext, IRubyObject) - Static method in class org.jruby.util.io.EncodingUtils
 
enclose(Block) - Method in class org.jruby.RubyThreadGroup
 
enclosed_p(Block) - Method in class org.jruby.RubyThreadGroup
 
enclosing_class() - Method in class org.jruby.javasupport.JavaClass
 
enclosing_constructor() - Method in class org.jruby.javasupport.JavaClass
 
enclosing_method() - Method in class org.jruby.javasupport.JavaClass
 
enclosingScope - Variable in class org.jruby.parser.StaticScope
 
encMbcput(int, byte[], int, Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
encMbminlen(Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
encode(Instr) - Method in class org.jruby.ir.persistence.InstrEncoderMap
 
encode(Instr) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
encode(String) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
encode(String[]) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
encode(IRScope) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
encode(IRScopeType) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
encode(StaticScope.Type) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
encode(Operation) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
encode(OperandType) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
encode(Operand) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
encode(boolean) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
encode(byte) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
encode(char) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
encode(int) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
encode(long) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
encode(float) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
encode(double) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
encode(String) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
encode(String[]) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
encode(Instr) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
encode(IRScope) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
encode(IRScopeType) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
encode(StaticScope.Type) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
encode(Operation) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
encode(Operand) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
encode(OperandType) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
encode(boolean) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
encode(byte) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
encode(char) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
encode(int) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
encode(long) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
encode(double) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
encode(float) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
encode(boolean) - Method in class org.jruby.ir.persistence.IRWriterFile
 
encode(byte) - Method in class org.jruby.ir.persistence.IRWriterFile
 
encode(char) - Method in class org.jruby.ir.persistence.IRWriterFile
 
encode(int) - Method in class org.jruby.ir.persistence.IRWriterFile
 
encode(long) - Method in class org.jruby.ir.persistence.IRWriterFile
 
encode(float) - Method in class org.jruby.ir.persistence.IRWriterFile
 
encode(double) - Method in class org.jruby.ir.persistence.IRWriterFile
 
encode(String) - Method in class org.jruby.ir.persistence.IRWriterFile
 
encode(String[]) - Method in class org.jruby.ir.persistence.IRWriterFile
 
encode(Operand) - Method in class org.jruby.ir.persistence.IRWriterFile
 
encode(Instr) - Method in class org.jruby.ir.persistence.IRWriterFile
 
encode(IRScope) - Method in class org.jruby.ir.persistence.IRWriterFile
 
encode(IRScopeType) - Method in class org.jruby.ir.persistence.IRWriterFile
 
encode(StaticScope.Type) - Method in class org.jruby.ir.persistence.IRWriterFile
 
encode(Operation) - Method in class org.jruby.ir.persistence.IRWriterFile
 
encode(OperandType) - Method in class org.jruby.ir.persistence.IRWriterFile
 
encode(CharSequence, Charset) - Static method in class org.jruby.RubyEncoding
 
encode(String, Charset) - Static method in class org.jruby.RubyEncoding
 
encode(ThreadContext) - Method in class org.jruby.RubyString
 
encode(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
encode(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
encode(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
encode() - Method in class org.jruby.runtime.Signature
 
encode(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.EncodeNode
 
encode(RubyString, RubyEncoding) - Method in class org.jruby.truffle.nodes.core.StringNodes.EncodeNode
 
encode(Ruby, IRubyObject, ByteList) - Method in class org.jruby.util.Pack.Converter
 
encode(Ruby, int, ByteList, RubyArray, int, Pack.ConverterExecutor) - Static method in class org.jruby.util.Pack
 
encode_bang(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
encode_bang(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
encode_bang(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
encode_bang(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyString
 
encodeBytelist(CharSequence, Encoding) - Static method in class org.jruby.RubyString
 
encodeCaptureOffsets(int[]) - Static method in class org.jruby.runtime.Helpers
 
encodedDup(ThreadContext, IRubyObject, IRubyObject, Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
encodeParameterList(ArgsNode) - Static method in class org.jruby.runtime.Helpers
 
encodeParameterList(List<String[]>) - Static method in class org.jruby.runtime.Helpers
 
encodeScope(StaticScope) - Static method in class org.jruby.runtime.Helpers
 
encodeSplatmap(boolean[]) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
encodeUTF16(String) - Static method in class org.jruby.RubyEncoding
 
encodeUTF16(CharSequence) - Static method in class org.jruby.RubyEncoding
 
encodeUTF8(CharSequence) - Static method in class org.jruby.RubyEncoding
 
encodeUTF8(String) - Static method in class org.jruby.RubyEncoding
 
encoding - Variable in class org.jruby.ast.DNode
 
encoding - Variable in enum org.jruby.ext.psych.PsychLibrary.YAMLEncoding
 
encoding(ThreadContext, MutableCallSite, String) - Static method in class org.jruby.ir.targets.Bootstrap
 
encoding(ThreadContext) - Method in class org.jruby.RubyRegexp
 
encoding(ThreadContext) - Method in class org.jruby.RubyString
 
encoding(ThreadContext) - Method in class org.jruby.RubySymbol
 
encoding(RubyRegexp) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.EncodingNode
 
encoding(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.EncodingNode
 
EncodingCapable - Interface in org.jruby.runtime.encoding
 
encodingCompatibilityError(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
encodingCompatibilityErrorIncompatible(String, String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
EncodingConverterNodes - Class in org.jruby.truffle.nodes.core
 
EncodingConverterNodes() - Constructor for class org.jruby.truffle.nodes.core.EncodingConverterNodes
 
EncodingConverterNodes.ConvPathNode - Class in org.jruby.truffle.nodes.core
 
EncodingConverterNodes.ConvPathNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.EncodingConverterNodes.ConvPathNode
 
EncodingConverterNodes.ConvPathNode(EncodingConverterNodes.ConvPathNode) - Constructor for class org.jruby.truffle.nodes.core.EncodingConverterNodes.ConvPathNode
 
EncodingConverterNodes.InitializeNode - Class in org.jruby.truffle.nodes.core
 
EncodingConverterNodes.InitializeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.EncodingConverterNodes.InitializeNode
 
EncodingConverterNodes.InitializeNode(EncodingConverterNodes.InitializeNode) - Constructor for class org.jruby.truffle.nodes.core.EncodingConverterNodes.InitializeNode
 
EncodingConverterNodes.SearchConvPathNode - Class in org.jruby.truffle.nodes.core
 
EncodingConverterNodes.SearchConvPathNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.EncodingConverterNodes.SearchConvPathNode
 
EncodingConverterNodes.SearchConvPathNode(EncodingConverterNodes.SearchConvPathNode) - Constructor for class org.jruby.truffle.nodes.core.EncodingConverterNodes.SearchConvPathNode
 
EncodingConverterNodesFactory - Class in org.jruby.truffle.nodes.core
 
EncodingConverterNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.EncodingConverterNodesFactory
 
EncodingConverterNodesFactory.ConvPathNodeFactory - Class in org.jruby.truffle.nodes.core
 
EncodingConverterNodesFactory.InitializeNodeFactory - Class in org.jruby.truffle.nodes.core
 
EncodingConverterNodesFactory.SearchConvPathNodeFactory - Class in org.jruby.truffle.nodes.core
 
encodingEqual(byte[], byte[]) - Static method in class org.jruby.util.io.EncodingUtils
 
encodingGetObjectEncoding(Object) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.EncodingGetObjectEncodingPrimitiveNode
 
encodingList - Variable in class org.jruby.runtime.encoding.EncodingService
 
EncodingNode - Class in org.jruby.ast
Represents __ENCODING__.
EncodingNode(ISourcePosition, Encoding) - Constructor for class org.jruby.ast.EncodingNode
 
EncodingNodes - Class in org.jruby.truffle.nodes.core
 
EncodingNodes() - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes
 
EncodingNodes.CompatibleQueryNode - Class in org.jruby.truffle.nodes.core
 
EncodingNodes.CompatibleQueryNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.CompatibleQueryNode
 
EncodingNodes.CompatibleQueryNode(EncodingNodes.CompatibleQueryNode) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.CompatibleQueryNode
 
EncodingNodes.DefaultExternalNode - Class in org.jruby.truffle.nodes.core
 
EncodingNodes.DefaultExternalNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.DefaultExternalNode
 
EncodingNodes.DefaultExternalNode(EncodingNodes.DefaultExternalNode) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.DefaultExternalNode
 
EncodingNodes.DefaultInternalNode - Class in org.jruby.truffle.nodes.core
 
EncodingNodes.DefaultInternalNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.DefaultInternalNode
 
EncodingNodes.DefaultInternalNode(EncodingNodes.DefaultInternalNode) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.DefaultInternalNode
 
EncodingNodes.DummyNode - Class in org.jruby.truffle.nodes.core
 
EncodingNodes.DummyNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.DummyNode
 
EncodingNodes.DummyNode(EncodingNodes.DummyNode) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.DummyNode
 
EncodingNodes.FindNode - Class in org.jruby.truffle.nodes.core
 
EncodingNodes.FindNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.FindNode
 
EncodingNodes.FindNode(EncodingNodes.FindNode) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.FindNode
 
EncodingNodes.InspectNode - Class in org.jruby.truffle.nodes.core
 
EncodingNodes.InspectNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.InspectNode
 
EncodingNodes.InspectNode(EncodingNodes.InspectNode) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.InspectNode
 
EncodingNodes.ListNode - Class in org.jruby.truffle.nodes.core
 
EncodingNodes.ListNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.ListNode
 
EncodingNodes.ListNode(EncodingNodes.ListNode) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.ListNode
 
EncodingNodes.NameListNode - Class in org.jruby.truffle.nodes.core
 
EncodingNodes.NameListNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.NameListNode
 
EncodingNodes.NameListNode(EncodingNodes.NameListNode) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.NameListNode
 
EncodingNodes.SetDefaultExternalNode - Class in org.jruby.truffle.nodes.core
 
EncodingNodes.SetDefaultExternalNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.SetDefaultExternalNode
 
EncodingNodes.SetDefaultExternalNode(EncodingNodes.SetDefaultExternalNode) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.SetDefaultExternalNode
 
EncodingNodes.SetDefaultInternalNode - Class in org.jruby.truffle.nodes.core
 
EncodingNodes.SetDefaultInternalNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.SetDefaultInternalNode
 
EncodingNodes.SetDefaultInternalNode(EncodingNodes.SetDefaultInternalNode) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.SetDefaultInternalNode
 
EncodingNodes.ToSNode - Class in org.jruby.truffle.nodes.core
 
EncodingNodes.ToSNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.ToSNode
 
EncodingNodes.ToSNode(EncodingNodes.ToSNode) - Constructor for class org.jruby.truffle.nodes.core.EncodingNodes.ToSNode
 
EncodingNodesFactory - Class in org.jruby.truffle.nodes.core
 
EncodingNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.EncodingNodesFactory
 
EncodingNodesFactory.CompatibleQueryNodeFactory - Class in org.jruby.truffle.nodes.core
 
EncodingNodesFactory.DefaultExternalNodeFactory - Class in org.jruby.truffle.nodes.core
 
EncodingNodesFactory.DefaultInternalNodeFactory - Class in org.jruby.truffle.nodes.core
 
EncodingNodesFactory.DummyNodeFactory - Class in org.jruby.truffle.nodes.core
 
EncodingNodesFactory.FindNodeFactory - Class in org.jruby.truffle.nodes.core
 
EncodingNodesFactory.InspectNodeFactory - Class in org.jruby.truffle.nodes.core
 
EncodingNodesFactory.ListNodeFactory - Class in org.jruby.truffle.nodes.core
 
EncodingNodesFactory.NameListNodeFactory - Class in org.jruby.truffle.nodes.core
 
EncodingNodesFactory.SetDefaultExternalNodeFactory - Class in org.jruby.truffle.nodes.core
 
EncodingNodesFactory.SetDefaultInternalNodeFactory - Class in org.jruby.truffle.nodes.core
 
EncodingNodesFactory.ToSNodeFactory - Class in org.jruby.truffle.nodes.core
 
encodings - Variable in class org.jruby.ast.executable.RuntimeCache
 
EncodingService - Class in org.jruby.runtime.encoding
 
EncodingService(Ruby) - Constructor for class org.jruby.runtime.encoding.EncodingService
 
EncodingService.EncodingAliasVisitor - Interface in org.jruby.runtime.encoding
 
EncodingService.EncodingDefinitionVisitor - Interface in org.jruby.runtime.encoding
 
EncodingUtils - Class in org.jruby.util.io
 
EncodingUtils() - Constructor for class org.jruby.util.io.EncodingUtils
 
EncodingUtils.ResizeFunction - Interface in org.jruby.util.io
 
EncodingUtils.TranscodeFallback - Interface in org.jruby.util.io
 
encRegistered(byte[]) - Static method in class org.jruby.util.io.EncodingUtils
 
encReplicate(ThreadContext, byte[], Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
encs - Variable in class org.jruby.util.io.OpenFile
 
encSetDefaultEncoding(ThreadContext, Encoding[], IRubyObject, String) - Static method in class org.jruby.util.io.EncodingUtils
 
encStrBufCat(Ruby, RubyString, ByteList, Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
encStrBufCat(Ruby, RubyString, byte[], int, int, Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
encUintChr(ThreadContext, int, Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
end() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
end(Runnable) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
end() - Method in class org.jruby.lexer.yacc.StackState
 
end(ThreadContext, IRubyObject) - Method in class org.jruby.RubyMatchData
match_end
end(ThreadContext) - Method in class org.jruby.RubyRange
 
end(RubyMatchData, int) - Method in class org.jruby.truffle.nodes.core.MatchDataNodes.EndNode
 
end(int) - Method in class org.jruby.truffle.runtime.core.RubyMatchData
 
end_document(ThreadContext, IRubyObject) - Method in class org.jruby.ext.psych.PsychEmitter
 
end_mapping(ThreadContext) - Method in class org.jruby.ext.psych.PsychEmitter
 
end_sequence(ThreadContext) - Method in class org.jruby.ext.psych.PsychEmitter
 
end_stream(ThreadContext) - Method in class org.jruby.ext.psych.PsychEmitter
 
end_with_p(ThreadContext) - Method in class org.jruby.RubyString
 
end_with_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
end_with_p(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyString
 
endBuildOperand(Node, IRScope, Operand) - Method in interface org.jruby.ir.listeners.IRScopeListener
 
endCall(ClassWriter, String) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
 
endCallOffline(ClassWriter) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
 
endCallWithBytes(byte[], String) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
 
endClass(ClassWriter, String) - Method in class org.jruby.internal.runtime.methods.DumpingInvocationMethodFactory
 
endClass(ClassWriter, String) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
 
endClassOffline(ClassWriter) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
 
endClassWithBytes(byte[], String) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
 
endEncoding(IRScope) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
endEncoding(IRScope) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
endEncoding(IRScope) - Method in class org.jruby.ir.persistence.IRWriterFile
 
endEncodingScopeHeader(IRScope) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
endEncodingScopeHeader(IRScope) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
endEncodingScopeHeader(IRScope) - Method in class org.jruby.ir.persistence.IRWriterFile
 
endEncodingScopeHeaders(IRScope) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
endEncodingScopeHeaders(IRScope) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
endEncodingScopeHeaders(IRScope) - Method in class org.jruby.ir.persistence.IRWriterFile
 
endEncodingScopeInstrs(IRScope) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
endEncodingScopeInstrs(IRScope) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
endEncodingScopeInstrs(IRScope) - Method in class org.jruby.ir.persistence.IRWriterFile
 
endExecute(CompilerPass, IRScope, Object, boolean) - Method in class org.jruby.ir.passes.BasicCompilerPassListener
 
endExecute(CompilerPass, IRScope, Object, boolean) - Method in interface org.jruby.ir.passes.CompilerPassListener
This pass has just finished execute'ing.
endgrent(IRubyObject) - Static method in class org.jruby.ext.etc.RubyEtc
 
endLabel - Variable in class org.jruby.ir.IRClosure
 
endMethod() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
endPoint(int) - Method in class org.jruby.util.InputStreamMarkCursor
 
endpwent(IRubyObject) - Static method in class org.jruby.ext.etc.RubyEtc
 
endsBasicBlock() - Method in enum org.jruby.ir.Operation
The last instruction in the BB which will exit the BB.
endWith(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.EndWithNode
 
endWith(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.StartWithNode
 
ENGINE - Static variable in class org.jruby.runtime.Constants
 
enhance(String, DynamicMethod) - Method in interface org.jruby.runtime.profile.MethodEnhancer
Will be called with a method which should be enhanced.
ensure(Object, int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.DoubleArrayBuilderNode
 
ensure(Object, int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode
 
ensure(Object, int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.IntegerArrayBuilderNode
 
ensure(Object, int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.LongArrayBuilderNode
 
ensure(Object, int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.ObjectArrayBuilderNode
 
ensure(Object, int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.UninitializedArrayBuilderNode
 
ensureClassVariablesSettable() - Method in class org.jruby.RubyModule
 
ensureConstantsSettable() - Method in class org.jruby.RubyModule
 
ensureInstanceVariablesSettable() - Method in class org.jruby.RubyBasicObject
Makes sure that instance variables can be set on this object, including information about whether this object is frozen, or tainted.
ensureInstrsReady() - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
ensureInstrsReady() - Method in class org.jruby.runtime.InterpretedIRBlockBody
 
ensureMultipleAssignableRubyArray(IRubyObject, Ruby, boolean) - Static method in class org.jruby.runtime.Helpers
 
EnsureNode - Class in org.jruby.ast
An 'ensure' statement.
EnsureNode(ISourcePosition, Node, Node) - Constructor for class org.jruby.ast.EnsureNode
 
EnsureNode - Class in org.jruby.truffle.nodes.control
Represents an ensure clause in exception handling.
EnsureNode(RubyContext, SourceSection, RubyNode, RubyNode) - Constructor for class org.jruby.truffle.nodes.control.EnsureNode
 
ensureRubyArray(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
ensureRubyArray(Ruby, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
ensureSuperBlock(Block, Block) - Static method in class org.jruby.runtime.Helpers
 
EnsureTempsAssigned - Class in org.jruby.ir.passes
 
EnsureTempsAssigned() - Constructor for class org.jruby.ir.passes.EnsureTempsAssigned
 
ensureYieldClose(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyIO
 
ensureYieldClosePipes(ThreadContext, IRubyObject, RubyIO, RubyIO, Block) - Static method in class org.jruby.RubyIO
 
enter(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyContinuation
 
enterGlobalLock(RubyThread) - Method in class org.jruby.truffle.runtime.subsystems.ThreadManager
Enters the global lock.
enterSleep() - Method in class org.jruby.RubyThread
 
enterThread() - Method in class org.jruby.truffle.runtime.subsystems.SafepointManager
 
entries() - Method in class org.jruby.RubyDir
 
entries(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyDir
Returns an array containing all of the filenames in the given directory.
entries19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyDir
 
entries19(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyDir
 
entry(long) - Method in class org.jruby.RubyArray
rb_ary_entry
entry(int) - Method in class org.jruby.RubyArray
 
entry - Variable in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
Entry - Class in org.jruby.truffle.runtime.hash
An entry in the Ruby hash.
Entry(Object, Object) - Constructor for class org.jruby.truffle.runtime.hash.Entry
 
entryIterator() - Method in class org.jruby.util.GenericMap
 
entryIterator() - Method in class org.jruby.util.WeakIdentityHashMap
 
entrySet() - Method in class org.jruby.embed.internal.BiVariableMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.jruby.java.util.SystemPropertiesMap
 
entrySet() - Method in class org.jruby.RubyHash
 
entrySet() - Method in class org.jruby.util.collections.IntHashMap
 
entrySet() - Method in class org.jruby.util.GenericMap
 
Enum - Class in org.jruby.ext.ffi
Represents a C enum
enum_constant_p() - Method in class org.jruby.javasupport.JavaField
 
enum_constants() - Method in class org.jruby.javasupport.JavaClass
 
enum_p() - Method in class org.jruby.javasupport.JavaClass
 
ENUMERATOR_LIGHTWEIGHT - Static variable in class org.jruby.util.cli.Options
 
enumeratorize(Ruby, IRubyObject, String) - Static method in class org.jruby.RubyEnumerator
 
enumeratorize(Ruby, IRubyObject, String, IRubyObject) - Static method in class org.jruby.RubyEnumerator
 
enumeratorize(Ruby, IRubyObject, String, IRubyObject[]) - Static method in class org.jruby.RubyEnumerator
 
enumeratorize(Ruby, RubyClass, IRubyObject, String) - Static method in class org.jruby.RubyEnumerator
 
enumeratorize(Ruby, RubyClass, IRubyObject, String, IRubyObject) - Static method in class org.jruby.RubyEnumerator
 
enumeratorize(Ruby, RubyClass, IRubyObject, String, IRubyObject[]) - Static method in class org.jruby.RubyEnumerator
 
enumeratorizeWithSize(ThreadContext, IRubyObject, String, IRubyObject[], RubyEnumerator.SizeFn) - Static method in class org.jruby.RubyEnumerator
Transform object into an Enumerator with the given size
enumeratorizeWithSize(ThreadContext, IRubyObject, String, RubyEnumerator.SizeFn) - Static method in class org.jruby.RubyEnumerator
 
Enums - Class in org.jruby.ext.ffi
Represents a C enum
environment - Variable in class org.jruby.truffle.translator.BodyTranslator
 
eof(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
eof() - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
eof(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
EOF - Static variable in class org.jruby.util.io.OpenFile
 
eof_p() - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
eof_p(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
eof_p(ThreadContext) - Method in class org.jruby.RubyIO
 
eos_p(ThreadContext) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
EPSILON - Static variable in class org.jruby.RubyFloat
 
EqCallSite - Class in org.jruby.runtime.callsite
 
EqCallSite() - Constructor for class org.jruby.runtime.callsite.EqCallSite
 
eql(IRubyObject, IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
eql(IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
eql(IRubyObject) - Method in class org.jruby.ir.operands.UndefinedValue
 
eql(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_eql
eql(IRubyObject) - Method in class org.jruby.RubyBasicObject
method used for Hash key comparison (specialized for String, Symbol and Fixnum) Will by default just call the Ruby method "eql?"
eql(IRubyObject) - Method in class org.jruby.RubyFixnum
short circuit for Fixnum key comparison
eql(IRubyObject) - Method in class org.jruby.RubyString
short circuit for String key comparison
eql(IRubyObject) - Method in class org.jruby.RubySymbol
short circuit for Symbol key comparison
eql(IRubyObject) - Method in interface org.jruby.runtime.builtin.IRubyObject
 
EQL - Static variable in class org.jruby.runtime.MethodIndex
Deprecated.
eql_p(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
eql_p(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Type.Builtin
 
eql_p(IRubyObject) - Method in class org.jruby.RubyBasicObject
rb_obj_equal Just like "==" and "equal?", "eql?" will use identity equality for Object.
eql_p(IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_eql
eql_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyComplex
nucomp_eql_p
eql_p(IRubyObject) - Method in class org.jruby.RubyFloat
flo_eql
eql_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
eql_p(IRubyObject) - Method in class org.jruby.RubyMatchData
 
eql_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyNumeric
num_eql
eql_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyStruct
 
eql_p(IRubyObject) - Method in class org.jruby.RubyTime
 
eql_p19(IRubyObject) - Method in class org.jruby.RubyBignum
In ruby 1.9, '==' and '===' are the same, but they differ from 'eql?'.
eqlInternal(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyObject
Helper method for checking equality, first using Java identity equality, and then calling the "eql?" method.
eqq(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRegexp
rb_reg_eqq
eqq19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRegexp
 
eqq_p19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRange
 
EQQInstr - Class in org.jruby.ir.instructions
 
EQQInstr(Variable, Operand, Operand) - Constructor for class org.jruby.ir.instructions.EQQInstr
 
EQQInstr(EQQInstr) - Method in class org.jruby.ir.IRVisitor
 
EQQInstr(EQQInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
EQUAL - Static variable in class org.jruby.parser.JavaSignatureParser
 
equal(VirtualFrame, RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.EqualNode
 
equal(VirtualFrame, RubyArray, Object) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.EqualNode
 
equal(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.NotEqualNode
 
equal(boolean, boolean) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.ReferenceEqualNode
 
equal(int, int) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.ReferenceEqualNode
 
equal(long, long) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.ReferenceEqualNode
 
equal(double, double) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.ReferenceEqualNode
 
equal(RubyBasicObject, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.ReferenceEqualNode
 
equal(Object, Object) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.ReferenceEqualNode
 
equal(Object, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.ReferenceEqualNode
 
equal(RubyBasicObject, Object) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.ReferenceEqualNode
 
equal(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.EqualNode
 
equal(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.BignumNodes.EqualNode
 
equal(RubyBignum, double) - Method in class org.jruby.truffle.nodes.core.BignumNodes.EqualNode
 
equal(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.EqualNode
 
equal(VirtualFrame, RubyBasicObject, Object) - Method in class org.jruby.truffle.nodes.core.ComparableNodes.EqualNode
 
equal(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.EqualNode
 
equal(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.EqualNode
 
equal(int, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.EqualNode
 
equal(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.EqualNode
 
equal(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.EqualNode
 
equal(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.EqualNode
 
equal(long, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.EqualNode
 
equal(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.EqualNode
 
equal(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.EqualNode
 
equal(double, int) - Method in class org.jruby.truffle.nodes.core.FloatNodes.EqualNode
 
equal(double, long) - Method in class org.jruby.truffle.nodes.core.FloatNodes.EqualNode
 
equal(double, double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.EqualNode
 
equal(double, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FloatNodes.EqualNode
 
equal(double, int) - Method in class org.jruby.truffle.nodes.core.FloatNodes.GreaterNode
 
equal(double, long) - Method in class org.jruby.truffle.nodes.core.FloatNodes.GreaterNode
 
equal(double, double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.GreaterNode
 
equal(double, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FloatNodes.GreaterNode
 
equal(RubyHash, RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.EqualNode
 
equal(Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.MatchNode
 
equal(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.RangeNodes.EqualNode
 
equal(RubyRange.IntegerFixnumRange, RubyRange.IntegerFixnumRange) - Method in class org.jruby.truffle.nodes.core.RangeNodes.EqualNode
 
equal(RubyRange.IntegerFixnumRange, RubyRange.LongFixnumRange) - Method in class org.jruby.truffle.nodes.core.RangeNodes.EqualNode
 
equal(RubyRange.LongFixnumRange, RubyRange.LongFixnumRange) - Method in class org.jruby.truffle.nodes.core.RangeNodes.EqualNode
 
equal(RubyRange.LongFixnumRange, RubyRange.IntegerFixnumRange) - Method in class org.jruby.truffle.nodes.core.RangeNodes.EqualNode
 
equal(VirtualFrame, RubyRange.ObjectRange, RubyRange.ObjectRange) - Method in class org.jruby.truffle.nodes.core.RangeNodes.EqualNode
 
equal(RubyRegexp, RubyRegexp) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.EqualNode
 
equal(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.EqualNode
 
equal(RubyString, Object) - Method in class org.jruby.truffle.nodes.core.StringNodes.EqualNode
 
equal(RubySymbol, RubySymbol) - Method in class org.jruby.truffle.nodes.core.SymbolNodes.EqualNode
 
equal(RubySymbol, RubyString) - Method in class org.jruby.truffle.nodes.core.SymbolNodes.EqualNode
 
equal(RubySymbol, int) - Method in class org.jruby.truffle.nodes.core.SymbolNodes.EqualNode
 
equal(RubySymbol, long) - Method in class org.jruby.truffle.nodes.core.SymbolNodes.EqualNode
 
equal(RubySymbol, Object) - Method in class org.jruby.truffle.nodes.core.SymbolNodes.EqualNode
 
equal_p(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Type.Builtin
 
equal_p(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.JavaProxy
 
equal_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBasicObject
rb_obj_equal Will use Java identity equality.
equal_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
 
equal_p19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBasicObject
 
equal_p19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
 
equalFloat(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.EqualNode
 
equalIntegerFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.EqualNode
 
equalInternal(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyBasicObject
Helper method for checking equality, first using Java identity equality, and then calling the "==" method.
equalInternal(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyObject
Helper method for checking equality, first using Java identity equality, and then calling the "==" method.
equalLongFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.EqualNode
 
equalNonHash(RubyHash, Object) - Method in class org.jruby.truffle.nodes.core.HashNodes.EqualNode
 
equalNull(RubyHash, RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.EqualNode
 
equals(Object) - Method in class org.jruby.ast.java_signature.ArrayTypeNode
 
equals(Object) - Method in class org.jruby.ast.java_signature.ReferenceTypeNode
 
equals(Object) - Method in class org.jruby.ast.java_signature.TypeNode
 
equals(Object) - Method in class org.jruby.ext.ffi.AbstractMemory
Compares this MemoryPointer to another MemoryPointer.
equals(Object) - Method in class org.jruby.ext.ffi.jffi.JITSignature
 
equals(Object) - Method in class org.jruby.ext.ffi.NullMemoryIO
 
equals(Object) - Method in class org.jruby.ext.ffi.StructLayout
 
equals(Object) - Method in class org.jruby.ext.ffi.StructLayout.Field
 
equals(Object) - Method in class org.jruby.ext.ffi.StructLayout.Member
 
equals(Object) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
equals(Object) - Method in class org.jruby.ext.ffi.Type.Builtin
 
equals(Object) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
equals(Object) - Method in class org.jruby.ir.IRScope
 
equals(Object) - Method in class org.jruby.ir.operands.Boolean
 
equals(Object) - Method in class org.jruby.ir.operands.ClosureLocalVariable
 
equals(Object) - Method in class org.jruby.ir.operands.CurrentScope
 
equals(Object) - Method in class org.jruby.ir.operands.Fixnum
 
equals(Object) - Method in class org.jruby.ir.operands.FrozenString
 
equals(Object) - Method in class org.jruby.ir.operands.Label
 
equals(Object) - Method in class org.jruby.ir.operands.LocalVariable
 
equals(Object) - Method in class org.jruby.ir.operands.ScopeModule
 
equals(Object) - Method in class org.jruby.ir.operands.Self
 
equals(Object) - Method in class org.jruby.ir.operands.StringLiteral
 
equals(Object) - Method in class org.jruby.ir.operands.TemporaryVariable
 
equals(Object) - Method in class org.jruby.ir.operands.UnboxedBoolean
 
equals(Object) - Method in class org.jruby.ir.operands.UnboxedFixnum
 
equals(Object) - Method in class org.jruby.ir.passes.CompilerPass
 
equals(Object) - Method in class org.jruby.javasupport.JavaAccessibleObject
 
equals(Object) - Method in class org.jruby.javasupport.JavaArray
 
equals(Object) - Method in class org.jruby.javasupport.JavaClass
 
equals(Object) - Method in class org.jruby.javasupport.JavaConstructor
 
equals(Object) - Method in class org.jruby.javasupport.JavaField
 
equals(Object) - Method in class org.jruby.javasupport.JavaMethod
 
equals(Object) - Method in class org.jruby.javasupport.JavaObject
 
equals(Object) - Method in class org.jruby.javasupport.proxy.JavaProxyClass
 
equals(Object) - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
equals(Object) - Method in class org.jruby.javasupport.proxy.JavaProxyConstructor
 
equals(Object) - Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
equals(Object) - Method in class org.jruby.RubyFixnum
 
equals(Object) - Method in class org.jruby.RubyHash
 
equals(Object) - Method in class org.jruby.RubyHash.RubyHashEntry
 
equals(Object) - Method in class org.jruby.RubyMatchData
 
equals(Object) - Method in class org.jruby.RubyModule
We override equals here to provide a faster path, since equality for modules is pretty cut and dried.
equals(Object) - Method in class org.jruby.RubyModule.RespondToMissingMethod
 
equals(Object) - Method in class org.jruby.RubyObject
This method is just a wrapper around the Ruby "==" method, provided so that RubyObjects can be used as keys in the Java HashMap object underlying RubyHash.
equals(Object) - Method in class org.jruby.RubyRandom.RandomType
 
equals(Object) - Method in class org.jruby.RubyString
 
equals(Object) - Method in class org.jruby.RubySymbol
 
equals(Object) - Method in class org.jruby.RubyThread
 
equals(Object) - Method in class org.jruby.runtime.Arity
 
equals(Object) - Method in class org.jruby.runtime.Binding
 
equals(Object) - Method in class org.jruby.runtime.Block
 
equals(Object) - Method in class org.jruby.truffle.runtime.core.RubyRegexp
 
equals(Object) - Method in class org.jruby.truffle.runtime.core.RubyString
 
equals(Object) - Method in class org.jruby.truffle.runtime.core.RubySymbol
 
equals(DynamicObject, Object) - Method in class org.jruby.truffle.runtime.RubyOperations
 
equals(Object) - Method in class org.jruby.util.GenericMap
 
equals(Object) - Method in class org.jruby.util.Random
 
equals(Object) - Method in class org.jruby.util.RecursiveComparator.Pair
 
equals(Object) - Method in class org.jruby.util.RegexpOptions
 
erf(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
erf19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
erfc(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
erfc(double) - Static method in class org.jruby.truffle.nodes.core.MathNodes.ErfcNode
 
erfc19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
ERFC2_COEF - Static variable in class org.jruby.RubyMath
 
ERFC_COEF - Static variable in class org.jruby.RubyMath
 
ERFCC_COEF - Static variable in class org.jruby.RubyMath
 
ERR_FROZEN_CONST_TYPE - Static variable in class org.jruby.RubyModule
 
ERR_FROZEN_CVAR_TYPE - Static variable in class org.jruby.RubyModule
 
ERR_INSECURE_SET_CLASS_VAR - Static variable in class org.jruby.RubyModule
 
ERR_INSECURE_SET_CONSTANT - Static variable in class org.jruby.RubyModule
 
ERR_INSECURE_SET_INST_VAR - Static variable in class org.jruby.RubyBasicObject
The error message used when some one tries to modify an instance variable in a high security setting.
errmsg - Variable in class org.jruby.util.io.PosixShim
The recommended error message, if any.
errno() - Method in class org.jruby.RubySystemCallError
 
errno() - Method in class org.jruby.util.EmptyFileResource
 
errno() - Method in interface org.jruby.util.FileResource
 
errno() - Method in class org.jruby.util.io.OpenFile
 
errno(Errno) - Method in class org.jruby.util.io.OpenFile
 
errno - Variable in class org.jruby.util.io.PosixShim
The appropriate errno value for the last thrown error, if any.
ERRNO_BACKTRACE - Static variable in class org.jruby.RubyInstanceConfig
 
ERRNO_BACKTRACE - Static variable in class org.jruby.util.cli.Options
 
ERRNO_BACKTRACE_MESSAGE - Static variable in class org.jruby.Ruby
 
errnoFromException(Throwable) - Static method in class org.jruby.runtime.Helpers
 
error(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.Factory.LastError
 
error(Errno, String) - Method in class org.jruby.ext.JRubyPOSIXHandler
 
error(Errno, String, String) - Method in class org.jruby.ext.JRubyPOSIXHandler
 
error(String) - Method in class org.jruby.parser.YYDebug
 
error - Variable in class org.jruby.util.io.PosixShim
The last Throwable exception raised by a call.
error(String, Object...) - Method in interface org.jruby.util.log.Logger
 
error(Throwable) - Method in interface org.jruby.util.log.Logger
 
error(String, Throwable) - Method in interface org.jruby.util.log.Logger
 
error(String, Object...) - Method in class org.jruby.util.log.StandardErrorLogger
 
error(Throwable) - Method in class org.jruby.util.log.StandardErrorLogger
 
error(String, Throwable) - Method in class org.jruby.util.log.StandardErrorLogger
 
error_bytes(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyConverter.InvalidByteSequenceErrorMethods
 
error_char(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyConverter.UndefinedConversionErrorMethods
 
ERROR_INVALID_PARAMETER - Static variable in interface org.jruby.util.WindowsFFI.Kernel32
 
error_set(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.Factory.LastError
 
escape() - Method in class org.jruby.runtime.Block
 
escape(RubyString) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.EscapeNode
 
escape(VirtualFrame, RubyString) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.EscapingNode
 
escape(VirtualFrame, RubyString) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.EscapingYieldingNode
 
escapedCharFormat(int, boolean) - Static method in class org.jruby.util.StringSupport
 
EtcLibrary - Class in org.jruby.ext.etc
 
EtcLibrary() - Constructor for class org.jruby.ext.etc.EtcLibrary
 
EUC - Static variable in class org.jruby.ext.nkf.RubyNKF
Deprecated.
euid(IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
euid(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess
 
euid(Ruby) - Static method in class org.jruby.RubyProcess
 
euid_set(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
euid_set(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
euid_set(Ruby, IRubyObject) - Static method in class org.jruby.RubyProcess
 
eval(String, int, int, Object) - Method in class org.jruby.embed.bsf.JRubyEngine
 
eval(Ruby, String) - Method in class org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl
 
eval(Bindings) - Method in class org.jruby.embed.jsr223.JRubyCompiledScript
 
eval(ScriptContext) - Method in class org.jruby.embed.jsr223.JRubyCompiledScript
 
eval(String, ScriptContext) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
eval(Reader, ScriptContext) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
eval(String, Bindings) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
eval(Reader, Bindings) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
eval(String) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
eval(Reader) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
eval(String, int, int, Object) - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
eval(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBinding
 
eval(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
eval(Ruby, String) - Method in interface org.jruby.RubyRuntimeAdapter
 
eval(VirtualFrame, RubyString, UndefinedPlaceholder, UndefinedPlaceholder, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.EvalNode
 
eval(RubyString, RubyBinding, UndefinedPlaceholder, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.EvalNode
 
eval(RubyString, RubyBinding, RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.EvalNode
 
eval(RubyString, RubyBinding, RubyString, int) - Method in class org.jruby.truffle.nodes.core.KernelNodes.EvalNode
 
eval(VirtualFrame, RubyBasicObject, UndefinedPlaceholder, UndefinedPlaceholder, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.EvalNode
 
eval(VirtualFrame, RubyBasicObject, RubyBinding, UndefinedPlaceholder, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.EvalNode
 
eval(RubyBasicObject, RubyBasicObject, UndefinedPlaceholder, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.EvalNode
 
eval(ByteList, RubyNode) - Method in class org.jruby.truffle.runtime.RubyContext
 
eval(ByteList, Object, RubyNode) - Method in class org.jruby.truffle.runtime.RubyContext
 
eval(ByteList, RubyBinding, RubyNode) - Method in class org.jruby.truffle.runtime.RubyContext
 
eval19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
EvalFailedException - Exception in org.jruby.embed
This class is a generic unchecked exception raised during evaluating.
EvalFailedException(Throwable) - Constructor for exception org.jruby.embed.EvalFailedException
 
EvalFailedException(String, Throwable) - Constructor for exception org.jruby.embed.EvalFailedException
 
evalScope - Variable in class org.jruby.runtime.DynamicScope
 
evalScriptlet(String) - Method in class org.jruby.Ruby
Evaluates a script under the current scope (perhaps the top-level scope) and returns the result (generally the last value calculated).
evalScriptlet(String, DynamicScope) - Method in class org.jruby.Ruby
Evaluates a script under the current scope (perhaps the top-level scope) and returns the result (generally the last value calculated).
evalSimple(ThreadContext, RubyModule, IRubyObject, RubyString, String, int, EvalType) - Static method in class org.jruby.ir.interpreter.Interpreter
Evaluate the given string.
EvalType - Enum in org.jruby
 
evalType - Variable in class org.jruby.runtime.IRBlockBody
 
evaluateAtStart() - Method in class org.jruby.ast.UntilNode
Determine whether this is while or do while
evaluateAtStart() - Method in class org.jruby.ast.WhileNode
Determine whether this is while or do while
evalUnder(ThreadContext, RubyModule, RubyString, String, int, EvalType) - Method in class org.jruby.RubyBasicObject
Evaluates the string src with self set to the current object, using the module under as the context.
evalWithBinding(ThreadContext, IRubyObject, IRubyObject, Binding) - Static method in class org.jruby.ir.interpreter.Interpreter
Evaluate the given string under the specified binding object.
even(RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.EvenNode
 
even_p(ThreadContext) - Method in class org.jruby.RubyFixnum
 
even_p(ThreadContext) - Method in class org.jruby.RubyInteger
 
event(ThreadContext) - Method in class org.jruby.ext.tracepoint.TracePoint
 
event(ThreadContext, RubyEvent, String, int, String, IRubyObject) - Method in class org.jruby.runtime.EventHook
 
eventHandler(ThreadContext, String, String, int, String, IRubyObject) - Method in class org.jruby.Ruby.CallTraceFuncHook
 
eventHandler(ThreadContext, String, String, int, String, IRubyObject) - Method in class org.jruby.runtime.EventHook
 
EventHook - Class in org.jruby.runtime
 
EventHook() - Constructor for class org.jruby.runtime.EventHook
 
EvStrNode - Class in org.jruby.ast
Represents an #{} expression in a string.
EvStrNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.EvStrNode
 
ex() - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
exact_p(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_exact_p
exception - Variable in class org.jruby.internal.runtime.ThreadService.Event
Deprecated.
 
exception(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyException
 
exception(IRubyObject[]) - Method in class org.jruby.RubyException
 
EXCEPTION_ALL - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
EXCEPTION_ALLOCATOR - Static variable in class org.jruby.RubyException
 
EXCEPTION_FORMATTER - Static variable in class org.jruby.truffle.runtime.backtrace.Backtrace
 
EXCEPTION_INFINITY - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
EXCEPTION_NaN - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
EXCEPTION_OVERFLOW - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
exception_types() - Method in class org.jruby.javasupport.JavaCallable
 
EXCEPTION_UNDERFLOW - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
EXCEPTION_ZERODIVIDE - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
ExceptionNodes - Class in org.jruby.truffle.nodes.core
 
ExceptionNodes() - Constructor for class org.jruby.truffle.nodes.core.ExceptionNodes
 
ExceptionNodes.BacktraceNode - Class in org.jruby.truffle.nodes.core
 
ExceptionNodes.BacktraceNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ExceptionNodes.BacktraceNode
 
ExceptionNodes.BacktraceNode(ExceptionNodes.BacktraceNode) - Constructor for class org.jruby.truffle.nodes.core.ExceptionNodes.BacktraceNode
 
ExceptionNodes.InitializeNode - Class in org.jruby.truffle.nodes.core
 
ExceptionNodes.InitializeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ExceptionNodes.InitializeNode
 
ExceptionNodes.InitializeNode(ExceptionNodes.InitializeNode) - Constructor for class org.jruby.truffle.nodes.core.ExceptionNodes.InitializeNode
 
ExceptionNodes.MessageNode - Class in org.jruby.truffle.nodes.core
 
ExceptionNodes.MessageNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ExceptionNodes.MessageNode
 
ExceptionNodes.MessageNode(ExceptionNodes.MessageNode) - Constructor for class org.jruby.truffle.nodes.core.ExceptionNodes.MessageNode
 
ExceptionNodes.ToSNode - Class in org.jruby.truffle.nodes.core
 
ExceptionNodes.ToSNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ExceptionNodes.ToSNode
 
ExceptionNodes.ToSNode(ExceptionNodes.ToSNode) - Constructor for class org.jruby.truffle.nodes.core.ExceptionNodes.ToSNode
 
ExceptionNodesFactory - Class in org.jruby.truffle.nodes.core
 
ExceptionNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.ExceptionNodesFactory
 
ExceptionNodesFactory.BacktraceNodeFactory - Class in org.jruby.truffle.nodes.core
 
ExceptionNodesFactory.InitializeNodeFactory - Class in org.jruby.truffle.nodes.core
 
ExceptionNodesFactory.MessageNodeFactory - Class in org.jruby.truffle.nodes.core
 
ExceptionNodesFactory.ToSNodeFactory - Class in org.jruby.truffle.nodes.core
 
exceptionRaised(RaiseException) - Method in class org.jruby.RubyThread
 
exceptionRaised(Throwable) - Method in class org.jruby.RubyThread
For handling all non-Ruby exceptions bubbling out of threads
ExceptionRegionEndMarkerInstr - Class in org.jruby.ir.instructions
 
ExceptionRegionEndMarkerInstr() - Constructor for class org.jruby.ir.instructions.ExceptionRegionEndMarkerInstr
 
ExceptionRegionEndMarkerInstr(ExceptionRegionEndMarkerInstr) - Method in class org.jruby.ir.IRVisitor
 
ExceptionRegionEndMarkerInstr(ExceptionRegionEndMarkerInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
ExceptionRegionStartMarkerInstr - Class in org.jruby.ir.instructions
 
ExceptionRegionStartMarkerInstr(Label) - Constructor for class org.jruby.ir.instructions.ExceptionRegionStartMarkerInstr
 
ExceptionRegionStartMarkerInstr(ExceptionRegionStartMarkerInstr) - Method in class org.jruby.ir.IRVisitor
 
ExceptionRegionStartMarkerInstr(ExceptionRegionStartMarkerInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
ExceptionTranslatingNode - Class in org.jruby.truffle.nodes.methods
 
ExceptionTranslatingNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.methods.ExceptionTranslatingNode
 
ExceptionTranslatingNode(RubyContext, SourceSection, RubyNode, UnsupportedOperationBehavior) - Constructor for class org.jruby.truffle.nodes.methods.ExceptionTranslatingNode
 
EXCL - Static variable in class org.jruby.util.io.ModeFlags
exclusive access flag, to require locking the target file
exclude_end_p() - Method in class org.jruby.RubyRange
 
excludeEnd(RubyRange) - Method in class org.jruby.truffle.nodes.core.RangeNodes.ExcludeEndNode
 
excludeEnd - Variable in class org.jruby.truffle.runtime.core.RubyRange
 
exclusive(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyThread
 
exec(String, int, int, Object) - Method in class org.jruby.embed.bsf.JRubyEngine
 
exec(String, int, int, Object) - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
exec(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
execAndWait(Ruby, IRubyObject[]) - Static method in class org.jruby.util.ShellLauncher
 
execAndWait(Ruby, IRubyObject[], Map) - Static method in class org.jruby.util.ShellLauncher
 
execargNew(ThreadContext, IRubyObject[], boolean) - Static method in class org.jruby.util.io.PopenExecutor
 
execRecursive(Ruby.RecursiveFunction, IRubyObject) - Method in class org.jruby.Ruby
Perform a recursive walk on the given object using the given function.
execRecursiveOuter(Ruby.RecursiveFunction, IRubyObject) - Method in class org.jruby.Ruby
Perform a recursive walk on the given object using the given function.
executable(RubyString) - Method in class org.jruby.truffle.nodes.core.FileNodes.ExecutableNode
 
executable_p() - Method in class org.jruby.RubyFileStat
 
executable_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
executable_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
executable_real_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
executable_real_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
executableReal_p() - Method in class org.jruby.RubyFileStat
 
execute() - Method in class org.jruby.ant.Rake
 
execute() - Method in class org.jruby.ant.RakeImport
 
execute() - Method in class org.jruby.ant.RakeTaskBase
 
execute(Ruby, IRScriptBody, ClassDefininngJRubyClassLoader) - Method in class org.jruby.ir.Compiler
 
execute(Ruby, IRScriptBody, IRubyObject) - Method in class org.jruby.ir.interpreter.Interpreter
 
execute(Ruby, ParseResult, S) - Method in class org.jruby.ir.IRTranslator
 
execute(Ruby, IRScriptBody, S) - Method in class org.jruby.ir.IRTranslator
 
execute(IRScope, Object...) - Method in class org.jruby.ir.passes.AddCallProtocolInstructions
 
execute(IRScope, Object...) - Method in class org.jruby.ir.passes.AddLocalVarLoadStoreInstructions
 
execute(IRScope, Object...) - Method in class org.jruby.ir.passes.CFGBuilder
 
execute(IRScope, Object...) - Method in class org.jruby.ir.passes.CompilerPass
Meat of an individual pass.
execute(IRScope, Object...) - Method in class org.jruby.ir.passes.DeadCodeElimination
 
execute(IRScope, Object...) - Method in class org.jruby.ir.passes.DominatorTreeBuilder
 
execute(IRScope, Object...) - Method in class org.jruby.ir.passes.EnsureTempsAssigned
 
execute(IRScope, Object...) - Method in class org.jruby.ir.passes.LinearizeCFG
 
execute(IRScope, Object...) - Method in class org.jruby.ir.passes.LiveVariableAnalysis
 
execute(IRScope, Object...) - Method in class org.jruby.ir.passes.LocalOptimizationPass
 
execute(IRScope, Object...) - Method in class org.jruby.ir.passes.OptimizeDynScopesPass
 
execute(IRScope, Object...) - Method in class org.jruby.ir.passes.OptimizeTempVarsPass
 
execute(IRScope, Object...) - Method in class org.jruby.ir.passes.UnboxingPass
 
execute(ParserSupport, RubyLexer, Object, Object[], int) - Method in interface org.jruby.parser.ParserState
 
execute(IRubyObject, IRubyObject[], Block) - Method in interface org.jruby.runtime.callback.Callback
Deprecated.
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.AssignmentWrapperNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.cast.BooleanCastNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.cast.LambdaNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.cast.ToSNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.AndNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.BreakNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.ElidableResultNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.EnsureNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.FlipFlopNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.IfNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.NextNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.NotNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.OnceNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.OrNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.RedoNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.RescueNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.RetryNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.ReturnNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.SequenceNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.TraceNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.TryNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.WhenSplatNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.WhileNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.ArrayConcatNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.ArrayPushNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.FixnumLowerNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.FixnumOrBignumNode
 
execute(int, int) - Method in class org.jruby.truffle.nodes.core.GeneralDivModNode
 
execute(int, long) - Method in class org.jruby.truffle.nodes.core.GeneralDivModNode
 
execute(int, BigInteger) - Method in class org.jruby.truffle.nodes.core.GeneralDivModNode
 
execute(int, double) - Method in class org.jruby.truffle.nodes.core.GeneralDivModNode
 
execute(long, int) - Method in class org.jruby.truffle.nodes.core.GeneralDivModNode
 
execute(long, long) - Method in class org.jruby.truffle.nodes.core.GeneralDivModNode
 
execute(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.GeneralDivModNode
 
execute(long, double) - Method in class org.jruby.truffle.nodes.core.GeneralDivModNode
 
execute(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.GeneralDivModNode
 
execute(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.GeneralDivModNode
 
execute(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.GeneralDivModNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.GeneralDivModNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.InteroplatedRegexpNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.InterpolatedStringNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.SetTopLevelBindingNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.DefinedNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.dispatch.DispatchNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.ForNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.globals.CheckMatchVariableTypeNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.globals.CheckOutputSeparatorVariableTypeNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.globals.CheckProgramNameVariableTypeNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.globals.CheckRecordSeparatorVariableTypeNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.globals.CheckStdoutVariableTypeNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.globals.ReadMatchReferenceNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.globals.WriteReadOnlyGlobalNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.hash.FindEntryNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.ArrayLiteralNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.BooleanLiteralNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.ConcatHashLiteralNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.FixnumLiteralNode.IntegerFixnumLiteralNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.FixnumLiteralNode.LongFixnumLiteralNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.FloatLiteralNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.HashLiteralNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.NilLiteralNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.ObjectLiteralNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.StringLiteralNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.AddMethodNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.arguments.CheckArityNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.arguments.IsNilNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.arguments.MissingKeywordArgumentNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.arguments.ReadAllArgumentsNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.arguments.ReadBlockNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.arguments.ReadKeywordArgumentNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.arguments.ReadKeywordRestArgumentNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.arguments.ReadOptionalArgumentNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.arguments.ReadPostArgumentNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.arguments.ReadPreArgumentNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.arguments.ReadRestArgumentNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.arguments.ShouldDestructureNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.BlockDefinitionNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.CatchBreakAsProcErrorNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.CatchBreakAsReturnNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.CatchNextNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.CatchRetryAsErrorNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.CatchReturnAsErrorNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.CatchReturnNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.CatchReturnPlaceholderNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.ExceptionTranslatingNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.InitFlipFlopSlotNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.MethodDefinitionNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.RedoableNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.SetMethodDeclarationContext
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.SymbolProcNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.UndefNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.DefineOrGetClassNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.DefineOrGetModuleNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.LexicalScopeNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.OpenModuleNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.ReadClassVariableNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.ReadInstanceVariableNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.SelfNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.WriteClassVariableNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.WriteInstanceVariableNode
 
execute(RubyBasicObject, Object) - Method in class org.jruby.truffle.nodes.objectstorage.MigrateNode
 
execute(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadBooleanObjectFieldNode
 
execute(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadDoubleObjectFieldNode
 
execute(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadHeadObjectFieldNode
 
execute(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadIntegerObjectFieldNode
 
execute(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadLongObjectFieldNode
 
execute(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadMissingObjectFieldNode
 
execute(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadObjectFieldNode
 
execute(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadObjectObjectFieldNode
 
execute(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.UninitializedReadObjectFieldNode
 
execute(RubyBasicObject, Object) - Method in class org.jruby.truffle.nodes.objectstorage.UninitializedWriteObjectFieldNode
 
execute(RubyBasicObject, boolean) - Method in class org.jruby.truffle.nodes.objectstorage.WriteBooleanObjectFieldNode
 
execute(RubyBasicObject, Object) - Method in class org.jruby.truffle.nodes.objectstorage.WriteBooleanObjectFieldNode
 
execute(RubyBasicObject, double) - Method in class org.jruby.truffle.nodes.objectstorage.WriteDoubleObjectFieldNode
 
execute(RubyBasicObject, Object) - Method in class org.jruby.truffle.nodes.objectstorage.WriteDoubleObjectFieldNode
 
execute(RubyBasicObject, int) - Method in class org.jruby.truffle.nodes.objectstorage.WriteHeadObjectFieldNode
 
execute(RubyBasicObject, long) - Method in class org.jruby.truffle.nodes.objectstorage.WriteHeadObjectFieldNode
 
execute(RubyBasicObject, double) - Method in class org.jruby.truffle.nodes.objectstorage.WriteHeadObjectFieldNode
 
execute(RubyBasicObject, Object) - Method in class org.jruby.truffle.nodes.objectstorage.WriteHeadObjectFieldNode
 
execute(RubyBasicObject, int) - Method in class org.jruby.truffle.nodes.objectstorage.WriteIntegerObjectFieldNode
 
execute(RubyBasicObject, Object) - Method in class org.jruby.truffle.nodes.objectstorage.WriteIntegerObjectFieldNode
 
execute(RubyBasicObject, long) - Method in class org.jruby.truffle.nodes.objectstorage.WriteLongObjectFieldNode
 
execute(RubyBasicObject, int) - Method in class org.jruby.truffle.nodes.objectstorage.WriteLongObjectFieldNode
 
execute(RubyBasicObject, Object) - Method in class org.jruby.truffle.nodes.objectstorage.WriteLongObjectFieldNode
 
execute(RubyBasicObject, Object) - Method in class org.jruby.truffle.nodes.objectstorage.WriteObjectFieldNode
 
execute(RubyBasicObject, boolean) - Method in class org.jruby.truffle.nodes.objectstorage.WriteObjectFieldNode
 
execute(RubyBasicObject, int) - Method in class org.jruby.truffle.nodes.objectstorage.WriteObjectFieldNode
 
execute(RubyBasicObject, long) - Method in class org.jruby.truffle.nodes.objectstorage.WriteObjectFieldNode
 
execute(RubyBasicObject, double) - Method in class org.jruby.truffle.nodes.objectstorage.WriteObjectFieldNode
 
execute(RubyBasicObject, Object) - Method in class org.jruby.truffle.nodes.objectstorage.WriteObjectObjectFieldNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.ReadConstantNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.respondto.RespondToNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.rubinius.CallRubiniusPrimitiveNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.rubinius.RubiniusSingleBlockArgNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyCallNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyRootNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.supercall.GeneralSuperCallNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.supercall.GeneralSuperReCallNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.ThreadLocalObjectNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.TopLevelRaiseHandler
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.WriteConstantNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.nodes.yield.YieldNode
 
execute(RubyContext, Source, Encoding, TranslatorDriver.ParserContext, Object, MaterializedFrame, RubyNode, NodeWrapper) - Method in class org.jruby.truffle.runtime.RubyContext
 
execute(VirtualFrame) - Method in class org.jruby.truffle.translator.BehaveAsBlockNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.translator.BehaveAsProcNode
 
execute(VirtualFrame) - Method in class org.jruby.truffle.translator.DeadNode
 
execute(TranslatorDriver.ParserContext, Object, MaterializedFrame, RootNode) - Method in class org.jruby.truffle.TruffleBridgeImpl
 
execute(TranslatorDriver.ParserContext, Object, MaterializedFrame, RootNode) - Method in interface org.jruby.TruffleBridge
 
executeAllocate(VirtualFrame, RubyClass) - Method in class org.jruby.truffle.nodes.core.ClassNodes.AllocateNode
 
executeArray(VirtualFrame) - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
executeArray(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.ArrayLiteralNode.EmptyArrayLiteralNode
 
executeArray(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.ArrayLiteralNode
 
executeArray(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.ArrayLiteralNode.FloatArrayLiteralNode
 
executeArray(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.ArrayLiteralNode.IntegerFixnumArrayLiteralNode
 
executeArray(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.ArrayLiteralNode.LongFixnumArrayLiteralNode
 
executeArray(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.ArrayLiteralNode.ObjectArrayLiteralNode
 
executeArray(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.ArrayLiteralNode.UninitialisedArrayLiteralNode
 
executeArray(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeAt(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AtNode
 
executeBignum(VirtualFrame) - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
executeBignum(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeBlockingTask(RubyThread.BlockingTask) - Method in class org.jruby.RubyThread
Deprecated.
executeBoolean(VirtualFrame) - Method in class org.jruby.truffle.nodes.cast.BooleanCastNode
 
executeBoolean(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.cast.BooleanCastNode
 
executeBoolean(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.FlipFlopNode
 
executeBoolean(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.NotNode
 
executeBoolean(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.WhenSplatNode
 
executeBoolean(VirtualFrame) - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
executeBoolean(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.BooleanLiteralNode
 
executeBoolean(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.arguments.IsNilNode
 
executeBoolean(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.arguments.ShouldDestructureNode
 
executeBoolean(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadBooleanObjectFieldNode
 
executeBoolean(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadHeadObjectFieldNode
 
executeBoolean(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadObjectFieldNode
 
executeBoolean(VirtualFrame) - Method in class org.jruby.truffle.nodes.respondto.RespondToNode
 
executeBoolean(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeClassEval(VirtualFrame, RubyModule, Object[], RubyProc) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ClassExecNode
 
executeDispatch(VirtualFrame, Object, Object, Object, Object) - Method in class org.jruby.truffle.nodes.dispatch.CachedBooleanDispatchNode
 
executeDispatch(VirtualFrame, Object, Object, Object, Object) - Method in class org.jruby.truffle.nodes.dispatch.CachedBoxedDispatchNode
 
executeDispatch(VirtualFrame, Object, Object, Object, Object) - Method in class org.jruby.truffle.nodes.dispatch.CachedBoxedMethodMissingDispatchNode
 
executeDispatch(VirtualFrame, Object, Object, Object, Object) - Method in class org.jruby.truffle.nodes.dispatch.CachedBoxedReturnMissingDispatchNode
 
executeDispatch(VirtualFrame, Object, Object, Object, Object) - Method in class org.jruby.truffle.nodes.dispatch.CachedBoxedSymbolDispatchNode
 
executeDispatch(VirtualFrame, Object, Object, Object, Object) - Method in class org.jruby.truffle.nodes.dispatch.CachedUnboxedDispatchNode
 
executeDispatch(VirtualFrame, Object, Object, Object, Object) - Method in class org.jruby.truffle.nodes.dispatch.DispatchNode
 
executeDispatch(VirtualFrame, Object, Object, Object, Object) - Method in class org.jruby.truffle.nodes.dispatch.UncachedDispatchNode
 
executeDispatch(VirtualFrame, Object, Object, Object, Object) - Method in class org.jruby.truffle.nodes.dispatch.UnresolvedDispatchNode
 
executeDoesRespondTo(VirtualFrame, Object, Object, boolean) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RespondToNode
 
executeDouble(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadDoubleObjectFieldNode
 
executeDouble(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadHeadObjectFieldNode
 
executeDouble(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadObjectFieldNode
 
executeDup(VirtualFrame, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayDupNode
 
executeEscape(VirtualFrame, RubyString) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.EscapeNode
 
executeFloat(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.ElidableResultNode
 
executeFloat(VirtualFrame) - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
executeFloat(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.FloatLiteralNode
 
executeFloat(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.ReadInstanceVariableNode
 
executeFloat(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.WriteInstanceVariableNode
 
executeFloat(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeGetClass(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ClassNode
 
executeInitialize(VirtualFrame, RubyModule, RubyProc) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.InitializeNode
 
executeInteger(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadHeadObjectFieldNode
 
executeInteger(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadIntegerObjectFieldNode
 
executeInteger(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadObjectFieldNode
 
executeIntegerFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.ElidableResultNode
 
executeIntegerFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.FixnumLowerNode
 
executeIntegerFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
executeIntegerFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.FixnumLiteralNode.IntegerFixnumLiteralNode
 
executeIntegerFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.ReadInstanceVariableNode
 
executeIntegerFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.WriteInstanceVariableNode
 
executeIntegerFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeIntegerFixnumRange(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.FixnumLowerNode
 
executeIntegerFixnumRange(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeIsA(VirtualFrame, Object, RubyClass) - Method in class org.jruby.truffle.nodes.core.KernelNodes.IsANode
 
executeIsSubclassOf(VirtualFrame, RubyModule, RubyModule) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.IsSubclassOfNode
 
executeJavaString(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.conversion.ToJavaStringNode
 
executeLeftShift(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LeftShiftNode
 
executeLong(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadHeadObjectFieldNode
 
executeLong(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadLongObjectFieldNode
 
executeLong(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadObjectFieldNode
 
executeLongFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.FixnumLowerNode
 
executeLongFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
executeLongFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.FixnumLiteralNode.LongFixnumLiteralNode
 
executeLongFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.ReadInstanceVariableNode
 
executeLongFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.WriteInstanceVariableNode
 
executeLongFixnum(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeLongFixnumRange(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.FixnumLowerNode
 
executeLongFixnumRange(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeMethod(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.MethodDefinitionNode
 
executeMethod(VirtualFrame, MaterializedFrame) - Method in class org.jruby.truffle.nodes.methods.MethodDefinitionNode
 
executeObjectArray(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.arguments.ReadAllArgumentsNode
 
executeObjectArray(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeObjectID(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.IDNode
 
executeObjectRange(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executePrivate(VirtualFrame, RubyModule, Object[]) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.PrivateNode
 
executePublic(VirtualFrame, RubyModule, Object[]) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.PublicNode
 
executeReferenceEqual(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.ReferenceEqualNode
 
executeRightShift(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.RightShiftNode
 
executeRuby(String) - Method in class org.jruby.management.Runtime
 
executeRuby(String) - Method in interface org.jruby.management.RuntimeMBean
 
executeRubyBasicObject(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.FixnumLowerNode
 
executeRubyBasicObject(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyBasicObject(VirtualFrame) - Method in class org.jruby.truffle.nodes.ThreadLocalObjectNode
 
executeRubyBinding(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.KernelNodes.BindingNode
 
executeRubyBinding(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyClass(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyEncoding(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyEncodingConverter(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyException(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyFiber(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyFile(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyHash(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.ConcatHashLiteralNode
 
executeRubyHash(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.HashLiteralNode.EmptyHashLiteralNode
 
executeRubyHash(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.HashLiteralNode
 
executeRubyHash(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.HashLiteralNode.GenericHashLiteralNode
 
executeRubyHash(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.HashLiteralNode.SmallHashLiteralNode
 
executeRubyHash(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyMatchData(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyMethod(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyModule(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.LexicalScopeNode
 
executeRubyModule(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyNilClass(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyProc(VirtualFrame) - Method in class org.jruby.truffle.nodes.cast.ProcOrNullNode
 
executeRubyProc(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyRange(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyRegexp(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.InteroplatedRegexpNode
 
executeRubyRegexp(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyString(VirtualFrame) - Method in class org.jruby.truffle.nodes.cast.ToSNode
 
executeRubyString(VirtualFrame) - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
executeRubyString(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubySymbol(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.conversion.ToSymbolNode
 
executeRubySymbol(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyThread(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyTime(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeRubyUnboundMethod(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeSameOrEqual(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.SameOrEqualNode
 
executeScript(String, String) - Method in class org.jruby.Ruby
Parse and execute the specified script This differs from the other methods in that it accepts a string-based script and parses and runs it as though it were loaded at a command-line.
executeSingletonClass(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.objects.SingletonClassNode
 
executeString(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeTask(ThreadContext, Data, RubyThread.Task<Data, Return>) - Method in class org.jruby.RubyThread
 
executeToHexString(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ToHexStringNode
 
executeToS(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ToSNode
 
executeUndefinedPlaceholder(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.FixnumLowerNode
 
executeUndefinedPlaceholder(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.cast.ArrayCastNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.cast.HashCastNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.cast.LambdaNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.ElidableResultNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.EnsureNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.RescueNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.SequenceNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.TraceNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.ArrayConcatNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.ForNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.globals.WriteReadOnlyGlobalNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.ArrayLiteralNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.HashLiteralNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.arguments.CheckArityNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.InitFlipFlopSlotNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.UndefNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.ReadConstantNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.rubinius.CallRubiniusPrimitiveNode
 
executeVoid(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
 
ExecutionContext - Interface in org.jruby.runtime
 
exist(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyDir
 
exist_p(IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
exist_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
exist_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
exist_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
exists(String) - Method in class org.jruby.parser.StaticScope
Does the variable exist?
exists(RubyString) - Method in class org.jruby.truffle.nodes.core.DirNodes.ExistsNode
 
exists(RubyString) - Method in class org.jruby.truffle.nodes.core.FileNodes.ExistsNode
 
exists() - Method in class org.jruby.util.ClasspathResource
 
exists() - Method in class org.jruby.util.EmptyFileResource
 
exists() - Method in interface org.jruby.util.FileResource
 
exists() - Method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
exists() - Method in class org.jruby.util.URLResource
 
exists_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyDir
 
exit(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
exit(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
 
exit(IRubyObject, Block) - Static method in class org.jruby.RubyThread
 
exit(UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ExitBangNode
 
exit(int) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ExitBangNode
 
exit(UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ExitNode
 
exit(int) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ExitNode
 
exit() - Method in class org.jruby.truffle.nodes.core.ThreadNodes.ExitInstanceNode
 
exit() - Method in class org.jruby.truffle.nodes.core.ThreadNodes.ExitModuleNode
 
exit_bang(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
exit_bang(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
 
exit_value() - Method in class org.jruby.RubyLocalJumpError
 
exited() - Method in class org.jruby.RubyProcess.RubyStatus
 
exitSleep() - Method in class org.jruby.RubyThread
 
exitstatus() - Method in class org.jruby.RubyProcess.RubyStatus
 
exitValue() - Method in class org.jruby.util.io.POSIXProcess
 
exitValue() - Method in class org.jruby.util.ShellLauncher.POpenProcess
 
exp(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
exp19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
expand_path(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
Converts a pathname to an absolute pathname.
expand_path19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
expandPath(RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.FileNodes.ExpandPathNode
 
expandPath(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.FileNodes.ExpandPathNode
 
expandPath(String) - Static method in class org.jruby.truffle.runtime.core.RubyFile
 
expandPath(String, String) - Static method in class org.jruby.truffle.runtime.core.RubyFile
 
expandUserPath(ThreadContext, String) - Static method in class org.jruby.RubyFile
This method checks a path, and if it starts with ~, then it expands the path to the absolute path of the user's home directory.
expandUserPath(ThreadContext, String, boolean) - Static method in class org.jruby.RubyFile
 
expectBoolean(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectByte(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectCharacter(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectDouble(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectFloat(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectInteger(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectIntegerFixnumRange(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectLong(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectLongFixnumRange(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectObjectArray(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectObjectRange(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyArray(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyBasicObject(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyBignum(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyBinding(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyClass(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyEncoding(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyEncodingConverter(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyException(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyFiber(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyFile(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyHash(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyMatchData(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyMethod(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyModule(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyNilClass(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyProc(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyRange(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyRegexp(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyString(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubySymbol(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyThread(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyTime(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectRubyUnboundMethod(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectShort(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectString(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectThreadLocal(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
expectUndefinedPlaceholder(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
ExplicitVertexID - Interface in org.jruby.ir.util
Directed graph toString output and just general identification should also implement DataInfo.
exponent() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
export(ThreadContext) - Method in class org.jruby.RubyString
 
exportMethod(String, Visibility) - Method in class org.jruby.RubyModule
rb_export_method
expressionNodes - Variable in class org.jruby.ast.WhenNode
 
extend(IRubyObject[]) - Method in class org.jruby.RubyBasicObject
rb_obj_extend call-seq: obj.extend(module, ...) => obj Adds to _obj_ the instance methods from each module given as a parameter.
extend(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
extend(RubyBasicObject, Object[]) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ExtendNode
 
extend(RubyModule, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
extend_object(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_extend_object
extend_proxy(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.java.proxies.InterfaceJavaProxy.JavaInterfaceExtender
 
extend_proxy(IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
extended(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.java.proxies.JavaInterfaceTemplate
 
extended(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyModule
 
EXTENDS - Static variable in class org.jruby.parser.JavaSignatureParser
 
Extension - Annotation Type in org.jruby.embed
Methods annotated with this are blessed Native Extension APIs.
extensionPattern - Static variable in class org.jruby.runtime.load.LoadService
 
extensionSuffixes - Static variable in enum org.jruby.runtime.load.LoadService.SuffixType
 
EXTERNAL - Static variable in class org.jruby.RubyEncoding
 
external_encoding(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
external_encoding(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
external_encoding(ThreadContext) - Method in class org.jruby.RubyIO
 
ExternalScript - Class in org.jruby.runtime.load
 
ExternalScript(LoadServiceResource, String) - Constructor for class org.jruby.runtime.load.ExternalScript
 
extname(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
Returns the extension name of the file.
extractBinmode(Ruby, IRubyObject, int[]) - Static method in class org.jruby.util.io.EncodingUtils
 
extractKeywordArgs(ThreadContext, RubyHash, String[]) - Static method in class org.jruby.ast.util.ArgsUtil
Check that the given kwargs hash doesn't contain any keys other than those which are given as valid.
extractKeywordArgs(ThreadContext, IRubyObject[], String[]) - Static method in class org.jruby.ast.util.ArgsUtil
 
extractKwargsHash(Object[], int, boolean) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
extractModeEncoding(ThreadContext, IOEncodable, Object, IRubyObject, int[], int[]) - Static method in class org.jruby.util.io.EncodingUtils
 
extractOptionalArgument(RubyArray, int, int) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
extractRange(int[], int, int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
Extracts part of an array into a newly allocated Object[] array.
extractRange(long[], int, int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
Extracts part of an array into a newly allocated Object[] array.
extractRange(double[], int, int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
Extracts part of an array into a newly allocated Object[] array.
extractRange(Object[], int, int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
Extracts part of an array into a newly allocated Object[] array.
extractUserArguments(Object[]) - Static method in class org.jruby.truffle.runtime.RubyArguments
 
extraTypeInfo - Variable in class org.jruby.ast.java_signature.SignatureNode
 

F

f2d() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
f2i() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
f2l() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
f32Value32(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
f32Value64(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
f64Value64(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
f_abs(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_abs
f_abs2(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_abs2
f_add(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_add
f_arg(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_arg
f_cmp(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_cmp
f_conjugate(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_conjugate
f_denominator(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_denominator
f_div(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_div
f_divmod(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_divmod
f_equal(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_equal Note: This may not return a value which is a boolean.
f_exact_p(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_exact_p
f_expt(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_expt
f_floor(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_floor
f_gcd(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_gcd
F_GETFL - Static variable in class org.jruby.ext.socket.RubyUNIXSocket
 
f_gt_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_gt_p
f_idiv(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_idiv
f_inspect(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_inspect
f_integer_p(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_integer_p
f_lcm(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_lcm
f_lshift(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_lshift
f_lt_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_lt_p
f_mod(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_mod
f_mul(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_mul
f_negate(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_negate
f_negative_p(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_negative_p
f_numerator(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_numerator
f_one_p(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_one_p
f_polar(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_polar
f_quo(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_quo
f_real_p(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_real_p
f_rshift(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_rshift
F_SETFL - Static variable in class org.jruby.ext.socket.RubyUNIXSocket
 
f_sub(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_sub
f_to_f(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_to_f
f_to_i(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_to_i
f_to_r(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_to_r
f_to_s(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_to_s
f_truncate(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_truncate
f_xor(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.util.Numeric
f_xor
f_zero_p(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
f_zero_p
Factory - Class in org.jruby.ext.ffi
A factory that can create a FFI Provider
Factory() - Constructor for class org.jruby.ext.ffi.Factory
 
Factory - Class in org.jruby.ext.ffi.jffi
 
Factory() - Constructor for class org.jruby.ext.ffi.jffi.Factory
 
Factory.LastError - Class in org.jruby.ext.ffi.jffi
 
Factory.LastError() - Constructor for class org.jruby.ext.ffi.jffi.Factory.LastError
 
fadd() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
fail(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Method in class org.jruby.ir.targets.InvokeSite
Failover version uses a monomorphic cache and DynamicMethod.call, as in non-indy.
fail(ThreadContext, IRubyObject, IRubyObject, RubyClass, IRubyObject[], Block) - Method in class org.jruby.ir.targets.SuperInvokeSite
 
fail(ThreadContext, IRubyObject, IRubyObject, RubyClass, IRubyObject[], Block) - Method in class org.jruby.ir.targets.UnresolvedSuperInvokeSite
 
fail(ThreadContext, IRubyObject, IRubyObject, RubyClass, IRubyObject[], Block) - Method in class org.jruby.ir.targets.ZSuperInvokeSite
 
fail(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
fail(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
fail(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
fail(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
fail(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject[]) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
fail(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
fail(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
fail(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
fail(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
fail(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
failIfDirectory(Ruby, RubyString) - Static method in class org.jruby.RubyIO
 
failIter(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
failIter(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
failIter(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
failIter(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
failIter(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
FailoverSwitchPointInvalidator - Class in org.jruby.runtime.opto
 
FailoverSwitchPointInvalidator(int) - Constructor for class org.jruby.runtime.opto.FailoverSwitchPointInvalidator
 
failures() - Method in class org.jruby.runtime.invokedynamic.GlobalSite
 
fakeFileno - Variable in class org.jruby.util.io.ChannelFD
 
faload() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
FALSE - Static variable in class org.jruby.ir.operands.UnboxedBoolean
 
False(ThreadContext, MutableCallSite) - Static method in class org.jruby.ir.targets.Bootstrap
 
FALSE - Static variable in class org.jruby.truffle.runtime.ObjectIDOperations
 
false_and(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyBoolean.False
 
FALSE_F - Static variable in class org.jruby.RubyBasicObject
 
false_or(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyBoolean.False
 
false_to_s(IRubyObject) - Static method in class org.jruby.RubyBoolean.False
 
false_xor(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyBoolean.False
 
FalseClassNodes - Class in org.jruby.truffle.nodes.core
 
FalseClassNodes() - Constructor for class org.jruby.truffle.nodes.core.FalseClassNodes
 
FalseClassNodes.AndNode - Class in org.jruby.truffle.nodes.core
 
FalseClassNodes.AndNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FalseClassNodes.AndNode
 
FalseClassNodes.AndNode(FalseClassNodes.AndNode) - Constructor for class org.jruby.truffle.nodes.core.FalseClassNodes.AndNode
 
FalseClassNodes.OrXorNode - Class in org.jruby.truffle.nodes.core
 
FalseClassNodes.OrXorNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FalseClassNodes.OrXorNode
 
FalseClassNodes.OrXorNode(FalseClassNodes.OrXorNode) - Constructor for class org.jruby.truffle.nodes.core.FalseClassNodes.OrXorNode
 
FalseClassNodesFactory - Class in org.jruby.truffle.nodes.core
 
FalseClassNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.FalseClassNodesFactory
 
FalseClassNodesFactory.AndNodeFactory - Class in org.jruby.truffle.nodes.core
 
FalseClassNodesFactory.OrXorNodeFactory - Class in org.jruby.truffle.nodes.core
 
FalseNode - Class in org.jruby.ast
Represents a false literal.
FalseNode(ISourcePosition) - Constructor for class org.jruby.ast.FalseNode
 
family(ThreadContext) - Method in class org.jruby.ext.socket.Option
 
FAST_MULTIPLE_ASSIGNMENT - Static variable in class org.jruby.RubyInstanceConfig
Enable fast multiple assignment optimization.
fastARef(IRubyObject) - Method in class org.jruby.RubyHash
 
fastASet(IRubyObject, IRubyObject) - Method in class org.jruby.RubyHash
 
fastASet(Ruby, IRubyObject, IRubyObject, boolean) - Method in class org.jruby.RubyHash
 
fastASetCheckString(Ruby, IRubyObject, IRubyObject) - Method in class org.jruby.RubyHash
 
fastASetCheckString19(Ruby, IRubyObject, IRubyObject) - Method in class org.jruby.RubyHash
Deprecated.
fastASetSmall(IRubyObject, IRubyObject) - Method in class org.jruby.RubyHash
 
fastASetSmall(Ruby, IRubyObject, IRubyObject, boolean) - Method in class org.jruby.RubyHash
 
fastASetSmallCheckString(Ruby, IRubyObject, IRubyObject) - Method in class org.jruby.RubyHash
 
fastASetSmallCheckString19(Ruby, IRubyObject, IRubyObject) - Method in class org.jruby.RubyHash
Deprecated.
fastDelete(IRubyObject) - Method in class org.jruby.RubyHash
 
fastEqual(RubyFixnum) - Method in class org.jruby.RubyFixnum
 
fastEqual(RubyFloat) - Method in class org.jruby.RubyFloat
 
FASTEST_COMPILE_ENABLED - Static variable in class org.jruby.RubyInstanceConfig
Enable compiler "fastest" set of optimizations.
fastFetchClassVariable(String) - Method in class org.jruby.RubyModule
Deprecated.
fastFetchConstant(String) - Method in class org.jruby.RubyModule
Deprecated.
fastGetClass(String) - Method in class org.jruby.Ruby
Deprecated.
fastGetClass(String) - Method in class org.jruby.RubyModule
Deprecated.
fastGetClassVar(String) - Method in class org.jruby.RubyModule
Deprecated.
fastGetConstant(String) - Method in class org.jruby.RubyModule
Deprecated.
fastGetConstant(String, boolean) - Method in class org.jruby.RubyModule
Deprecated.
fastGetConstantAt(String) - Method in class org.jruby.RubyModule
Deprecated.
fastGetConstantFrom(String) - Method in class org.jruby.RubyModule
Deprecated.
fastGetConstantFromConstMissing(String) - Method in class org.jruby.RubyModule
Deprecated.
fastGetConstantFromNoConstMissing(String) - Method in class org.jruby.RubyModule
Deprecated.
fastGetInstanceVariable(String) - Method in class org.jruby.BasicObjectStub.DummyInstanceVariables
 
fastGetInstanceVariable(String) - Method in class org.jruby.RubyBasicObject
Deprecated.
fastGetInstanceVariable(String) - Method in interface org.jruby.runtime.builtin.InstanceVariables
Deprecated.
fastGetInternalVariable(String) - Method in class org.jruby.BasicObjectStub.DummyInternalVariables
 
fastGetInternalVariable(String) - Method in class org.jruby.RubyBasicObject
Deprecated.
fastGetInternalVariable(String) - Method in interface org.jruby.runtime.builtin.InternalVariables
Deprecated.
fastGetModule(String) - Method in class org.jruby.Ruby
Deprecated.
fastGetSymbol(String) - Method in class org.jruby.RubySymbol.SymbolTable
 
fastHasClassVariable(String) - Method in class org.jruby.RubyModule
Deprecated.
fastHasConstant(String) - Method in class org.jruby.RubyModule
Deprecated.
fastHasInstanceVariable(String) - Method in class org.jruby.BasicObjectStub.DummyInstanceVariables
 
fastHasInstanceVariable(String) - Method in class org.jruby.RubyBasicObject
Deprecated.
fastHasInstanceVariable(String) - Method in interface org.jruby.runtime.builtin.InstanceVariables
Deprecated.
fastHasInternalVariable(String) - Method in class org.jruby.BasicObjectStub.DummyInternalVariables
 
fastHasInternalVariable(String) - Method in class org.jruby.RubyBasicObject
Deprecated.
fastHasInternalVariable(String) - Method in interface org.jruby.runtime.builtin.InternalVariables
Deprecated.
fastIsClassVarDefined(String) - Method in class org.jruby.RubyModule
Deprecated.
fastIsConstantDefined(String) - Method in class org.jruby.RubyModule
 
fastIsConstantDefined19(String) - Method in class org.jruby.RubyModule
 
fastIsConstantDefined19(String, boolean) - Method in class org.jruby.RubyModule
 
fastNewSymbol(String) - Method in class org.jruby.Ruby
Faster than Ruby.newSymbol(String) if you already have an interned name String.
FASTOPS_COMPILE_ENABLED - Static variable in class org.jruby.RubyInstanceConfig
Enable fast operator compiler optimizations.
fastore() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
FASTSEND_COMPILE_ENABLED - Static variable in class org.jruby.RubyInstanceConfig
Enable "fast send" compiler optimizations.
fastSetClassVar(String, IRubyObject) - Method in class org.jruby.RubyModule
Deprecated.
fastSetConstant(String, IRubyObject) - Method in class org.jruby.RubyModule
Deprecated.
fastSetInstanceVariable(String, IRubyObject) - Method in class org.jruby.BasicObjectStub.DummyInstanceVariables
 
fastSetInstanceVariable(String, IRubyObject) - Method in class org.jruby.RubyBasicObject
Deprecated.
fastSetInstanceVariable(String, IRubyObject) - Method in interface org.jruby.runtime.builtin.InstanceVariables
Deprecated.
fastSetInternalVariable(String, Object) - Method in class org.jruby.BasicObjectStub.DummyInternalVariables
 
fastSetInternalVariable(String, Object) - Method in class org.jruby.RubyBasicObject
Deprecated.
fastSetInternalVariable(String, Object) - Method in interface org.jruby.runtime.builtin.InternalVariables
Deprecated.
fastStoreClassVariable(String, IRubyObject) - Method in class org.jruby.RubyModule
Deprecated.
fastStoreConstant(String, IRubyObject) - Method in class org.jruby.RubyModule
Deprecated.
FCallNode - Class in org.jruby.ast
Represents a method call with self as an implicit receiver.
FCallNode(ISourcePosition, String) - Constructor for class org.jruby.ast.FCallNode
 
FCallNode(ISourcePosition, String, Node, Node) - Constructor for class org.jruby.ast.FCallNode
 
fclose() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
Closes IO handler resources.
fclose() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
fclose() - Method in interface org.jruby.util.io.Stream
 
fcmpg() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
fcmpl() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
fcntl(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
 
fcntl(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyIO
 
FCNTL_LOCKING - Static variable in class org.jruby.util.cli.Options
 
FcntlLibrary - Class in org.jruby.ext.fcntl
Populates all the constants for Fcntl from Constantine
FcntlLibrary() - Constructor for class org.jruby.ext.fcntl.FcntlLibrary
 
fd() - Method in class org.jruby.util.io.OpenFile
 
fd - Variable in class org.jruby.util.io.OpenFile.InternalReadStruct
 
fd - Variable in class org.jruby.util.io.OpenFile.InternalWriteStruct
 
FD_CLOEXEC - Static variable in class org.jruby.ext.fcntl.FcntlLibrary
 
fdiv() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
fdiv(ThreadContext, IRubyObject) - Method in class org.jruby.RubyComplex
nucomp_fdiv
fdiv(ThreadContext, IRubyObject) - Method in class org.jruby.RubyNumeric
num_fdiv (1.9)
fdopen(Ruby, ChannelDescriptor, ModeFlags) - Static method in class org.jruby.util.io.ChannelStream
Deprecated.
 
fdopen(Ruby, ChannelDescriptor, ModeFlags, boolean) - Static method in class org.jruby.util.io.ChannelStream
Deprecated.
 
featureAlreadyLoaded(String) - Method in class org.jruby.runtime.load.LoadService
 
FeatureManager - Class in org.jruby.truffle.runtime.subsystems
Manages the features loaded into Ruby.
FeatureManager(RubyContext) - Constructor for class org.jruby.truffle.runtime.subsystems.FeatureManager
 
feof() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
feof() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
feof() - Method in interface org.jruby.util.io.Stream
Return true when at end of file (EOF).
feq(double, double) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
fetch(ThreadContext, IRubyObject, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_fetch
fetch(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
 
fetch(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyArray
Deprecated.
Use the versions with zero, one, or two args.
fetch(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
rb_ary_fetch
fetch(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyArray
rb_ary_fetch
fetch(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyHash
rb_hash_fetch
fetch(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyHash
 
fetch(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyHash
 
fetchClassVariable(String) - Method in class org.jruby.RubyModule
 
fetchClassVariable(Ruby, StaticScope, IRubyObject, String) - Static method in class org.jruby.runtime.Helpers
 
fetchConstant(String) - Method in class org.jruby.RubyModule
 
fetchConstant(String, boolean) - Method in class org.jruby.RubyModule
 
fetchGlobalConstant(String) - Method in class org.jruby.Ruby
Fetch a constant from the global namespace (i.e.
FFI - Class in org.jruby.ext.ffi
The holder of all per-ruby-runtime FFI data
FFI(RubyModule) - Constructor for class org.jruby.ext.ffi.FFI
 
FFI_COMPILE_DUMP - Static variable in class org.jruby.util.cli.Options
 
FFI_COMPILE_INVOKEDYNAMIC - Static variable in class org.jruby.util.cli.Options
 
FFI_COMPILE_REIFY - Static variable in class org.jruby.util.cli.Options
 
FFI_COMPILE_THRESHOLD - Static variable in class org.jruby.util.cli.Options
 
ffiModule - Variable in class org.jruby.ext.ffi.FFI
 
FFIService - Class in org.jruby.ext.ffi
 
FFIService() - Constructor for class org.jruby.ext.ffi.FFIService
 
ffiType() - Method in class org.jruby.ext.ffi.StructLayout.Field
 
FFIUtil - Class in org.jruby.ext.ffi.jffi
Some utility functions for FFI <=> jffi conversions
fflush() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
fflush() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
fflush() - Method in interface org.jruby.util.io.Stream
 
fgetc() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
fgetc() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
fgetc() - Method in interface org.jruby.util.io.Stream
 
fgetpos() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
fgetpos() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
fgetpos() - Method in interface org.jruby.util.io.Stream
Get the current position within the file associated with this handler.
fgets(ByteList) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
fgets(ByteList) - Method in class org.jruby.util.io.CRLFStreamWrapper
 
fgets(ByteList) - Method in interface org.jruby.util.io.Stream
 
fgt(double, double) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
FIBER_COROUTINES - Static variable in class org.jruby.util.cli.Options
 
FIBER_POOL_TTL - Static variable in class org.jruby.RubyInstanceConfig
Fiber thread pool time-to-live in seconds.
FIBER_THREADPOOL_TTL - Static variable in class org.jruby.util.cli.Options
 
FiberManager - Class in org.jruby.truffle.runtime.subsystems
Manages Ruby Fiber objects.
FiberManager(RubyContext) - Constructor for class org.jruby.truffle.runtime.subsystems.FiberManager
 
FiberNodes - Class in org.jruby.truffle.nodes.core
 
FiberNodes() - Constructor for class org.jruby.truffle.nodes.core.FiberNodes
 
FiberNodes.InitializeNode - Class in org.jruby.truffle.nodes.core
 
FiberNodes.InitializeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FiberNodes.InitializeNode
 
FiberNodes.InitializeNode(FiberNodes.InitializeNode) - Constructor for class org.jruby.truffle.nodes.core.FiberNodes.InitializeNode
 
FiberNodes.ResumeNode - Class in org.jruby.truffle.nodes.core
 
FiberNodes.ResumeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FiberNodes.ResumeNode
 
FiberNodes.ResumeNode(FiberNodes.ResumeNode) - Constructor for class org.jruby.truffle.nodes.core.FiberNodes.ResumeNode
 
FiberNodes.YieldNode - Class in org.jruby.truffle.nodes.core
 
FiberNodes.YieldNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FiberNodes.YieldNode
 
FiberNodes.YieldNode(FiberNodes.YieldNode) - Constructor for class org.jruby.truffle.nodes.core.FiberNodes.YieldNode
 
FiberNodesFactory - Class in org.jruby.truffle.nodes.core
 
FiberNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.FiberNodesFactory
 
FiberNodesFactory.InitializeNodeFactory - Class in org.jruby.truffle.nodes.core
 
FiberNodesFactory.ResumeNodeFactory - Class in org.jruby.truffle.nodes.core
 
FiberNodesFactory.YieldNodeFactory - Class in org.jruby.truffle.nodes.core
 
field(ThreadContext, IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
field_accessor(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.java.proxies.JavaProxy
 
FIELD_ALLOCATED_CLASSES - Static variable in class org.jruby.RubyObject
 
FIELD_ALLOCATORS - Static variable in class org.jruby.RubyObject
 
field_reader(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.java.proxies.JavaProxy
 
field_type() - Method in class org.jruby.javasupport.JavaField
 
field_writer(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.java.proxies.JavaProxy
 
FieldMethodOne - Class in org.jruby.java.invokers
 
FieldMethodZero - Class in org.jruby.java.invokers
 
fieldOffset(Class, String) - Static method in class org.jruby.util.unsafe.UnsafeHolder
 
fields(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout
 
fields() - Method in class org.jruby.javasupport.JavaClass
 
FieldVariableAccessor - Class in org.jruby.runtime.ivars
A variable accessor that accesses a field directly;
FieldVariableAccessor(RubyClass, String, int, int, int) - Constructor for class org.jruby.runtime.ivars.FieldVariableAccessor
Construct a new FieldVariableAccessor for the given "real" class, variable name, variable index, class ID, and field offset
file(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
file(IRubyObject) - Static method in class org.jruby.RubyFile
Deprecated.
file() - Method in class org.jruby.runtime.invokedynamic.GlobalSite
 
file() - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
file() - Method in class org.jruby.runtime.invokedynamic.VariableSite
 
file() - Method in interface org.jruby.runtime.load.IAutoloadMethod
 
file(RubyString) - Method in class org.jruby.truffle.nodes.core.FileNodes.FileNode
 
file_p() - Method in class org.jruby.RubyFileStat
 
file_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
file_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
file_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
fileChannel() - Method in class org.jruby.util.io.OpenFile
 
FileDescriptorByteChannel - Class in org.jruby.ext.ffi.io
An implementation of ByteChannel that reads from and writes to a native unix file descriptor.
FileDescriptorByteChannel(Ruby, int) - Constructor for class org.jruby.ext.ffi.io.FileDescriptorByteChannel
Creates a new FileDescriptorByteChannel.
FileDescriptorIO - Class in org.jruby.ext.ffi.io
An IO implementation that reads/writes to a native file descriptor.
FileDescriptorIO(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.io.FileDescriptorIO
 
FileDescriptorIO(Ruby, IRubyObject) - Constructor for class org.jruby.ext.ffi.io.FileDescriptorIO
 
FileExistsException - Class in org.jruby.util.io
Deprecated.
FileExistsException(String) - Constructor for class org.jruby.util.io.FileExistsException
Deprecated.
 
FileIO - Class in org.jruby.ir.persistence.util
 
FileIO() - Constructor for class org.jruby.ir.persistence.util.FileIO
 
filename - Variable in class org.jruby.ant.RakeTaskBase
 
filename - Variable in class org.jruby.ast.executable.AbstractScript
 
filename(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
filename - Variable in class org.jruby.runtime.backtrace.BacktraceElement
 
filename - Variable in class org.jruby.runtime.Binding
 
fileName - Variable in class org.jruby.runtime.IRBlockBody
 
fileno(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
fileno(ThreadContext) - Method in class org.jruby.RubyDir
 
fileno(ThreadContext) - Method in class org.jruby.RubyIO
 
fileno() - Method in enum org.jruby.util.io.STDIO
 
FileNode - Class in org.jruby.ast
Represents __FILE__ nodes
FileNode(ISourcePosition, ByteList) - Constructor for class org.jruby.ast.FileNode
 
FileNodes - Class in org.jruby.truffle.nodes.core
 
FileNodes() - Constructor for class org.jruby.truffle.nodes.core.FileNodes
 
FileNodes.AbsolutePathNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.AbsolutePathNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.AbsolutePathNode
 
FileNodes.AbsolutePathNode(FileNodes.AbsolutePathNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.AbsolutePathNode
 
FileNodes.CloseNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.CloseNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.CloseNode
 
FileNodes.CloseNode(FileNodes.CloseNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.CloseNode
 
FileNodes.DeleteNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.DeleteNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.DeleteNode
 
FileNodes.DeleteNode(FileNodes.DeleteNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.DeleteNode
 
FileNodes.DirectoryNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.DirectoryNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.DirectoryNode
 
FileNodes.DirectoryNode(FileNodes.DirectoryNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.DirectoryNode
 
FileNodes.DirnameNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.DirnameNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.DirnameNode
 
FileNodes.DirnameNode(FileNodes.DirnameNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.DirnameNode
 
FileNodes.EachLineNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.EachLineNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.EachLineNode
 
FileNodes.EachLineNode(FileNodes.EachLineNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.EachLineNode
 
FileNodes.ExecutableNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.ExecutableNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.ExecutableNode
 
FileNodes.ExecutableNode(FileNodes.ExecutableNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.ExecutableNode
 
FileNodes.ExistsNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.ExistsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.ExistsNode
 
FileNodes.ExistsNode(FileNodes.ExistsNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.ExistsNode
 
FileNodes.ExpandPathNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.ExpandPathNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.ExpandPathNode
 
FileNodes.ExpandPathNode(FileNodes.ExpandPathNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.ExpandPathNode
 
FileNodes.FileNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.FileNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.FileNode
 
FileNodes.FileNode(FileNodes.FileNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.FileNode
 
FileNodes.JoinNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.JoinNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.JoinNode
 
FileNodes.JoinNode(FileNodes.JoinNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.JoinNode
 
FileNodes.PathNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.PathNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.PathNode
 
FileNodes.PathNode(FileNodes.PathNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.PathNode
 
FileNodes.PutsNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.PutsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.PutsNode
 
FileNodes.PutsNode(FileNodes.PutsNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.PutsNode
 
FileNodes.ReadFunctionNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.ReadFunctionNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.ReadFunctionNode
 
FileNodes.ReadFunctionNode(FileNodes.ReadFunctionNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.ReadFunctionNode
 
FileNodes.ReadNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.ReadNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.ReadNode
 
FileNodes.ReadNode(FileNodes.ReadNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.ReadNode
 
FileNodes.SizeNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.SizeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.SizeNode
 
FileNodes.SizeNode(FileNodes.SizeNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.SizeNode
 
FileNodes.SymlinkQueryNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.SymlinkQueryNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.SymlinkQueryNode
 
FileNodes.SymlinkQueryNode(FileNodes.SymlinkQueryNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.SymlinkQueryNode
 
FileNodes.WriteNode - Class in org.jruby.truffle.nodes.core
 
FileNodes.WriteNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.WriteNode
 
FileNodes.WriteNode(FileNodes.WriteNode) - Constructor for class org.jruby.truffle.nodes.core.FileNodes.WriteNode
 
FileNodesFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.FileNodesFactory
 
FileNodesFactory.AbsolutePathNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.CloseNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.DeleteNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.DirectoryNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.DirnameNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.EachLineNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.ExecutableNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.ExistsNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.ExpandPathNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.FileNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.JoinNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.PathNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.PutsNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.ReadFunctionNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.ReadNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.SizeNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.SymlinkQueryNodeFactory - Class in org.jruby.truffle.nodes.core
 
FileNodesFactory.WriteNodeFactory - Class in org.jruby.truffle.nodes.core
 
filenoFrom(Channel) - Static method in class org.jruby.util.io.FilenoUtil
 
FilenoUtil - Class in org.jruby.util.io
Utilities for working with native fileno and Java structures that wrap them.
FilenoUtil() - Constructor for class org.jruby.util.io.FilenoUtil
 
fileOpenGeneric(ThreadContext, IRubyObject, int, int, IOEncodable, int) - Method in class org.jruby.RubyFile
 
fileResource(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyFile
 
fileResource(IRubyObject) - Static method in class org.jruby.RubyFile
Get the fully-qualified JRubyFile object for the path, taking into account the runtime's current directory.
FileResource - Interface in org.jruby.util
This is a shared interface for files loaded as File and ZipEntry.
FILESYSTEM - Static variable in class org.jruby.RubyEncoding
 
fill(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
fill(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
 
fill(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyArray
 
fill(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyArray
 
fillbuf(ThreadContext) - Method in class org.jruby.util.io.OpenFile
 
fillInStackTrace() - Method in exception org.jruby.exceptions.JumpException
This method don't do anything for performance reasons.
fillInStackTrace() - Method in exception org.jruby.exceptions.MainExitException
 
fillInStackTrace() - Method in exception org.jruby.ir.runtime.IRBreakJump
 
fillInStackTrace() - Method in exception org.jruby.ir.runtime.IRReturnJump
 
fillInStackTrace() - Method in error org.jruby.RubyContinuation.Continuation
 
fillInStackTrace() - Method in exception org.jruby.RubyNumeric.InvalidIntegerException
 
fillInStackTrace() - Method in exception org.jruby.RubyNumeric.NumberTooLargeException
 
fillNil(IRubyObject[], int, int, Ruby) - Static method in class org.jruby.runtime.Helpers
 
fillNil(IRubyObject[], Ruby) - Static method in class org.jruby.runtime.Helpers
 
fillWithExceptionHandling(int, int, Object) - Method in class org.jruby.javasupport.JavaArray
 
FINAL - Static variable in class org.jruby.parser.JavaSignatureParser
 
final_p() - Method in class org.jruby.javasupport.JavaClass
 
final_p() - Method in class org.jruby.javasupport.JavaField
 
final_p() - Method in class org.jruby.javasupport.JavaMethod
 
Finalizable - Interface in org.jruby
An almost entirely useless interface for those objects that we _really_ want to finalize.
finalize() - Method in class org.jruby.embed.ScriptingContainer
Ensure this ScriptingContainer instance is terminated when nobody holds any references to it (and GC wants to reclaim it).
finalize() - Method in class org.jruby.ext.fiber.ThreadFiber
 
finalize() - Method in class org.jruby.ext.tempfile.Tempfile
 
finalize() - Method in interface org.jruby.Finalizable
 
finalize() - Method in class org.jruby.RubyBasicObject.Finalizer
 
finalize() - Method in class org.jruby.RubyEnumerator
 
finalize() - Method in class org.jruby.runtime.ThreadContext
 
finalize() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
Ensure close (especially flush) when we're finished with.
finalize() - Method in class org.jruby.util.io.OpenFile
 
finalize(ThreadContext, boolean) - Method in class org.jruby.util.io.OpenFile
 
finalize(Ruby, OpenFile, boolean) - Method in interface org.jruby.util.io.OpenFile.Finalizer
 
finalizeSolution() - Method in class org.jruby.ir.dataflow.analyses.LiveVariableNode
 
finalizeSolution() - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementNode
 
finalizeSolution() - Method in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementNode
 
finalizeSolution() - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode
 
finalizeSolution() - Method in class org.jruby.ir.dataflow.FlowGraphNode
Any required cleanup of state after applying transfer function
find(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Enum
 
find(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Enums
 
find(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
 
find(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyEncoding
 
find(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
find(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
find(RubyString) - Method in class org.jruby.truffle.nodes.core.EncodingNodes.FindNode
 
find() - Method in class org.jruby.truffle.nodes.core.EncodingNodes.NameListNode
 
find_all(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
find_index(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
find_index(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
 
find_index(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
find_index(ThreadContext, IRubyObject, Block, Arity) - Static method in class org.jruby.RubyEnumerable
 
find_index(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
find_index19(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
find_index19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
find_indexCommon(ThreadContext, IRubyObject, Block, Arity) - Static method in class org.jruby.RubyEnumerable
 
find_indexCommon(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyEnumerable
 
findAliasEntry(ByteList) - Method in class org.jruby.runtime.encoding.EncodingService
 
findAliasEntry(byte[]) - Method in class org.jruby.runtime.encoding.EncodingService
 
findBuiltinLibrary(LoadService.SearchState, String, LoadService.SuffixType) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
findCallable(IRubyObject, String, IRubyObject[], int) - Method in class org.jruby.java.invokers.RubyToJavaInvoker
 
findCallableArityFour(IRubyObject, String, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.java.invokers.RubyToJavaInvoker
 
findCallableArityOne(IRubyObject, String, IRubyObject) - Method in class org.jruby.java.invokers.RubyToJavaInvoker
 
findCallableArityThree(IRubyObject, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.java.invokers.RubyToJavaInvoker
 
findCallableArityTwo(IRubyObject, String, IRubyObject, IRubyObject) - Method in class org.jruby.java.invokers.RubyToJavaInvoker
 
findCallableArityZero(IRubyObject, String) - Method in class org.jruby.java.invokers.RubyToJavaInvoker
 
findClass(String) - Method in class org.jruby.embed.osgi.internal.JRubyOSGiBundleClassLoader
 
findClass(String) - Method in class org.jruby.util.JRubyClassLoader
 
findEncoding(IRubyObject) - Method in class org.jruby.runtime.encoding.EncodingService
Find an encoding given a Ruby object, coercing it to a String in the process.
findEncodingEntry(ByteList) - Method in class org.jruby.runtime.encoding.EncodingService
 
findEncodingEntry(byte[]) - Method in class org.jruby.runtime.encoding.EncodingService
 
findEncodingNoError(IRubyObject) - Method in class org.jruby.runtime.encoding.EncodingService
Find an encoding given a Ruby object, coercing it to a String in the process.
findEncodingObject(byte[]) - Method in class org.jruby.runtime.encoding.EncodingService
 
findEncodingOrAliasEntry(ByteList) - Method in class org.jruby.runtime.encoding.EncodingService
 
findEncodingOrAliasEntry(byte[]) - Method in class org.jruby.runtime.encoding.EncodingService
 
findEncodingWithError(ByteList) - Method in class org.jruby.runtime.encoding.EncodingService
Find a non-special encoding, raising argument error if it does not exist.
findEntry(IRubyObject) - Method in class org.jruby.runtime.encoding.EncodingService
Find an encoding given a Ruby object, coercing it to a String in the process.
FindEntryNode - Class in org.jruby.truffle.nodes.hash
 
FindEntryNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.hash.FindEntryNode
 
findExistingLocalVariable(String, int) - Method in class org.jruby.ir.IRBindingEvalScript
 
findExistingLocalVariable(String, int) - Method in class org.jruby.ir.IRClosure
 
findExistingLocalVariable(String, int) - Method in class org.jruby.ir.IRMethod
 
findExistingLocalVariable(String, int) - Method in class org.jruby.ir.IRScope
 
findFileForLoad(String) - Method in class org.jruby.runtime.load.LoadService
 
findFileInClasspath(String) - Method in class org.jruby.embed.osgi.internal.OSGiLoadService
Support for 'bundle:/' to look for libraries in osgi bundles or classes or ruby files.
findFileInClasspath(String) - Method in class org.jruby.runtime.load.LoadService
this method uses the appropriate lookup strategy to find a file.
findFirstChild(Class<T>) - Method in class org.jruby.ast.Node
 
findFloat(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.FindNode
 
findFromJar(Object) - Static method in class org.jruby.embed.util.SystemPropertyCatcher
 
findFunction(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.DynamicLibrary
 
findImplementer(RubyModule) - Method in class org.jruby.RubyModule
Find the given class in this hierarchy, considering modules along the way.
findImplementerIfNecessary(RubyModule, RubyModule) - Static method in class org.jruby.runtime.Helpers
 
findInstanceMethodContainer(ThreadContext, DynamicScope, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
findIntegerFixnum(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.FindNode
 
findJRubyHome(Object) - Static method in class org.jruby.embed.util.SystemPropertyCatcher
Tries to find JRuby home from the order of JRUBY_HOME environment variable, jruby.home System property, then "/META-INF/jruby.home" if jruby-complete.jar is used.
findLibraryWithClassloaders(LoadService.SearchState, String, LoadService.SuffixType) - Method in class org.jruby.runtime.load.LoadService
 
findLibraryWithoutCWD(LoadService.SearchState, String, LoadService.SuffixType) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
findLoadPaths() - Static method in class org.jruby.embed.util.SystemPropertyCatcher
Tries to find load paths for ruby files and/or libraries.
findLocalVarNode(String, SourceSection) - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
findLongFixnum(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.FindNode
 
findMethodForLocalVar(String) - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
findNull(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.FindNode
 
findObject(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.FindNode
 
findOrAddLocalVarNodeDangerous(String, SourceSection) - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
findPathExecutable(Ruby, String) - Static method in class org.jruby.util.ShellLauncher
 
findResource(String) - Method in class org.jruby.util.JRubyClassLoader
 
findResources(String) - Method in class org.jruby.util.JRubyClassLoader
 
findStatic(Class, String, MethodType) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
findType(Ruby, IRubyObject) - Method in class org.jruby.ext.ffi.TypeResolver
 
findType(Ruby, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.TypeResolver
 
findType(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.Util
 
findType(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.Util
 
findVariable(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.DynamicLibrary
 
findVariables(Node) - Static method in class org.jruby.ast.visitor.InstanceVariableFinder
Walk a node and its children looking for instance variables using a new InstanceVariableFinder.
findVirtual(Class, String, MethodType) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
finish() - Method in class org.jruby.ext.digest.RubyDigest.DigestBase
 
finish(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.digest.RubyDigest.DigestInstance
 
finish() - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
finish() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
finish(ThreadContext, Block) - Method in class org.jruby.ext.zlib.ZStream
 
finish(ThreadContext) - Method in class org.jruby.RubyConverter
 
finish(Object, int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.DoubleArrayBuilderNode
 
finish(Object, int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode
 
finish(Object, int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.IntegerArrayBuilderNode
 
finish(Object, int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.LongArrayBuilderNode
 
finish(Object, int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.ObjectArrayBuilderNode
 
finish(Object, int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.UninitializedArrayBuilderNode
 
finish() - Method in class org.jruby.util.InputStreamMarkCursor
reset back to mark and then read back to endPoint to repoint stream back to where we want next consumer of stream to start reading from.
finishAutoload(String) - Method in class org.jruby.RubyModule
Extract an Object which is defined by autoload thread from autoloadMap and define it as a constant.
finished - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
finished_p(ThreadContext) - Method in class org.jruby.ext.zlib.ZStream
 
finite_p() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
finite_p() - Method in class org.jruby.RubyFloat
flo_is_finite_p
finvoke(ThreadContext, IRubyObject, String, Block) - Method in class org.jruby.RubyClass
 
finvoke(ThreadContext, IRubyObject, String, IRubyObject[], Block) - Method in class org.jruby.RubyClass
 
finvoke(ThreadContext, IRubyObject, String, IRubyObject, Block) - Method in class org.jruby.RubyClass
 
finvoke(ThreadContext, IRubyObject, String, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyClass
 
finvoke(ThreadContext, IRubyObject, String, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyClass
 
finvoke(ThreadContext, IRubyObject, String) - Method in class org.jruby.RubyClass
 
finvoke(ThreadContext, IRubyObject, String, IRubyObject[]) - Method in class org.jruby.RubyClass
 
finvoke(ThreadContext, IRubyObject, String, IRubyObject) - Method in class org.jruby.RubyClass
 
finvoke(ThreadContext, IRubyObject, String, IRubyObject, IRubyObject) - Method in class org.jruby.RubyClass
 
finvoke(ThreadContext, IRubyObject, String, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.RubyClass
 
finvokeChecked(ThreadContext, IRubyObject, String) - Method in class org.jruby.RubyClass
 
first(IRubyObject[]) - Method in class org.jruby.RubyArray
Deprecated.
Use the versions with zero, one, or two args.
first() - Method in class org.jruby.RubyArray
rb_ary_first
first(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_first
first(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyEnumerable
 
first(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyEnumerable
 
first(ThreadContext) - Method in class org.jruby.RubyRange
 
first(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRange
 
FIRST_FAKE_FD - Static variable in class org.jruby.util.io.FilenoUtil
 
FIRST_OBJECT_ID - Static variable in class org.jruby.truffle.runtime.ObjectIDOperations
 
firstIntegerFixnum(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.FirstNode
 
firstNull(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.FirstNode
 
firstObject(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.FirstNode
 
fitsIntoInteger(long) - Static method in class org.jruby.truffle.runtime.core.CoreLibrary
 
five(Ruby) - Static method in class org.jruby.RubyFixnum
 
fix() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
fix2big(RubyFixnum) - Static method in class org.jruby.RubyBignum
rb_int2big
fix2int(IRubyObject) - Static method in class org.jruby.RubyNumeric
 
fix2int(RubyFixnum) - Static method in class org.jruby.RubyNumeric
 
fix2long(IRubyObject) - Static method in class org.jruby.RubyNumeric
 
fixed(int) - Static method in class org.jruby.runtime.Arity
 
fixed_encoding_p(ThreadContext) - Method in class org.jruby.RubyRegexp
 
FixedArityInstr - Interface in org.jruby.ir.instructions
Marker interface to allow persistence to know whether operand arity is fixed or variable
Fixnum(Fixnum) - Method in class org.jruby.ir.IRVisitor
 
Fixnum - Class in org.jruby.ir.operands
 
Fixnum(long) - Constructor for class org.jruby.ir.operands.Fixnum
 
Fixnum(BigInteger) - Constructor for class org.jruby.ir.operands.Fixnum
 
Fixnum(Fixnum) - Method in class org.jruby.ir.targets.JVMVisitor
 
fixnum_boolean_op_equal(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_boolean_op_ge(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_boolean_op_gt(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_boolean_op_le(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_boolean_op_lt(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_and(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_cmp(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_equal(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_ge(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_gt(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_le(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_lshift(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_lt(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_minus(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_minus_one(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_minus_two(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_mul(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_or(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_plus(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_plus_one(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_plus_two(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_rshift(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnum_op_xor(ThreadContext, IRubyObject, IRubyObject, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnumBoolean(ThreadContext, IRubyObject, IRubyObject, JRubyCallSite, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnumBooleanBootstrap(MethodHandles.Lookup, String, MethodType, long, String, int) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnumBooleanFail(ThreadContext, IRubyObject, IRubyObject, JRubyCallSite, RubyFixnum) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
FixnumLiteralNode - Class in org.jruby.truffle.nodes.literal
 
FixnumLiteralNode() - Constructor for class org.jruby.truffle.nodes.literal.FixnumLiteralNode
 
FixnumLiteralNode.IntegerFixnumLiteralNode - Class in org.jruby.truffle.nodes.literal
 
FixnumLiteralNode.IntegerFixnumLiteralNode(RubyContext, SourceSection, int) - Constructor for class org.jruby.truffle.nodes.literal.FixnumLiteralNode.IntegerFixnumLiteralNode
 
FixnumLiteralNode.LongFixnumLiteralNode - Class in org.jruby.truffle.nodes.literal
 
FixnumLiteralNode.LongFixnumLiteralNode(RubyContext, SourceSection, long) - Constructor for class org.jruby.truffle.nodes.literal.FixnumLiteralNode.LongFixnumLiteralNode
 
FixnumLowerNode - Class in org.jruby.truffle.nodes.core
 
FixnumLowerNode(RubyNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumLowerNode
 
FixnumNode - Class in org.jruby.ast
Represents an integer literal.
FixnumNode(ISourcePosition, long) - Constructor for class org.jruby.ast.FixnumNode
 
FixnumNodes - Class in org.jruby.truffle.nodes.core
 
FixnumNodes() - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes
 
FixnumNodes.AbsNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.AbsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.AbsNode
 
FixnumNodes.AbsNode(FixnumNodes.AbsNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.AbsNode
 
FixnumNodes.AddNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.AddNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.AddNode
 
FixnumNodes.AddNode(FixnumNodes.AddNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.AddNode
 
FixnumNodes.BitAndNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.BitAndNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.BitAndNode
 
FixnumNodes.BitAndNode(FixnumNodes.BitAndNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.BitAndNode
 
FixnumNodes.BitLengthNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.BitLengthNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.BitLengthNode
 
FixnumNodes.BitLengthNode(FixnumNodes.BitLengthNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.BitLengthNode
 
FixnumNodes.BitOrNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.BitOrNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.BitOrNode
 
FixnumNodes.BitOrNode(FixnumNodes.BitOrNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.BitOrNode
 
FixnumNodes.BitXOrNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.BitXOrNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.BitXOrNode
 
FixnumNodes.BitXOrNode(FixnumNodes.BitXOrNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.BitXOrNode
 
FixnumNodes.CompareNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.CompareNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.CompareNode
 
FixnumNodes.CompareNode(FixnumNodes.CompareNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.CompareNode
 
FixnumNodes.ComplementNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.ComplementNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.ComplementNode
 
FixnumNodes.ComplementNode(FixnumNodes.ComplementNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.ComplementNode
 
FixnumNodes.DivModNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.DivModNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.DivModNode
 
FixnumNodes.DivModNode(FixnumNodes.DivModNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.DivModNode
 
FixnumNodes.DivNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.DivNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.DivNode
 
FixnumNodes.DivNode(FixnumNodes.DivNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.DivNode
 
FixnumNodes.EqualNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.EqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.EqualNode
 
FixnumNodes.EqualNode(FixnumNodes.EqualNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.EqualNode
 
FixnumNodes.FloorNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.FloorNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.FloorNode
 
FixnumNodes.FloorNode(FixnumNodes.FloorNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.FloorNode
 
FixnumNodes.GreaterEqualNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.GreaterEqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.GreaterEqualNode
 
FixnumNodes.GreaterEqualNode(FixnumNodes.GreaterEqualNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.GreaterEqualNode
 
FixnumNodes.GreaterNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.GreaterNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.GreaterNode
 
FixnumNodes.GreaterNode(FixnumNodes.GreaterNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.GreaterNode
 
FixnumNodes.InspectNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.InspectNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.InspectNode
 
FixnumNodes.InspectNode(FixnumNodes.InspectNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.InspectNode
 
FixnumNodes.LeftShiftNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.LeftShiftNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.LeftShiftNode
 
FixnumNodes.LeftShiftNode(FixnumNodes.LeftShiftNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.LeftShiftNode
 
FixnumNodes.LessEqualNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.LessEqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.LessEqualNode
 
FixnumNodes.LessEqualNode(FixnumNodes.LessEqualNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.LessEqualNode
 
FixnumNodes.LessNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.LessNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.LessNode
 
FixnumNodes.LessNode(FixnumNodes.LessNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.LessNode
 
FixnumNodes.ModNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.ModNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.ModNode
 
FixnumNodes.ModNode(FixnumNodes.ModNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.ModNode
 
FixnumNodes.MulNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.MulNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.MulNode
 
FixnumNodes.MulNode(FixnumNodes.MulNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.MulNode
 
FixnumNodes.NegNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.NegNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.NegNode
 
FixnumNodes.NegNode(FixnumNodes.NegNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.NegNode
 
FixnumNodes.PowNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.PowNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
FixnumNodes.PowNode(FixnumNodes.PowNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
FixnumNodes.RightShiftNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.RightShiftNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.RightShiftNode
 
FixnumNodes.RightShiftNode(FixnumNodes.RightShiftNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.RightShiftNode
 
FixnumNodes.SizeNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.SizeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.SizeNode
 
FixnumNodes.SizeNode(FixnumNodes.SizeNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.SizeNode
 
FixnumNodes.SubNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.SubNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.SubNode
 
FixnumNodes.SubNode(FixnumNodes.SubNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.SubNode
 
FixnumNodes.ToFNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.ToFNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.ToFNode
 
FixnumNodes.ToFNode(FixnumNodes.ToFNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.ToFNode
 
FixnumNodes.ToSNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.ToSNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.ToSNode
 
FixnumNodes.ToSNode(FixnumNodes.ToSNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.ToSNode
 
FixnumNodes.ZeroNode - Class in org.jruby.truffle.nodes.core
 
FixnumNodes.ZeroNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.ZeroNode
 
FixnumNodes.ZeroNode(FixnumNodes.ZeroNode) - Constructor for class org.jruby.truffle.nodes.core.FixnumNodes.ZeroNode
 
FixnumNodesFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.FixnumNodesFactory
 
FixnumNodesFactory.AbsNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.AddNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.BitAndNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.BitLengthNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.BitOrNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.BitXOrNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.CompareNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.ComplementNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.DivModNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.DivNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.EqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.FloorNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.GreaterEqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.GreaterNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.InspectNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.LeftShiftNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.LessEqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.LessNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.ModNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.MulNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.NegNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.PowNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.RightShiftNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.SizeNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.SubNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.ToFNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.ToSNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumNodesFactory.ZeroNodeFactory - Class in org.jruby.truffle.nodes.core
 
FixnumObjectSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
FixnumObjectSite(MethodType, long) - Constructor for class org.jruby.ir.targets.FixnumObjectSite
 
fixnumOperator(ThreadContext, IRubyObject, IRubyObject, JRubyCallSite, long) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnumOperatorBootstrap(MethodHandles.Lookup, String, MethodType, long, String, int) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnumOperatorFail(ThreadContext, IRubyObject, IRubyObject, JRubyCallSite, RubyFixnum) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnumOrBignum(RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.BignumCoreMethodNode
 
fixnumOrBignum(RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumOrBignumNode
 
fixnumOrBignum(double) - Method in class org.jruby.truffle.nodes.core.FixnumOrBignumNode
 
FixnumOrBignumNode - Class in org.jruby.truffle.nodes.core
 
FixnumOrBignumNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FixnumOrBignumNode
 
fixnumOrNil(Ruby, Byte) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
fixnumOrNil(Ruby, Short) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
fixnumOrNil(Ruby, Character) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
fixnumOrNil(Ruby, Integer) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
fixnumOrNil(Ruby, Long) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
FixnumPrimitiveNodes - Class in org.jruby.truffle.nodes.rubinius
Rubinius primitives associated with the Ruby Fixnum class.
FixnumPrimitiveNodes() - Constructor for class org.jruby.truffle.nodes.rubinius.FixnumPrimitiveNodes
 
FixnumPrimitiveNodes.FixnumCoercePrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
FixnumPrimitiveNodes.FixnumCoercePrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.FixnumPrimitiveNodes.FixnumCoercePrimitiveNode
 
FixnumPrimitiveNodes.FixnumCoercePrimitiveNode(FixnumPrimitiveNodes.FixnumCoercePrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.FixnumPrimitiveNodes.FixnumCoercePrimitiveNode
 
FixnumPrimitiveNodesFactory - Class in org.jruby.truffle.nodes.rubinius
 
FixnumPrimitiveNodesFactory() - Constructor for class org.jruby.truffle.nodes.rubinius.FixnumPrimitiveNodesFactory
 
FixnumPrimitiveNodesFactory.FixnumCoercePrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
fixnums - Variable in class org.jruby.ast.executable.RuntimeCache
 
fixnumTest(IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
fixnumVariableIndex - Variable in class org.jruby.ir.IRScope
 
fixpos(Node, Node) - Method in class org.jruby.parser.ParserSupport
 
FL_USHIFT - Static variable in class org.jruby.RubyBasicObject
 
flags(ThreadContext) - Method in class org.jruby.ext.socket.Ifaddr
 
flags - Variable in class org.jruby.RubyBasicObject
object flags
flat_map19(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
FlatProfilePrinter - Class in org.jruby.runtime.profile.builtin
 
FlatProfilePrinter(ProfileData) - Constructor for class org.jruby.runtime.profile.builtin.FlatProfilePrinter
 
flatten(ThreadContext) - Method in class org.jruby.java.proxies.MapJavaProxy
 
flatten(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
 
flatten(ThreadContext) - Method in class org.jruby.RubyArray
 
flatten(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
 
flatten(ThreadContext) - Method in class org.jruby.RubyHash
 
flatten(ThreadContext, IRubyObject) - Method in class org.jruby.RubyHash
 
flatten(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.FlattenNode
 
flatten19(ThreadContext) - Method in class org.jruby.RubyArray
 
flatten19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
 
flatten_bang(ThreadContext) - Method in class org.jruby.RubyArray
 
flatten_bang(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
 
flatten_bang(ThreadContext) - Method in class org.jruby.util.collections.StringArraySet
 
flatten_bang(ThreadContext, IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
flatten_bang19(ThreadContext) - Method in class org.jruby.RubyArray
 
flatten_bang19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
 
flatten_bang19(ThreadContext) - Method in class org.jruby.util.collections.StringArraySet
 
flatten_bang19(ThreadContext, IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
FlipFlopNode - Class in org.jruby.truffle.nodes.control
 
FlipFlopNode(RubyContext, SourceSection, BooleanCastNode, BooleanCastNode, FlipFlopStateNode, boolean) - Constructor for class org.jruby.truffle.nodes.control.FlipFlopNode
 
FlipFlopStateNode - Class in org.jruby.truffle.nodes.methods.locals
 
FlipFlopStateNode(SourceSection) - Constructor for class org.jruby.truffle.nodes.methods.locals.FlipFlopStateNode
 
FlipNode - Class in org.jruby.ast
A Range in a boolean expression (named after a FlipFlop component in electronic?).
FlipNode(ISourcePosition, Node, Node, boolean, int) - Constructor for class org.jruby.ast.FlipNode
 
fload(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
FLOAT - Static variable in class org.jruby.ast.java_signature.PrimitiveTypeNode
 
Float(Float) - Method in class org.jruby.ir.IRVisitor
 
Float - Class in org.jruby.ir.operands
 
Float(double) - Constructor for class org.jruby.ir.operands.Float
 
Float(Float) - Method in class org.jruby.ir.targets.JVMVisitor
 
FLOAT - Static variable in class org.jruby.parser.JavaSignatureParser
 
float_op_cmp(ThreadContext, IRubyObject, IRubyObject, double) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
float_op_equal(ThreadContext, IRubyObject, IRubyObject, double) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
float_op_ge(ThreadContext, IRubyObject, IRubyObject, double) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
float_op_gt(ThreadContext, IRubyObject, IRubyObject, double) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
float_op_le(ThreadContext, IRubyObject, IRubyObject, double) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
float_op_lt(ThreadContext, IRubyObject, IRubyObject, double) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
float_op_minus(ThreadContext, IRubyObject, IRubyObject, double) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
float_op_mul(ThreadContext, IRubyObject, IRubyObject, double) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
float_op_plus(ThreadContext, IRubyObject, IRubyObject, double) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
floatANode - Variable in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
floatBNode - Variable in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
floatDomainError(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
FloatLiteralNode - Class in org.jruby.truffle.nodes.literal
 
FloatLiteralNode(RubyContext, SourceSection, double) - Constructor for class org.jruby.truffle.nodes.literal.FloatLiteralNode
 
FloatNode - Class in org.jruby.ast
Represents a float literal.
FloatNode(ISourcePosition, double) - Constructor for class org.jruby.ast.FloatNode
 
FloatNodes - Class in org.jruby.truffle.nodes.core
 
FloatNodes() - Constructor for class org.jruby.truffle.nodes.core.FloatNodes
 
FloatNodes.AbsNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.AbsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.AbsNode
 
FloatNodes.AbsNode(FloatNodes.AbsNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.AbsNode
 
FloatNodes.AddNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.AddNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.AddNode
 
FloatNodes.AddNode(FloatNodes.AddNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.AddNode
 
FloatNodes.CeilNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.CeilNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.CeilNode
 
FloatNodes.CeilNode(FloatNodes.CeilNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.CeilNode
 
FloatNodes.CompareNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.CompareNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.CompareNode
 
FloatNodes.CompareNode(FloatNodes.CompareNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.CompareNode
 
FloatNodes.DivModNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.DivModNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.DivModNode
 
FloatNodes.DivModNode(FloatNodes.DivModNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.DivModNode
 
FloatNodes.DivNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.DivNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.DivNode
 
FloatNodes.DivNode(FloatNodes.DivNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.DivNode
 
FloatNodes.EqualNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.EqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.EqualNode
 
FloatNodes.EqualNode(FloatNodes.EqualNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.EqualNode
 
FloatNodes.FloorNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.FloorNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.FloorNode
 
FloatNodes.FloorNode(FloatNodes.FloorNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.FloorNode
 
FloatNodes.GreaterEqualNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.GreaterEqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.GreaterEqualNode
 
FloatNodes.GreaterEqualNode(FloatNodes.GreaterEqualNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.GreaterEqualNode
 
FloatNodes.GreaterNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.GreaterNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.GreaterNode
 
FloatNodes.GreaterNode(FloatNodes.GreaterNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.GreaterNode
 
FloatNodes.InfiniteNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.InfiniteNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.InfiniteNode
 
FloatNodes.InfiniteNode(FloatNodes.InfiniteNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.InfiniteNode
 
FloatNodes.LessEqualNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.LessEqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.LessEqualNode
 
FloatNodes.LessEqualNode(FloatNodes.LessEqualNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.LessEqualNode
 
FloatNodes.LessNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.LessNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.LessNode
 
FloatNodes.LessNode(FloatNodes.LessNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.LessNode
 
FloatNodes.ModNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.ModNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.ModNode
 
FloatNodes.ModNode(FloatNodes.ModNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.ModNode
 
FloatNodes.MulNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.MulNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.MulNode
 
FloatNodes.MulNode(FloatNodes.MulNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.MulNode
 
FloatNodes.NaNNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.NaNNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.NaNNode
 
FloatNodes.NaNNode(FloatNodes.NaNNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.NaNNode
 
FloatNodes.NegNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.NegNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.NegNode
 
FloatNodes.NegNode(FloatNodes.NegNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.NegNode
 
FloatNodes.PowNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.PowNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.PowNode
 
FloatNodes.PowNode(FloatNodes.PowNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.PowNode
 
FloatNodes.RoundNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.RoundNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.RoundNode
 
FloatNodes.RoundNode(FloatNodes.RoundNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.RoundNode
 
FloatNodes.SubNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.SubNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.SubNode
 
FloatNodes.SubNode(FloatNodes.SubNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.SubNode
 
FloatNodes.ToFNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.ToFNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.ToFNode
 
FloatNodes.ToFNode(FloatNodes.ToFNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.ToFNode
 
FloatNodes.ToINode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.ToINode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.ToINode
 
FloatNodes.ToINode(FloatNodes.ToINode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.ToINode
 
FloatNodes.ToSNode - Class in org.jruby.truffle.nodes.core
 
FloatNodes.ToSNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.ToSNode
 
FloatNodes.ToSNode(FloatNodes.ToSNode) - Constructor for class org.jruby.truffle.nodes.core.FloatNodes.ToSNode
 
FloatNodesFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.FloatNodesFactory
 
FloatNodesFactory.AbsNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.AddNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.CeilNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.CompareNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.DivModNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.DivNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.EqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.FloorNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.GreaterEqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.GreaterNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.InfiniteNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.LessEqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.LessNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.ModNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.MulNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.NaNNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.NegNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.PowNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.RoundNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.SubNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.ToFNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.ToINodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatNodesFactory.ToSNodeFactory - Class in org.jruby.truffle.nodes.core
 
FloatObjectSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
FloatObjectSite(MethodType, double) - Constructor for class org.jruby.ir.targets.FloatObjectSite
 
floatOperator(ThreadContext, IRubyObject, IRubyObject, JRubyCallSite, double) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
floatOperatorBootstrap(MethodHandles.Lookup, String, MethodType, double, String, int) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
floatOperatorFail(ThreadContext, IRubyObject, IRubyObject, JRubyCallSite, RubyFloat) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
floatOrNil(Ruby, Float) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
floatOrNil(Ruby, Double) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
floats - Variable in class org.jruby.ast.executable.RuntimeCache
 
floatStep(ThreadContext, Ruby, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyNumeric
 
floatStepSize(double, double, double, boolean) - Static method in class org.jruby.RubyNumeric
Returns the number of unit-sized steps between the given beg and end.
floatTest(IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.MathLinker
 
floatToID(RubyContext, double) - Static method in class org.jruby.truffle.runtime.ObjectIDOperations
 
floatValue(IRubyObject) - Static method in class org.jruby.ext.ffi.Util
 
floatValue(Number) - Static method in class org.jruby.util.SafeFloatParser
Safe way of getting the float value
prevents BigDecimal from calling Float.parseFloat()
floatValue(BigDecimal) - Static method in class org.jruby.util.SafeFloatParser
Safe way of getting the float value
Prevents BigDecimal from calling Float.parseFloat()
floatVariableIndex - Variable in class org.jruby.ir.IRScope
 
flock(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFile
 
flock(ChannelFD, int) - Method in class org.jruby.util.io.PosixShim
 
floor(ThreadContext) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
floor(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
floor() - Method in class org.jruby.RubyFloat
floor
floor() - Method in class org.jruby.RubyNumeric
num_floor
floor(int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.FloorNode
 
floor(long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.FloorNode
 
floor(double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.FloorNode
 
floor(int) - Method in class org.jruby.truffle.nodes.core.IntegerNodes.FloorNode
 
floor(long) - Method in class org.jruby.truffle.nodes.core.IntegerNodes.FloorNode
 
floor(RubyBignum) - Method in class org.jruby.truffle.nodes.core.IntegerNodes.FloorNode
 
FlowGraphNode<T extends DataFlowProblem<T,U>,U extends FlowGraphNode<T,U>> - Class in org.jruby.ir.dataflow
 
FlowGraphNode(T, BasicBlock) - Constructor for class org.jruby.ir.dataflow.FlowGraphNode
 
flowGraphNodes - Variable in class org.jruby.ir.dataflow.DataFlowProblem
 
flt(double, double) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
flush() - Method in class org.jruby.embed.io.WriterOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush(IRubyObject[]) - Method in class org.jruby.ext.zlib.JZlibDeflate
 
flush(IRubyObject[]) - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
flush() - Method in interface org.jruby.management.MethodCacheMBean
 
flush(ThreadContext) - Method in class org.jruby.RubyIO
Flushes the IO output stream.
flush() - Method in class org.jruby.truffle.nodes.core.TruffleDebugNodes.FlushStdoutNode
 
flush_next_in(ThreadContext) - Method in class org.jruby.ext.zlib.ZStream
 
flush_next_out(ThreadContext, Block) - Method in class org.jruby.ext.zlib.JZlibInflate
 
flush_next_out(ThreadContext, Block) - Method in class org.jruby.ext.zlib.ZStream
 
flushBuffer() - Method in class org.jruby.util.io.OpenFile
 
flushBufferAsync2() - Method in class org.jruby.util.io.OpenFile
 
flushRaw(ThreadContext, boolean) - Method in class org.jruby.RubyIO
 
fmul() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
fneg() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
FNM_CASEFOLD - Static variable in class org.jruby.util.Dir
 
FNM_DOTMATCH - Static variable in class org.jruby.util.Dir
 
FNM_ERROR - Static variable in class org.jruby.util.Dir
 
FNM_NOESCAPE - Static variable in class org.jruby.util.Dir
 
FNM_NOMATCH - Static variable in class org.jruby.util.Dir
 
FNM_PATHNAME - Static variable in class org.jruby.util.Dir
 
FNM_SYSCASE - Static variable in class org.jruby.util.Dir
 
fnmatch(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.pathname.RubyPathname
 
fnmatch(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
Returns true if path matches against pattern The pattern is not a regular expression; instead it follows rules similar to shell filename globbing.
fnmatch(byte[], int, int, byte[], int, int, int) - Static method in class org.jruby.util.Dir
 
fopen(Ruby, String, ModeFlags) - Static method in class org.jruby.util.io.ChannelStream
Deprecated.
 
for_fd(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.RubyBasicSocket
 
for_fd(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.RubySocket
 
for_fd(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
 
for_name(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaClass
 
force_encoding(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
forceBacktrace(IRubyObject) - Method in class org.jruby.RubyException
 
forceCompilation() - Method in class org.jruby.ext.ffi.jffi.DefaultMethod
 
forceEncoding(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.ForceEncodingNode
 
forceEncoding(RubyString, RubyEncoding) - Method in class org.jruby.truffle.nodes.core.StringNodes.ForceEncodingNode
 
forceEncoding(RubyEncoding) - Method in class org.jruby.truffle.runtime.core.RubyRegexp
 
forceEncoding(Encoding) - Method in class org.jruby.truffle.runtime.core.RubyString
 
forceUncached() - Method in class org.jruby.truffle.nodes.dispatch.DispatchHeadNode
 
forChannel(Channel) - Static method in enum org.jruby.ext.socket.SocketType
 
foreach(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyDir
Executes the block once for each file in the directory specified by path.
foreach(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
 
foreach19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyDir
 
fork(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
fork(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyProcess
 
fork(Object[]) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ForkNode
 
fork19(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
fork19(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyProcess
 
formal_argument(String) - Method in class org.jruby.parser.ParserSupport
 
format(RubyString, Object[]) - Method in class org.jruby.truffle.nodes.core.StringNodes.FormatNode
 
format(DateTime, long, ByteList) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeStrftimePrimitiveNode
 
format(RubyContext, RubyException, Backtrace) - Method in interface org.jruby.truffle.runtime.backtrace.BacktraceFormatter
 
format(RubyContext, RubyException, Backtrace) - Method in class org.jruby.truffle.runtime.backtrace.DebugBacktraceFormatter
 
format(RubyContext, RubyException, Backtrace) - Method in class org.jruby.truffle.runtime.backtrace.ImplementationDebugBacktraceFormatter
 
format(RubyContext, RubyException, Backtrace) - Method in class org.jruby.truffle.runtime.backtrace.MRIBacktraceFormatter
 
format(RubyContext, String, List<Object>) - Static method in class org.jruby.truffle.runtime.core.StringFormatter
 
format(RubyContext, PrintStream, String, List<Object>) - Static method in class org.jruby.truffle.runtime.core.StringFormatter
 
format(Date, StringBuffer, FieldPosition) - Method in class org.jruby.util.RubyDateFormat
Deprecated.
 
format(List<RubyDateFormatter.Token>, DateTime, long, IRubyObject) - Method in class org.jruby.util.RubyDateFormatter
 
format(char) - Static method in class org.jruby.util.RubyDateFormatter.Token
 
format(String, long, RubyDateFormatter.FieldType) - Method in class org.jruby.util.RubyTimeOutputFormatter
 
format(String, long, RubyDateFormat.FieldType) - Method in class org.jruby.util.TimeOutputFormatter
Deprecated.
 
formatBasicLine(Activation) - Static method in class org.jruby.truffle.runtime.backtrace.DebugBacktraceFormatter
 
formatCallerLine(List<Activation>, int) - Static method in class org.jruby.truffle.runtime.backtrace.MRIBacktraceFormatter
 
formatFractionalDigitGroups(String) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
formatHasFloatingPointNotation(String) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
formatHasLeadingPlus(String) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
formatHasLeadingSpace(String) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
formatter(String) - Method in class org.jruby.lexer.StrftimeLexer
 
formatter(RubyTimeOutputFormatter) - Static method in class org.jruby.util.RubyDateFormatter.Token
 
formatToByteList(List<RubyDateFormatter.Token>, DateTime, long, IRubyObject) - Method in class org.jruby.util.RubyDateFormatter
 
forNameQuiet(Ruby, String) - Static method in class org.jruby.javasupport.JavaClass
 
forNameVerbose(Ruby, String) - Static method in class org.jruby.javasupport.JavaClass
 
ForNode - Class in org.jruby.ast
A 'for' statement.
ForNode(ISourcePosition, Node, Node, Node, StaticScope) - Constructor for class org.jruby.ast.ForNode
 
ForNode - Class in org.jruby.truffle.nodes
 
ForNode(RubyContext, SourceSection, RubyCallNode) - Constructor for class org.jruby.truffle.nodes.ForNode
 
four(Ruby) - Static method in class org.jruby.RubyFixnum
 
FourVarDynamicScope - Class in org.jruby.runtime.scope
This is a DynamicScope that supports exactly four variables.
FourVarDynamicScope(StaticScope, DynamicScope) - Constructor for class org.jruby.runtime.scope.FourVarDynamicScope
 
FourVarDynamicScope(StaticScope) - Constructor for class org.jruby.runtime.scope.FourVarDynamicScope
 
fptr - Variable in class org.jruby.util.io.OpenFile.InternalReadStruct
 
fptr - Variable in class org.jruby.util.io.OpenFile.InternalWriteStruct
 
fputc(int) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
fputc(int) - Method in class org.jruby.util.io.CRLFStreamWrapper
 
fputc(int) - Method in interface org.jruby.util.io.Stream
 
frac(ThreadContext) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
Frame - Class in org.jruby.runtime
A Frame holds per-call information that needs to persist outside the execution of a given method.
Frame() - Constructor for class org.jruby.runtime.Frame
Empty constructor, since Frame objects are pre-allocated and updated when needed.
FRAME_AND_DUMMY_SCOPE - Static variable in enum org.jruby.internal.runtime.methods.CallConfiguration
Deprecated.
FRAME_AND_SCOPE - Static variable in enum org.jruby.internal.runtime.methods.CallConfiguration
Deprecated.
FRAME_AWARE_METHODS - Static variable in class org.jruby.runtime.MethodIndex
 
FRAME_LOCAL_GLOBAL_VARIABLES - Static variable in class org.jruby.truffle.translator.BodyTranslator
 
FRAME_ONLY - Static variable in enum org.jruby.internal.runtime.methods.CallConfiguration
Deprecated.
FrameField - Enum in org.jruby.anno
 
frameSlot - Variable in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
FrameSlotNode - Class in org.jruby.truffle.nodes.methods.locals
 
FrameSlotNode(RubyContext, SourceSection, FrameSlot) - Constructor for class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
FrameType - Enum in org.jruby.runtime.backtrace
 
framing() - Method in enum org.jruby.internal.runtime.methods.CallConfiguration
 
Framing - Enum in org.jruby.internal.runtime.methods
 
fread(int) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
fread(int) - Method in class org.jruby.util.io.CRLFStreamWrapper
 
fread(ThreadContext, IRubyObject, int, int) - Method in class org.jruby.util.io.OpenFile
 
fread(int) - Method in interface org.jruby.util.io.Stream
 
free() - Method in interface org.jruby.ext.ffi.AllocatedDirectMemoryIO
 
free(ThreadContext) - Method in class org.jruby.ext.ffi.AutoPointer
 
free() - Method in class org.jruby.ext.ffi.FreedMemoryIO
 
free(ThreadContext) - Method in class org.jruby.ext.ffi.jffi.Function
 
free(ThreadContext) - Method in class org.jruby.ext.ffi.MemoryPointer
 
FreedMemoryIO - Class in org.jruby.ext.ffi
 
FreedMemoryIO(Ruby) - Constructor for class org.jruby.ext.ffi.FreedMemoryIO
 
freeze(ThreadContext) - Method in class org.jruby.ext.pathname.RubyPathname
 
freeze(ThreadContext) - Method in class org.jruby.RubyBasicObject
rb_obj_freeze call-seq: obj.freeze => obj Prevents further modifications to obj.
freeze(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
freeze(ThreadContext) - Method in class org.jruby.RubyModule
rb_mod_freeze
freeze(ThreadContext) - Method in class org.jruby.RubyString
 
freeze(RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.KernelNodes.FreezeNode
 
freeze() - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
freezeAndDedupString(RubyString) - Method in class org.jruby.Ruby
Given a Ruby string, cache a frozen, duplicated copy of it, or find an existing copy already prepared.
freezeNode - Variable in class org.jruby.truffle.nodes.literal.HashLiteralNode
 
frem() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
freopen(Ruby, String, ModeFlags) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
freopen(Ruby, String, ModeFlags) - Method in class org.jruby.util.io.CRLFStreamWrapper
 
freopen(Ruby, String, ModeFlags) - Method in interface org.jruby.util.io.Stream
 
freturn() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
frexp(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
frexp(int) - Method in class org.jruby.truffle.nodes.core.MathNodes.FrExpNode
 
frexp(long) - Method in class org.jruby.truffle.nodes.core.MathNodes.FrExpNode
 
frexp(RubyBignum) - Method in class org.jruby.truffle.nodes.core.MathNodes.FrExpNode
 
frexp(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.FrExpNode
 
frexp(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.core.MathNodes.FrExpNode
 
frexp(double, long[]) - Static method in class org.jruby.util.Numeric
 
frexp19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
frobnicate_fcall_args(FCallNode, Node, Node) - Method in class org.jruby.parser.ParserSupport
 
from(int, int, int, Signature.Rest, boolean) - Static method in class org.jruby.runtime.Signature
 
from(IterNode) - Static method in class org.jruby.runtime.Signature
 
from(ForNode) - Static method in class org.jruby.runtime.Signature
 
from(PreExeNode) - Static method in class org.jruby.runtime.Signature
 
from(PostExeNode) - Static method in class org.jruby.runtime.Signature
 
from_java_bytes(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.java.addons.StringJavaAddons
 
from_java_bytes(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.java.addons.StringJavaAddons
 
from_native(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.AutoPointer
 
from_native(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.DataConverter
 
from_native(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.Enum
 
from_native(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.MappedType
 
from_native(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.StructByReference
 
from_string(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.MemoryPointer
 
fromAnnotation(JRubyMethod) - Static method in class org.jruby.runtime.Arity
 
fromAnnotation(JRubyMethod, int) - Static method in class org.jruby.runtime.Arity
 
fromAnnotation(JRubyMethod, Class[], boolean) - Static method in class org.jruby.runtime.Arity
 
fromBits(int) - Static method in enum org.jruby.util.KCode
 
fromByteList(RubyClass, ByteList) - Static method in class org.jruby.truffle.runtime.core.RubyString
 
fromCoded(byte) - Static method in enum org.jruby.ir.operands.OperandType
 
fromEmbeddedOptions(int) - Static method in class org.jruby.util.RegexpOptions
 
fromJavaString(RubyClass, String) - Static method in class org.jruby.truffle.runtime.core.RubyString
 
fromJavaString(RubyClass, String, Encoding) - Static method in class org.jruby.truffle.runtime.core.RubyString
 
fromJoniOptions(int) - Static method in class org.jruby.util.RegexpOptions
 
fromNative(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.DataConverters.CallbackDataConverter
 
fromNative(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.DataConverters.ChainedDataConverter
 
fromNative(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.DataConverters.IntOrEnumConverter
 
fromNative(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.DataConverters.MappedDataConverter
 
fromNative(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.NativeDataConverter
 
fromNative(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.MappedType
 
fromObject(RubyClass, Object) - Static method in class org.jruby.truffle.runtime.core.RubyArray
 
fromObjects(RubyClass, Object...) - Static method in class org.jruby.truffle.runtime.core.RubyArray
 
fromOrdinal(int) - Static method in enum org.jruby.ir.IRScopeType
 
fromOrdinal(int) - Static method in enum org.jruby.ir.operands.OperandType
 
fromOrdinal(int) - Static method in enum org.jruby.ir.operands.TemporaryVariableType
 
fromOrdinal(int) - Static method in enum org.jruby.ir.Operation
 
fromOrdinal(int) - Static method in enum org.jruby.parser.StaticScope.Type
 
fromOrdinal(int) - Static method in enum org.jruby.runtime.CallType
 
fromString(String) - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
Create an IPv6 address from its String representation.
fromString(String) - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6Network
Create an IPv6 network from its String representation.
FROZEN_F - Static variable in class org.jruby.RubyBasicObject
 
frozen_p(ThreadContext) - Method in class org.jruby.RubyArray
rb_ary_frozen_p
frozen_p(ThreadContext) - Method in class org.jruby.RubyBasicObject
rb_obj_frozen_p call-seq: obj.frozen? => true or false Returns the freeze status of obj.
frozen_p(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
frozenError(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
FrozenString(FrozenString) - Method in class org.jruby.ir.IRVisitor
 
FrozenString - Class in org.jruby.ir.operands
Represents a literal string value.
FrozenString(ByteList) - Constructor for class org.jruby.ir.operands.FrozenString
 
frozenString(MutableCallSite, ByteList, ThreadContext) - Static method in class org.jruby.ir.targets.Bootstrap
 
FrozenString(FrozenString) - Method in class org.jruby.ir.targets.JVMVisitor
 
frozenStrings - Variable in class org.jruby.ast.executable.RuntimeCache
 
fstore(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
fsub() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
fsync(ThreadContext) - Method in class org.jruby.RubyIO
 
ftruncate(long) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
ftruncate(long) - Method in class org.jruby.util.io.CRLFStreamWrapper
 
ftruncate(ChannelFD, long) - Method in class org.jruby.util.io.PosixShim
 
ftruncate(long) - Method in interface org.jruby.util.io.Stream
 
ftype(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
ftype() - Method in class org.jruby.RubyFileStat
 
FULL_TRACE_ENABLED - Static variable in class org.jruby.RubyInstanceConfig
Enable tracing of method calls.
fullFence() - Static method in class org.jruby.util.unsafe.UnsafeHolder
 
fullSignature() - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
Get the "full" signature equivalent to this call site.
fullThreadDump() - Method in class org.jruby.management.Runtime
 
fullThreadDump() - Method in interface org.jruby.management.RuntimeMBean
 
fullTree() - Method in class org.jruby.truffle.nodes.core.TruffleDebugNodes.FullTreeNode
 
function - Variable in class org.jruby.ext.ffi.jffi.DefaultMethod
 
Function - Class in org.jruby.ext.ffi.jffi
 
function - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
function - Variable in class org.jruby.ext.ffi.jffi.NativeInvoker
 
function(int, int) - Method in class org.jruby.truffle.nodes.core.MathNodes.LdexpNode
 
function(int, long) - Method in class org.jruby.truffle.nodes.core.MathNodes.LdexpNode
 
function(int, double) - Method in class org.jruby.truffle.nodes.core.MathNodes.LdexpNode
 
function(long, int) - Method in class org.jruby.truffle.nodes.core.MathNodes.LdexpNode
 
function(long, long) - Method in class org.jruby.truffle.nodes.core.MathNodes.LdexpNode
 
function(long, double) - Method in class org.jruby.truffle.nodes.core.MathNodes.LdexpNode
 
function(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.MathNodes.LdexpNode
 
function(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.MathNodes.LdexpNode
 
function(RubyBignum, double) - Method in class org.jruby.truffle.nodes.core.MathNodes.LdexpNode
 
function(double, int) - Method in class org.jruby.truffle.nodes.core.MathNodes.LdexpNode
 
function(double, long) - Method in class org.jruby.truffle.nodes.core.MathNodes.LdexpNode
 
function(double, double) - Method in class org.jruby.truffle.nodes.core.MathNodes.LdexpNode
 
function(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.MathNodes.LdexpNode
 
function(int, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.MathNodes.LogNode
 
function(long, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.MathNodes.LogNode
 
function(RubyBignum, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.MathNodes.LogNode
 
function(double, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.MathNodes.LogNode
 
function(VirtualFrame, Object, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.MathNodes.LogNode
 
function(int, int) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(int, long) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(int, double) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(long, int) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(long, long) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(long, double) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(RubyBignum, double) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(double, int) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(double, long) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(double, RubyBignum) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(double, double) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
function(int) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleMonadicMathNode
 
function(long) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleMonadicMathNode
 
function(RubyBignum) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleMonadicMathNode
 
function(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleMonadicMathNode
 
function(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.core.MathNodes.SimpleMonadicMathNode
 
Function0<R> - Interface in org.jruby.util.func
 
Function1<R,A0> - Interface in org.jruby.util.func
 
Function2<R,A0,A1> - Interface in org.jruby.util.func
 
Function3<R,A0,A1,A2> - Interface in org.jruby.util.func
 
functionAddress - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
FunctionalCachingCallSite - Class in org.jruby.runtime.callsite
 
FunctionalCachingCallSite(String) - Constructor for class org.jruby.runtime.callsite.FunctionalCachingCallSite
 
functionClass - Variable in class org.jruby.ext.ffi.FFI
 
FunctionN<R,AN> - Interface in org.jruby.util.func
 
fwrite(ByteList) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
fwrite(ByteList) - Method in class org.jruby.util.io.CRLFStreamWrapper
 
fwrite(ThreadContext, IRubyObject, boolean) - Method in class org.jruby.util.io.OpenFile
 
fwrite(ByteList) - Method in interface org.jruby.util.io.Stream
 

G

gamma(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
Based on Gergő Nemes's Gamma Function approximation formula, we compute approximate value of Gamma function of x.
garbage_collect(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyGC
 
garbage_collect(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyObjectSpace
 
gatherCallerBacktrace() - Method in class org.jruby.runtime.ThreadContext
 
gc(IRubyObject) - Static method in class org.jruby.ext.jruby.JRubyUtilLibrary
 
gcCount() - Method in class org.jruby.truffle.nodes.core.TrufflePrimitiveNodes.GCCountNode
 
gcd(ThreadContext, IRubyObject) - Method in class org.jruby.RubyInteger
rb_gcd
gcdlcm(ThreadContext, IRubyObject) - Method in class org.jruby.RubyInteger
rb_gcdlcm
gcTime() - Method in class org.jruby.truffle.nodes.core.TrufflePrimitiveNodes.GCTimeNode
 
GeCallSite - Class in org.jruby.runtime.callsite
 
GeCallSite() - Constructor for class org.jruby.runtime.callsite.GeCallSite
 
geHeadLongFixnum(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayDropTailNode
 
gen - Variable in class org.jruby.util.StringSupport.TR
 
GeneralDivModNode - Class in org.jruby.truffle.nodes.core
 
GeneralDivModNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.GeneralDivModNode
 
GeneralSuperCallNode - Class in org.jruby.truffle.nodes.supercall
Represents a super call - that is a call with self as the receiver, but the superclass of self used for lookup.
GeneralSuperCallNode(RubyContext, SourceSection, RubyNode, RubyNode[], boolean) - Constructor for class org.jruby.truffle.nodes.supercall.GeneralSuperCallNode
 
GeneralSuperReCallNode - Class in org.jruby.truffle.nodes.supercall
 
GeneralSuperReCallNode(RubyContext, SourceSection, boolean) - Constructor for class org.jruby.truffle.nodes.supercall.GeneralSuperReCallNode
 
GeneralYieldDispatchNode - Class in org.jruby.truffle.nodes.yield
 
GeneralYieldDispatchNode(RubyContext) - Constructor for class org.jruby.truffle.nodes.yield.GeneralYieldDispatchNode
 
generate() - Method in class org.jruby.compiler.JITCompiler.JITClassGenerator
 
generate(AsmClassBuilder, String, JITSignature) - Method in interface org.jruby.ext.ffi.jffi.JITMethodGenerator
 
generate(JRubyCallSite, RubyClass, DynamicMethod, String) - Method in class org.jruby.runtime.invokedynamic.InvocationLinker.AttrReaderGenerator
 
generate(JRubyCallSite, RubyClass, DynamicMethod, String) - Method in class org.jruby.runtime.invokedynamic.InvocationLinker.AttrWriterGenerator
 
generate(JRubyCallSite, RubyClass, DynamicMethod, String) - Method in class org.jruby.runtime.invokedynamic.InvocationLinker.CoreCallGenerator
 
generate(JRubyCallSite, RubyClass, DynamicMethod, String) - Method in class org.jruby.runtime.invokedynamic.InvocationLinker.FFIGenerator
 
generate(JRubyCallSite, RubyClass, DynamicMethod, String) - Method in interface org.jruby.runtime.invokedynamic.InvocationLinker.HandleGenerator
 
generate(JRubyCallSite, RubyClass, DynamicMethod, String) - Method in class org.jruby.runtime.invokedynamic.InvocationLinker.HandleMethodGenerator
 
generate(JRubyCallSite, RubyClass, DynamicMethod, String) - Method in class org.jruby.runtime.invokedynamic.InvocationLinker.JavaCallGenerator
 
generateMethodAddCalls(ExecutableElement, JRubyMethod) - Method in class org.jruby.anno.AnnotationBinder
 
generateMRIBacktrace(Ruby, RubyStackTraceElement[]) - Static method in class org.jruby.runtime.backtrace.TraceType
 
generateRealClass(RubyClass) - Static method in class org.jruby.javasupport.Java
 
generateWorkList() - Method in class org.jruby.ir.dataflow.DataFlowProblem
Generate an ordered list of flow graph nodes in a forward or backward order depending on direction.
generation - Variable in class org.jruby.RubyModule
 
generation - Variable in class org.jruby.runtime.opto.ConstantCache
 
GenerationAndSwitchPointInvalidator - Class in org.jruby.runtime.opto
 
GenerationAndSwitchPointInvalidator(RubyModule) - Constructor for class org.jruby.runtime.opto.GenerationAndSwitchPointInvalidator
 
GenerationInvalidator - Class in org.jruby.runtime.opto
 
GenerationInvalidator(RubyModule) - Constructor for class org.jruby.runtime.opto.GenerationInvalidator
 
generationObject - Variable in class org.jruby.RubyModule
 
generic_exception_types() - Method in class org.jruby.javasupport.JavaCallable
 
generic_interfaces() - Method in class org.jruby.javasupport.JavaClass
 
generic_parameter_types() - Method in class org.jruby.javasupport.JavaCallable
 
generic_superclass() - Method in class org.jruby.javasupport.JavaClass
 
GenericMap - Class in org.jruby.util
A GenericMap is simply an abstract java.util.Map implementation for which subclasses really only need to implement the method entryIterator.
GenericMap() - Constructor for class org.jruby.util.GenericMap
 
genericRaise(Ruby, IRubyObject[], RubyThread) - Method in class org.jruby.RubyThread
 
genrandInt32() - Method in class org.jruby.util.Random
 
genrandReal() - Method in class org.jruby.util.Random
 
genrandReal2() - Method in class org.jruby.util.Random
 
get(int) - Method in class org.jruby.ast.ListNode
 
get(Object) - Method in class org.jruby.embed.internal.BiVariableMap
Returns the value in simple Java object to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object, Object) - Method in class org.jruby.embed.internal.BiVariableMap
Returns the value in simple Java object to which the specified receiver and key is mapped, or null if this map contains no mapping for the key in a given receiver.
get(String) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
get(String) - Method in class org.jruby.embed.jsr223.JRubyScriptEngineManager
 
get(String) - Method in class org.jruby.embed.ScriptingContainer
Returns a value of the specified key in a top level of runtime or null if this map doesn't have a mapping for the key.
get(Object, String) - Method in class org.jruby.embed.ScriptingContainer
Returns a value of a specified key in a specified receiver or null if a variable map doesn't have a mapping for the key in a given receiver.
get(long, byte[], int, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
get(long, short[], int, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
get(long, int[], int, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
get(long, long[], int, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
get(long, float[], int, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
get(long, double[], int, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
get(long, byte[], int, int) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
get(long, short[], int, int) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
get(long, int[], int, int) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
get(long, long[], int, int) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
get(long, float[], int, int) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
get(long, double[], int, int) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
get(long, byte[], int, int) - Method in class org.jruby.ext.ffi.MemoryIO
Reads an array of bytes from the memory area at the specified offset.
get(long, short[], int, int) - Method in class org.jruby.ext.ffi.MemoryIO
Reads an array of shorts from the memory area at the specified offset.
get(long, int[], int, int) - Method in class org.jruby.ext.ffi.MemoryIO
Reads an array of ints from the memory area at the specified offset.
get(long, long[], int, int) - Method in class org.jruby.ext.ffi.MemoryIO
Reads an array of longs from the memory area at the specified offset.
get(long, float[], int, int) - Method in class org.jruby.ext.ffi.MemoryIO
Reads an array of floats from the memory area at the specified offset.
get(long, double[], int, int) - Method in class org.jruby.ext.ffi.MemoryIO
Reads an array of doubles from the memory area at the specified offset.
get(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.StructLayout.ArrayProxy
 
get(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout.ArrayProxy
 
get(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.StructLayout
Gets the value of the struct member corresponding to name.
get(ThreadContext, StructLayout.Storage, AbstractMemory) - Method in class org.jruby.ext.ffi.StructLayout.Member
Reads a ruby value from the struct member.
get(long, byte[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
get(long, short[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
get(long, int[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
get(long, long[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
get(long, float[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
get(long, double[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
get(String) - Method in class org.jruby.internal.runtime.GlobalVariables
 
get(int) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
get(int) - Method in class org.jruby.ir.operands.Array
 
get(Object) - Method in class org.jruby.java.util.SystemPropertiesMap
 
get(Ruby, Class<?>) - Static method in class org.jruby.javasupport.JavaClass
 
get(Ruby, Object, int) - Method in class org.jruby.javasupport.JavaUtil.JavaConverter
 
get(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.proxy.JavaProxyClass
 
get(Object) - Method in class org.jruby.javasupport.util.ObjectProxyCache
 
get(int) - Method in class org.jruby.RubyArray
 
get() - Method in class org.jruby.RubyGlobal.KCodeGlobalVariable
 
get(Object) - Method in class org.jruby.RubyHash
 
get(int) - Method in class org.jruby.RubyStruct
 
get() - Method in class org.jruby.runtime.GlobalVariable.Copy
 
get() - Method in class org.jruby.runtime.GlobalVariable
 
get(Object) - Method in class org.jruby.runtime.ivars.VariableAccessor
Retrieve the variable's value from the given object.
get(Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar0
Retrieve the variable's value from the given object.
get(Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar1
Retrieve the variable's value from the given object.
get(Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar2
Retrieve the variable's value from the given object.
get(Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar3
Retrieve the variable's value from the given object.
get(Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar4
Retrieve the variable's value from the given object.
get(Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar5
Retrieve the variable's value from the given object.
get(Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar6
Retrieve the variable's value from the given object.
get(Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar7
Retrieve the variable's value from the given object.
get(Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar8
Retrieve the variable's value from the given object.
get(Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar9
Retrieve the variable's value from the given object.
get(ThreadLocal<?>) - Method in class org.jruby.truffle.nodes.globals.GetFromThreadLocalNode
 
get(Object) - Method in class org.jruby.truffle.nodes.globals.GetFromThreadLocalNode
 
get(RubyContext, Object) - Static method in class org.jruby.truffle.nodes.globals.GetFromThreadLocalNode
 
get(Class) - Method in class org.jruby.util.collections.ClassValue
 
get(int) - Method in class org.jruby.util.collections.IntHashMap
 
get(Class) - Method in class org.jruby.util.collections.Java7ClassValue
 
get(Class) - Method in class org.jruby.util.collections.MapBasedClassValue
 
get(Key) - Method in class org.jruby.util.collections.WeakValuedMap
 
get() - Method in class org.jruby.util.io.SelectorPool
Get a selector from the pool (or create a new one).
get(SelectorProvider) - Method in class org.jruby.util.io.SelectorPool
Get a selector from the pool (or create a new one).
get() - Method in class org.jruby.util.Memo
 
get(Object) - Method in class org.jruby.util.WeakIdentityHashMap
return the element with the given key
get_array_of_float(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of signed 32 bit floating point values from the memory address.
get_array_of_float64(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of signed 64 bit floating point values from the memory address.
get_array_of_int16(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of signed 16 bit integer values from the memory address.
get_array_of_int32(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of signed 32 bit integer values from the memory address.
get_array_of_int64(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of signed 64 bit integer values from the memory address.
get_array_of_int8(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of signed 8 bit integer values from the memory address.
get_array_of_long(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of signed long integer values from the memory address.
get_array_of_pointer(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
get_array_of_string(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
get_array_of_string(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
get_array_of_uint16(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of unsigned 16 bit integer values from the memory address.
get_array_of_uint32(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of unsigned 32 bit integer values from the memory address.
get_array_of_uint64(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of unsigned 64 bit integer values from the memory address.
get_array_of_uint8(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of unsigned 8 bit integer values from the memory address.
get_array_of_ulong(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of unsigned long integer values from the memory address.
get_byte(ThreadContext) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
get_bytes(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
get_float32(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 32 bit floating point value from the memory address.
get_float32(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 32 bit floating point value from the memory address.
get_float64(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 64 bit floating point value from the memory address.
get_float64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 64 bit floating point value from the memory address.
get_int16(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 16 bit signed integer value from the memory address.
get_int16(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 16 bit signed integer value from the memory address.
get_int32(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 32 bit signed integer value from the memory address.
get_int32(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 32 bit signed integer value from the memory address.
get_int64(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 64 bit integer value from the memory address.
get_int64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 64 bit integer value from the memory address.
get_int8(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an 8 bit signed integer value from the memory address.
get_int8(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an 8 bit signed integer value from the memory address.
get_interface_module(Ruby, IRubyObject) - Static method in class org.jruby.javasupport.Java
 
get_interface_module(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaUtilities
 
get_java_class(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java
 
get_java_class(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaUtilities
 
get_long(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a C long integer value from the memory area.
get_long(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a C long integer value from the memory area.
get_package() - Method in class org.jruby.javasupport.JavaClass
 
get_package_module(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java
 
get_package_module(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaUtilities
 
get_package_module_dot_format(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java
 
get_package_module_dot_format(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaUtilities
 
get_path(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyFile
 
get_pointer(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
 
get_pointer(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
get_proxy_class(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java
 
get_proxy_class(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaUtilities
 
get_proxy_or_package_under_package(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java
 
get_proxy_or_package_under_package(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaUtilities
 
get_string(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
 
get_string(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
get_string(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
get_top_level_proxy_or_package(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java
 
get_top_level_proxy_or_package(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaUtilities
 
get_uint16(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 16 bit unsigned integer value from the memory address.
get_uint16(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 16 bit unsigned integer value from the memory address.
get_uint32(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 32 bit unsigned integer value from the memory address.
get_uint32(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 32 bit unsigned integer value from the memory address.
get_uint64(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 64 bit unsigned integer value from the memory address.
get_uint64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 64 bit unsigned integer value from the memory address.
get_uint8(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an 8 bit unsigned integer value from the memory address.
get_uint8(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an 8 bit unsigned integer value from the memory address.
get_ulong(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a C unsigned long integer value from the memory area.
get_ulong(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a C unsigned long integer value from the memory area.
get_with_class(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.proxy.JavaProxyClass
 
getAbandonCount() - Method in class org.jruby.compiler.JITCompiler
 
getAbandonCount() - Method in interface org.jruby.compiler.JITCompilerMBean
 
getAbsoluteFile() - Method in class org.jruby.util.JRubyFile
 
getAbsoluteFile() - Method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
getAbsoluteFile() - Method in class org.jruby.util.NormalizedFile
 
getAbsolutePath() - Method in class org.jruby.runtime.load.LoadServiceResource
 
getAbsolutePath() - Method in class org.jruby.util.JRubyFile
 
getAbsolutePath() - Method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
getAbsolutePath() - Method in class org.jruby.util.NormalizedFile
 
getAccessibleObjects() - Method in class org.jruby.java.invokers.RubyToJavaInvoker
 
getAccessor() - Method in class org.jruby.internal.runtime.GlobalVariable
 
getAccessor(IRubyObject) - Method in class org.jruby.ir.instructions.GetFieldInstr
 
getActivations() - Method in class org.jruby.truffle.runtime.backtrace.Backtrace
 
getActiveCatch(Object) - Method in class org.jruby.runtime.ThreadContext
Find the active Continuation for the given tag.
getActiveRubyThreads() - Method in class org.jruby.internal.runtime.ThreadService
 
getActualMethod() - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
getActualModule() - Method in class org.jruby.truffle.runtime.core.RubyModule
 
getActualModule() - Method in interface org.jruby.truffle.runtime.ModuleChain
 
getAddCount() - Method in interface org.jruby.management.MethodCacheMBean
 
getAddress(byte[], int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
 
getAddress(long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
getAddress(long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
getAddress(long) - Method in class org.jruby.ext.ffi.MemoryIO
Reads a pointer value at the specified offset within the memory area.
getAddress() - Method in class org.jruby.ext.ffi.Pointer
Gets the native memory address of this pointer.
getAddress(long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
getaddress(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.RubyIPSocket
 
getaddress(IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.RubyIPSocket
Deprecated.
getaddress(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.socket.SocketUtils
 
getAddress() - Method in class org.jruby.ext.socket.SubnetUtils.SubnetInfo
 
getAddressCount() - Method in class org.jruby.ext.socket.SubnetUtils.SubnetInfo
Get the count of available addresses.
getaddrinfo(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.socket.Addrinfo
 
getaddrinfo(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.socket.RubySocket
 
getaddrinfo(ThreadContext, IRubyObject[]) - Static method in class org.jruby.ext.socket.SocketUtils
Ruby definition would look like: def self.getaddrinfo(host, port, family = nil, socktype = nil, protocol = nil, flags = nil)
getaddrinfoList(ThreadContext, IRubyObject[]) - Static method in class org.jruby.ext.socket.SocketUtils
 
getAdoptedByLexicalParent(RubyModule, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
getAliases() - Method in class org.jruby.runtime.encoding.EncodingService
 
getAllAddresses() - Method in class org.jruby.ext.socket.SubnetUtils.SubnetInfo
 
getAllAnnotatedMethods() - Method in class org.jruby.RubyModule.MethodClumper
 
getAllClassVariables(RubyModule) - Static method in class org.jruby.truffle.runtime.ModuleOperations
 
getAllConstants(RubyModule) - Static method in class org.jruby.truffle.runtime.ModuleOperations
 
getAllMethods(RubyModule) - Static method in class org.jruby.truffle.runtime.ModuleOperations
 
getAllNamesInScope() - Method in class org.jruby.parser.StaticScope
Get all visible variables that we can see from this scope that have been assigned (e.g.
getAllNamesInScope() - Method in class org.jruby.runtime.DynamicScope
Get all variable names captured (visible) by this scope (sans $~ and $_).
getAllocationSite() - Method in class org.jruby.truffle.runtime.core.RubyArray
 
getAllocator() - Method in class org.jruby.RubyClass
 
getAllocator() - Method in class org.jruby.truffle.runtime.core.RubyClass
 
getAllowUppercasePackageNames() - Method in class org.jruby.RubyInstanceConfig
get whether uppercase package names will be honored
getAllVars() - Method in class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
 
getAncestorList() - Method in class org.jruby.RubyModule
 
getAnnotatedBindingClassName(Name, CharSequence, boolean, int, int, boolean, boolean) - Static method in class org.jruby.util.CodegenUtils
 
getAnnotatedBindingClassName(String, CharSequence, boolean, int, int, boolean, boolean) - Static method in class org.jruby.util.CodegenUtils
 
getAnnotatedMethod(RubyModule, List<JavaMethodDescriptor>) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
Use code generation to provide a method handle based on an annotated Java method.
getAnnotatedMethod(RubyModule, JavaMethodDescriptor) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
Use code generation to provide a method handle based on an annotated Java method.
getAnnotatedMethod(RubyModule, List<JavaMethodDescriptor>) - Method in class org.jruby.internal.runtime.methods.InvokeDynamicMethodFactory
 
getAnnotatedMethod(RubyModule, JavaMethodDescriptor) - Method in class org.jruby.internal.runtime.methods.InvokeDynamicMethodFactory
Use code generation to provide a method handle based on an annotated Java method.
getAnnotatedMethod(RubyModule, JavaMethodDescriptor) - Method in class org.jruby.internal.runtime.methods.ReflectionMethodFactory
Use reflection to provide a method handle based on an annotated Java method.
getAnnotatedMethod(RubyModule, List<JavaMethodDescriptor>) - Method in class org.jruby.internal.runtime.methods.ReflectionMethodFactory
Use reflection to provide a method handle based on an annotated Java method.
getAnnotatedMethod(RubyModule, List<JavaMethodDescriptor>) - Method in class org.jruby.runtime.MethodFactory
Based on a list of annotated Java methods, generate a method handle using the annotation and the target signatures.
getAnnotatedMethod(RubyModule, JavaMethodDescriptor) - Method in class org.jruby.runtime.MethodFactory
Based on an annotated Java method object, generate a method handle using the annotation and the target signature.
getAnnotatedMethodClass(List<JavaMethodDescriptor>) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
Use code generation to provide a method handle based on an annotated Java method.
getAnnotatedMethods() - Method in class org.jruby.RubyModule.MethodClumper
 
getAnnotation() - Method in class org.jruby.truffle.nodes.rubinius.RubiniusPrimitiveConstructor
 
getAppendedArg() - Method in class org.jruby.ir.instructions.BuildCompoundArrayInstr
 
getAppendingArg() - Method in class org.jruby.ir.instructions.BuildCompoundArrayInstr
 
getArchDir(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getArchitecture() - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getArg() - Method in class org.jruby.ir.instructions.defined.RestoreErrorInfoInstr
 
getArg() - Method in class org.jruby.ir.instructions.Match2Instr
 
getArg() - Method in class org.jruby.ir.instructions.Match3Instr
 
getArg(int) - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
getArg(int, boolean) - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
getArg1() - Method in class org.jruby.ir.instructions.boxing.AluInstr
 
getArg1() - Method in class org.jruby.ir.instructions.CallBase
This getter is potentially unsafe if you do not know you have >=1 arguments to the call.
getArg1() - Method in class org.jruby.ir.instructions.EQQInstr
 
getArg1() - Method in class org.jruby.ir.instructions.OneOperandBranchInstr
 
getArg1() - Method in class org.jruby.ir.instructions.RescueEQQInstr
 
getArg1() - Method in class org.jruby.ir.instructions.TwoOperandBranchInstr
 
getArg2() - Method in class org.jruby.ir.instructions.boxing.AluInstr
 
getArg2() - Method in class org.jruby.ir.instructions.EQQInstr
 
getArg2() - Method in class org.jruby.ir.instructions.RescueEQQInstr
 
getArg2() - Method in class org.jruby.ir.instructions.TwoOperandBranchInstr
 
getArgDesc() - Method in class org.jruby.ir.IRMethod
 
getArgIndex() - Method in class org.jruby.ir.instructions.ReceiveArgBase
 
getArgs() - Method in class org.jruby.ast.LambdaNode
 
getArgs() - Method in class org.jruby.ir.instructions.RuntimeHelperCall
 
getArgs() - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
getArgsArray() - Method in class org.jruby.ir.instructions.CheckArgsArrayArityInstr
 
getArgsCount() - Method in class org.jruby.ir.instructions.CallBase
 
getArgsCount() - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
getArgsFile() - Method in class org.jruby.Ruby
 
getArgsNode() - Method in class org.jruby.ast.AttrAssignNode
Gets the argsNode.
getArgsNode() - Method in class org.jruby.ast.BlockPassNode
Gets the argsNode.
getArgsNode() - Method in class org.jruby.ast.CallNode
Gets the argsNode representing the method's arguments' value for this call.
getArgsNode() - Method in class org.jruby.ast.FCallNode
Gets the argsNode.
getArgsNode() - Method in interface org.jruby.ast.IArgumentNode
 
getArgsNode() - Method in class org.jruby.ast.MethodDefNode
Gets the argsNode.
getArgsNode() - Method in class org.jruby.ast.MultipleAsgnNode
Gets the argsNode.
getArgsNode() - Method in class org.jruby.ast.OpElementAsgnNode
Gets the argsNode.
getArgsNode() - Method in class org.jruby.ast.SuperNode
Gets the argsNode.
getArgsNode() - Method in class org.jruby.ast.YieldNode
Gets the argsNode.
getArgsNode() - Method in interface org.jruby.internal.runtime.methods.MethodArgs
 
getArgsNode() - Method in class org.jruby.internal.runtime.methods.MethodNodes
 
getArgumentError() - Method in class org.jruby.Ruby
 
getArgumentErrorClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getArguments() - Method in class org.jruby.truffle.translator.BodyTranslator.ArgumentsAndBlockTranslation
 
getArgumentType() - Method in class org.jruby.ast.ForNode
 
getArgumentType() - Method in class org.jruby.ast.IterNode
 
getArgumentType() - Method in class org.jruby.ir.IRClosure
 
getArgumentType() - Method in class org.jruby.runtime.BlockBody
 
getArgumentTypeWackyHack(IterNode) - Static method in class org.jruby.runtime.BlockBody
This is only for 'for' iters since 1.9+ blocks are only ever ArgsNode instances for their vars.
getArgv() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns an arguments' list.
getArgv() - Method in class org.jruby.embed.ScriptingContainer
Returns a list of argument.
getArgv() - Method in class org.jruby.management.Config
 
getArgv() - Method in interface org.jruby.management.ConfigMBean
 
getArgv() - Method in class org.jruby.RubyInstanceConfig
 
getArgv() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getArgValues() - Method in class org.jruby.runtime.DynamicScope
Copy variable values back for ZSuper call.
getArgValues(ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
getArgValues() - Method in class org.jruby.runtime.scope.FourVarDynamicScope
 
getArgValues() - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
Copy variable values back for ZSuper call.
getArgValues() - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
getArgValues() - Method in class org.jruby.runtime.scope.OneVarDynamicScope
 
getArgValues() - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
Copy variable values back for ZSuper call.
getArgValues() - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
 
getArgValues() - Method in class org.jruby.runtime.scope.TwoVarDynamicScope
 
getArgVariable(IRScope, String, int) - Method in class org.jruby.ir.IRBuilder
 
getArity() - Method in class org.jruby.ast.ArgsNode
 
getArity() - Method in class org.jruby.ast.AssignableNode
Almost all assignables are only assigned a single value.
getArity() - Method in class org.jruby.ast.InstVarNode
A variable accessor takes no arguments.
getArity() - Method in class org.jruby.ast.MultipleAsgn19Node
 
getArity() - Method in class org.jruby.ast.MultipleAsgnNode
Number of arguments is dependent on headNodes size
getArity() - Method in interface org.jruby.ast.types.IArityNode
 
getArity() - Method in class org.jruby.ast.ZSuperNode
'super' can take any number of arguments.
getArity() - Method in class org.jruby.ext.ffi.AbstractInvoker
Returns the Arity of this function.
getArity() - Method in class org.jruby.ext.ffi.CallbackInfo
Returns the Arity of this function.
getArity() - Method in class org.jruby.ext.ffi.jffi.DefaultMethod
 
getArity() - Method in class org.jruby.ext.ffi.jffi.NativeInvoker
 
getArity() - Method in class org.jruby.ext.ffi.jffi.VariadicInvoker
Returns the Arity of this function.
getArity() - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
getArity() - Method in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
getArity() - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
getArity() - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
getArity() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Retrieve the arity of this method, used for reporting arity to Ruby code.
getArity() - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
getArity() - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
getArity() - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOne
 
getArity() - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneBlock
 
getArity() - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThree
 
getArity() - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwo
 
getArity() - Method in class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZero
 
getArity() - Method in class org.jruby.internal.runtime.methods.ProcMethod
 
getArity() - Method in class org.jruby.ir.IRClosure
 
getArity() - Method in class org.jruby.javasupport.JavaCallable
 
getArity() - Method in class org.jruby.javasupport.JavaConstructor
 
getArity() - Method in class org.jruby.javasupport.JavaMethod
 
getArity() - Method in class org.jruby.parser.StaticScope
 
getArity() - Method in interface org.jruby.runtime.callback.Callback
Deprecated.
 
getArityValue(JRubyMethod, int) - Static method in class org.jruby.anno.AnnotationHelper
 
getArray() - Method in class org.jruby.ir.instructions.BuildSplatInstr
 
getArray() - Method in class org.jruby.ir.instructions.MultipleAsgnBase
 
getArray() - Method in class org.jruby.ir.instructions.ToAryInstr
 
getArray() - Method in class org.jruby.ir.operands.Splat
 
getArray() - Method in class org.jruby.ir.operands.SValue
 
getArray() - Method in class org.jruby.Ruby
 
getArrayClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getArrayConverter(Class) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
getArrayJavaProxyCreatorClass() - Method in class org.jruby.javasupport.JavaSupport
 
getArrayMaxBlock() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getArrayMinBlock() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getArrayOfFloat32(Ruby, MemoryIO, long, int) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
getArrayOfFloat64(Ruby, MemoryIO, long, int) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
getArrayOfSigned16(Ruby, MemoryIO, long, int) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
getArrayOfSigned32(Ruby, MemoryIO, long, int) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
getArrayOfSigned64(Ruby, MemoryIO, long, int) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
getArrayOfSigned8(Ruby, MemoryIO, long, int) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
getArrayOfUnsigned16(Ruby, MemoryIO, long, int) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
getArrayOfUnsigned32(Ruby, MemoryIO, long, int) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
getArrayOfUnsigned64(Ruby, MemoryIO, long, int) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
getArrayOfUnsigned8(Ruby, MemoryIO, long, int) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
getArrayProxyClass() - Method in class org.jruby.javasupport.JavaSupport
 
getAsBlock() - Method in class org.jruby.truffle.translator.BehaveAsBlockNode
 
getAscii(Encoding, byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
getAscii(Encoding, byte[], int, int, int) - Static method in class org.jruby.util.StringSupport
 
getAscii8bitEncoding() - Method in class org.jruby.runtime.encoding.EncodingService
 
getAsProc() - Method in class org.jruby.truffle.translator.BehaveAsProcNode
 
getAssignable() - Method in class org.jruby.ast.KeywordArgNode
 
getAST() - Method in class org.jruby.parser.RubyParserResult
 
getAtExitManager() - Method in class org.jruby.truffle.runtime.RubyContext
 
getAttached() - Method in class org.jruby.MetaClass
 
getAttribute(Object) - Method in class org.jruby.embed.ScriptingContainer
Returns an attribute value associated with the specified key in a attribute map.
getAttributeMap() - Method in class org.jruby.embed.internal.ConcurrentLocalContextProvider
 
getAttributeMap() - Method in class org.jruby.embed.internal.LocalContext
 
getAttributeMap() - Method in interface org.jruby.embed.internal.LocalContextProvider
Returns an attribute map of a specified scope.
getAttributeMap() - Method in class org.jruby.embed.internal.SingleThreadLocalContextProvider
 
getAttributeMap() - Method in class org.jruby.embed.internal.SingletonLocalContextProvider
 
getAttributeMap() - Method in class org.jruby.embed.internal.ThreadSafeLocalContextProvider
 
getAttributeMap() - Method in class org.jruby.embed.ScriptingContainer
Returns a attribute map in one of LocalContextScope.
getAutoloadConstant(String) - Method in class org.jruby.IncludedModuleWrapper
 
getAutoloadConstant(String) - Method in class org.jruby.RubyModule
Get autoload constant.
getAutoloadFile(String) - Method in class org.jruby.RubyModule
 
getAverageCodeSize() - Method in class org.jruby.compiler.JITCompiler
 
getAverageCodeSize() - Method in interface org.jruby.compiler.JITCompilerMBean
 
getAverageCompileTime() - Method in class org.jruby.compiler.JITCompiler
 
getAverageCompileTime() - Method in interface org.jruby.compiler.JITCompilerMBean
 
getBackRef(IRubyObject) - Method in class org.jruby.runtime.Frame
 
getBackref(Ruby, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
getBackRef() - Method in class org.jruby.runtime.ThreadContext
Get the value of the $~ (backref) "global".
getBacktrace() - Method in class org.jruby.RubyException
 
getBacktrace(Ruby) - Method in class org.jruby.runtime.backtrace.BacktraceData
 
getBacktrace(ThreadContext, boolean) - Method in class org.jruby.runtime.backtrace.TraceType
Get a normal Ruby backtrace, using the current Gather type.
getBacktrace() - Method in class org.jruby.runtime.Binding
Deprecated.
getBacktrace() - Method in class org.jruby.truffle.runtime.core.RubyException
 
getBacktrace(Node) - Static method in class org.jruby.truffle.runtime.RubyCallStack
 
getBacktraceColor() - Method in class org.jruby.RubyInstanceConfig
True if colorized backtraces are enabled.
getBacktraceCount() - Method in class org.jruby.management.Runtime
 
getBacktraceCount() - Method in interface org.jruby.management.RuntimeMBean
 
getBacktraceCount() - Method in class org.jruby.Ruby
Get the current backtrace count.
getBacktraceData() - Method in class org.jruby.RubyException
 
getBacktraceData(ThreadContext, boolean) - Method in enum org.jruby.runtime.backtrace.TraceType.Gather
Gather backtrace data for a normal Ruby trace.
getBacktraceData(ThreadContext, StackTraceElement[], boolean) - Method in enum org.jruby.runtime.backtrace.TraceType.Gather
 
getBacktraceElements() - Method in class org.jruby.RubyException
 
getBacktraceMask() - Method in class org.jruby.RubyInstanceConfig
Whether to mask .java lines in the Ruby backtrace, as MRI does for C calls.
getBaseCallSite(int) - Method in class org.jruby.RubyClass
 
getBaseCallSites() - Method in class org.jruby.RubyClass
 
getBaseDir() - Static method in class org.jruby.embed.util.SystemPropertyCatcher
Returns a possible base directory.
getBaseName() - Method in class org.jruby.RubyModule
Get the base name of this class, or null if it is an anonymous class.
getBasicBlocks() - Method in class org.jruby.ir.representations.CFG
 
getBasicObject() - Method in class org.jruby.Ruby
 
getBasicObjectClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getBasicUsageHelp() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
getBasicUsageHelp() - Static method in class org.jruby.util.cli.OutputStrings
 
getBB() - Method in class org.jruby.ir.dataflow.FlowGraphNode
 
getBBForLabel(Label) - Method in class org.jruby.ir.representations.CFG
 
getBeanManager() - Method in class org.jruby.Ruby
 
getBegin() - Method in class org.jruby.ir.instructions.BuildRangeInstr
 
getBegin() - Method in class org.jruby.truffle.runtime.core.RubyRange.IntegerFixnumRange
 
getBegin() - Method in class org.jruby.truffle.runtime.core.RubyRange.LongFixnumRange
 
getBegin() - Method in class org.jruby.truffle.runtime.core.RubyRange.ObjectRange
 
getBeginBlocks() - Method in class org.jruby.ir.interpreter.BeginEndInterpreterContext
 
getBeginBlocks() - Method in class org.jruby.ir.IREvalScript
 
getBeginBlocks() - Method in class org.jruby.ir.IRScope
 
getBeginBlocks() - Method in class org.jruby.ir.IRScriptBody
 
getBeginNode() - Method in class org.jruby.ast.DotNode
Gets the beginNode.
getBeginNode() - Method in class org.jruby.ast.FlipNode
Gets the beginNode.
getBeginNodes() - Method in class org.jruby.parser.RubyParserResult
 
getBehavior(LocalVariableBehavior) - Static method in class org.jruby.embed.util.SystemPropertyCatcher
Gets a local variable behavior from System property.
getBigDecimalValue() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
getBigInteger(int, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBigInteger(int, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
getBigInteger0(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBigInteger1(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBigInteger2(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBigInteger3(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBigInteger4(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBigInteger5(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBigInteger6(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBigInteger7(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBigInteger8(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBigInteger9(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBigIntegerBootstrap(MethodHandles.Lookup, String, MethodType, String) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getBigIntegerHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getBigIntegerValue() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
getBigIntegerValue() - Method in class org.jruby.RubyBignum
 
getBigIntegerValue() - Method in class org.jruby.RubyFixnum
 
getBigIntegerValue() - Method in class org.jruby.RubyFloat
 
getBigIntegerValue() - Method in class org.jruby.RubyNumeric
 
getBignum() - Method in class org.jruby.Ruby
 
getBignumClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getBinding() - Method in class org.jruby.Ruby
 
getBinding() - Method in class org.jruby.RubyBinding
 
getBinding() - Method in class org.jruby.runtime.Block
 
getBindingClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getBindings(int) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
getBindings() - Method in class org.jruby.embed.jsr223.JRubyScriptEngineManager
 
getBirthtimeWithNIO(String) - Static method in class org.jruby.RubyFile
 
getBlock() - Method in class org.jruby.ast.ArgsNode
Gets the explicit block argument of the parameter list (&block).
getBlock(Ruby, ThreadContext, IRubyObject, Block, Node) - Static method in class org.jruby.evaluator.ASTInterpreter
 
getBlock() - Method in class org.jruby.ir.instructions.ProcessModuleBodyInstr
 
getBlock() - Method in class org.jruby.RubyProc
 
getBlock() - Method in class org.jruby.runtime.Frame
Retrieve the block associated with this frame.
getBlock(ThreadContext, IRubyObject, Node) - Static method in class org.jruby.runtime.Helpers
 
getBlock(Ruby, ThreadContext, IRubyObject, Node, Block) - Static method in class org.jruby.runtime.Helpers
 
getBlock(Object[]) - Static method in class org.jruby.truffle.runtime.RubyArguments
 
getBlock() - Method in class org.jruby.truffle.translator.BodyTranslator.ArgumentsAndBlockTranslation
 
getBlockArg() - Method in class org.jruby.ir.instructions.BlockGivenInstr
 
getBlockArg() - Method in class org.jruby.ir.instructions.YieldInstr
 
getBlockArg() - Method in class org.jruby.parser.ArgsTailHolder
 
getBlockArgs() - Method in class org.jruby.ir.IRClosure
 
getBlockArgs() - Method in class org.jruby.ir.IREvalScript
 
getBlockArgVariable(IRScope, String, int) - Method in class org.jruby.ir.IRBuilder
 
getBlockBody(ThreadContext, StaticScope, int, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody(Object, ThreadContext, StaticScope, int, String) - Method in class org.jruby.ast.executable.RuntimeCache
descriptor format is closure_method_name,arity,varname1;varname2;varname3,has_multi_args_head,arg_type,light
getBlockBody() - Method in class org.jruby.ir.IRClosure
 
getBlockBody0(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody1(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody19(ThreadContext, StaticScope, int, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody19(Object, ThreadContext, StaticScope, int, String) - Method in class org.jruby.ast.executable.RuntimeCache
descriptor format is closure_method_name,arity,varname1;varname2;varname3,has_multi_args_head,arg_type,light
getBlockBody190(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody191(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody192(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody193(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody194(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody195(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody196(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody197(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody198(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody199(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody19Bootstrap(MethodHandles.Lookup, String, MethodType, String) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getBlockBody19Handle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getBlockBody2(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody3(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody4(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody5(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody6(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody7(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody8(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBody9(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockBodyBootstrap(MethodHandles.Lookup, String, MethodType, String) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getBlockBodyHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getBlockCallback(int, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockCallback(Object, int, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
getBlockCallback(String, String, int, Object) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
 
getBlockCallback(String, String, int, Object) - Method in class org.jruby.internal.runtime.methods.ReflectionMethodFactory
 
getBlockCallback(String, Object) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
getBlockCallback(String, String, int, Object) - Method in class org.jruby.runtime.MethodFactory
Get a CompiledBlockCallback for the specified block
getBlockCallback0(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockCallback1(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockCallback19(String, String, int, Object) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
 
getBlockCallback19(String, String, int, Object) - Method in class org.jruby.internal.runtime.methods.ReflectionMethodFactory
 
getBlockCallback19(String, Object) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
getBlockCallback19(String, String, int, Object) - Method in class org.jruby.runtime.MethodFactory
Get a CompiledBlockCallback for the specified block
getBlockCallback19Offline(String, String, int, String) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
 
getBlockCallback19Offline(String, String, int, String) - Method in class org.jruby.runtime.MethodFactory
Get a CompiledBlockCallback for the specified block, returning the bytes but not loading the class.
getBlockCallback2(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockCallback3(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockCallback4(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockCallback5(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockCallback6(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockCallback7(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockCallback8(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockCallback9(String) - Method in class org.jruby.ast.executable.AbstractScript
 
getBlockCallbackName(String, String) - Static method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
 
getBlockCallbackOffline(String, String, int, String) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
 
getBlockCallbackOffline(String, String, int, String) - Method in class org.jruby.runtime.MethodFactory
Get a CompiledBlockCallback for the specified block, returning the bytes but not loading the class.
getBlockCapturedInScope() - Method in class org.jruby.truffle.runtime.core.RubyProc
 
getBlockFromBlockPassBody(Ruby, IRubyObject, Block) - Static method in class org.jruby.runtime.Helpers
 
getBlockFromBlockPassBody(IRubyObject, Block) - Static method in class org.jruby.runtime.Helpers
 
getBlockFromObject(ThreadContext, Object) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
getBlocking() - Method in class org.jruby.RubyIO
 
getBlockMethod(String) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
getBody() - Method in class org.jruby.ast.EvStrNode
Gets the evaluatedNode.
getBody() - Method in class org.jruby.ast.LambdaNode
 
getBody() - Method in class org.jruby.runtime.Block
 
getBody() - Method in class org.jruby.truffle.nodes.methods.CatchReturnPlaceholderNode
 
getBody() - Method in class org.jruby.truffle.nodes.RubyRootNode
 
getBodyNode() - Method in class org.jruby.ast.BeginNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.BlockPassNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.ClassNode
Gets the body of this class.
getBodyNode() - Method in class org.jruby.ast.EnsureNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.IterNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.MethodDefNode
Gets the body of this class.
getBodyNode() - Method in class org.jruby.ast.ModuleNode
Gets the body of this class.
getBodyNode() - Method in class org.jruby.ast.RescueBodyNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.RescueNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.RootNode
First real AST node to be interpreted
getBodyNode() - Method in class org.jruby.ast.SClassNode
Gets the body of this class.
getBodyNode() - Method in class org.jruby.ast.UntilNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.WhenNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.ast.WhileNode
Gets the bodyNode.
getBodyNode() - Method in class org.jruby.internal.runtime.methods.MethodNodes
 
getBOM() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
getBOM() - Method in class org.jruby.RubyIO
 
getBOM() - Method in class org.jruby.util.io.IOEncodable.ConvConfig
 
getBOM() - Method in interface org.jruby.util.io.IOEncodable
 
getBoolean(Frame) - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
getBoolean(String) - Static method in class org.jruby.util.SafePropertyAccessor
An extension over Boolean.getBoolean method.
getBoolean(String, boolean) - Static method in class org.jruby.util.SafePropertyAccessor
An extension over Boolean.getBoolean method.
getBooleanVariablesCount() - Method in class org.jruby.ir.IRScope
 
getBootstrapHandle(String, Class, String) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getBootstrapHandle(String, String) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getBoundMethodName(Map<String, Map<String, String>>, String, String) - Static method in class org.jruby.runtime.backtrace.BacktraceData
 
getBoundMethods() - Method in class org.jruby.Ruby
 
getBoxType(Class) - Static method in class org.jruby.util.CodegenUtils
 
getBraceNest() - Method in class org.jruby.lexer.yacc.RubyLexer
 
getBroadcast(Channel) - Method in enum org.jruby.ext.socket.SocketType
 
getBroadcastAddress() - Method in class org.jruby.ext.socket.SubnetUtils.SubnetInfo
 
getBuckets(VirtualFrame, RubyHash, Object) - Method in class org.jruby.truffle.nodes.core.HashNodes.GetIndexNode
 
getBuffer() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
getBuffer() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
getBuffer() - Method in interface org.jruby.util.io.Stream
 
getBundle() - Method in class org.jruby.embed.osgi.internal.JRubyOSGiBundleClassLoader
Returns the Bundle that defined this web-application.
getBundle(String) - Static method in class org.jruby.embed.osgi.utils.OSGiFileLocator
 
getBundleClassLoader(Bundle) - Static method in class org.jruby.embed.osgi.utils.OSGiBundleClassLoaderHelper
Assuming the bundle is started.
getByte(long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
getByte(long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
getByte(long) - Method in class org.jruby.ext.ffi.MemoryIO
Reads an 8 bit integer value from the memory area.
getByte(long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
getbyte(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
getbyte(ThreadContext) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
getbyte() - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
getbyte(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
getbyte(ThreadContext) - Method in class org.jruby.RubyIO
 
getByte(ThreadContext) - Method in class org.jruby.RubyIO
 
getbyte(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
getByte(RubyString, int) - Method in class org.jruby.truffle.nodes.core.StringNodes.GetByteNode
 
getByteList(int) - Method in class org.jruby.ast.executable.AbstractScript
 
getByteList(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
getByteList() - Method in class org.jruby.ir.operands.FrozenString
 
getByteList() - Method in class org.jruby.ir.operands.StringLiteral
 
getByteList() - Method in class org.jruby.RubyString
 
getByteList() - Method in class org.jruby.truffle.runtime.core.RubyString
 
getByteList() - Method in interface org.jruby.util.ByteListHolder
 
getByteList0() - Method in class org.jruby.ast.executable.AbstractScript
 
getByteList1() - Method in class org.jruby.ast.executable.AbstractScript
 
getByteList2() - Method in class org.jruby.ast.executable.AbstractScript
 
getByteList3() - Method in class org.jruby.ast.executable.AbstractScript
 
getByteList4() - Method in class org.jruby.ast.executable.AbstractScript
 
getByteList5() - Method in class org.jruby.ast.executable.AbstractScript
 
getByteList6() - Method in class org.jruby.ast.executable.AbstractScript
 
getByteList7() - Method in class org.jruby.ast.executable.AbstractScript
 
getByteList8() - Method in class org.jruby.ast.executable.AbstractScript
 
getByteList9() - Method in class org.jruby.ast.executable.AbstractScript
 
getByteListBootstrap(MethodHandles.Lookup, String, MethodType, String, String) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getByteListHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getBytes() - Method in class org.jruby.RubyString
 
getBytes() - Method in class org.jruby.runtime.load.LoadServiceResourceInputStream
 
getBytes() - Method in class org.jruby.truffle.runtime.core.RubyString
 
getc(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
getc() - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
getc(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
getc() - Method in class org.jruby.RubyIO
Read a byte.
getc(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
getc(ThreadContext, Encoding) - Method in class org.jruby.util.io.OpenFile
 
getc19(ThreadContext) - Method in class org.jruby.RubyIO
 
getc_19() - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
getCache() - Method in class org.jruby.runtime.callsite.CachingCallSite
 
getCachedClassIndex() - Method in class org.jruby.runtime.callsite.CachingCallSite
 
getCachedMethodSerial() - Method in class org.jruby.runtime.callsite.CachingCallSite
 
getCachedNameAsSymbol() - Method in class org.jruby.truffle.nodes.dispatch.CachedDispatchNode
 
getCachedValue(StructLayout.Member) - Method in class org.jruby.ext.ffi.Struct
 
getCachedValue(StructLayout.Member) - Method in interface org.jruby.ext.ffi.StructLayout.Storage
 
getCacheProxy() - Method in class org.jruby.RubyModule
Get whether this Java proxy class should try to keep its instances idempotent and alive using the ObjectProxyCache.
getCacheToken() - Method in class org.jruby.RubyModule
Deprecated.
getCallArgs() - Method in class org.jruby.ir.instructions.CallBase
 
getCallArgs() - Method in class org.jruby.ir.IRMethod
 
getCallback(Ruby, CallbackInfo, Object) - Method in class org.jruby.ext.ffi.CallbackManager
 
getCallback(Ruby, CallbackInfo, Object) - Method in class org.jruby.ext.ffi.jffi.CallbackManager
 
getCallback(RubyObject) - Method in class org.jruby.ext.ffi.jffi.NativeCallbackFactory
 
getCallback(IRubyObject, CachingCallSite) - Method in class org.jruby.ext.ffi.jffi.NativeCallbackFactory
 
getCallbackFactory(Ruby, CallbackInfo) - Method in class org.jruby.ext.ffi.jffi.CallbackManager
 
getCallbackManager() - Method in class org.jruby.ext.ffi.Factory
 
getCallbackManager() - Method in class org.jruby.ext.ffi.jffi.Factory
 
getCallbackManager() - Method in class org.jruby.ext.ffi.NoImplFactory
 
getCallClosure() - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
getCallConfig() - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
getCallConfig(boolean, boolean) - Static method in enum org.jruby.internal.runtime.methods.CallConfiguration
Given a frame and scope requirement, return the name of the appropriate CallConfiguration.
getCallConfig(boolean, boolean, boolean) - Static method in enum org.jruby.internal.runtime.methods.CallConfiguration
Deprecated.
getCallConfig() - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
getCallConfig() - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
getCallConfig() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Get the CallConfiguration used for pre/post logic for this method handle.
getCallConfigByAnno(JRubyMethod) - Static method in enum org.jruby.internal.runtime.methods.CallConfiguration
Produce a CallConfiguration name that represents what must be prepared around calls to the method with this annotation.
getCallConfigName(boolean, boolean) - Static method in class org.jruby.anno.AnnotationHelper
Given a frame and scope requirement, return the name of the appropriate CallConfiguration.
getCallConfigNameByAnno(JRubyMethod) - Static method in class org.jruby.anno.AnnotationHelper
Produce a CallConfiguration name that represents what must be prepared around calls to the method with this annotation.
getCallerBinding(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.KernelNodes.EvalNode
 
getCallerCallConfigByAnno(JRubyMethod) - Static method in enum org.jruby.internal.runtime.methods.CallConfiguration
Produce a CallConfiguration that represents what *caller* methods must prepare for the method with this annotation.
getCallerCallConfigNameByAnno(JRubyMethod) - Static method in class org.jruby.anno.AnnotationHelper
Produce a CallConfiguration name that represents what *caller* methods must prepare for the method with this annotation.
getCallerCount() - Method in class org.jruby.management.Runtime
 
getCallerCount() - Method in interface org.jruby.management.RuntimeMBean
 
getCallerCount() - Method in class org.jruby.Ruby
Get the current backtrace count.
getCallerRequirement() - Method in class org.jruby.internal.runtime.methods.JavaMethod
Return a CallConfiguration representing what *callers* to this method must prepare (scope/frame).
getCallingConvention() - Method in class org.jruby.ext.ffi.jffi.JITSignature
 
getCallingMethod() - Static method in class org.jruby.truffle.runtime.RubyCallStack
 
getCallNode() - Method in class org.jruby.truffle.runtime.backtrace.Activation
 
getCallResultVariable() - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
getCallSite(int) - Method in class org.jruby.ast.executable.AbstractScript
 
getCallSite(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
getCallSite() - Method in class org.jruby.ir.instructions.CallBase
 
getCallSite(String) - Static method in class org.jruby.runtime.MethodIndex
 
getCallSite0() - Method in class org.jruby.ast.executable.AbstractScript
 
getCallSite1() - Method in class org.jruby.ast.executable.AbstractScript
 
getCallSite2() - Method in class org.jruby.ast.executable.AbstractScript
 
getCallSite3() - Method in class org.jruby.ast.executable.AbstractScript
 
getCallSite4() - Method in class org.jruby.ast.executable.AbstractScript
 
getCallSite5() - Method in class org.jruby.ast.executable.AbstractScript
 
getCallSite6() - Method in class org.jruby.ast.executable.AbstractScript
 
getCallSite7() - Method in class org.jruby.ast.executable.AbstractScript
 
getCallSite8() - Method in class org.jruby.ast.executable.AbstractScript
 
getCallSite9() - Method in class org.jruby.ast.executable.AbstractScript
 
getCallSiteBootstrap(MethodHandles.Lookup, String, MethodType, String, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getCallSiteCount() - Method in interface org.jruby.management.MethodCacheMBean
 
getCallSiteHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getCallTarget() - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MaxBlock
 
getCallTarget() - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MinBlock
 
getCallTarget() - Method in class org.jruby.truffle.runtime.methods.InternalMethod
 
getCallTargetForBlocks() - Method in class org.jruby.truffle.runtime.core.RubyProc
 
getCallTargetForMethods() - Method in class org.jruby.truffle.runtime.core.RubyProc
 
getCallTargetForProcs() - Method in class org.jruby.truffle.runtime.core.RubyProc
 
getCallTargetForType() - Method in class org.jruby.truffle.runtime.core.RubyProc
 
getCallType() - Method in class org.jruby.ir.instructions.CallBase
 
getCandidateObject() - Method in class org.jruby.ir.instructions.ModuleVersionGuardInstr
The object whose metaclass token has to be verified
getCanonicalFile() - Method in class org.jruby.util.JRubyFile
 
getCanonicalFile() - Method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
getCanonicalFile() - Method in class org.jruby.util.NormalizedFile
 
getCanonicalPath() - Method in class org.jruby.util.JRubyFile
 
getCanonicalPath() - Method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
getCanonicalPath() - Method in class org.jruby.util.NormalizedFile
 
getCaptures() - Method in class org.jruby.truffle.runtime.core.RubyMatchData
 
getCaseNode() - Method in class org.jruby.ast.CaseNode
Gets the caseNode.
getCases() - Method in class org.jruby.ast.CaseNode
 
getCause() - Method in class org.jruby.NativeException
 
getCFG() - Method in class org.jruby.ir.dataflow.FlowGraphNode
Get the control flow graph
getCFG() - Method in class org.jruby.ir.IRScope
 
getch(ThreadContext) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
getch19(ThreadContext) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
getChannel() - Method in class org.jruby.RubyIO
Get the underlying channel from this IO object.
getChannel() - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
The channel associated with this descriptor.
getChannel() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
getChannel() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
getChannel() - Method in interface org.jruby.util.io.Stream
 
getCharset() - Method in enum org.jruby.ext.nkf.RubyNKF.NKFCharset
 
getCharsetMap() - Method in class org.jruby.Ruby
 
getchCommon(ThreadContext, boolean) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
getCheckpointInvalidator() - Method in class org.jruby.Ruby
 
getChild() - Method in class org.jruby.truffle.nodes.cast.ArrayCastNode
 
getChild() - Method in class org.jruby.truffle.nodes.cast.HashCastNode
 
getChild() - Method in class org.jruby.truffle.nodes.cast.SplatCastNode
 
getChild() - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
getChild() - Method in class org.jruby.util.ShellLauncher.POpenProcess
 
getChildren() - Method in class org.jruby.runtime.profile.builtin.Invocation
 
getCidrSignature() - Method in class org.jruby.ext.socket.SubnetUtils.SubnetInfo
 
getClass(String) - Method in class org.jruby.Ruby
Retrieve the class with the given name from the Object namespace.
getClass(String) - Method in class org.jruby.RubyModule
Finds a class that is within the current module (or class).
getClass(boolean) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ClassNode
 
getClass(int) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ClassNode
 
getClass(long) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ClassNode
 
getClass(double) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ClassNode
 
getClass(RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ClassNode
 
getClass(int) - Method in class org.jruby.truffle.nodes.objects.ClassNode
 
getClass(long) - Method in class org.jruby.truffle.nodes.objects.ClassNode
 
getClass(double) - Method in class org.jruby.truffle.nodes.objects.ClassNode
 
getClass(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objects.ClassNode
 
getClassAnnotation() - Method in class org.jruby.truffle.nodes.core.CoreMethodNodeManager.MethodDetails
 
getClassAnnotations() - Method in class org.jruby.RubyClass
 
getClassClass() - Method in class org.jruby.Ruby
 
getClassClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getClassData() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
getClassFalse(boolean) - Method in class org.jruby.truffle.nodes.objects.ClassNode
 
getClassFromPath(String) - Method in class org.jruby.Ruby
 
getClassFromPath(Ruby, String) - Static method in class org.jruby.runtime.marshal.UnmarshalStream
 
getClassId() - Method in class org.jruby.runtime.ivars.VariableAccessor
Get the ID of the class associated with this variable.
getClassIndex() - Method in class org.jruby.RubyModule
Get the ClassIndex for this class.
getClassLoader() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns a class loader object that is currently used.
getClassLoader(Bundle) - Method in class org.jruby.embed.osgi.internal.BundleWiringOSGiClassLoaderAdapter
Implements IOSGiClassLoaderAdapter.getClassLoader(Bundle) using BundleWiring.
getClassLoader(Bundle) - Method in interface org.jruby.embed.osgi.internal.IOSGiClassLoaderAdapter
Returns a
getClassLoader(Bundle) - Method in class org.jruby.embed.osgi.internal.ReflectiveOSGiClassLoaderAdapter
Delegate to the old OSGiBundleClassLoaderHelper
getClassLoader() - Method in class org.jruby.embed.ScriptingContainer
Returns a class loader object that is currently used.
getClassLoader() - Static method in class org.jruby.Ruby
 
getClassLoaderResources(IRubyObject, IRubyObject) - Static method in class org.jruby.ext.jruby.JRubyUtilLibrary
 
getClassName() - Method in class org.jruby.runtime.backtrace.RubyStackTraceElement
 
getClassName() - Method in class org.jruby.truffle.nodes.CoreSourceSection
 
getClassPathResource(ClassLoader, String) - Method in class org.jruby.runtime.load.LoadService
 
getClassRuntime() - Method in class org.jruby.RubyClass
 
getClassTrue(boolean) - Method in class org.jruby.truffle.nodes.objects.ClassNode
 
getClassVar(String) - Method in class org.jruby.RubyModule
Retrieve the specified class variable, searching through this module, included modules, and supermodules.
GetClassVarContainerModuleInstr - Class in org.jruby.ir.instructions
 
GetClassVarContainerModuleInstr(Variable, Operand, Variable) - Constructor for class org.jruby.ir.instructions.GetClassVarContainerModuleInstr
 
GetClassVarContainerModuleInstr(GetClassVarContainerModuleInstr) - Method in class org.jruby.ir.IRVisitor
 
GetClassVarContainerModuleInstr(GetClassVarContainerModuleInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
getClassVariable(RubyModule, RubyString) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ClassVariableGetNode
 
getClassVariable(RubyModule, RubySymbol) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ClassVariableGetNode
 
getClassVariableBase(Ruby, StaticScope) - Static method in class org.jruby.evaluator.ASTInterpreter
 
GetClassVariableInstr - Class in org.jruby.ir.instructions
 
GetClassVariableInstr(Variable, Operand, String) - Constructor for class org.jruby.ir.instructions.GetClassVariableInstr
 
GetClassVariableInstr(GetClassVariableInstr) - Method in class org.jruby.ir.IRVisitor
 
GetClassVariableInstr(GetClassVariableInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
getClassVariableNameList() - Method in class org.jruby.RubyModule
 
getClassVariables() - Method in class org.jruby.IncludedModuleWrapper
 
getClassVariables() - Method in class org.jruby.RubyModule
 
getClassVariables(RubyModule) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ClassVariablesNode
 
getClassVariables() - Method in class org.jruby.truffle.runtime.core.RubyModule
 
getClassVariablesForRead() - Method in class org.jruby.IncludedModuleWrapper
 
getClassVariablesForRead() - Method in class org.jruby.RubyModule
 
getClassVersionToken() - Static method in class org.jruby.ir.CodeVersion
 
getClassVisitor() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
getClosure() - Method in class org.jruby.ir.operands.WrappedIRClosure
 
getClosureArg() - Method in class org.jruby.ir.instructions.BuildLambdaInstr
 
getClosureArg() - Method in class org.jruby.ir.instructions.CallBase
From interface ClosureAcceptingInstr
getClosureArg(Operand) - Method in class org.jruby.ir.instructions.CallBase
 
getClosureArg() - Method in interface org.jruby.ir.instructions.ClosureAcceptingInstr
 
getClosureId() - Method in class org.jruby.ir.operands.TemporaryClosureVariable
 
getClosures() - Method in class org.jruby.ir.IRScope
 
getCmdArgumentState() - Method in class org.jruby.lexer.yacc.RubyLexer
 
getCoded() - Method in enum org.jruby.ir.operands.OperandType
 
getCodeRange() - Method in class org.jruby.ast.StrNode
Get the string's coderange.
getCodeRange() - Method in class org.jruby.ir.operands.StringLiteral
 
getCodeRange() - Method in class org.jruby.RubyString
 
getCodeRange() - Method in class org.jruby.truffle.runtime.core.RubyString
 
getCodeRange() - Method in interface org.jruby.util.CodeRangeable
 
getCodeSize() - Method in class org.jruby.compiler.JITCompiler
 
getCodeSize() - Method in interface org.jruby.compiler.JITCompilerMBean
 
getCoerced(ThreadContext, IRubyObject, boolean) - Method in class org.jruby.RubyNumeric
Numeric methods.
getCollectionCount() - Static method in class org.jruby.RubyGC
 
getCollectionTime() - Static method in class org.jruby.RubyGC
 
getComparable() - Method in class org.jruby.Ruby
 
getCompareByIdentity(ThreadContext) - Method in class org.jruby.java.proxies.MapJavaProxy
 
getCompareByIdentity(ThreadContext) - Method in class org.jruby.RubyHash
 
getCompareByIdentity_p(ThreadContext) - Method in class org.jruby.java.proxies.MapJavaProxy
 
getCompareByIdentity_p(ThreadContext) - Method in class org.jruby.RubyHash
 
getCompatVersion() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
 
getCompatVersion() - Method in class org.jruby.embed.ScriptingContainer
Deprecated.
getCompatVersion() - Method in class org.jruby.management.Config
Deprecated.
getCompatVersion() - Method in interface org.jruby.management.ConfigMBean
Deprecated.
getCompatVersion() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
getCompileCount() - Method in class org.jruby.compiler.JITCompiler
 
getCompileCount() - Method in interface org.jruby.compiler.JITCompilerMBean
 
getCompiledCallbackName(String, String) - Static method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
 
getCompiledMethod(RubyModule, String, String, Arity, Visibility, StaticScope, Object, CallConfiguration, ISourcePosition, String, MethodNodes) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
Use code generation to provide a method handle for a compiled Ruby method.
getCompiledMethod(RubyModule, String, String, Arity, Visibility, StaticScope, Object, CallConfiguration, ISourcePosition, String, MethodNodes) - Method in class org.jruby.internal.runtime.methods.InvokeDynamicMethodFactory
Use JSR292 to provide a method handle for a compiled Ruby method.
getCompiledMethod(RubyModule, String, String, Arity, Visibility, StaticScope, Object, CallConfiguration, ISourcePosition, String, MethodNodes) - Method in class org.jruby.internal.runtime.methods.ReflectionMethodFactory
Use reflection to provide a method handle for a compiled Ruby method.
getCompiledMethod(RubyModule, String, String, Arity, Visibility, StaticScope, Object, CallConfiguration, ISourcePosition, String, MethodNodes) - Method in class org.jruby.runtime.MethodFactory
Get a new method handle based on the target JRuby-compiled method.
getCompiledMethodLazily(RubyModule, String, String, Arity, Visibility, StaticScope, Object, CallConfiguration, ISourcePosition, String, MethodNodes) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
Use code generation to provide a method handle for a compiled Ruby method.
getCompiledMethodLazily(RubyModule, String, String, Arity, Visibility, StaticScope, Object, CallConfiguration, ISourcePosition, String, MethodNodes) - Method in class org.jruby.internal.runtime.methods.InvokeDynamicMethodFactory
Use code generation to provide a method handle for a compiled Ruby method.
getCompiledMethodLazily(RubyModule, String, String, Arity, Visibility, StaticScope, Object, CallConfiguration, ISourcePosition, String, MethodNodes) - Method in class org.jruby.internal.runtime.methods.ReflectionMethodFactory
Use reflection to provide a method handle for a compiled Ruby method.
getCompiledMethodLazily(RubyModule, String, String, Arity, Visibility, StaticScope, Object, CallConfiguration, ISourcePosition, String, MethodNodes) - Method in class org.jruby.runtime.MethodFactory
Like getCompiledMethod, but postpones any heavy lifting involved in creating the method until first invocation.
getCompiledMethodOffline(String, String, String, String, Arity, StaticScope, CallConfiguration, String, int, MethodNodes) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
Use code generation to provide a method handle for a compiled Ruby method.
getCompiledMethodOffline(String, String, String, String, Arity, StaticScope, CallConfiguration, String, int, MethodNodes) - Method in class org.jruby.internal.runtime.methods.InvokeDynamicMethodFactory
 
getCompiledMethodOffline(String, String, String, String, Arity, StaticScope, CallConfiguration, String, int, MethodNodes) - Method in class org.jruby.runtime.MethodFactory
Like getCompiledMethod, but produces the actual bytes for the compiled method handle rather than loading and constructing it.
getCompileMode() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns a compile mode currently chosen, which is one of CompileMode.JIT, CompileMode.FORCE, CompileMode.OFF.
getCompileMode() - Method in class org.jruby.embed.ScriptingContainer
Returns a compile mode currently chosen, which is one of CompileMode.JIT, CompileMode.FORCE, CompileMode.OFF.
getCompileMode() - Method in class org.jruby.management.Config
 
getCompileMode() - Method in interface org.jruby.management.ConfigMBean
 
getCompileMode() - Method in class org.jruby.RubyInstanceConfig
 
getCompilerOptions() - Method in class org.jruby.truffle.runtime.RubyContext
 
getCompilerPasses(IRScope) - Method in class org.jruby.ir.IRManager
 
getCompileTime() - Method in class org.jruby.compiler.JITCompiler
 
getCompileTime() - Method in interface org.jruby.compiler.JITCompilerMBean
 
getComplex() - Method in class org.jruby.Ruby
 
getComplexClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getComponentType() - Method in class org.jruby.ext.ffi.Type.Array
 
getComponentType() - Method in class org.jruby.javasupport.JavaArray
 
getConcreteProxyClass() - Method in class org.jruby.javasupport.JavaSupport
 
getConcurrencyError() - Method in class org.jruby.Ruby
 
getCondition() - Method in class org.jruby.ast.IfNode
Gets the condition.
getConditionNode() - Method in class org.jruby.ast.UntilNode
Gets the conditionNode.
getConditionNode() - Method in class org.jruby.ast.WhileNode
Gets the conditionNode.
getConditionNode(Node) - Method in class org.jruby.parser.ParserSupport
 
getConditionState() - Method in class org.jruby.lexer.yacc.RubyLexer
 
getConfiguration() - Method in class org.jruby.parser.ParserSupport
 
getConsoleEncoding() - Method in class org.jruby.runtime.encoding.EncodingService
Since Java 1.6, class Console is available.
getConstant(ThreadContext, StaticScope, String, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstant(ThreadContext, StaticScope, String, int) - Method in class org.jruby.ast.executable.RuntimeCache
 
getConstant(String) - Method in class org.jruby.parser.StaticScope
 
getConstant(String) - Method in class org.jruby.RubyModule
Retrieve the named constant, invoking 'const_missing' should that be appropriate.
getConstant(String, boolean) - Method in class org.jruby.RubyModule
 
getConstant(String, boolean, boolean) - Method in class org.jruby.RubyModule
 
getConstant(ThreadContext, String) - Static method in class org.jruby.runtime.Helpers
 
getConstant(String) - Method in class org.jruby.runtime.ThreadContext
Deprecated.
getConstant(VirtualFrame, RubyModule, RubyString) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ConstGetNode
 
getConstant(VirtualFrame, RubyModule, RubySymbol) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ConstGetNode
 
getConstant0(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstant1(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstant2(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstant3(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstant4(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstant5(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstant6(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstant7(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstant8(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstant9(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantAt(String) - Method in class org.jruby.RubyModule
 
getConstantAt(String, boolean) - Method in class org.jruby.RubyModule
 
getConstantAtSpecial(String) - Method in class org.jruby.RubyModule
This version searches superclasses if we're starting with Object.
getConstantBooleanBootstrap(MethodHandles.Lookup, String, MethodType, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getConstantBooleanHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getConstantBootstrap(MethodHandles.Lookup, String, MethodType, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getConstantCache() - Method in class org.jruby.ir.instructions.SearchConstInstr
 
getConstantDefined(ThreadContext, StaticScope, String, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantDefined(ThreadContext, StaticScope, String, int) - Method in class org.jruby.ast.executable.RuntimeCache
 
getConstantDefined0(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantDefined1(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantDefined2(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantDefined3(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantDefined4(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantDefined5(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantDefined6(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantDefined7(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantDefined8(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantDefined9(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantFrom(RubyModule, ThreadContext, String, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantFrom(RubyModule, ThreadContext, String, int) - Method in class org.jruby.ast.executable.RuntimeCache
 
getConstantFrom(String) - Method in class org.jruby.RubyModule
 
getConstantFrom0(RubyModule, ThreadContext, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantFrom1(RubyModule, ThreadContext, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantFrom2(RubyModule, ThreadContext, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantFrom3(RubyModule, ThreadContext, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantFrom4(RubyModule, ThreadContext, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantFrom5(RubyModule, ThreadContext, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantFrom6(RubyModule, ThreadContext, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantFrom7(RubyModule, ThreadContext, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantFrom8(RubyModule, ThreadContext, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantFrom9(RubyModule, ThreadContext, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getConstantFromConstMissing(String) - Method in class org.jruby.RubyModule
 
getConstantFromNoConstMissing(String) - Method in class org.jruby.RubyModule
 
getConstantFromNoConstMissing(String, boolean) - Method in class org.jruby.RubyModule
 
getConstantGeneration() - Method in class org.jruby.Ruby
Deprecated.
getConstantHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getConstantInner(String) - Method in class org.jruby.parser.StaticScope
 
getConstantInvalidator(String) - Method in class org.jruby.Ruby
 
getConstantMap() - Method in class org.jruby.RubyModule
 
getConstantMapForWrite() - Method in class org.jruby.RubyModule
 
getConstantNames() - Method in class org.jruby.IncludedModuleWrapper
 
getConstantNames(boolean) - Method in class org.jruby.IncludedModuleWrapper
 
getConstantNames() - Method in class org.jruby.RubyModule
 
getConstantNames(boolean) - Method in class org.jruby.RubyModule
 
getConstantNoConstMissing(String) - Method in class org.jruby.RubyModule
 
getConstantNoConstMissing(String, boolean) - Method in class org.jruby.RubyModule
 
getConstantNoConstMissing(String, boolean, boolean) - Method in class org.jruby.RubyModule
 
getConstants() - Method in class org.jruby.truffle.runtime.core.RubyModule
 
getConstantWithConstMissing(String) - Method in class org.jruby.parser.StaticScope
 
getConstName() - Method in class org.jruby.ir.instructions.InheritanceSearchConstInstr
 
getConstName() - Method in class org.jruby.ir.instructions.LexicalSearchConstInstr
 
getConstName() - Method in class org.jruby.ir.instructions.SearchConstInstr
 
getConstNode() - Method in class org.jruby.ast.ConstDeclNode
Get the full path, including the name of the new constant (in Foo::BAR it is Foo::BAR) or null.
getConstructor(Class[]) - Method in class org.jruby.javasupport.proxy.JavaProxyClass
 
getConstructors() - Method in class org.jruby.javasupport.proxy.JavaProxyClass
 
getContainer() - Method in class org.jruby.ir.instructions.DefineClassInstr
 
getContainer() - Method in class org.jruby.ir.instructions.DefineClassMethodInstr
 
getContainer() - Method in class org.jruby.ir.instructions.DefineModuleInstr
 
getContents(FileResource) - Static method in class org.jruby.RubyDir
Returns the contents of the specified directory as an ArrayList containing the names of the files as Java Strings.
getContents(FileResource, Ruby) - Static method in class org.jruby.RubyDir
Returns the contents of the specified directory as an ArrayList containing the names of the files as Ruby Strings.
getContext() - Method in class org.jruby.embed.jsr223.JRubyEngine
 
getContext() - Method in class org.jruby.RubyThread
 
getContext() - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode
 
getContext() - Method in class org.jruby.truffle.nodes.RubyNode
 
getContext() - Method in class org.jruby.truffle.nodes.yield.YieldDispatchNode
 
getContext() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getContext() - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
getContext() - Method in class org.jruby.truffle.runtime.core.RubyModule
 
getContextFieldHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getContextVariables() - Method in class org.jruby.ext.fiber.ThreadFiber
 
getContextVariables(ThreadContext) - Method in class org.jruby.ext.jruby.JRubyExecutionContextLocal
 
getContextVariables() - Method in class org.jruby.RubyThread
 
getContextVariables() - Method in interface org.jruby.runtime.ExecutionContext
 
getContinuation() - Method in class org.jruby.Ruby
 
getContinuation() - Method in class org.jruby.RubyContinuation
 
getContinuationClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getConversionMethod(IRubyObject, CachingCallSite) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
getConverter() - Method in class org.jruby.Ruby
 
getConverterNotFoundError() - Method in class org.jruby.Ruby
 
getCopyrightString() - Method in class org.jruby.management.Config
 
getCopyrightString() - Method in interface org.jruby.management.ConfigMBean
 
getCopyrightString() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
getCopyrightString() - Static method in class org.jruby.util.cli.OutputStrings
 
getCoreLibrary() - Method in class org.jruby.truffle.runtime.RubyContext
 
getCount() - Method in class org.jruby.ast.BlockArgNode
Gets the count.
getCount() - Method in class org.jruby.runtime.profile.builtin.Invocation
 
getCoverage() - Method in class org.jruby.parser.ParserConfiguration
Get the coverage array, indicating all coverable lines
getCoverageData() - Method in class org.jruby.Ruby
 
getCPath() - Method in class org.jruby.ast.ClassNode
Gets the className.
getCPath() - Method in interface org.jruby.ast.IScopingNode
 
getCPath() - Method in class org.jruby.ast.ModuleNode
Gets the name.
getCPU() - Method in class org.jruby.ext.ffi.Platform
Gets the current processor architecture the JVM is running on.
getCritical() - Method in class org.jruby.internal.runtime.ThreadService
 
getCurrentContext() - Method in class org.jruby.internal.runtime.ThreadService
In order to provide an appropriate execution context for a given thread, we store ThreadContext instances in a threadlocal.
getCurrentContext() - Method in class org.jruby.Ruby
 
getCurrentDeclaringModule() - Static method in class org.jruby.truffle.runtime.RubyCallStack
Called "cref" in MRI.
getCurrentDirectory() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns a current directory.
getCurrentDirectory() - Method in class org.jruby.embed.ScriptingContainer
Returns a current directory.
getCurrentDirectory() - Method in class org.jruby.management.Config
 
getCurrentDirectory() - Method in interface org.jruby.management.ConfigMBean
 
getCurrentDirectory() - Method in class org.jruby.Ruby
 
getCurrentDirectory() - Method in class org.jruby.RubyInstanceConfig
 
getCurrentEnv(Ruby) - Static method in class org.jruby.util.ShellLauncher
 
getCurrentFiber() - Method in class org.jruby.truffle.runtime.subsystems.FiberManager
 
getCurrentFrame() - Method in class org.jruby.runtime.ThreadContext
 
getCurrentInstance() - Static method in class org.jruby.Ruby
Deprecated.
getCurrentInvocation() - Method in class org.jruby.runtime.profile.builtin.ProfileData
 
getCurrentLine() - Method in class org.jruby.lexer.yacc.ByteArrayLexerSource
 
getCurrentLine() - Method in class org.jruby.lexer.yacc.LexerSource
 
getCurrentLine() - Method in class org.jruby.lexer.yacc.RubyLexer
 
getCurrentLine() - Method in class org.jruby.Ruby
 
getCurrentLoop() - Method in class org.jruby.ir.IRBuilder
 
getCurrentMethod() - Static method in class org.jruby.truffle.runtime.RubyCallStack
 
getCurrentModule() - Method in class org.jruby.ir.instructions.InheritanceSearchConstInstr
 
getCurrentModuleVariable() - Method in class org.jruby.ir.IRScope
 
getCurrentScope() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
getCurrentScope() - Method in class org.jruby.ir.persistence.IRReaderFile
 
getCurrentScope() - Method in class org.jruby.parser.ParserSupport
 
getCurrentScope() - Method in class org.jruby.runtime.ThreadContext
 
getCurrentScopeVariable() - Method in class org.jruby.ir.IRScope
 
getCurrentStaticScope() - Method in class org.jruby.runtime.ThreadContext
 
getCurrentTarget() - Method in class org.jruby.runtime.ThreadContext
 
getCurrentThread() - Method in class org.jruby.truffle.runtime.subsystems.ThreadManager
 
getCurrentVisibility() - Method in class org.jruby.runtime.ThreadContext
 
getCurrentWorkingDirectory() - Method in class org.jruby.ext.JRubyPOSIXHandler
 
getData() - Method in class org.jruby.ext.fiber.ThreadFiber
 
getData() - Method in class org.jruby.runtime.opto.FailoverSwitchPointInvalidator
 
getData() - Method in class org.jruby.runtime.opto.GenerationAndSwitchPointInvalidator
 
getData() - Method in class org.jruby.runtime.opto.GenerationInvalidator
 
getData() - Method in interface org.jruby.runtime.opto.Invalidator
 
getData() - Method in class org.jruby.runtime.opto.ObjectIdentityInvalidator
 
getData() - Method in class org.jruby.runtime.opto.SwitchPointInvalidator
 
getData() - Method in class org.jruby.util.RubyDateFormatter.Token
Gets the data.
getDataFlowSolution(String) - Method in class org.jruby.ir.IRScope
 
getDataFlowVarsForOutput() - Method in class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
 
getDataFlowVarsForOutput() - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementProblem
 
getDataFlowVarsForOutput() - Method in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementProblem
 
getDataFlowVarsForOutput() - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisProblem
 
getDataFlowVarsForOutput() - Method in class org.jruby.ir.dataflow.DataFlowProblem
 
getDateTime() - Method in class org.jruby.RubyTime
 
getDebug() - Method in class org.jruby.Ruby
Getter for property isDebug.
getDecimalFormat(Locale) - Static method in class org.jruby.util.Sprintf
 
getDeclarationFrame() - Method in class org.jruby.truffle.runtime.core.RubyProc
 
getDeclarationFrame() - Method in class org.jruby.truffle.runtime.methods.InternalMethod
 
getDeclarationFrame(Object[]) - Static method in class org.jruby.truffle.runtime.RubyArguments
 
getDeclarationFrame(VirtualFrame, int) - Static method in class org.jruby.truffle.runtime.RubyArguments
Get the declaration frame a certain number of levels up from the current frame, where the current frame is 0.
getDeclaredFields(Class<?>) - Static method in class org.jruby.javasupport.JavaClass
 
getDeclaringClass() - Method in class org.jruby.anno.JavaMethodDescriptor
 
getDeclaringClass() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
getDeclaringClass() - Method in class org.jruby.javasupport.proxy.JavaProxyConstructor
 
getDeclaringClass() - Method in interface org.jruby.javasupport.proxy.JavaProxyMethod
 
getDeclaringModule() - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MaxBlock
 
getDeclaringModule() - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MinBlock
 
getDeclaringModule() - Method in class org.jruby.truffle.runtime.core.RubyProc
 
getDeclaringModule() - Method in class org.jruby.truffle.runtime.methods.InternalMethod
 
getDeclaringModule() - Method in interface org.jruby.truffle.runtime.methods.MethodLike
 
getDeclaringScope() - Method in class org.jruby.ir.instructions.RecordEndBlockInstr
 
getDefault(ThreadContext) - Method in class org.jruby.ext.jruby.JRubyExecutionContextLocal
 
getDefaultBlock() - Method in class org.jruby.truffle.runtime.core.RubyHash
 
getDefaultEncoding() - Method in class org.jruby.parser.ParserConfiguration
 
getDefaultEncoding() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getDefaultExternal(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyEncoding
 
getDefaultExternal() - Method in class org.jruby.runtime.encoding.EncodingService
 
getDefaultExternalEncoding() - Method in class org.jruby.Ruby
 
getDefaultInstance() - Static method in class org.jruby.Ruby
Deprecated.
use #newInstance()
getDefaultInternal(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyEncoding
 
getDefaultInternal() - Method in class org.jruby.runtime.encoding.EncodingService
 
getDefaultInternalEncoding() - Method in class org.jruby.Ruby
This is an internal encoding if actually specified via default_internal= or passed in via -E.
getDefaultMethodMissing() - Method in class org.jruby.Ruby
 
getDefaultProc(ThreadContext) - Method in class org.jruby.ext.jruby.JRubyExecutionContextLocal
 
getDefaultRand() - Method in class org.jruby.Ruby
 
getDefaultSeparator() - Method in class org.jruby.internal.runtime.GlobalVariables
 
getDefaultSocketType() - Method in class org.jruby.ext.socket.RubyBasicSocket
 
getDefaultSocketType() - Method in class org.jruby.ext.socket.RubySocket
 
getDefaultThreadGroup() - Method in class org.jruby.Ruby
 
getDefaultValue() - Method in class org.jruby.truffle.runtime.core.RubyHash
 
getDefinedCall(ThreadContext, IRubyObject, IRubyObject, String) - Static method in class org.jruby.runtime.Helpers
 
getDefinedConstantOrBoundMethod(IRubyObject, String) - Static method in class org.jruby.runtime.Helpers
 
getDefinedMessage(DefinedMessage) - Method in class org.jruby.Ruby
 
getDefinedNot(Ruby, RubyString) - Static method in class org.jruby.runtime.Helpers
 
getDefiningModule() - Method in class org.jruby.ir.instructions.ClassSuperInstr
 
getDefiningModule() - Method in class org.jruby.ir.instructions.InstanceSuperInstr
 
getDefiningScope() - Method in class org.jruby.ir.instructions.LexicalSearchConstInstr
 
getDelegate() - Method in class org.jruby.IncludedModuleWrapper
 
getDelegate() - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
getDelegate() - Method in class org.jruby.RubyModule
 
getDenominator() - Method in class org.jruby.ast.RationalNode
 
getDenominator() - Method in class org.jruby.ir.operands.Rational
 
getDependencies() - Method in class org.jruby.ir.passes.AddCallProtocolInstructions
 
getDependencies() - Method in class org.jruby.ir.passes.AddLocalVarLoadStoreInstructions
 
getDependencies() - Method in class org.jruby.ir.passes.CompilerPass
 
getDependencies() - Method in class org.jruby.ir.passes.DeadCodeElimination
 
getDependencies() - Method in class org.jruby.ir.passes.DominatorTreeBuilder
 
getDependencies() - Method in class org.jruby.ir.passes.EnsureTempsAssigned
 
getDependencies() - Method in class org.jruby.ir.passes.LinearizeCFG
 
getDependencies() - Method in class org.jruby.ir.passes.LiveVariableAnalysis
 
getDependencies() - Method in class org.jruby.ir.passes.LocalOptimizationPass
 
getDependencies() - Method in class org.jruby.ir.passes.UnboxingPass
 
getDepth() - Method in class org.jruby.ast.ArgumentNode
How many scopes should we burrow down to until we need to set the block variable value.
getDepth() - Method in class org.jruby.ast.DAsgnNode
How many scopes should we burrow down to until we need to set the block variable value.
getDepth() - Method in class org.jruby.ast.DVarNode
How many scopes should we burrow down to until we need to set the block variable value.
getDepth() - Method in class org.jruby.ast.FlipNode
How many scopes should we burrow down to until we need to set the block variable value.
getDepth() - Method in interface org.jruby.ast.IScopedNode
How many scopes down we should look for this variable
getDepth() - Method in class org.jruby.ast.LocalAsgnNode
How many scopes should we burrow down to until we need to set the block variable value.
getDepth() - Method in class org.jruby.ast.LocalVarNode
How many scopes should we burrow down to until we need to set the block variable value.
getDescriptor() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
getDescriptor() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
getDescriptor() - Method in interface org.jruby.util.io.Stream
 
getDescriptorByFileno(int) - Static method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
getDescriptorFromChannel(Channel) - Static method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
getDescriptorFromChannel(Channel) - Static method in class org.jruby.util.io.FilenoUtil
 
getDFVar(Variable) - Method in class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
 
getDFVarsCount() - Method in class org.jruby.ir.dataflow.DataFlowProblem
 
getDir() - Method in class org.jruby.Ruby
 
getDir(Ruby, String, boolean) - Static method in class org.jruby.RubyDir
Returns a Java File object for the specified path.
getDirForRmdir(Ruby, String) - Static method in class org.jruby.RubyDir
Similar to getDir, but performs different checks to match rmdir behavior.
getDirOrFileEntry(String, String) - Static method in class org.jruby.RubyFile
 
getDirOrFileEntry(ZipFile, String) - Static method in class org.jruby.RubyFile
 
getDispatch() - Method in class org.jruby.truffle.nodes.yield.YieldDispatchHeadNode
 
getDispatchAction() - Method in class org.jruby.truffle.nodes.dispatch.DispatchHeadNode
 
getDispatchAction() - Method in class org.jruby.truffle.nodes.dispatch.DispatchNode
 
getDisplayedFileName() - Method in class org.jruby.management.Config
 
getDisplayedFileName() - Method in interface org.jruby.management.ConfigMBean
 
getDouble(long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
getDouble(long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
getDouble(long) - Method in class org.jruby.ext.ffi.MemoryIO
Reads a double value from the memory area.
getDouble(long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
getDoubleValue() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
getDoubleValue() - Method in class org.jruby.RubyBignum
 
getDoubleValue() - Method in class org.jruby.RubyFixnum
 
getDoubleValue() - Method in class org.jruby.RubyFloat
 
getDoubleValue() - Method in class org.jruby.RubyNumeric
 
getDoubleValue() - Method in class org.jruby.RubyRational
 
getDoubleValue(ThreadContext) - Method in class org.jruby.RubyRational
 
getDummy() - Method in class org.jruby.Ruby
 
getDummyScope() - Method in class org.jruby.parser.StaticScope
 
getDummyScope() - Method in class org.jruby.parser.StaticScopeFactory
 
getDummyScope(StaticScope) - Method in class org.jruby.runtime.Binding
 
getDuration() - Method in class org.jruby.runtime.profile.builtin.Invocation
 
getDynamicObject() - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
getDynamicScope() - Method in class org.jruby.runtime.Binding
Gets the dynamicVariables that are local to this block.
getEcflags() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
getEcflags() - Method in class org.jruby.RubyIO
 
getEcflags() - Method in class org.jruby.util.io.IOEncodable.ConvConfig
 
getEcflags() - Method in interface org.jruby.util.io.IOEncodable
 
getEConv() - Method in class org.jruby.truffle.runtime.core.RubyEncodingConverter
 
getEcopts() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
getEcopts() - Method in class org.jruby.RubyIO
 
getEcopts() - Method in class org.jruby.util.io.IOEncodable.ConvConfig
 
getEcopts() - Method in interface org.jruby.util.io.IOEncodable
 
getegid(IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
Deprecated.
getegid(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
 
getElement() - Method in class org.jruby.runtime.backtrace.RubyStackTraceElement
 
getElseBody() - Method in class org.jruby.ast.IfNode
Gets the elseBody.
getElseNode() - Method in class org.jruby.ast.CaseNode
 
getElseNode() - Method in class org.jruby.ast.RescueNode
Gets the elseNode.
getElts() - Method in class org.jruby.ir.operands.Array
 
getEmptyFrozenArray() - Method in class org.jruby.Ruby
 
getEmptyShape() - Method in class org.jruby.truffle.runtime.RubyContext
 
getEnc() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
getEnc() - Method in class org.jruby.RubyIO
 
getEnc() - Method in class org.jruby.util.io.IOEncodable.ConvConfig
 
getEnc() - Method in interface org.jruby.util.io.IOEncodable
 
getEnc2() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
getEnc2() - Method in class org.jruby.RubyIO
 
getEnc2() - Method in class org.jruby.util.io.IOEncodable.ConvConfig
 
getEnc2() - Method in interface org.jruby.util.io.IOEncodable
 
getEnclosingScope() - Method in class org.jruby.parser.StaticScope
Next outer most scope in list of scopes.
getEncoding() - Method in class org.jruby.ast.DNode
 
getEncoding() - Method in class org.jruby.ast.EncodingNode
 
getEncoding(int) - Method in class org.jruby.ast.executable.AbstractScript
 
getEncoding(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
getEncoding() - Method in class org.jruby.ast.RegexpNode
 
getEncoding() - Method in class org.jruby.ast.SymbolNode
 
getEncoding() - Method in class org.jruby.ext.stringio.StringIO
 
getEncoding() - Method in class org.jruby.ir.instructions.BuildCompoundStringInstr
 
getEncoding() - Method in class org.jruby.ir.instructions.GetEncodingInstr
 
getEncoding() - Method in class org.jruby.ir.operands.Symbol
 
getEncoding() - Method in class org.jruby.lexer.yacc.RubyLexer
 
getEncoding() - Method in class org.jruby.Ruby
 
getEncoding() - Method in class org.jruby.RubyEncoding
 
getEncoding() - Method in class org.jruby.RubyFile
 
getEncoding() - Method in class org.jruby.RubyRegexp
 
getEncoding() - Method in class org.jruby.RubyString
 
getEncoding() - Method in interface org.jruby.runtime.encoding.EncodingCapable
 
getEncoding(Encoding) - Method in class org.jruby.runtime.encoding.EncodingService
 
getEncoding(Encoding) - Static method in class org.jruby.truffle.runtime.core.RubyEncoding
 
getEncoding(String) - Static method in class org.jruby.truffle.runtime.core.RubyEncoding
 
getEncoding(int) - Static method in class org.jruby.truffle.runtime.core.RubyEncoding
 
getEncoding() - Method in class org.jruby.truffle.runtime.core.RubyEncoding
 
getEncoding() - Method in class org.jruby.truffle.runtime.core.RubyRegexp
 
getEncoding() - Method in enum org.jruby.util.KCode
 
getEncoding0() - Method in class org.jruby.ast.executable.AbstractScript
 
getEncoding1() - Method in class org.jruby.ast.executable.AbstractScript
 
getEncoding2() - Method in class org.jruby.ast.executable.AbstractScript
 
getEncoding3() - Method in class org.jruby.ast.executable.AbstractScript
 
getEncoding4() - Method in class org.jruby.ast.executable.AbstractScript
 
getEncoding5() - Method in class org.jruby.ast.executable.AbstractScript
 
getEncoding6() - Method in class org.jruby.ast.executable.AbstractScript
 
getEncoding7() - Method in class org.jruby.ast.executable.AbstractScript
 
getEncoding8() - Method in class org.jruby.ast.executable.AbstractScript
 
getEncoding9() - Method in class org.jruby.ast.executable.AbstractScript
 
getEncodingBootstrap(MethodHandles.Lookup, String, MethodType, String) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getEncodingClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getEncodingCompatibilityError() - Method in class org.jruby.Ruby
 
getEncodingConverterClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getEncodingError() - Method in class org.jruby.Ruby
 
getEncodingFromObject(IRubyObject) - Method in class org.jruby.runtime.encoding.EncodingService
 
getEncodingFromObjectNoError(IRubyObject) - Method in class org.jruby.runtime.encoding.EncodingService
 
getEncodingFromString(String) - Method in class org.jruby.runtime.encoding.EncodingService
 
getEncodingHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
GetEncodingInstr - Class in org.jruby.ir.instructions
 
GetEncodingInstr(Variable, Encoding) - Constructor for class org.jruby.ir.instructions.GetEncodingInstr
 
GetEncodingInstr(GetEncodingInstr) - Method in class org.jruby.ir.IRVisitor
 
GetEncodingInstr(GetEncodingInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
getEncodingList() - Method in class org.jruby.runtime.encoding.EncodingService
 
getEncodings() - Method in class org.jruby.runtime.encoding.EncodingService
 
getEncodingService() - Method in class org.jruby.parser.ParserConfiguration
 
getEncodingService() - Method in class org.jruby.Ruby
 
getEnd() - Method in class org.jruby.ir.instructions.BuildRangeInstr
 
getEnd() - Method in class org.jruby.truffle.runtime.core.RubyRange.IntegerFixnumRange
 
getEnd() - Method in class org.jruby.truffle.runtime.core.RubyRange.LongFixnumRange
 
getEnd() - Method in class org.jruby.truffle.runtime.core.RubyRange.ObjectRange
 
getEndBlockClosure() - Method in class org.jruby.ir.instructions.RecordEndBlockInstr
 
getEndBlocks() - Method in class org.jruby.ir.IRScope
 
getEndNode() - Method in class org.jruby.ast.DotNode
Gets the endNode.
getEndNode() - Method in class org.jruby.ast.FlipNode
Gets the endNode.
getEndOffset() - Method in class org.jruby.parser.RubyParserResult
 
getEngine() - Method in class org.jruby.embed.jsr223.JRubyCompiledScript
 
getEngineByExtension(String) - Method in class org.jruby.embed.jsr223.JRubyScriptEngineManager
 
getEngineByMimeType(String) - Method in class org.jruby.embed.jsr223.JRubyScriptEngineManager
 
getEngineByName(String) - Method in class org.jruby.embed.jsr223.JRubyScriptEngineManager
 
getEngineFactories() - Method in class org.jruby.embed.jsr223.JRubyScriptEngineManager
 
getEngineName() - Method in class org.jruby.embed.jsr223.JRubyEngineFactory
 
getEngineVersion() - Method in class org.jruby.embed.jsr223.JRubyEngineFactory
 
getEnsureNode() - Method in class org.jruby.ast.EnsureNode
Gets the ensureNode.
getEntry() - Method in class org.jruby.truffle.runtime.hash.HashSearchResult
 
getEntryBB() - Method in class org.jruby.ir.representations.CFG
 
getEntryNode() - Method in class org.jruby.ir.dataflow.DataFlowProblem
 
getEnumerable() - Method in class org.jruby.Ruby
 
getEnumerator() - Method in class org.jruby.Ruby
 
getEnv() - Method in class org.jruby.ext.JRubyPOSIXHandler
 
getENV() - Method in class org.jruby.Ruby
 
getENV() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getenv(String) - Static method in class org.jruby.util.SafePropertyAccessor
An extension over System.getenv method.
getenv() - Static method in class org.jruby.util.SafePropertyAccessor
An extension over System.getenv method.
getEnvironment() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns a map of environment variables.
getEnvironment() - Method in class org.jruby.embed.ScriptingContainer
Returns a map of environment variables.
getEnvironment() - Method in class org.jruby.management.Config
 
getEnvironment() - Method in interface org.jruby.management.ConfigMBean
 
getEnvironment() - Method in class org.jruby.RubyInstanceConfig
 
getEnvironment() - Method in class org.jruby.truffle.translator.BodyTranslator
 
getEnvironmentVariableMap(Ruby) - Method in class org.jruby.util.OSEnvironment
Returns the environment as a hash of Ruby strings.
getEOFError() - Method in class org.jruby.Ruby
 
getErr() - Method in class org.jruby.embed.ScriptingContainer
Deprecated.
As of JRuby 1.5.0, Replaced by getError()
getErr() - Method in class org.jruby.Ruby
 
getErrno(int) - Method in class org.jruby.Ruby
 
getErrno() - Method in class org.jruby.Ruby
 
getError() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns an error stream assigned to STDERR and $stderr.
getError() - Method in class org.jruby.embed.ScriptingContainer
Returns an error stream assigned to STDERR and $stderr.
getError() - Method in class org.jruby.RubyInstanceConfig
 
getError() - Method in class org.jruby.util.ShellLauncher.POpenProcess
 
getErrorClass(Ruby) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
getErrorClass(Ruby) - Method in class org.jruby.ext.ffi.NullMemoryIO
 
getErrorInfo() - Method in class org.jruby.RubyThread
 
getErrorInfo(Ruby) - Static method in class org.jruby.runtime.Helpers
 
getErrorInfo() - Method in class org.jruby.runtime.ThreadContext
 
GetErrorInfoInstr - Class in org.jruby.ir.instructions.defined
 
GetErrorInfoInstr(Variable) - Constructor for class org.jruby.ir.instructions.defined.GetErrorInfoInstr
 
GetErrorInfoInstr(GetErrorInfoInstr) - Method in class org.jruby.ir.IRVisitor
 
GetErrorInfoInstr(GetErrorInfoInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
getErrorStream() - Method in class org.jruby.ext.JRubyPOSIXHandler
 
getErrorStream() - Method in class org.jruby.Ruby
 
getErrorStream() - Method in class org.jruby.util.io.POSIXProcess
 
getErrorStream() - Method in class org.jruby.util.ShellLauncher.POpenProcess
 
getErrorWriter() - Method in class org.jruby.embed.ScriptingContainer
Returns an error writer set in an attribute map.
getEtc() - Method in class org.jruby.Ruby
 
geteuid(IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
Deprecated.
geteuid(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
 
getEvalScope(Ruby) - Method in class org.jruby.runtime.Binding
 
getEvalType() - Method in class org.jruby.runtime.DynamicScope
 
getEvent() - Method in class org.jruby.ir.instructions.TraceInstr
 
getException() - Method in exception org.jruby.exceptions.RaiseException
Gets the exception
getException() - Method in class org.jruby.ir.instructions.ThrowExceptionInstr
 
getException(Ruby) - Method in class org.jruby.ir.operands.IRException
 
getException() - Method in class org.jruby.Ruby
 
getException() - Method in class org.jruby.truffle.runtime.core.RubyThread
 
getExceptionClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getExceptionCount() - Method in class org.jruby.management.Runtime
 
getExceptionCount() - Method in interface org.jruby.management.RuntimeMBean
 
getExceptionCount() - Method in class org.jruby.Ruby
Get the current exception count.
getExceptionFromOrdinal(int) - Static method in class org.jruby.ir.operands.IRException
 
getExceptionNodes() - Method in class org.jruby.ast.RescueBodyNode
Gets the exceptionNodes.
getExceptionTargetNode() - Method in class org.jruby.ir.dataflow.FlowGraphNode
 
getExceptionTypes() - Method in class org.jruby.javasupport.JavaCallable
 
getExceptionTypes() - Method in class org.jruby.javasupport.JavaConstructor
 
getExceptionTypes() - Method in class org.jruby.javasupport.JavaMethod
 
getExceptionTypes() - Method in interface org.jruby.javasupport.ParameterTypes
 
getExceptionTypes() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
getExceptionTypes() - Method in class org.jruby.javasupport.proxy.JavaProxyConstructor
 
getExcludedMethods() - Method in class org.jruby.management.Config
 
getExcludedMethods() - Method in interface org.jruby.management.ConfigMBean
 
getExcludedMethods() - Method in class org.jruby.RubyInstanceConfig
 
getExclusiveEnd() - Method in class org.jruby.truffle.runtime.core.RubyRange.IntegerFixnumRange
 
getExclusiveEnd() - Method in class org.jruby.truffle.runtime.core.RubyRange.LongFixnumRange
 
getExecArgs() - Method in class org.jruby.util.ShellLauncher.LaunchConfig
 
getExecutedPasses() - Method in class org.jruby.ir.IRScope
 
getExecutionContext(ThreadContext) - Method in class org.jruby.ext.jruby.JRubyExecutionContextLocal
 
getExecutionContext(ThreadContext) - Method in class org.jruby.ext.jruby.JRubyFiberLocal
 
getExecutionContext(ThreadContext) - Method in class org.jruby.ext.jruby.JRubyThreadLocal
 
getExecutionContext() - Method in class org.jruby.truffle.nodes.RubyRootNode
 
getExecutor() - Method in class org.jruby.Ruby
 
getExitBB() - Method in class org.jruby.ir.representations.CFG
 
GetExitCodeProcess(Pointer, IntByReference) - Method in interface org.jruby.util.WindowsFFI.Kernel32
 
getExitNode() - Method in class org.jruby.ir.dataflow.DataFlowProblem
 
getExpandArguments() - Method in class org.jruby.ast.YieldNode
 
getExpectedVersion() - Method in class org.jruby.ir.instructions.ModuleVersionGuardInstr
 
getExpression() - Method in class org.jruby.ast.java_signature.AnnotationParameter
 
getExpressionNode() - Method in class org.jruby.ast.DefinedNode
Gets the expressionNode.
getExpressionNodes() - Method in class org.jruby.ast.WhenNode
Get the expressionNode(s).
getExtendedHelp() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
getExtendedHelp() - Static method in class org.jruby.util.cli.OutputStrings
 
getExtensions() - Method in class org.jruby.embed.jsr223.JRubyEngineFactory
 
getExternalEncoding() - Method in class org.jruby.RubyInstanceConfig
 
getExtraCallSites() - Method in class org.jruby.RubyClass
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.BindingNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.ClassNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.ComparableNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.DirNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.EncodingConverterNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.ExceptionNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.FalseClassNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.FiberNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.IntegerNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.IONodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.MainNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.MethodNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.NumericNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.ObjectSpaceNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.ProcessNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.ProcNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.SignalNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.TrueClassNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.TrufflePrimitiveNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.core.UnboundMethodNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.rubinius.FixnumPrimitiveNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory
 
getFactories() - Static method in class org.jruby.truffle.nodes.rubinius.VMPrimitiveNodesFactory
 
getFactory() - Method in class org.jruby.embed.jsr223.JRubyEngine
 
getFactory() - Static method in class org.jruby.ext.ffi.jffi.DefaultMethodFactory
 
getFactory() - Method in class org.jruby.truffle.nodes.rubinius.RubiniusPrimitiveConstructor
 
getFailCount() - Method in class org.jruby.compiler.JITCompiler
 
getFailCount() - Method in interface org.jruby.compiler.JITCompilerMBean
 
getFailedCallSiteCount() - Method in interface org.jruby.management.MethodCacheMBean
 
getFailurePathLabel() - Method in class org.jruby.ir.instructions.ModuleVersionGuardInstr
Where to jump if the version assumption fails?
getFalse() - Method in class org.jruby.ir.IRManager
 
getFalse() - Method in class org.jruby.Ruby
Returns the "false" instance from the instance pool.
getFalseClass() - Method in class org.jruby.Ruby
 
getFalseClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getFastFixnumOpsCallSite(String) - Static method in class org.jruby.runtime.MethodIndex
 
getFastFixnumOpsMethod(String) - Static method in class org.jruby.runtime.MethodIndex
 
getFastFloatOpsCallSite(String) - Static method in class org.jruby.runtime.MethodIndex
 
getFastFloatOpsMethod(String) - Static method in class org.jruby.runtime.MethodIndex
 
getFastMethod(String) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getFastMethod(String, Class) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getFastMethod(String, Class, Class) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getFastMethod(String, Class, Class, Class) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getFastNumericMethodHandle(JRubyCallSite, DynamicMethod) - Static method in class org.jruby.ext.ffi.jffi.InvokeDynamic
 
getFastOptMethod(String) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getFastOptSingletonMethod(String) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getFastSingletonMethod(String) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getFastSingletonMethod(String, Class) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getFastSingletonMethod(String, Class, Class) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getFastSingletonMethod(String, Class, Class, Class) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getFastSwitchSingleCharString(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
getFastSwitchSingleCharSymbol(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
getFastSwitchString(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
getFastSwitchSymbol(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
getFatal() - Method in class org.jruby.Ruby
 
getFcntlFileFlags() - Method in class org.jruby.util.io.ModeFlags
Convert the flags in this object to a set of flags appropriate for the fcntl.
getFeatureManager() - Method in class org.jruby.truffle.runtime.RubyContext
 
getFFI() - Method in class org.jruby.Ruby
 
getFFIHandle() - Method in class org.jruby.RubyBasicObject
 
getFFIHandle(RubyBasicObject) - Method in class org.jruby.runtime.ivars.VariableTableManager
Retrieve the FFI ext handle for the given object.
getFFIHandleAccessorField() - Method in class org.jruby.RubyClass
 
getFFIHandleAccessorField() - Method in class org.jruby.runtime.ivars.VariableTableManager
Retrieve the lazy accessor (VariableAccessorField) for FFI handle.
getFFIHandleAccessorForRead() - Method in class org.jruby.RubyClass
 
getFFIHandleAccessorForRead() - Method in class org.jruby.runtime.ivars.VariableTableManager
Retrieve the read accessor for FFI handle.
getFFIHandleAccessorForWrite() - Method in class org.jruby.RubyClass
 
getFFIHandleAccessorForWrite() - Method in class org.jruby.runtime.ivars.VariableTableManager
Retrieve the write accessor for FFI handle.
getFiber() - Method in class org.jruby.Ruby
 
getFiber() - Method in class org.jruby.runtime.ThreadContext
 
getFiberClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getFiberCurrentThread() - Method in class org.jruby.runtime.ThreadContext
 
getFiberError() - Method in class org.jruby.Ruby
 
getFiberExecutor() - Method in class org.jruby.Ruby
 
getFiberManager() - Method in class org.jruby.truffle.runtime.RubyContext
 
getfield(String, String, String) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
getField(String) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Load instance variable from self.
getField(String) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
getField(String) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
getFieldAnnotations() - Method in class org.jruby.RubyClass
 
getFieldCount() - Method in class org.jruby.ext.ffi.StructLayout
 
GetFieldInstr - Class in org.jruby.ir.instructions
 
GetFieldInstr(Variable, Operand, String) - Constructor for class org.jruby.ir.instructions.GetFieldInstr
 
GetFieldInstr(GetFieldInstr) - Method in class org.jruby.ir.IRVisitor
 
GetFieldInstr(GetFieldInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
getFieldNames() - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
getFieldNames(RubyBasicObject) - Method in class org.jruby.truffle.runtime.RubyOperations
 
getFields() - Method in class org.jruby.ext.ffi.StructLayout
 
getFields(Class<?>) - Static method in class org.jruby.javasupport.JavaClass
 
getFieldSignatures() - Method in class org.jruby.RubyClass
 
getFieldValue(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Struct
 
getFile() - Method in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
getFile() - Method in class org.jruby.internal.runtime.methods.CompiledMethod
 
getFile() - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
getFile() - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
getFile() - Method in class org.jruby.internal.runtime.methods.ProcMethod
 
getFile() - Method in class org.jruby.lexer.yacc.InvalidSourcePosition
 
getFile() - Method in interface org.jruby.lexer.yacc.ISourcePosition
Which file does this source position live in?
getFile() - Method in class org.jruby.lexer.yacc.SimpleSourcePosition
 
getFile() - Method in class org.jruby.Ruby
 
getFile() - Method in class org.jruby.runtime.Binding
 
getFile() - Method in class org.jruby.runtime.BlockBody
Get the filename for this block
getFile() - Method in class org.jruby.runtime.CallBlock
 
getFile() - Method in class org.jruby.runtime.CallBlock19
 
getFile() - Method in class org.jruby.runtime.CompiledBlock
 
getFile() - Method in class org.jruby.runtime.CompiledBlock19
 
getFile() - Method in class org.jruby.runtime.CompiledBlockCallback
 
getFile() - Method in interface org.jruby.runtime.CompiledBlockCallback19
 
getFile() - Method in class org.jruby.runtime.IRBlockBody
 
getFile() - Method in class org.jruby.runtime.JavaInternalBlockBody
 
getFile() - Method in class org.jruby.runtime.MethodBlock
 
getFile() - Method in class org.jruby.runtime.NullBlockBody
 
getFile() - Method in interface org.jruby.runtime.PositionAware
Get the filename for the method.
getFile() - Method in class org.jruby.runtime.ThreadContext
 
getFileClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getFileDescriptor() - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Get the FileDescriptor object associated with this descriptor.
getFileEntry(ZipFile, String) - Static method in class org.jruby.RubyFile
 
getFileInBundle(String, String) - Static method in class org.jruby.embed.osgi.utils.OSGiFileLocator
 
getFileInBundle(Bundle, String) - Static method in class org.jruby.embed.osgi.utils.OSGiFileLocator
 
getFilename() - Method in class org.jruby.AbstractRubyMethod
 
getFilename() - Method in class org.jruby.ir.instructions.TraceInstr
 
getFileName() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
getFileName() - Method in class org.jruby.ir.IRScope
 
getFilename() - Method in class org.jruby.lexer.yacc.LexerSource
What file are we lexing?
getFilename() - Method in class org.jruby.RubyMethod
 
getFilename() - Method in class org.jruby.runtime.backtrace.BacktraceElement
 
getFileName() - Method in class org.jruby.runtime.backtrace.RubyStackTraceElement
 
getFilename() - Method in class org.jruby.runtime.ivars.MethodData
 
getFileName(JRubyFile, String) - Method in class org.jruby.runtime.load.LoadService
 
getFileno() - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Get this descriptor's file number.
getFileno() - Method in class org.jruby.util.io.OpenFile
 
getFilenoFromChannel(Channel) - Static method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
getFilenoUtil() - Method in class org.jruby.Ruby
 
getFileProperty(String) - Static method in class org.jruby.util.JRubyFile
 
getFileProperty(String) - Static method in class org.jruby.util.NormalizedFile
 
getFileStat() - Method in class org.jruby.Ruby
 
getFileSystemEncoding(Ruby) - Method in class org.jruby.runtime.encoding.EncodingService
 
getFileTest() - Method in class org.jruby.Ruby
 
getFileURL(URL) - Static method in class org.jruby.embed.osgi.utils.OSGiFileLocator
Only useful for equinox: on felix we get the file:// url already.
getFinalizer() - Method in class org.jruby.util.io.OpenFile
 
getFirstDispatchNode() - Method in class org.jruby.truffle.nodes.dispatch.DispatchHeadNode
 
getFirstInSequence() - Method in class org.jruby.truffle.runtime.core.RubyHash
 
getFirstNode() - Method in class org.jruby.ast.AndNode
Gets the firstNode.
getFirstNode() - Method in class org.jruby.ast.ArgsCatNode
 
getFirstNode() - Method in class org.jruby.ast.ArgsPushNode
 
getFirstNode() - Method in interface org.jruby.ast.BinaryOperatorNode
Gets the firstNode.
getFirstNode() - Method in class org.jruby.ast.OpAsgnAndNode
Gets the firstNode.
getFirstNode() - Method in class org.jruby.ast.OpAsgnOrNode
Gets the firstNode.
getFirstNode() - Method in class org.jruby.ast.OrNode
Gets the firstNode.
getFirstRescueBlockLabel() - Method in class org.jruby.ir.instructions.ExceptionRegionStartMarkerInstr
 
getFixnum(ThreadContext, int, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFixnum(ThreadContext, int, long) - Method in class org.jruby.ast.executable.AbstractScript
 
getFixnum(ThreadContext, int, int) - Method in class org.jruby.ast.executable.RuntimeCache
 
getFixnum(ThreadContext, int, long) - Method in class org.jruby.ast.executable.RuntimeCache
 
getFixnum() - Method in class org.jruby.Ruby
 
getFixnum(Frame) - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
getFixnum0(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFixnum1(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFixnum2(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFixnum3(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFixnum4(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFixnum5(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFixnum6(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFixnum7(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFixnum8(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFixnum9(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFixnumArg() - Method in class org.jruby.ir.instructions.specialized.OneFixnumArgNoBlockCallInstr
 
getFixnumBooleanHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getFixnumBootstrap(MethodHandles.Lookup, String, MethodType, long) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getFixnumClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getFixnumHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getFixnumInvalidator() - Method in class org.jruby.Ruby
Retrieve the invalidator for Fixnum reopening
getFixnumOperatorHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getFixnumVariablesCount() - Method in class org.jruby.ir.IRScope
 
getFlag(int) - Method in class org.jruby.RubyBasicObject
Get the value of a custom flag on this object.
getFlags() - Method in class org.jruby.ir.IRScope
 
getFlags() - Method in class org.jruby.util.io.ModeFlags
Return a value that, when passed to our constructor, would create a copy of this instance.
getFlipFlopStates() - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
getFlipScope() - Method in class org.jruby.runtime.DynamicScope
Find the scope to use for flip-flops.
getFloat(ThreadContext, int, double) - Method in class org.jruby.ast.executable.AbstractScript
 
getFloat(ThreadContext, int, double) - Method in class org.jruby.ast.executable.RuntimeCache
 
getFloat(long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
getFloat(long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
getFloat(long) - Method in class org.jruby.ext.ffi.MemoryIO
Reads a float value from the memory area.
getFloat(long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
getFloat() - Method in class org.jruby.Ruby
 
getFloat(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayIndexNode
 
getFloat(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AtNode
 
getFloat(Frame) - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
getFloat0(ThreadContext, double) - Method in class org.jruby.ast.executable.AbstractScript
 
getFloat1(ThreadContext, double) - Method in class org.jruby.ast.executable.AbstractScript
 
getFloat2(ThreadContext, double) - Method in class org.jruby.ast.executable.AbstractScript
 
getFloat3(ThreadContext, double) - Method in class org.jruby.ast.executable.AbstractScript
 
getFloat32(byte[], int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
 
getFloat4(ThreadContext, double) - Method in class org.jruby.ast.executable.AbstractScript
 
getFloat5(ThreadContext, double) - Method in class org.jruby.ast.executable.AbstractScript
 
getFloat6(ThreadContext, double) - Method in class org.jruby.ast.executable.AbstractScript
 
getFloat64(byte[], int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
 
getFloat7(ThreadContext, double) - Method in class org.jruby.ast.executable.AbstractScript
 
getFloat8(ThreadContext, double) - Method in class org.jruby.ast.executable.AbstractScript
 
getFloat9(ThreadContext, double) - Method in class org.jruby.ast.executable.AbstractScript
 
getFloatArg() - Method in class org.jruby.ir.instructions.specialized.OneFloatArgNoBlockCallInstr
 
getFloatBootstrap(MethodHandles.Lookup, String, MethodType, double) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getFloatClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getFloatDomainError() - Method in class org.jruby.Ruby
 
getFloatHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getFloatInBounds(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayIndexNode
 
getFloatInBounds(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AtNode
 
getFloatInvalidator() - Method in class org.jruby.Ruby
Retrieve the invalidator for Float reopening
getFloatOperatorHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getFloatVariablesCount() - Method in class org.jruby.ir.IRScope
 
getFlowDirection() - Method in class org.jruby.ir.dataflow.DataFlowProblem
 
getFlowGraphNode(BasicBlock) - Method in class org.jruby.ir.dataflow.DataFlowProblem
 
getFlushCount() - Method in interface org.jruby.management.MethodCacheMBean
 
getFModeFromString(String) - Static method in class org.jruby.util.io.OpenFile
Deprecated.
getFormat() - Method in class org.jruby.util.RubyDateFormatter.Token
Gets the format.
getFormat() - Method in class org.jruby.util.TimeOutputFormatter
Deprecated.
 
getFormatter(String) - Static method in class org.jruby.util.TimeOutputFormatter
Deprecated.
 
getFoundVariables() - Method in class org.jruby.ast.visitor.InstanceVariableFinder
Return the Set of all instance variables found during walking.
getFrame() - Method in class org.jruby.runtime.Binding
Gets the frame.
getFrame() - Method in class org.jruby.runtime.Block
Gets the frame.
getFrame() - Method in class org.jruby.truffle.runtime.core.RubyBinding
 
getFrameBlock() - Method in class org.jruby.runtime.ThreadContext
 
getFrameDescriptor() - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MaxBlock
 
getFrameDescriptor() - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MinBlock
 
getFrameDescriptor() - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
getFrameKlazz() - Method in class org.jruby.runtime.ThreadContext
 
getFrameName() - Method in class org.jruby.ir.instructions.PushFrameInstr
 
getFrameName() - Method in class org.jruby.runtime.ThreadContext
 
getFramePost(Signature, CallConfiguration) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
getFramePre(Signature, CallConfiguration, RubyModule, String, StaticScope) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
getFrameSelf() - Method in class org.jruby.runtime.ThreadContext
 
getFrameSlot() - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MaxBlock
 
getFrameSlot() - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MinBlock
 
getFrameSlot() - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
getFrameSlot() - Method in class org.jruby.truffle.translator.ReadLocalDummyNode
 
getFrameType() - Method in class org.jruby.runtime.backtrace.RubyStackTraceElement
 
GetFromThreadLocalNode - Class in org.jruby.truffle.nodes.globals
If a child node produces a ThreadLocal, get the value from it.
GetFromThreadLocalNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.globals.GetFromThreadLocalNode
 
GetFromThreadLocalNode(GetFromThreadLocalNode) - Constructor for class org.jruby.truffle.nodes.globals.GetFromThreadLocalNode
 
GetFromThreadLocalNodeFactory - Class in org.jruby.truffle.nodes.globals
 
getFrozenString(ThreadContext, int, int, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFrozenString(ThreadContext, int, int, int) - Method in class org.jruby.ast.executable.RuntimeCache
 
getFrozenString0(ThreadContext, int, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFrozenString1(ThreadContext, int, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFrozenString2(ThreadContext, int, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFrozenString3(ThreadContext, int, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFrozenString4(ThreadContext, int, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFrozenString5(ThreadContext, int, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFrozenString6(ThreadContext, int, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFrozenString7(ThreadContext, int, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFrozenString8(ThreadContext, int, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFrozenString9(ThreadContext, int, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getFrozenStringBootstrap(MethodHandles.Lookup, String, MethodType, String, String, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getFrozenStringHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getFullyTypedName() - Method in class org.jruby.ast.java_signature.ArrayTypeNode
 
getFullyTypedName() - Method in class org.jruby.ast.java_signature.ReferenceTypeNode
 
getFullyTypedName() - Method in class org.jruby.ast.java_signature.TypeNode
Get the name of the class with all of its potential generic glory.
getFunctionalCallSite(String) - Static method in class org.jruby.runtime.MethodIndex
 
getGC() - Method in class org.jruby.Ruby
 
getGeneration() - Method in class org.jruby.RubyModule
 
getGenerationObject() - Method in class org.jruby.RubyModule
 
getGenerator() - Method in class org.jruby.Ruby
 
getGenericExceptionTypes() - Method in class org.jruby.javasupport.JavaCallable
 
getGenericExceptionTypes() - Method in class org.jruby.javasupport.JavaConstructor
 
getGenericExceptionTypes() - Method in class org.jruby.javasupport.JavaMethod
 
getGenericParameterTypes() - Method in class org.jruby.javasupport.JavaCallable
 
getGenericParameterTypes() - Method in class org.jruby.javasupport.JavaConstructor
 
getGenericParameterTypes() - Method in class org.jruby.javasupport.JavaMethod
 
getgid(IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
Deprecated.
getgid(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
 
getGlobal() - Method in class org.jruby.truffle.runtime.core.RubyMatchData
 
getGlobalBooleanFallback(GlobalSite, ThreadContext) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getGlobalBooleanHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getGlobalBooleanUncached(GlobalVariable) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getGlobalEnsureBB() - Method in class org.jruby.ir.representations.CFG
 
getGlobalEnsureBlockLabel() - Static method in class org.jruby.ir.operands.Label
 
getGlobalFallback(GlobalSite, ThreadContext) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getGlobalHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getGlobalRuntime() - Static method in class org.jruby.Ruby
Get the global runtime.
getGlobalState() - Method in class org.jruby.Ruby
GET_VM_STATE_VERSION
getGlobalUncached(GlobalVariable) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getGlobalVariable(Ruby, String) - Static method in class org.jruby.runtime.Helpers
 
GetGlobalVariableInstr - Class in org.jruby.ir.instructions
 
GetGlobalVariableInstr(Variable, String) - Constructor for class org.jruby.ir.instructions.GetGlobalVariableInstr
 
GetGlobalVariableInstr(Variable, GlobalVariable) - Constructor for class org.jruby.ir.instructions.GetGlobalVariableInstr
 
GetGlobalVariableInstr(GetGlobalVariableInstr) - Method in class org.jruby.ir.IRVisitor
 
GetGlobalVariableInstr(GetGlobalVariableInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
getGlobalVariables() - Method in class org.jruby.Ruby
 
getGlobalVariablesObject() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getgm() - Method in class org.jruby.RubyTime
 
getgrent(IRubyObject) - Static method in class org.jruby.ext.etc.RubyEtc
 
getgrgid(IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.etc.RubyEtc
 
getgrnam(IRubyObject, IRubyObject) - Static method in class org.jruby.ext.etc.RubyEtc
 
getGroups(IRubyObject) - Method in class org.jruby.platform.NTPlatform
 
getGroups(IRubyObject) - Method in class org.jruby.platform.Platform
 
getGroups(IRubyObject) - Method in class org.jruby.platform.SolarisPlatform
 
getGroups(IRubyObject) - Method in class org.jruby.platform.UnixPlatform
 
getGroups(IRubyObject) - Method in class org.jruby.platform.UnsupportedPlatform
 
getGroupStruct() - Method in class org.jruby.Ruby
 
getHandle() - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
getHandle() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Get the "handle" associated with this DynamicMethod.
getHandle(int) - Method in class org.jruby.internal.runtime.methods.HandleMethod
 
getHandle() - Method in class org.jruby.ir.IRClosure
 
getHandleFor(int) - Method in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
getHash() - Method in class org.jruby.Ruby
 
getHashClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getHashForBytes(byte[]) - Static method in class org.jruby.compiler.JITCompiler
 
getHashForString(String) - Static method in class org.jruby.compiler.JITCompiler
 
getHashSeedK0() - Method in class org.jruby.Ruby
 
getHashSeedK1() - Method in class org.jruby.Ruby
 
getHasScriptArgv() - Method in class org.jruby.RubyInstanceConfig
 
getHeadFloat(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayDropTailNode
 
getHeadIntegerFixnum(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayDropTailNode
 
getHeadNode() - Method in class org.jruby.ast.MultipleAsgnNode
Gets the headNode.
getHeadNode() - Method in class org.jruby.truffle.nodes.dispatch.DispatchNode
 
getHeadNull(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayDropTailNode
 
getHeadObject(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayDropTailNode
 
getHelperMethod() - Method in class org.jruby.ir.instructions.RuntimeHelperCall
 
getHierarchyLock() - Method in class org.jruby.Ruby
Get the global object used to synchronize class-hierarchy modifications like cache invalidation, subclass sets, and included hierarchy sets.
getHighAddress() - Method in class org.jruby.ext.socket.SubnetUtils.SubnetInfo
Return the high address as a dotted IP address.
getHighBits() - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
 
getHomeDirectory() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns a JRuby home directory.
getHomeDirectory() - Method in class org.jruby.embed.ScriptingContainer
Returns a JRuby home directory.
getHomeDirectoryPath(ThreadContext, String) - Static method in class org.jruby.RubyDir
Returns the home directory of the specified user on the system.
getHomeDirectoryPath(ThreadContext) - Static method in class org.jruby.RubyDir
 
getHooks() - Method in class org.jruby.truffle.runtime.RubyContext
 
gethostbyaddr(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.socket.RubySocket
 
gethostbyaddr(ThreadContext, IRubyObject[]) - Static method in class org.jruby.ext.socket.SocketUtils
 
gethostbyname(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.RubySocket
 
gethostbyname(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.RubyTCPSocket
 
gethostbyname(IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.RubyTCPSocket
Deprecated.
gethostbyname(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.socket.SocketUtils
 
gethostname(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.socket.RubySocket
 
gethostname(ThreadContext) - Static method in class org.jruby.ext.socket.SocketUtils
 
getHostScope() - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
getID() - Method in enum org.jruby.common.IRubyWarnings.ID
 
getID() - Method in class org.jruby.ir.representations.BasicBlock
 
getID() - Method in interface org.jruby.ir.util.ExplicitVertexID
 
getID() - Method in enum org.jruby.lexer.yacc.SyntaxException.PID
 
getId() - Method in class org.jruby.RubySymbol
 
getIdentifier() - Method in class org.jruby.truffle.translator.BodyTranslator
 
getIdentifier() - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
getIdentifier() - Method in class org.jruby.truffle.translator.Translator
 
getifaddrs(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.socket.RubySocket
 
getIfNone() - Method in class org.jruby.RubyHash
 
getImplementationClass() - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
getImplementationClass() - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
getImplementationClass() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Retrieve the class or module on which this method is implemented, used for 'super' logic among others.
getIn() - Method in class org.jruby.embed.ScriptingContainer
Deprecated.
As of JRuby 1.5.0, replaced by getInput().
getIn() - Method in class org.jruby.Ruby
 
getIncomingEdgeOfType(BasicBlock, Object) - Method in class org.jruby.ir.representations.CFG
 
getIncomingEdges(BasicBlock) - Method in class org.jruby.ir.representations.CFG
 
getIncomingSource(BasicBlock) - Method in class org.jruby.ir.representations.CFG
 
getIncomingSourceOfType(BasicBlock, Object) - Method in class org.jruby.ir.representations.CFG
 
getIncomingSources(BasicBlock) - Method in class org.jruby.ir.representations.CFG
 
getIncomingSourcesOf(BasicBlock) - Method in class org.jruby.ir.dataflow.DataFlowProblem
 
getIndex() - Method in class org.jruby.ast.ArgumentNode
Gets the index within the scope construct that actually holds the eval'd value of this local variable
getIndex() - Method in class org.jruby.ast.DAsgnNode
Gets the index within the scope construct that actually holds the eval'd value of this local variable
getIndex() - Method in class org.jruby.ast.DVarNode
Gets the index within the scope construct that actually holds the eval'd value of this local variable
getIndex() - Method in class org.jruby.ast.FlipNode
Gets the index within the scope construct that actually holds the eval'd value of this local variable
getIndex() - Method in interface org.jruby.ast.IScopedNode
Which index (or slot) this variable is located at in the scope it is stored in.
getIndex() - Method in class org.jruby.ast.KeywordArgNode
 
getIndex() - Method in class org.jruby.ast.LocalAsgnNode
Gets the index within the scope construct that actually holds the eval'd value of this local variable
getIndex() - Method in class org.jruby.ast.LocalVarNode
Gets the index within the scope construct that actually holds the eval'd value of this local variable
getIndex() - Method in class org.jruby.ir.instructions.MultipleAsgnBase
 
getIndex() - Method in class org.jruby.runtime.ivars.VariableAccessor
Get the index allocated for this variable.
getIndex(RubyMatchData, int) - Method in class org.jruby.truffle.nodes.core.MatchDataNodes.GetIndexNode
 
getIndex(RubyString, int, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.StringNodes.GetIndexNode
 
getIndex(int, int) - Static method in class org.jruby.truffle.runtime.hash.HashOperations
 
getIndex() - Method in class org.jruby.truffle.runtime.hash.HashSearchResult
 
getIndexError() - Method in class org.jruby.Ruby
 
getIndexInBounds(RubyString, int, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.StringNodes.GetIndexNode
 
getIndicativeName() - Method in class org.jruby.truffle.nodes.core.CoreMethodNodeManager.MethodDetails
 
getInetAddress() - Method in class org.jruby.ext.socket.Addrinfo
 
getInfo() - Method in class org.jruby.ext.socket.SubnetUtils
Return a SubnetUtils.SubnetInfo instance that contains subnet-specific statistics
getInlineScript() - Method in class org.jruby.RubyInstanceConfig
 
getInliningCompilerPasses(IRScope) - Method in class org.jruby.ir.IRManager
 
getInOutFlags() - Method in class org.jruby.ext.ffi.Buffer
 
getInPlaceBackupExtension() - Method in class org.jruby.RubyInstanceConfig
 
getInPlaceBackupExtention() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
getInput() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns an input stream assigned to STDIN and $stdin.
getInput() - Method in class org.jruby.embed.ScriptingContainer
Returns an input stream assigned to STDIN and $stdin.
getInput() - Method in class org.jruby.RubyInstanceConfig
 
getInput() - Method in class org.jruby.util.ShellLauncher.POpenProcess
 
getInputEncoding() - Method in class org.jruby.RubyIO
 
getInputFieldSeparator() - Method in class org.jruby.management.Config
 
getInputFieldSeparator() - Method in interface org.jruby.management.ConfigMBean
 
getInputFieldSeparator() - Method in class org.jruby.RubyInstanceConfig
 
getInputStream() - Method in class org.jruby.ext.JRubyPOSIXHandler
 
getInputStream() - Method in class org.jruby.Ruby
 
getInputStream() - Method in class org.jruby.runtime.load.LoadServiceResource
 
getInputStream() - Method in class org.jruby.util.io.POSIXProcess
 
getInputStream() - Method in class org.jruby.util.ShellLauncher.POpenProcess
 
getInSingle() - Method in class org.jruby.parser.ParserSupport
Getter for property inSingle.
getInstance(Object, Class<T>) - Method in interface org.jruby.embed.EmbedRubyInterfaceAdapter
Returns a instance of requested interface type from a previously evaluated script.
getInstance() - Method in class org.jruby.embed.internal.AbstractLocalContextProvider
 
getInstance(Object, Class<T>) - Method in class org.jruby.embed.internal.EmbedRubyInterfaceAdapterImpl
Returns a instance of a requested interface type from a previously evaluated script.
getInstance(Object, Class<T>) - Method in class org.jruby.embed.ScriptingContainer
Returns an instance of a requested interface type.
getInstance(RubyObject, String, Object...) - Static method in class org.jruby.embed.variable.Argv
Returns an instance of this class.
getInstance(RubyObject, String, Object...) - Static method in class org.jruby.embed.variable.ClassVariable
Returns an instance of this class.
getInstance(RubyObject, String, Object...) - Static method in class org.jruby.embed.variable.Constant
Returns an instance of this class.
getInstance(RubyObject, String, Object...) - Static method in class org.jruby.embed.variable.GlobalVariable
Returns an instance of this class.
getInstance(RubyObject, String, Object...) - Static method in class org.jruby.embed.variable.InstanceVariable
Returns an instance of this class.
getInstance(RubyObject, String, Object...) - Static method in class org.jruby.embed.variable.LocalGlobalVariable
Returns an instance of this class.
getInstance(RubyObject, String, Object...) - Static method in class org.jruby.embed.variable.PersistentLocalVariable
Returns an instance of this class.
getInstance(RubyObject, String, Object...) - Static method in class org.jruby.embed.variable.TransientLocalVariable
Returns an instance of this class.
getInstance() - Static method in class org.jruby.ext.ffi.Factory
Gets an instance of FFIProvider
getInstance() - Static method in class org.jruby.ext.ffi.jffi.CallbackManager
Gets the singleton instance of CallbackManager
getInstance() - Static method in class org.jruby.internal.runtime.methods.NullMethod
Retrieve the singleton instance.
getInstance() - Static method in class org.jruby.internal.runtime.methods.UndefinedMethod
Retrieve the singleton instance.
getInstance() - Static method in class org.jruby.ir.Compiler
 
getInstance() - Static method in class org.jruby.ir.interpreter.Interpreter
 
getInstance(Ruby, Object) - Static method in class org.jruby.javasupport.Java
Same as Java#getInstance(runtime, rawJavaObject, false).
getInstance(Ruby, Object, boolean) - Static method in class org.jruby.javasupport.Java
Returns a new proxy instance of a type corresponding to rawJavaObject's class, or the cached proxy if we've already seen this object.
getInstance() - Static method in class org.jruby.truffle.nodes.cast.ArrayCastNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.cast.BooleanCastNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.cast.HashCastNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.cast.ProcCastNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.cast.ProcOrNullNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.cast.SplatCastNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.cast.StringToSymbolNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.cast.ToSNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.conversion.ToJavaStringNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.conversion.ToSymbolNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayDropTailNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayDupNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayGetTailNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayIndexNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.AddNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.AnyNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.AtNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ClearNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.CompactNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ConcatNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.DeleteAtNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.DeleteNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.EachNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.EachWithIndexNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.EmptyNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.EqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.FindNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.FirstNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.FlattenNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.HashNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.IncludeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.IndexNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.IndexSetNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.InitializeCopyNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.InitializeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.InjectNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.InsertNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.InspectNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.JoinNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.LastNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MapInPlaceNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MapNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MaxBlockNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MaxNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MinBlockNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MinNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.MulNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.PackNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.PermutationNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.PopNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ProductNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.PushNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.PushOneNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.RejectInPlaceNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.RejectNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ReplaceNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.SelectNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ShiftNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.SizeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.SortBangNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.SortNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.SubNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ToANodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.UnionNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.UniqNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.UnshiftNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArrayNodesFactory.ZipNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ArraySliceNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.IDNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.InitializeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.InstanceEvalNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.MethodMissingNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.NotEqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.NotNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.ReferenceEqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BasicObjectNodesFactory.SendNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.AbsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.AddNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.BitAndNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.BitOrNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.BitXOrNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.CompareNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.DivModNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.DivNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.EqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.EvenNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.GreaterEqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.GreaterNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.HashNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.LeftShiftNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.LessEqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.LessNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.ModNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.MulNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.NegNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.PowNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.RightShiftNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.SubNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.ToFNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BignumNodesFactory.ToSNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BindingNodesFactory.LocalVariableGetNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.BindingNodesFactory.LocalVariableSetNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ClassNodesFactory.AllocateNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ClassNodesFactory.InheritedNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ClassNodesFactory.InitializeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ClassNodesFactory.NewNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ClassNodesFactory.SuperClassNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.BetweenNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.EqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.GreaterEqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.GreaterNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.LessEqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ComparableNodesFactory.LessNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.DirNodesFactory.ChdirNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.DirNodesFactory.DeleteNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.DirNodesFactory.ExistsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.DirNodesFactory.GlobNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.DirNodesFactory.MkdirNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.DirNodesFactory.PwdNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.EncodingConverterNodesFactory.ConvPathNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.EncodingConverterNodesFactory.InitializeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.EncodingConverterNodesFactory.SearchConvPathNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.CompatibleQueryNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.DefaultExternalNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.DefaultInternalNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.DummyNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.FindNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.InspectNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.ListNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.NameListNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.SetDefaultExternalNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.SetDefaultInternalNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.EncodingNodesFactory.ToSNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ExceptionNodesFactory.BacktraceNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ExceptionNodesFactory.InitializeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ExceptionNodesFactory.MessageNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ExceptionNodesFactory.ToSNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FalseClassNodesFactory.AndNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FalseClassNodesFactory.OrXorNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FiberNodesFactory.InitializeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FiberNodesFactory.ResumeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FiberNodesFactory.YieldNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.AbsolutePathNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.CloseNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.DeleteNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.DirectoryNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.DirnameNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.EachLineNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.ExecutableNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.ExistsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.ExpandPathNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.FileNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.JoinNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.PathNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.PutsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.ReadFunctionNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.ReadNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.SizeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.SymlinkQueryNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FileNodesFactory.WriteNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.AbsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.AddNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.BitAndNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.BitLengthNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.BitOrNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.BitXOrNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.CompareNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.ComplementNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.DivModNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.DivNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.EqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.FloorNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.GreaterEqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.GreaterNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.InspectNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.LeftShiftNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.LessEqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.LessNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.ModNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.MulNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.NegNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.PowNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.RightShiftNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.SizeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.SubNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.ToFNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.ToSNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FixnumNodesFactory.ZeroNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.AbsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.AddNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.CeilNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.CompareNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.DivModNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.DivNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.EqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.FloorNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.GreaterEqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.GreaterNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.InfiniteNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.LessEqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.LessNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.ModNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.MulNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.NaNNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.NegNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.PowNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.RoundNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.SubNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.ToFNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.ToINodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.FloatNodesFactory.ToSNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.ClearNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.ConstructNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.DefaultNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.DeleteNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.EachNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.EmptyNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.EqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.GetIndexNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.InitializeCopyNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.InitializeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.InspectNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.KeyNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.KeysNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.MapNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.MergeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.SetIndexNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.SizeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.ToArrayNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.HashNodesFactory.ValuesNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.IntegerNodesFactory.ChrNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.IntegerNodesFactory.FloorNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.IntegerNodesFactory.TimesNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.IntegerNodesFactory.ToINodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.IntegerNodesFactory.UpToNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.IONodesFactory.OpenNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.IONodesFactory.ReadLinesNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.AbortNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ArrayNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.AtExitNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.BacktickNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.BindingNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.BlockGivenNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.CallerNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.CatchNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ClassNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.CloneNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.CompareNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.DupNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.EqlNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.EvalNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ExecNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ExitBangNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ExitNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ExtendNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ForkNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.FreezeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.FrozenNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.GetsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.HashNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InitializeCopyNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InitializeDupCloneNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InstanceOfNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InstanceVariableDefinedNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InstanceVariableGetNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InstanceVariableSetNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.InstanceVariablesNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.IntegerNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.IsANodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.LambdaNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.LoadNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.LocalVariablesNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.LoopNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.MatchNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.MethodNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.MethodsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.NilNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.NotMatchNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ObjectIDNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.PrintNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.PrivateMethodsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ProcNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.PublicMethodsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RaiseNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RandNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RequireNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RequireRelativeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RespondToMissingNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.RespondToNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SameOrEqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SendNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SetTraceFuncNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SingletonClassMethodNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SingletonMethodsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SleepNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SPrintfNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.StringNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.SystemNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.TaintedNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.TaintNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ThrowNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ToHexStringNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.ToSNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.KernelNodesFactory.UntaintNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MainNodesFactory.PrivateNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MainNodesFactory.PublicNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.BeginNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.CapturesNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.EndNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.GetIndexNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.PostMatchNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.PreMatchNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.ToANodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.ToSNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MatchDataNodesFactory.ValuesAtNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ACosHNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ACosNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ASinHNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ASinNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ATan2NodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ATanHNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ATanNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.CbRtNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.CosHNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.CosNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ErfcNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ErfNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.ExpNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.FrExpNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.GammaNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.HypotNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.LdexpNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.LGammaNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.Log10NodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.Log2NodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.LogNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.SimpleDyadicMathNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.SimpleMonadicMathNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.SinHNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.SinNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.SqrtNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.TanHNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MathNodesFactory.TanNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MethodNodesFactory.CallNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.MethodNodesFactory.NameNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AliasMethodNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AncestorsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AppendFeaturesNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AttrAccessorNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AttrReaderNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.AttrWriterNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ClassEvalNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ClassExecNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ClassVariableDefinedNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ClassVariableGetNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ClassVariablesNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.CompareNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ConstantsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ConstDefinedNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ConstGetNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ConstMissingNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ConstSetNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ContainsInstanceNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.DefineMethodNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.IncludeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.IncludePNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.InitializeCopyNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.InitializeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.InstanceMethodNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.InstanceMethodsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.IsSubclassOfNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.MethodDefinedNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ModuleFunctionNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.NameNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.NestingNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PrivateClassMethodNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PrivateConstantNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PrivateInstanceMethodsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PrivateNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.ProtectedNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PublicClassMethodNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PublicConstantNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PublicInstanceMethodsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.PublicNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.RemoveClassVariableNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.RemoveMethodNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ModuleNodesFactory.UndefMethodNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.NumericNodesFactory.NonZeroNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.NumericNodesFactory.PosNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.NumericNodesFactory.StepNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ObjectSpaceNodesFactory.DefineFinalizerNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ObjectSpaceNodesFactory.EachObjectNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ObjectSpaceNodesFactory.ID2RefNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ObjectSpaceNodesFactory.UndefineFinalizerNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ProcessNodesFactory.PidNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ProcNodesFactory.ArityNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ProcNodesFactory.BindingNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ProcNodesFactory.CallNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ProcNodesFactory.InitializeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ProcNodesFactory.LambdaNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ProcNodesFactory.ParametersNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.CollectNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.EachNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.EqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.ExcludeEndNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.FirstNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.IncludeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.LastNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.StepNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.ToANodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RangeNodesFactory.ToSNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.CaseEqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.EncodingNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.EqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.EscapeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.InitializeCopyNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.InitializeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.InspectNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.MatchNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.MatchOperatorNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.OptionsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.QuoteNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.SourceNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.RegexpNodesFactory.ToSNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.SignalNodesFactory.SignalNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.AddNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.BNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.BytesNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.CapitalizeBangNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.CapitalizeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ChompBangNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ChompNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ChrNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ClearNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.CompareNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ConcatNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.CountNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.DowncaseBangNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.DowncaseNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.DumpNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.EachLineNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ElementSetNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.EmptyNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.EncodeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.EncodingNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.EndWithNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.EqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ForceEncodingNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.FormatNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.GetByteNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.GetIndexNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.GsubNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.InitializeCopyNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.InitializeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.InsertNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.InspectNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.LjustNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.MatchNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.MatchOperatorNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.MulNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.OrdNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ReverseBangNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ReverseNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.RindexNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.RjustNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.RStripNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ScanNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.SetByteNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.SizeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.SplitNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.StartWithNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.SubNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.SuccBangNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.SuccNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.SumNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ToFNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ToINodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ToSNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.ToSymNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.UnpackNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.UpcaseBangNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.StringNodesFactory.UpcaseNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.AllSymbolsNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.CompareNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.EmptyNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.EqualNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.InspectNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.ToProcNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.ToSNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.SymbolNodesFactory.ToSymNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.AliveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.CurrentNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.ExitInstanceNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.ExitModuleNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.InitializeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.JoinNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.KillNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.PassNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.RaiseNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.StatusNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.StopNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.ThreadNodesFactory.ValueNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.TrueClassNodesFactory.AndNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.TrueClassNodesFactory.OrNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.TrueClassNodesFactory.XorNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.DumpCallStackNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.FlushStdoutNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.FullTreeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.JavaClassOfNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.PanicNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.ParseTreeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory.TreeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.TrufflePrimitiveNodesFactory.BindingOfCallerNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.TrufflePrimitiveNodesFactory.GCCountNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.TrufflePrimitiveNodesFactory.GCTimeNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.core.UnboundMethodNodesFactory.BindNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.globals.GetFromThreadLocalNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.globals.WrapInThreadLocalNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.literal.RangeLiteralNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.methods.AliasNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.methods.AssertCompilationConstantNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.methods.locals.ReadLevelVariableNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.methods.locals.ReadLocalVariableNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.methods.locals.WriteLevelVariableNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.methods.locals.WriteLocalVariableNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.objects.ClassNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.objects.SingletonClassNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.FixnumPrimitiveNodesFactory.FixnumCoercePrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodesFactory.StringCheckNullSafePrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodesFactory.StringIndexPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodesFactory.StringToFPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeDecomposePrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeEnvZonePrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeNSecondsPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSDupPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSecondsPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSetNSecondsPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSFromArrayPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSNowPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeSSpecificPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeStrftimePrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeUSecondsPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory.TimeUTCOffsetPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.EncodingGetObjectEncodingPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.ObjectInfectPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMGetModuleNamePrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectClassPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectEqualPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectKindOfPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectRespondToPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectSingletonClassObjectPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMObjectSingletonClassPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory.VMSetModuleNamePrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.truffle.nodes.rubinius.VMPrimitiveNodesFactory.VMGCStartPrimitiveNodeFactory
 
getInstance() - Static method in class org.jruby.util.ReferenceReaper
 
getInstanceConfig() - Method in class org.jruby.Ruby
 
getInstanceEvalClass() - Method in class org.jruby.RubyBasicObject
 
getInstanceVariable(String) - Method in class org.jruby.BasicObjectStub.DummyInstanceVariables
 
getInstanceVariable(IRubyObject, String) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
getInstanceVariable(String) - Method in class org.jruby.RubyBasicObject
 
getInstanceVariable(IRubyObject, String) - Method in interface org.jruby.RubyObjectAdapter
 
getInstanceVariable(String) - Method in interface org.jruby.runtime.builtin.InstanceVariables
Returns the named instance variable if present, else null.
getInstanceVariable(IRubyObject, Ruby, String) - Static method in class org.jruby.runtime.Helpers
 
getInstanceVariable(String) - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
getInstanceVariable(RubyBasicObject, Object) - Method in class org.jruby.truffle.runtime.RubyOperations
 
getInstanceVariableList() - Method in class org.jruby.BasicObjectStub.DummyInstanceVariables
 
getInstanceVariableList() - Method in class org.jruby.RubyBasicObject
Gets a list of all variables in this object.
getInstanceVariableList() - Method in interface org.jruby.runtime.builtin.InstanceVariables
 
getInstanceVariableNameList() - Method in class org.jruby.BasicObjectStub.DummyInstanceVariables
 
getInstanceVariableNameList() - Method in class org.jruby.RubyBasicObject
Gets a name list of all variables in this object.
getInstanceVariableNameList() - Method in interface org.jruby.runtime.builtin.InstanceVariables
 
getInstanceVariableNoWarn(IRubyObject, ThreadContext, String) - Static method in class org.jruby.runtime.Helpers
 
getInstanceVariables(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
getInstanceVariables() - Method in class org.jruby.ir.operands.UndefinedValue
 
getInstanceVariables() - Method in class org.jruby.RubyBasicObject
Dummy method to avoid a cast, and to avoid polluting the IRubyObject interface with all the instance variable management methods.
getInstanceVariables() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
getInstanceVariables() - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
getInstanceVariables(RubyBasicObject) - Method in class org.jruby.truffle.runtime.RubyOperations
 
GetInstr - Class in org.jruby.ir.instructions
 
GetInstr(Operation, Variable, Operand, String) - Constructor for class org.jruby.ir.instructions.GetInstr
 
getInStream() - Method in class org.jruby.RubyIO
 
getInstrs() - Method in class org.jruby.ir.IRScope
 
getInstrs() - Method in class org.jruby.ir.representations.BasicBlock
 
getInstructions() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
getInstructionsListener() - Method in class org.jruby.ir.IRManager
 
getInt(long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
getInt(long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
getInt(long) - Method in class org.jruby.ext.ffi.MemoryIO
Reads a 32 bit integer value from the memory area.
getInt(long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
getInt(String) - Static method in class org.jruby.util.SafePropertyAccessor
An extension over System.getProperty method that additionally produces an int value.
getInt(String, int) - Static method in class org.jruby.util.SafePropertyAccessor
An extension over System.getProperty method that additionally produces an int value.
getInt16(byte[], int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
 
getInt32(byte[], int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
 
getInt64(byte[], int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
 
getInteger() - Method in class org.jruby.Ruby
 
getIntegerClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getIntegerFixnum(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayIndexNode
 
getIntegerFixnum(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AtNode
 
getIntegerFixnumInBounds(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayIndexNode
 
getIntegerFixnumInBounds(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AtNode
 
getIntegratedBacktrace(ThreadContext, StackTraceElement[]) - Method in class org.jruby.runtime.backtrace.TraceType
Get an integrated Ruby/Java backtrace if the current Gather type is NORMAL
getIntegratedBacktraceData(ThreadContext, StackTraceElement[]) - Method in enum org.jruby.runtime.backtrace.TraceType.Gather
Gather backtrace data for an integrated trace if the current gather type is "NORMAL", otherwise use the current gather type.
getInterface(Class<T>) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
getInterface(Object, Class<T>) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
getInterfaceModule(Ruby, JavaClass) - Static method in class org.jruby.javasupport.Java
 
getInterfaces() - Method in class org.jruby.javasupport.proxy.JavaProxyClass
 
getInterfacesFromRubyClass(RubyClass) - Static method in class org.jruby.javasupport.Java
 
getInternalEncoding() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
getInternalEncoding() - Method in class org.jruby.RubyInstanceConfig
 
getInternalVariable(String) - Method in class org.jruby.BasicObjectStub.DummyInternalVariables
 
getInternalVariable(String) - Method in class org.jruby.RubyBasicObject
 
getInternalVariable(String) - Method in interface org.jruby.runtime.builtin.InternalVariables
Returns the named internal variable if present, else null.
getInternalVariables(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
getInternalVariables() - Method in class org.jruby.ir.operands.UndefinedValue
 
getInternalVariables() - Method in class org.jruby.RubyBasicObject
Dummy method to avoid a cast, and to avoid polluting the IRubyObject interface with all the instance variable management methods.
getInternalVariables() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
getInterpreterContext() - Method in class org.jruby.ir.IRScope
 
getInterrupt() - Method in class org.jruby.Ruby
 
getInterruptedRegexpError() - Method in class org.jruby.Ruby
 
getIntValue() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
getIntValue() - Method in class org.jruby.RubyBignum
 
getIntValue() - Method in class org.jruby.RubyFixnum
 
getIntValue() - Method in class org.jruby.RubyFloat
 
getIntValue() - Method in class org.jruby.RubyNumeric
Return the value of this numeric as a 32-bit long.
getInvalidator() - Method in class org.jruby.internal.runtime.GlobalVariable
 
getInvalidator() - Method in class org.jruby.RubyModule
 
getInvalidByteSequenceError() - Method in class org.jruby.Ruby
 
getInvocationHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getIO() - Method in class org.jruby.Ruby
 
getIOError() - Method in class org.jruby.Ruby
 
getIOModes(Ruby, String) - Static method in class org.jruby.RubyIO
Deprecated.
getIOModesIntFromString(Ruby, String) - Static method in class org.jruby.RubyIO
Deprecated.
getIPC() - Method in class org.jruby.ir.instructions.Instr
 
getIPv4Preferred() - Method in class org.jruby.RubyInstanceConfig
get whether IPv4 is preferred
getIPV6NetMask(String) - Method in class org.jruby.ext.socket.SocketUtilsIPV6
 
getIRManager() - Method in class org.jruby.Ruby
 
getIRMethod() - Method in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
getIRMethod() - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
getIRPersistedFile(String) - Static method in class org.jruby.ir.persistence.util.IRFileExpert
 
getIRScope() - Method in class org.jruby.parser.StaticScope
 
getIRScopeListener() - Method in class org.jruby.ir.IRManager
 
getIterNode() - Method in interface org.jruby.ast.BlockAcceptingNode
 
getIterNode() - Method in class org.jruby.ast.CallNode
 
getIterNode() - Method in class org.jruby.ast.FCallNode
Get the node that represents a block or a block variable.
getIterNode() - Method in class org.jruby.ast.ForNode
 
getIterNode() - Method in class org.jruby.ast.SuperNode
 
getIterNode() - Method in class org.jruby.ast.ZSuperNode
 
getIvarNames() - Method in class org.jruby.runtime.ivars.MethodData
 
getJarFile(String) - Method in class org.jruby.runtime.load.LoadService
 
getJavaArray() - Method in class org.jruby.java.proxies.ArrayJavaProxy
 
getJavaArrayClass() - Method in class org.jruby.javasupport.JavaSupport
 
getJavaArrayUtilitiesModule() - Method in class org.jruby.javasupport.JavaSupport
 
getJavaCasedName(String) - Static method in class org.jruby.javasupport.JavaUtil
 
getJavaClass(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
getJavaClass() - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod getJavaClass.
getJavaClass() - Method in class org.jruby.java.proxies.JavaProxy
 
getJavaClass() - Method in class org.jruby.javasupport.JavaObject
 
getJavaClass() - Method in class org.jruby.javasupport.proxy.JavaProxyClass
 
getJavaClass() - Method in class org.jruby.RubyArray
 
getJavaClass() - Method in class org.jruby.RubyBasicObject
Will return the Java interface that most closely can represent this object, when working through JAva integration translations.
getJavaClass() - Method in class org.jruby.RubyBignum
 
getJavaClass() - Method in class org.jruby.RubyBoolean
 
getJavaClass() - Method in class org.jruby.RubyFixnum
 
getJavaClass() - Method in class org.jruby.RubyFloat
 
getJavaClass() - Method in class org.jruby.RubyHash
 
getJavaClass() - Method in class org.jruby.RubyNil
 
getJavaClass() - Method in class org.jruby.RubyString
 
getJavaClass() - Method in class org.jruby.RubyTime
 
getJavaClass() - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod getJavaClass.
getJavaClassClass() - Method in class org.jruby.javasupport.JavaSupport
 
getJavaClassFromCache(Class) - Method in class org.jruby.javasupport.JavaSupport
 
getJavaConstructorClass() - Method in class org.jruby.javasupport.JavaSupport
 
getJavaConverter(Class) - Static method in class org.jruby.javasupport.JavaUtil
 
getJavaDate() - Method in class org.jruby.RubyTime
 
getJavaDefault() - Method in class org.jruby.runtime.encoding.EncodingService
 
getJavaFieldClass() - Method in class org.jruby.javasupport.JavaSupport
 
getJavaifiedKey() - Method in class org.jruby.RubyHash.RubyHashEntry
 
getJavaifiedValue() - Method in class org.jruby.RubyHash.RubyHashEntry
 
getJavaInterfaceTemplate() - Method in class org.jruby.javasupport.JavaSupport
 
getJavaMajorVersion() - Method in class org.jruby.ext.ffi.Platform
Gets the version of the Java Virtual Machine (JVM) jffi is running on.
getJavaMethodClass() - Method in class org.jruby.javasupport.JavaSupport
 
getJavaModule() - Method in class org.jruby.javasupport.JavaSupport
 
getJavaName() - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
getJavaObject() - Method in class org.jruby.embed.variable.Argv
 
getJavaObject() - Method in interface org.jruby.embed.variable.BiVariable
Returns a value of the variable this object holds in Java type.
getJavaObjectClass() - Method in class org.jruby.javasupport.JavaSupport
 
getJavaObjectVariable(Object, int) - Method in class org.jruby.javasupport.JavaSupport
 
getJavaPackageModule(Ruby, Package) - Static method in class org.jruby.javasupport.Java
 
getJavaPropertyName(String) - Static method in class org.jruby.javasupport.JavaUtil
For methods that match /(get|set|is)([A-Z0-9])(.*)/, return the "name" part of the property with leading lower-case.
getJavaProxy() - Method in class org.jruby.RubyModule
Get whether this class is associated with (i.e.
getJavaProxyClass() - Method in class org.jruby.javasupport.JavaSupport
 
getJavaProxyClassCache() - Method in class org.jruby.javasupport.JavaSupport
 
getJavaProxyClassFactory() - Method in class org.jruby.Ruby
 
getJavaSupport() - Method in class org.jruby.Ruby
 
getJavaThread() - Method in class org.jruby.internal.runtime.RubyRunnable
 
getJavaThread() - Method in interface org.jruby.internal.runtime.ThreadedRunnable
 
getJavaUtilitiesModule() - Method in class org.jruby.javasupport.JavaSupport
 
getJDBCDriverUnloader() - Method in class org.jruby.util.JRubyClassLoader
 
getJitBackground() - Method in class org.jruby.RubyInstanceConfig
Get whether the JIT compiler will run in a background thread.
getJITCompiler() - Method in class org.jruby.Ruby
 
getJitLogEvery() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns the value of n, which means that jitted methods are logged in every n methods.
getJitLogEvery() - Method in class org.jruby.embed.ScriptingContainer
Returns the value of n, which means that jitted methods are logged in every n methods.
getJitLogEvery() - Method in class org.jruby.management.Config
 
getJitLogEvery() - Method in interface org.jruby.management.ConfigMBean
 
getJitLogEvery() - Method in class org.jruby.RubyInstanceConfig
 
getJitMax() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns a value of a max class cache size.
getJitMax() - Method in class org.jruby.embed.ScriptingContainer
Returns a value of a max class cache size.
getJitMax() - Method in class org.jruby.management.Config
 
getJitMax() - Method in interface org.jruby.management.ConfigMBean
 
getJitMax() - Method in class org.jruby.RubyInstanceConfig
 
getJitMaxSize() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns a value of a max size of the bytecode generated by compiler.
getJitMaxSize() - Method in class org.jruby.embed.ScriptingContainer
Returns a value of a max size of the bytecode generated by compiler.
getJitMaxSize() - Method in class org.jruby.management.Config
 
getJitMaxSize() - Method in interface org.jruby.management.ConfigMBean
 
getJitMaxSize() - Method in class org.jruby.RubyInstanceConfig
 
getJITPasses(IRScope) - Method in class org.jruby.ir.IRManager
 
getJittedName() - Method in class org.jruby.ir.IRMethod
 
getJitThreshold() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns a value of the threshold that determines whether jitted methods' call reached to the limit or not.
getJitThreshold() - Method in class org.jruby.embed.ScriptingContainer
Returns a value of the threshold that determines whether jitted methods' call reached to the limit or not.
getJitThreshold() - Method in class org.jruby.management.Config
 
getJitThreshold() - Method in interface org.jruby.management.ConfigMBean
 
getJitThreshold() - Method in class org.jruby.RubyInstanceConfig
 
getJRubyClassLoader() - Method in class org.jruby.Ruby
TODO the property Ruby.jrubyClassLoader will only be set in constructor.
getJRubyHome() - Method in class org.jruby.management.Config
 
getJRubyHome() - Method in interface org.jruby.management.ConfigMBean
 
getJRubyHome() - Method in class org.jruby.Ruby
 
getJRubyHome() - Method in class org.jruby.RubyInstanceConfig
 
getJRubySymbol() - Method in class org.jruby.truffle.runtime.core.RubySymbol
 
getJumpTarget() - Method in class org.jruby.ir.instructions.BranchInstr
 
getJumpTarget() - Method in class org.jruby.ir.instructions.JumpInstr
 
getKCode() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns a value of KCode currently used.
getKCode() - Method in class org.jruby.embed.ScriptingContainer
Returns a value of KCode currently used.
getKCode() - Method in class org.jruby.management.Config
 
getKCode() - Method in interface org.jruby.management.ConfigMBean
 
getKCode() - Method in class org.jruby.parser.ParserConfiguration
 
getKCode() - Method in class org.jruby.Ruby
 
getKCode() - Method in class org.jruby.RubyInstanceConfig
 
getKCode() - Method in class org.jruby.RubyRegexp
 
getKCode() - Method in enum org.jruby.util.KCode
 
getKCode() - Method in class org.jruby.util.RegexpOptions
 
getKCodeName() - Method in class org.jruby.util.RegexpOptions
 
getKeepAlive(Channel) - Method in enum org.jruby.ext.socket.SocketType
 
getKernel() - Method in class org.jruby.Ruby
 
getKernel32() - Static method in class org.jruby.util.WindowsFFI
 
getKernelGsubDefined() - Method in class org.jruby.RubyInstanceConfig
Get Kernel#gsub is defined or not
getKernelModule() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getKey() - Method in class org.jruby.RubyHash.RubyHashEntry
 
getKey() - Method in class org.jruby.truffle.runtime.hash.Entry
 
getKey() - Method in class org.jruby.truffle.runtime.hash.KeyValue
 
getKey() - Method in class org.jruby.util.collections.IntHashMap.Entry
 
getKey() - Method in class org.jruby.util.KeyValuePair
 
getKeyError() - Method in class org.jruby.Ruby
 
getKeyRest() - Method in class org.jruby.ast.ArgsNode
 
getKeyword(String) - Static method in class org.jruby.lexer.yacc.RubyLexer
 
getKeywordArgs() - Method in class org.jruby.parser.ArgsTailHolder
 
getKeywordRestArgNode() - Method in class org.jruby.parser.ArgsTailHolder
 
getKeywords() - Method in class org.jruby.ast.ArgsNode
 
getKeywords() - Method in class org.jruby.truffle.translator.ParameterCollector
 
getKind() - Method in exception org.jruby.util.ConvertBytes.ERange
 
getKlazz() - Method in class org.jruby.runtime.Frame
Return class that we are calling against
getLabel() - Method in class org.jruby.ir.instructions.LabelInstr
 
getLabel() - Method in class org.jruby.ir.passes.AddCallProtocolInstructions
 
getLabel() - Method in class org.jruby.ir.passes.AddLocalVarLoadStoreInstructions
 
getLabel() - Method in class org.jruby.ir.passes.CFGBuilder
 
getLabel() - Method in class org.jruby.ir.passes.CompilerPass
What is the user-friendly name of this compiler pass
getLabel() - Method in class org.jruby.ir.passes.DeadCodeElimination
 
getLabel() - Method in class org.jruby.ir.passes.DominatorTreeBuilder
 
getLabel() - Method in class org.jruby.ir.passes.EnsureTempsAssigned
 
getLabel() - Method in class org.jruby.ir.passes.LinearizeCFG
 
getLabel() - Method in class org.jruby.ir.passes.LiveVariableAnalysis
 
getLabel() - Method in class org.jruby.ir.passes.LocalOptimizationPass
 
getLabel() - Method in class org.jruby.ir.passes.OptimizeDynScopesPass
 
getLabel() - Method in class org.jruby.ir.passes.OptimizeTempVarsPass
 
getLabel() - Method in class org.jruby.ir.passes.UnboxingPass
 
getLabel() - Method in class org.jruby.ir.representations.BasicBlock
 
getLabel(Label) - Method in class org.jruby.ir.targets.MethodData
 
getLambdaBody() - Method in class org.jruby.ir.instructions.BuildLambdaInstr
 
getLambdaBodyName() - Method in class org.jruby.ir.instructions.BuildLambdaInstr
 
getLanguageName() - Method in class org.jruby.embed.jsr223.JRubyEngineFactory
 
getLanguageShortName() - Method in class org.jruby.truffle.runtime.RubyContext
 
getLanguageVersion() - Method in class org.jruby.embed.jsr223.JRubyEngineFactory
 
getLargestCodeSize() - Method in class org.jruby.compiler.JITCompiler
 
getLargestCodeSize() - Method in interface org.jruby.compiler.JITCompilerMBean
 
getLast() - Method in class org.jruby.ast.ListNode
 
getLast(IRubyObject[]) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
getLastCallType() - Method in class org.jruby.runtime.ThreadContext
 
GetLastError() - Method in interface org.jruby.util.WindowsFFI.Kernel32
 
getLastExitStatus() - Method in class org.jruby.runtime.ThreadContext
 
getLastInSequence() - Method in class org.jruby.truffle.runtime.core.RubyHash
 
getLastInstr() - Method in class org.jruby.ir.representations.BasicBlock
 
getLastLine(IRubyObject) - Method in class org.jruby.runtime.Frame
 
getLastLine(Ruby, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
getLastLine() - Method in class org.jruby.runtime.ThreadContext
Get the value of the $_ (lastline) "global".
getLastVisibility() - Method in class org.jruby.runtime.ThreadContext
 
getLayout(ThreadContext) - Method in class org.jruby.ext.ffi.Struct
 
getLeft() - Method in class org.jruby.truffle.nodes.core.BinaryCoreMethodNode
 
getLeft() - Method in class org.jruby.util.Random
 
getLeftNode() - Method in class org.jruby.ast.Colon2Node
Gets the leftNode.
getLeftParenBegin() - Method in class org.jruby.lexer.yacc.RubyLexer
 
getLength() - Method in class org.jruby.javasupport.JavaArray
 
getLength() - Method in class org.jruby.lexer.yacc.DetailedSourcePosition
 
getLength() - Method in class org.jruby.RubyArray
 
getLexicalParent() - Method in class org.jruby.ir.IRScope
Returns the lexical scope that contains this scope definition
getLexicalParentModule(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.DefineOrGetModuleNode
 
getLexicalScope() - Method in class org.jruby.truffle.nodes.dispatch.DispatchHeadNode
 
getLexicalScope() - Method in class org.jruby.truffle.runtime.core.RubyModule
 
getLexicalScope() - Method in class org.jruby.truffle.runtime.methods.SharedMethodInfo
 
getLexicalScope() - Method in class org.jruby.truffle.translator.ParseEnvironment
 
getLexicalScope() - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
getLexicalScopes() - Method in class org.jruby.ir.IRScope
 
getLibDir(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getLine() - Method in class org.jruby.AbstractRubyMethod
 
getLine() - Method in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
getLine() - Method in class org.jruby.internal.runtime.methods.CompiledMethod
 
getLine() - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
getLine() - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
getLine() - Method in class org.jruby.internal.runtime.methods.ProcMethod
 
getLine() - Method in class org.jruby.lexer.yacc.InvalidSourcePosition
 
getLine() - Method in interface org.jruby.lexer.yacc.ISourcePosition
Which is the first(start) line that this source position occurs on (zero-based)
getLine() - Method in class org.jruby.lexer.yacc.LexerSource
What line are we at?
getLine() - Method in class org.jruby.lexer.yacc.SimpleSourcePosition
 
getline(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
 
getline(ThreadContext, IRubyObject, long) - Method in class org.jruby.RubyIO
getline using logic of gets.
getline(Ruby, ByteList) - Method in class org.jruby.RubyIO
Deprecated.
getline(Ruby, ByteList, long) - Method in class org.jruby.RubyIO
Deprecated.
getline(ThreadContext, ByteList) - Method in class org.jruby.RubyIO
Deprecated.
getline(ThreadContext, ByteList, long) - Method in class org.jruby.RubyIO
Deprecated.
getLine() - Method in class org.jruby.RubyMethod
 
getLine() - Method in class org.jruby.runtime.backtrace.BacktraceElement
 
getLine() - Method in class org.jruby.runtime.Binding
 
getLine() - Method in class org.jruby.runtime.BlockBody
get The line number for this block
getLine() - Method in class org.jruby.runtime.CallBlock
 
getLine() - Method in class org.jruby.runtime.CallBlock19
 
getLine() - Method in class org.jruby.runtime.CompiledBlock
 
getLine() - Method in class org.jruby.runtime.CompiledBlock19
 
getLine() - Method in class org.jruby.runtime.CompiledBlockCallback
 
getLine() - Method in interface org.jruby.runtime.CompiledBlockCallback19
 
getLine() - Method in class org.jruby.runtime.IRBlockBody
 
getLine() - Method in class org.jruby.runtime.JavaInternalBlockBody
 
getLine() - Method in class org.jruby.runtime.MethodBlock
 
getLine() - Method in class org.jruby.runtime.NullBlockBody
 
getLine() - Method in interface org.jruby.runtime.PositionAware
Get the line number for the method.
getLine() - Method in class org.jruby.runtime.ThreadContext
 
getline(ByteList, byte) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
getline(ByteList, byte, long) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
getline(ByteList, byte) - Method in class org.jruby.util.io.CRLFStreamWrapper
 
getline(ByteList, byte, long) - Method in class org.jruby.util.io.CRLFStreamWrapper
 
getline(ByteList, byte) - Method in interface org.jruby.util.io.Stream
Read all bytes up to and including a terminator byte.
getline(ByteList, byte, long) - Method in interface org.jruby.util.io.Stream
Reads all bytes up to and including a terminator byte or until limit is reached.
getlineFast(ThreadContext, Encoding, RubyIO) - Method in class org.jruby.util.io.OpenFile
 
getLineNumber() - Method in class org.jruby.ir.instructions.LineNumberInstr
 
getLinenumber() - Method in class org.jruby.ir.instructions.TraceInstr
 
getLineNumber() - Method in class org.jruby.ir.IRScope
 
getLineNumber() - Method in class org.jruby.parser.ParserConfiguration
 
getLineNumber() - Method in class org.jruby.runtime.backtrace.RubyStackTraceElement
 
getLineNumber() - Method in class org.jruby.util.io.OpenFile
 
getLineNumberOffset() - Method in enum org.jruby.runtime.RubyEvent
 
getList() - Method in class org.jruby.RubyArray
Getter for property list.
getListeners() - Method in class org.jruby.ir.IRManager
 
getLiveModule() - Method in class org.jruby.truffle.runtime.LexicalScope
 
getLoadBooleanHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getLoadedFeatures() - Method in class org.jruby.runtime.load.LoadService
 
getLoadedFeatures() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getLoader() - Method in class org.jruby.RubyInstanceConfig
 
getLoadError() - Method in class org.jruby.Ruby
 
getLoadErrorClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getLoadGemfile() - Method in class org.jruby.RubyInstanceConfig
Whether to load and setup bundler on startup.
getLoadPath() - Method in class org.jruby.runtime.load.LoadService
 
getLoadPath() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getLoadPathEntry(IRubyObject) - Method in class org.jruby.runtime.load.LoadService
 
getLoadPaths() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns a list of load paths for Ruby scripts/libraries.
getLoadPaths() - Method in class org.jruby.embed.ScriptingContainer
Returns a list of load paths for Ruby scripts/libraries.
getLoadPaths() - Method in class org.jruby.management.Config
 
getLoadPaths() - Method in interface org.jruby.management.ConfigMBean
 
getLoadPaths() - Method in class org.jruby.RubyInstanceConfig
 
getLoadService() - Method in class org.jruby.Ruby
Returns the loadService.
getLoadServiceCreator() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns a LoadServiceCreator currently used.
getLoadServiceCreator() - Method in class org.jruby.embed.ScriptingContainer
Returns a LoadServiceCreator currently used.
getLoadServiceCreator() - Method in class org.jruby.RubyInstanceConfig
 
getLoadsOnScopeExit() - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementProblem
 
getLoadStaticScopeBootstrap(MethodHandles.Lookup, String, MethodType, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getLoadStaticScopeHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getlocal() - Method in class org.jruby.RubyTime
 
getlocal19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyTime
 
getLocalContextInstance(RubyInstanceConfig, LocalVariableBehavior, boolean) - Static method in class org.jruby.embed.internal.SingletonLocalContextProvider
 
getLocaleEncoding() - Method in class org.jruby.runtime.encoding.EncodingService
 
getLocalJumpError() - Method in class org.jruby.Ruby
 
getLocalJumpTypeOrRethrow(RaiseException) - Static method in class org.jruby.runtime.Helpers
 
getLocalScope() - Method in class org.jruby.parser.StaticScope
Gets the Local Scope relative to the current Scope.
getLocalSocketAddress(Channel) - Method in enum org.jruby.ext.socket.SocketType
 
getLocalTimeZone(Ruby) - Static method in class org.jruby.RubyTime
 
getLocalURL(URL) - Static method in class org.jruby.embed.osgi.utils.OSGiFileLocator
Only useful for equinox: on felix we get the file:// or jar:// url already.
getLocalVar() - Method in class org.jruby.ir.instructions.LoadLocalVarInstr
This is the variable that is being loaded from the scope.
getLocalVar() - Method in class org.jruby.ir.instructions.StoreLocalVarInstr
This is the variable that is being stored into in this scope.
getLocalVariable(String, int) - Method in class org.jruby.ir.IRBindingEvalScript
 
getLocalVariable(String, int) - Method in class org.jruby.ir.IRClosure
 
getLocalVariable(String, int) - Method in class org.jruby.ir.IRMethod
 
getLocalVariable(String, int) - Method in class org.jruby.ir.IRScope
Find or create a local variable.
getLocalVariableBehavior() - Method in class org.jruby.embed.internal.AbstractLocalContextProvider
 
getLocalVariableBehavior() - Method in class org.jruby.embed.internal.BiVariableMap
Returns a local variable behavior
getLocalVariableBehavior() - Method in class org.jruby.embed.internal.LocalContext
 
getLocalVariableBehavior() - Method in interface org.jruby.embed.internal.LocalContextProvider
Returns a local variable behavior associated to the scope.
getLocalVariableBehaviorOrNull() - Static method in class org.jruby.embed.internal.SingletonLocalContextProvider
 
getLocalVariables() - Method in class org.jruby.ir.IRScope
Get the local variables for this scope.
getLocalVariablesCount() - Method in class org.jruby.ir.IRScope
 
getLocalVarNames() - Method in class org.jruby.embed.internal.BiVariableMap
Returns Ruby's local variable names this map has.
getLocalVarValues() - Method in class org.jruby.embed.internal.BiVariableMap
Returns Ruby's local variable values this map has.
getLocation() - Method in class org.jruby.ir.operands.LocalVariable
 
getLocation() - Method in class org.jruby.Ruby
 
getLogger(String) - Static method in class org.jruby.util.log.LoggerFactory
 
getLogicalClass(Object) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getLogicalClass() - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
getlogin(IRubyObject) - Static method in class org.jruby.ext.etc.RubyEtc
 
getLong(long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
getLong(long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
getLong(long) - Method in class org.jruby.ext.ffi.MemoryIO
Reads a 64 bit integer value from the memory area.
getLong(long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
getLongFixnum(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayIndexNode
 
getLongFixnum(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AtNode
 
getLongFixnum(Frame) - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
getLongFixnumInBounds(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayIndexNode
 
getLongFixnumInBounds(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AtNode
 
getLongValue() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
getLongValue() - Method in class org.jruby.RubyBignum
 
getLongValue() - Method in class org.jruby.RubyFixnum
 
getLongValue() - Method in class org.jruby.RubyFloat
 
getLongValue() - Method in class org.jruby.RubyNumeric
Return the value of this numeric as a 64-bit long.
getLowAddress() - Method in class org.jruby.ext.socket.SubnetUtils.SubnetInfo
Return the low address as a dotted IP address.
getLowBits() - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
 
getMainObject() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getMainThread() - Method in class org.jruby.internal.runtime.ThreadService
 
getManager() - Method in class org.jruby.ir.IRScope
 
getMap() - Method in class org.jruby.embed.internal.BiVariableMap
Returns a map whose value is a Java object not a BiVariable type object.
getMapJavaProxyClass() - Method in class org.jruby.javasupport.JavaSupport
 
getMarshal() - Method in class org.jruby.Ruby
 
getMarshal() - Method in class org.jruby.RubyClass
 
getMarshalEncoding() - Method in class org.jruby.RubyRegexp
 
getMarshalEncoding() - Method in class org.jruby.RubyString
 
getMarshalEncoding() - Method in class org.jruby.RubySymbol
 
getMarshalEncoding() - Method in interface org.jruby.runtime.encoding.MarshalEncoding
 
getMatch2Result() - Method in class org.jruby.ir.instructions.SetCapturedVarInstr
 
getMatchData() - Method in class org.jruby.Ruby
 
getMatchDataClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getMatchingCallable(Ruby, Class<?>, String, Class<?>[]) - Static method in class org.jruby.javasupport.JavaClass
 
getMatchingConstructor(Ruby, Class<?>, Class<?>[]) - Static method in class org.jruby.javasupport.JavaConstructor
 
getMatchingDeclaredMethod(Ruby, Class<?>, String, Class<?>[]) - Static method in class org.jruby.javasupport.JavaMethod
 
getMatchNode(Node, Node) - Method in class org.jruby.parser.ParserSupport
 
getMatchNumber() - Method in class org.jruby.ast.NthRefNode
Gets the matchNumber.
getMaterializedFrame() - Method in class org.jruby.truffle.runtime.backtrace.Activation
 
getMath() - Method in class org.jruby.Ruby
 
getMathDomainError() - Method in class org.jruby.Ruby
 
getMaxArgumentsCount() - Method in class org.jruby.ast.ArgsNode
 
getMaxNodeID() - Method in class org.jruby.ir.representations.CFG
 
getMemberParameterTypes(Member) - Method in class org.jruby.java.invokers.ConstructorInvoker
 
getMemberParameterTypes(Member) - Method in class org.jruby.java.invokers.MethodInvoker
 
getMemberParameterTypes(Member) - Method in class org.jruby.java.invokers.RubyToJavaInvoker
 
getMembers() - Method in class org.jruby.ext.ffi.StructLayout
 
getMembers() - Method in class org.jruby.java.invokers.RubyToJavaInvoker
 
getMemory() - Method in class org.jruby.ext.ffi.Struct
 
getMemoryIO(long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
getMemoryIO(long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
getMemoryIO(Object) - Method in class org.jruby.ext.ffi.jffi.DelegatingPointerParameterStrategy
 
getMemoryIO(Object) - Method in class org.jruby.ext.ffi.jffi.PointerParameterStrategy
 
getMemoryIO(Object) - Method in class org.jruby.ext.ffi.jffi.StringParameterStrategy
 
getMemoryIO(long) - Method in class org.jruby.ext.ffi.MemoryIO
Reads a pointer value at the specified offset within the memory area, and wraps it in an abstract memory accessor.
getMemoryIO() - Method in class org.jruby.ext.ffi.MemoryObject
Gets the memory I/O accessor to read/write to the memory area.
getMemoryIO(long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
getMemoryIOStrategy(MemoryIO) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
getMessage() - Method in exception org.jruby.exceptions.RaiseException
 
getMessage() - Method in exception org.jruby.truffle.runtime.control.RaiseException
 
getMessage() - Method in class org.jruby.truffle.runtime.core.RubyException
 
getMetaClass(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
getMetaClass() - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod getRubyClass.
getMetaClass() - Method in class org.jruby.RubyBasicObject
if exist return the meta-class else return the type of the object.
getMetaClass() - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod getRubyClass.
getMetaClass() - Method in interface org.jruby.runtime.builtin.RubyJavaObject
 
getMetaClass(Object) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getMetaClass() - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
getMetaClassBody() - Method in class org.jruby.ir.instructions.DefineMetaClassInstr
 
getMetaClassName() - Method in class org.jruby.ir.IRManager
 
getMethod() - Method in class org.jruby.AbstractRubyMethod
 
getMethod(ThreadContext, IRubyObject, int, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getMethod(ThreadContext, RubyClass, int, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
getMethod(ThreadContext, IRubyObject, int, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
getMethod() - Method in class org.jruby.internal.runtime.methods.DynamicMethod.NativeCall
Get the java.lang.reflect.Method for this NativeCall
getMethod() - Method in class org.jruby.ir.instructions.DefineClassMethodInstr
 
getMethod() - Method in class org.jruby.ir.instructions.DefineInstanceMethodInstr
 
getMethod(String, Class[]) - Method in class org.jruby.javasupport.proxy.JavaProxyClass
 
getMethod() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
getMethod() - Method in class org.jruby.Ruby
 
getMethod() - Method in class org.jruby.runtime.backtrace.BacktraceElement
 
getMethod() - Method in class org.jruby.runtime.Binding
 
getMethod(String) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getMethod(String, Class) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getMethod(String, Class, Class) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getMethod(String, Class, Class, Class) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getMethod() - Method in class org.jruby.runtime.MethodBlock
 
getMethod() - Method in class org.jruby.runtime.profile.builtin.ProfiledMethod
 
getMethod() - Method in class org.jruby.truffle.runtime.core.RubyMethod
 
getMethod() - Method in class org.jruby.truffle.runtime.core.RubyProc
 
getMethod() - Method in class org.jruby.truffle.runtime.core.RubyUnboundMethod
 
getMethod(Object[]) - Static method in class org.jruby.truffle.runtime.RubyArguments
 
getMethod(FrameInstance) - Static method in class org.jruby.truffle.runtime.RubyCallStack
 
getMethod0(ThreadContext, IRubyObject, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getMethod1(ThreadContext, IRubyObject, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getMethod2(ThreadContext, IRubyObject, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getMethod3(ThreadContext, IRubyObject, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getMethod4(ThreadContext, IRubyObject, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getMethod5(ThreadContext, IRubyObject, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getMethod6(ThreadContext, IRubyObject, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getMethod7(ThreadContext, IRubyObject, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getMethod8(ThreadContext, IRubyObject, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getMethod9(ThreadContext, IRubyObject, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getMethodAnnotation() - Method in class org.jruby.truffle.nodes.core.CoreMethodNodeManager.MethodDetails
 
getMethodAnnotations() - Method in class org.jruby.RubyClass
 
getMethodCallSyntax(String, String, String...) - Method in class org.jruby.embed.jsr223.JRubyEngineFactory
 
getMethodClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getMethodData() - Method in class org.jruby.internal.runtime.methods.AttrReaderMethod
 
getMethodData() - Method in class org.jruby.internal.runtime.methods.AttrWriterMethod
 
getMethodData() - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
getMethodData() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Additional metadata about this method.
getMethodForCaching() - Method in class org.jruby.ext.ffi.jffi.DefaultMethod
 
getMethodForCaching() - Method in interface org.jruby.internal.runtime.methods.CacheableMethod
 
getMethodForCaching() - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
getMethodFromClass(Ruby, IRubyObject, String, Class...) - Static method in class org.jruby.javasupport.Java
 
getMethodHandle(JRubyCallSite, DynamicMethod) - Static method in class org.jruby.ext.ffi.jffi.InvokeDynamic
 
getMethodLocation() - Method in class org.jruby.RubyModule
 
getMethodName() - Method in class org.jruby.AbstractRubyMethod
 
getMethodName() - Method in class org.jruby.ir.instructions.UndefMethodInstr
 
getMethodName() - Method in class org.jruby.runtime.backtrace.RubyStackTraceElement
 
getMethodName() - Method in class org.jruby.runtime.callsite.CachingCallSite
 
getMethodName() - Method in class org.jruby.truffle.nodes.CoreSourceSection
 
getMethodNodes() - Method in class org.jruby.internal.runtime.methods.CompiledMethod
 
getMethodNodes() - Method in interface org.jruby.internal.runtime.methods.MethodWithNodes
 
getMethods() - Method in class org.jruby.IncludedModuleWrapper
 
getMethods(Class<?>) - Static method in class org.jruby.javasupport.JavaClass
 
getMethods() - Method in class org.jruby.javasupport.proxy.JavaProxyClass
 
getMethods() - Method in class org.jruby.RubyModule
 
getMethods() - Method in class org.jruby.truffle.runtime.core.RubyModule
 
getMethodSerialNumber() - Method in class org.jruby.runtime.profile.builtin.Invocation
 
getMethodsForWrite() - Method in class org.jruby.IncludedModuleWrapper
 
getMethodsForWrite() - Method in class org.jruby.RubyModule
 
getMethodSignatures() - Method in class org.jruby.RubyClass
 
getMethodVersionToken() - Static method in class org.jruby.ir.CodeVersion
 
getMethodVisitor() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
getMimeTypes() - Method in class org.jruby.embed.jsr223.JRubyEngineFactory
 
getMinArgsLength() - Method in class org.jruby.ir.instructions.OptArgMultipleAsgnInstr
 
getMissingConst() - Method in class org.jruby.ir.instructions.ConstMissingInstr
 
getMode() - Method in class org.jruby.util.io.OpenFile
 
getModeAsString(Ruby) - Method in class org.jruby.util.io.OpenFile
 
getModeFlags() - Method in class org.jruby.util.io.IOOptions
 
getModeFlagsAsIntFrom(int) - Static method in class org.jruby.util.io.OpenFile
 
getModes() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
getModes() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
getModes() - Method in interface org.jruby.util.io.Stream
 
getModesFromChannel(Channel) - Static method in class org.jruby.util.io.ModeFlags
Deprecated.
getModifiedEnv(Ruby, Collection, boolean) - Static method in class org.jruby.util.ShellLauncher
 
getModifiers() - Method in class org.jruby.ast.java_signature.SignatureNode
 
getModifiers() - Method in class org.jruby.javasupport.JavaCallable
 
getModifiers() - Method in class org.jruby.javasupport.JavaConstructor
 
getModifiers() - Method in class org.jruby.javasupport.JavaMethod
 
getModifiers() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
getModifiers() - Method in interface org.jruby.javasupport.proxy.JavaProxyMethod
 
getModule() - Method in class org.jruby.ir.instructions.ModuleVersionGuardInstr
 
getModule() - Method in class org.jruby.parser.StaticScope
Get the live CRef module associated with this scope.
getModule(String) - Method in class org.jruby.Ruby
Retrieve the module with the given name from the Object namespace.
getModule() - Method in class org.jruby.Ruby
 
getModuleBody() - Method in class org.jruby.ir.instructions.ProcessModuleBodyInstr
 
getModuleClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getModuleFromPath(Ruby, String) - Static method in class org.jruby.runtime.marshal.UnmarshalStream
 
getModuleFromScope(ThreadContext, StaticScope, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
getModuleIncludeCount() - Method in interface org.jruby.management.MethodCacheMBean
 
getModuleTriggeredRemoveCount() - Method in interface org.jruby.management.MethodCacheMBean
 
getMulticastSocket() - Method in class org.jruby.ext.socket.MulticastStateManager
 
getName() - Method in class org.jruby.ast.ArgumentNode
 
getName() - Method in class org.jruby.ast.AttrAssignNode
Gets the name.
getName() - Method in class org.jruby.ast.BlockArgNode
Get the name of this block argument
getName() - Method in class org.jruby.ast.CallNode
Gets the name.
getName() - Method in class org.jruby.ast.ClassVarAsgnNode
Gets the name.
getName() - Method in class org.jruby.ast.ClassVarDeclNode
Gets the name.
getName() - Method in class org.jruby.ast.ClassVarNode
Gets the name.
getName() - Method in class org.jruby.ast.Colon3Node
Gets the name.
getName() - Method in class org.jruby.ast.ConstDeclNode
Gets the name (this is the rightmost element of lhs (in Foo::BAR it is BAR).
getName() - Method in class org.jruby.ast.ConstNode
Gets the name.
getName() - Method in class org.jruby.ast.DAsgnNode
Gets the name.
getName() - Method in class org.jruby.ast.DefnNode
Get the name of this method
getName() - Method in class org.jruby.ast.DefsNode
Gets the name of this method
getName() - Method in class org.jruby.ast.DVarNode
Gets the name.
getName() - Method in class org.jruby.ast.FalseNode
Name of false node.
getName() - Method in class org.jruby.ast.FCallNode
Gets the name.
getName() - Method in class org.jruby.ast.GlobalAsgnNode
Gets the name.
getName() - Method in class org.jruby.ast.GlobalVarNode
Gets the name.
getName() - Method in class org.jruby.ast.InstAsgnNode
Gets the name.
getName() - Method in class org.jruby.ast.InstVarNode
Gets the name.
getName() - Method in class org.jruby.ast.java_signature.Annotation
 
getName() - Method in class org.jruby.ast.java_signature.ArrayTypeNode
 
getName() - Method in class org.jruby.ast.java_signature.SignatureNode
 
getName() - Method in class org.jruby.ast.java_signature.TypeNode
 
getName() - Method in class org.jruby.ast.LiteralNode
 
getName() - Method in class org.jruby.ast.LocalAsgnNode
Name of the local assignment.
getName() - Method in class org.jruby.ast.LocalVarNode
What is the name of this variable
getName() - Method in class org.jruby.ast.MethodDefNode
Gets the name.
getName() - Method in class org.jruby.ast.NilNode
Name of nil node.
getName() - Method in class org.jruby.ast.OptArgNode
 
getName() - Method in class org.jruby.ast.SelfNode
Get name of self node.
getName() - Method in class org.jruby.ast.SymbolNode
Gets the name.
getName() - Method in class org.jruby.ast.TrueNode
Name of the true node.
getName() - Method in interface org.jruby.ast.types.INameNode
 
getName() - Method in class org.jruby.ast.UndefNode
Gets the name.
getName() - Method in class org.jruby.ast.VCallNode
Gets the methodName.
getName() - Method in interface org.jruby.embed.variable.BiVariable
Returns a name of the variable this object holds.
getName() - Method in class org.jruby.ext.ffi.Platform
Gets the name of this Platform.
getName() - Method in class org.jruby.IncludedModule
 
getName() - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
getName() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Get the base name this method was defined as.
getName() - Method in class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
 
getName() - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementProblem
 
getName() - Method in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementProblem
 
getName() - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisProblem
 
getName() - Method in class org.jruby.ir.dataflow.DataFlowProblem
 
getName() - Method in class org.jruby.ir.instructions.CallBase
 
getName() - Method in class org.jruby.ir.instructions.RaiseRequiredKeywordArgumentError
 
getName() - Method in class org.jruby.ir.instructions.TraceInstr
 
getName() - Method in class org.jruby.ir.IRScope
 
getName() - Method in class org.jruby.ir.operands.LocalVariable
 
getName() - Method in class org.jruby.ir.operands.Reference
 
getName() - Method in class org.jruby.ir.operands.TemporaryCurrentModuleVariable
 
getName() - Method in class org.jruby.ir.operands.TemporaryCurrentScopeVariable
 
getName() - Method in class org.jruby.ir.operands.TemporaryVariable
 
getName() - Method in class org.jruby.ir.operands.Variable
 
getName() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
getName() - Method in interface org.jruby.javasupport.proxy.JavaProxyMethod
 
getName() - Method in class org.jruby.RubyModule
Generate a fully-qualified class name or a #-style name for anonymous and singleton classes.
getName() - Method in interface org.jruby.runtime.builtin.Variable
 
getName() - Method in class org.jruby.runtime.component.VariableEntry
 
getName() - Method in class org.jruby.runtime.Frame
Get the method name associated with this frame
getName() - Method in class org.jruby.runtime.ivars.MethodData
 
getName() - Method in class org.jruby.runtime.ivars.VariableAccessor
Get the name of this variable.
getName() - Method in class org.jruby.runtime.load.ClassExtensionLibrary
 
getName() - Method in class org.jruby.runtime.load.LoadServiceResource
 
getName() - Method in class org.jruby.runtime.profile.builtin.ProfiledMethod
 
getName() - Method in enum org.jruby.runtime.RubyEvent
 
getName() - Method in class org.jruby.truffle.nodes.core.CoreMethodNode
 
getName() - Method in class org.jruby.truffle.nodes.methods.MethodDefinitionNode
 
getName() - Method in class org.jruby.truffle.nodes.objectstorage.ReadHeadObjectFieldNode
 
getName() - Method in class org.jruby.truffle.nodes.objectstorage.WriteHeadObjectFieldNode
 
getName() - Method in class org.jruby.truffle.nodes.ReadConstantNode
 
getName() - Method in class org.jruby.truffle.nodes.RubyCallNode
 
getName() - Method in class org.jruby.truffle.runtime.core.RubyEncoding
 
getName() - Method in class org.jruby.truffle.runtime.core.RubyModule
 
getName() - Method in class org.jruby.truffle.runtime.methods.InternalMethod
 
getName() - Method in class org.jruby.truffle.runtime.methods.SharedMethodInfo
 
getName() - Method in interface org.jruby.util.log.Logger
 
getName() - Method in class org.jruby.util.log.StandardErrorLogger
 
getNameClassMap() - Method in class org.jruby.javasupport.JavaSupport
 
getNamedBackrefValues(Ruby) - Method in class org.jruby.RubyMatchData
 
getNamedMethodName() - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
getNameError() - Method in class org.jruby.Ruby
 
getNameErrorClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getNameErrorMessage() - Method in class org.jruby.Ruby
 
getnameinfo(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.Addrinfo
 
getnameinfo(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.socket.RubySocket
 
getnameinfo(ThreadContext, IRubyObject[]) - Static method in class org.jruby.ext.socket.SocketUtils
 
getNameNode() - Method in class org.jruby.ast.MethodDefNode
Gets the name's node.
getNames() - Method in class org.jruby.embed.internal.BiVariableMap
Returns a list of all names in this map.
getNames() - Method in class org.jruby.embed.jsr223.JRubyEngineFactory
 
getNames() - Method in class org.jruby.internal.runtime.GlobalVariables
 
getNames() - Method in class org.jruby.RubyRegexp
 
getNameToBackrefNumber(String) - Method in class org.jruby.RubyMatchData
 
getNanoseconds() - Method in class org.jruby.truffle.runtime.core.RubyTime
 
getNativeAlignment() - Method in class org.jruby.ext.ffi.Type
Gets the native alignment of this Type in bytes
getNativeArgCount(DynamicMethod, DynamicMethod.NativeCall) - Static method in class org.jruby.ir.targets.Bootstrap
 
getNativeArgCount(DynamicMethod, DynamicMethod.NativeCall) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
getNativeCall(int, boolean) - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
getNativeCall() - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
getNativeCall(int, boolean) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
getNativeCall() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
 
getNativeCall(int, boolean) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
 
getNativeClassIndex() - Method in class org.jruby.RubyArray
 
getNativeClassIndex() - Method in class org.jruby.RubyBasicObject
 
getNativeClassIndex() - Method in class org.jruby.RubyBignum
 
getNativeClassIndex() - Method in class org.jruby.RubyBoolean
 
getNativeClassIndex() - Method in class org.jruby.RubyClass
 
getNativeClassIndex() - Method in class org.jruby.RubyFixnum
 
getNativeClassIndex() - Method in class org.jruby.RubyFloat
 
getNativeClassIndex() - Method in class org.jruby.RubyHash
 
getNativeClassIndex() - Method in class org.jruby.RubyIO
 
getNativeClassIndex() - Method in class org.jruby.RubyMatchData
 
getNativeClassIndex() - Method in class org.jruby.RubyModule
 
getNativeClassIndex() - Method in class org.jruby.RubyNil
 
getNativeClassIndex() - Method in class org.jruby.RubyObject
This is overridden in the other concrete Java builtins to provide a fast way to determine what type they are.
getNativeClassIndex() - Method in class org.jruby.RubyRegexp
 
getNativeClassIndex() - Method in class org.jruby.RubyString
 
getNativeClassIndex() - Method in class org.jruby.RubyStruct
 
getNativeClassIndex() - Method in class org.jruby.RubySymbol
 
getNativeClassIndex() - Method in class org.jruby.RubyTime
 
getNativeClassIndex() - Method in interface org.jruby.runtime.marshal.CoreObjectType
Return the ClassIndex for the native type this object was constructed from.
getNativeException() - Method in class org.jruby.Ruby
 
getNativeHandle() - Method in class org.jruby.RubyBasicObject
Deprecated.
getNativeInvoker() - Method in class org.jruby.ext.ffi.jffi.DefaultMethod
 
getNativeLong(long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
getNativeLong(long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
getNativeLong(long) - Method in class org.jruby.ext.ffi.MemoryIO
Reads a native long integer value from the memory area.
getNativeLong(long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
getNativeName() - Method in class org.jruby.internal.runtime.methods.DynamicMethod.NativeCall
 
getNativeReturn() - Method in class org.jruby.internal.runtime.methods.DynamicMethod.NativeCall
 
getNativeSignature() - Method in class org.jruby.internal.runtime.methods.DynamicMethod.NativeCall
 
getNativeSignature(int) - Method in class org.jruby.ir.IRMethod
 
getNativeSignatures() - Method in class org.jruby.ir.IRMethod
 
getNativeSize() - Method in class org.jruby.ext.ffi.Type
Gets the native size of this Type in bytes
getNativeTarget() - Method in class org.jruby.internal.runtime.methods.DynamicMethod.NativeCall
 
getNativeThread() - Method in class org.jruby.RubyThread
 
getNativeType() - Method in class org.jruby.ext.ffi.Type
Gets the native type of this Type when passed as a parameter
getNativeTypeIndex() - Method in class org.jruby.RubyBasicObject
Deprecated.
getNativeTypeIndex() - Method in interface org.jruby.runtime.marshal.CoreObjectType
Deprecated.
getNearestFlipVariableScope() - Method in class org.jruby.ir.IRScope
 
getNearestMethod() - Method in class org.jruby.ir.IRScope
 
getNearestModuleReferencingScopeDepth() - Method in class org.jruby.ir.IRModuleBody
 
getNearestModuleReferencingScopeDepth() - Method in class org.jruby.ir.IRScope
Returns the nearest scope which we can extract a live module from.
getNearestModuleReferencingScopeDepth() - Method in class org.jruby.ir.IRScriptBody
 
getNearestTopLocalVariableScope() - Method in class org.jruby.ir.IRScope
 
getNestingDepth() - Method in class org.jruby.ir.IRClosure
 
getNetmask() - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6Network
 
getNetmask() - Method in class org.jruby.ext.socket.SubnetUtils.SubnetInfo
 
getNetworkAddress() - Method in class org.jruby.ext.socket.SubnetUtils.SubnetInfo
 
getNeverAssignInParentScope() - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
getNewFileno() - Static method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
getNewFileno() - Method in class org.jruby.util.io.FilenoUtil
 
getNewFlipStateVariable() - Method in class org.jruby.ir.IRBindingEvalScript
 
getNewFlipStateVariable() - Method in class org.jruby.ir.IRClosure
 
getNewFlipStateVariable() - Method in class org.jruby.ir.IREvalScript
 
getNewFlipStateVariable() - Method in class org.jruby.ir.IRScope
 
getNewInlineVariable(String, Variable) - Method in class org.jruby.ir.IRScope
 
getNewIRClassBody() - Method in class org.jruby.ir.instructions.DefineClassInstr
 
getNewIRModuleBody() - Method in class org.jruby.ir.instructions.DefineModuleInstr
 
getNewLabel() - Method in class org.jruby.ir.IRClosure
 
getNewLabel() - Method in class org.jruby.ir.IREvalScript
 
getNewLabel(String) - Method in class org.jruby.ir.IRScope
 
getNewLabel() - Method in class org.jruby.ir.IRScope
 
getNewLocalVariable(String, int) - Method in class org.jruby.ir.IRBindingEvalScript
 
getNewLocalVariable(String, int) - Method in class org.jruby.ir.IRClosure
 
getNewLocalVariable(String, int) - Method in class org.jruby.ir.IRScope
 
getNewName() - Method in class org.jruby.ast.AliasNode
Gets the newName.
getNewName() - Method in class org.jruby.ast.VAliasNode
Gets the newName.
getNewName() - Method in class org.jruby.ir.instructions.AliasInstr
 
getNewName() - Method in class org.jruby.ir.instructions.GVarAliasInstr
 
getNewTemporaryVariable(TemporaryVariableType) - Method in class org.jruby.ir.IRClosure
 
getNewTemporaryVariable(TemporaryVariableType) - Method in class org.jruby.ir.IRScope
 
getNewTemporaryVariableFor(LocalVariable) - Method in class org.jruby.ir.IRScope
 
getNewUnboxedVariable(Class) - Method in class org.jruby.ir.IRScope
 
getNextBBID() - Method in class org.jruby.ir.representations.CFG
 
getNextCase() - Method in class org.jruby.ast.WhenNode
Gets the next case node (if any).
getNextClosureId() - Method in class org.jruby.ir.IRClosure
 
getNextClosureId() - Method in class org.jruby.ir.IRScope
 
getNextDynamicMethodSerial() - Method in class org.jruby.Ruby
Get a new serial number for a new DynamicMethod instance
getNextFrame() - Method in class org.jruby.runtime.ThreadContext
 
getNextInLookup() - Method in class org.jruby.truffle.runtime.hash.Entry
 
getNextInSequence() - Method in class org.jruby.truffle.runtime.hash.Entry
 
getNextModuleGeneration() - Method in class org.jruby.Ruby
Get a new generation number for a module or class.
getNextNode() - Method in class org.jruby.ast.NewlineNode
Gets the nextNode.
getNextObjectID() - Method in class org.jruby.truffle.runtime.RubyContext
 
getNil() - Method in class org.jruby.ir.IRManager
 
getNil() - Method in class org.jruby.Ruby
Returns the "nil" singleton instance.
getNilClass() - Method in class org.jruby.Ruby
 
getNilClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getNilObject() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getNilPrefilledArray() - Method in class org.jruby.Ruby
 
getNode() - Method in interface org.jruby.embed.EmbedEvalUnit
Returns a root node of parsed Ruby script.
getNode() - Method in class org.jruby.embed.internal.EmbedEvalUnitImpl
Returns a root node of parsed Ruby script.
getNodeFactory() - Method in class org.jruby.truffle.nodes.core.CoreMethodNodeManager.MethodDetails
 
getNodeName() - Method in class org.jruby.ast.Node
 
getNodeType() - Method in class org.jruby.ast.AliasNode
 
getNodeType() - Method in class org.jruby.ast.AndNode
 
getNodeType() - Method in class org.jruby.ast.ArgsCatNode
 
getNodeType() - Method in class org.jruby.ast.ArgsNode
 
getNodeType() - Method in class org.jruby.ast.ArgsPushNode
 
getNodeType() - Method in class org.jruby.ast.ArgumentNode
 
getNodeType() - Method in class org.jruby.ast.ArrayNode
 
getNodeType() - Method in class org.jruby.ast.AttrAssignNode
 
getNodeType() - Method in class org.jruby.ast.BackRefNode
 
getNodeType() - Method in class org.jruby.ast.BeginNode
 
getNodeType() - Method in class org.jruby.ast.BignumNode
 
getNodeType() - Method in class org.jruby.ast.BlockArgNode
 
getNodeType() - Method in class org.jruby.ast.BlockNode
 
getNodeType() - Method in class org.jruby.ast.BlockPassNode
 
getNodeType() - Method in class org.jruby.ast.BreakNode
 
getNodeType() - Method in class org.jruby.ast.CallNode
 
getNodeType() - Method in class org.jruby.ast.CaseNode
 
getNodeType() - Method in class org.jruby.ast.ClassNode
 
getNodeType() - Method in class org.jruby.ast.ClassVarAsgnNode
 
getNodeType() - Method in class org.jruby.ast.ClassVarDeclNode
 
getNodeType() - Method in class org.jruby.ast.ClassVarNode
 
getNodeType() - Method in class org.jruby.ast.Colon2Node
 
getNodeType() - Method in class org.jruby.ast.Colon3Node
 
getNodeType() - Method in class org.jruby.ast.ComplexNode
 
getNodeType() - Method in class org.jruby.ast.ConstDeclNode
 
getNodeType() - Method in class org.jruby.ast.ConstNode
 
getNodeType() - Method in class org.jruby.ast.DAsgnNode
 
getNodeType() - Method in class org.jruby.ast.DefinedNode
 
getNodeType() - Method in class org.jruby.ast.DefnNode
 
getNodeType() - Method in class org.jruby.ast.DefsNode
 
getNodeType() - Method in class org.jruby.ast.DotNode
 
getNodeType() - Method in class org.jruby.ast.DRegexpNode
 
getNodeType() - Method in class org.jruby.ast.DStrNode
 
getNodeType() - Method in class org.jruby.ast.DSymbolNode
 
getNodeType() - Method in class org.jruby.ast.DVarNode
 
getNodeType() - Method in class org.jruby.ast.DXStrNode
 
getNodeType() - Method in class org.jruby.ast.EncodingNode
 
getNodeType() - Method in class org.jruby.ast.EnsureNode
 
getNodeType() - Method in class org.jruby.ast.EvStrNode
 
getNodeType() - Method in class org.jruby.ast.FalseNode
 
getNodeType() - Method in class org.jruby.ast.FCallNode
 
getNodeType() - Method in class org.jruby.ast.FixnumNode
 
getNodeType() - Method in class org.jruby.ast.FlipNode
 
getNodeType() - Method in class org.jruby.ast.FloatNode
 
getNodeType() - Method in class org.jruby.ast.ForNode
 
getNodeType() - Method in class org.jruby.ast.GlobalAsgnNode
 
getNodeType() - Method in class org.jruby.ast.GlobalVarNode
 
getNodeType() - Method in class org.jruby.ast.HashNode
 
getNodeType() - Method in class org.jruby.ast.IfNode
 
getNodeType() - Method in class org.jruby.ast.InstAsgnNode
 
getNodeType() - Method in class org.jruby.ast.InstVarNode
 
getNodeType() - Method in class org.jruby.ast.IterNode
 
getNodeType() - Method in class org.jruby.ast.KeywordArgNode
 
getNodeType() - Method in class org.jruby.ast.KeywordRestArgNode
 
getNodeType() - Method in class org.jruby.ast.LambdaNode
 
getNodeType() - Method in class org.jruby.ast.ListNode
 
getNodeType() - Method in class org.jruby.ast.LiteralNode
 
getNodeType() - Method in class org.jruby.ast.LocalAsgnNode
 
getNodeType() - Method in class org.jruby.ast.LocalVarNode
 
getNodeType() - Method in class org.jruby.ast.Match2Node
 
getNodeType() - Method in class org.jruby.ast.Match3Node
 
getNodeType() - Method in class org.jruby.ast.MatchNode
 
getNodeType() - Method in class org.jruby.ast.ModuleNode
 
getNodeType() - Method in class org.jruby.ast.MultipleAsgn19Node
 
getNodeType() - Method in class org.jruby.ast.MultipleAsgnNode
 
getNodeType() - Method in class org.jruby.ast.NewlineNode
 
getNodeType() - Method in class org.jruby.ast.NextNode
 
getNodeType() - Method in class org.jruby.ast.NilNode
 
getNodeType() - Method in class org.jruby.ast.Node
 
getNodeType() - Method in class org.jruby.ast.NthRefNode
 
getNodeType() - Method in class org.jruby.ast.OpAsgnAndNode
 
getNodeType() - Method in class org.jruby.ast.OpAsgnNode
 
getNodeType() - Method in class org.jruby.ast.OpAsgnOrNode
 
getNodeType() - Method in class org.jruby.ast.OpElementAsgnNode
 
getNodeType() - Method in class org.jruby.ast.OptArgNode
 
getNodeType() - Method in class org.jruby.ast.OrNode
 
getNodeType() - Method in class org.jruby.ast.PostExeNode
 
getNodeType() - Method in class org.jruby.ast.PreExe19Node
 
getNodeType() - Method in class org.jruby.ast.PreExeNode
 
getNodeType() - Method in class org.jruby.ast.RationalNode
 
getNodeType() - Method in class org.jruby.ast.RedoNode
 
getNodeType() - Method in class org.jruby.ast.RegexpNode
 
getNodeType() - Method in class org.jruby.ast.RequiredKeywordArgumentValueNode
 
getNodeType() - Method in class org.jruby.ast.RescueBodyNode
 
getNodeType() - Method in class org.jruby.ast.RescueNode
 
getNodeType() - Method in class org.jruby.ast.RestArgNode
 
getNodeType() - Method in class org.jruby.ast.RetryNode
 
getNodeType() - Method in class org.jruby.ast.ReturnNode
 
getNodeType() - Method in class org.jruby.ast.RootNode
 
getNodeType() - Method in class org.jruby.ast.SClassNode
 
getNodeType() - Method in class org.jruby.ast.SelfNode
 
getNodeType() - Method in class org.jruby.ast.SplatNode
 
getNodeType() - Method in class org.jruby.ast.StarNode
 
getNodeType() - Method in class org.jruby.ast.StrNode
 
getNodeType() - Method in class org.jruby.ast.SuperNode
 
getNodeType() - Method in class org.jruby.ast.SValueNode
 
getNodeType() - Method in class org.jruby.ast.SymbolNode
 
getNodeType() - Method in class org.jruby.ast.TrueNode
 
getNodeType() - Method in class org.jruby.ast.UndefNode
 
getNodeType() - Method in class org.jruby.ast.UntilNode
 
getNodeType() - Method in class org.jruby.ast.VAliasNode
 
getNodeType() - Method in class org.jruby.ast.VCallNode
 
getNodeType() - Method in class org.jruby.ast.WhenNode
 
getNodeType() - Method in class org.jruby.ast.WhileNode
 
getNodeType() - Method in class org.jruby.ast.XStrNode
 
getNodeType() - Method in class org.jruby.ast.YieldNode
 
getNodeType() - Method in class org.jruby.ast.ZArrayNode
 
getNodeType() - Method in class org.jruby.ast.ZSuperNode
 
getNodeType() - Method in class org.jruby.truffle.translator.ReadLocalDummyNode
 
getNoMemoryError() - Method in class org.jruby.Ruby
 
getNoMethodError() - Method in class org.jruby.Ruby
 
getNoMethodErrorClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getNonIncludedClass() - Method in class org.jruby.IncludedModule
 
getNonIncludedClass() - Method in class org.jruby.RubyModule
 
getNonPrependedClass() - Method in class org.jruby.RubyModule
 
getNonProxyNode() - Method in class org.jruby.truffle.nodes.RubyNode
 
getNonSelfLocalVars() - Method in class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
 
getNonWrapperNode() - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
getNonWrapperNode() - Method in class org.jruby.truffle.nodes.RubyNode
 
getNormalizedHome(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getNormalMethodMissing() - Method in class org.jruby.Ruby
 
getNotAsBlock() - Method in class org.jruby.truffle.translator.BehaveAsBlockNode
 
getNotAsProc() - Method in class org.jruby.truffle.translator.BehaveAsProcNode
 
getNotImplementedError() - Method in class org.jruby.Ruby
 
getNSec() - Method in class org.jruby.RubyTime
 
getNthParentScope(int) - Method in class org.jruby.runtime.DynamicScope
Returns the n-th parent scope of this scope.
getNthScopeModule(StaticScope, int) - Static method in class org.jruby.runtime.Helpers
 
getNull(Ruby) - Static method in class org.jruby.ext.ffi.Pointer
 
getNull(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayIndexNode
 
getNull(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AtNode
 
getNull(VirtualFrame, RubyHash, Object) - Method in class org.jruby.truffle.nodes.core.HashNodes.GetIndexNode
 
getNullMemoryIO() - Method in class org.jruby.ext.ffi.FFI
 
getNumArgs() - Method in class org.jruby.ir.instructions.RaiseArgumentErrorInstr
 
getNumber() - Method in class org.jruby.ast.ComplexNode
 
getNumber() - Method in class org.jruby.ir.operands.Complex
 
getNumberFormat(Locale) - Static method in class org.jruby.util.Sprintf
 
getNumberOfColons() - Method in class org.jruby.util.TimeOutputFormatter
Deprecated.
 
getNumberOfEvalParses() - Method in class org.jruby.management.ParserStats
 
getNumberOfEvalParses() - Method in interface org.jruby.management.ParserStatsMBean
 
getNumberOfLoadParses() - Method in class org.jruby.management.ParserStats
 
getNumberOfLoadParses() - Method in interface org.jruby.management.ParserStatsMBean
 
getNumberOfRegions() - Method in class org.jruby.truffle.runtime.core.RubyMatchData
 
getNumberOfVariables() - Method in class org.jruby.parser.StaticScope
 
getNumerator() - Method in class org.jruby.ast.RationalNode
 
getNumerator() - Method in class org.jruby.ir.operands.Rational
 
getNumeric() - Method in class org.jruby.Ruby
 
getNumericClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getNumericConverter(Class) - Static method in class org.jruby.javasupport.JavaUtil
 
getobj() - Method in class org.jruby.ext.weakref.WeakRef
 
getObject() - Method in class org.jruby.ir.instructions.DefineMetaClassInstr
 
getObject() - Method in class org.jruby.ir.instructions.GetClassVarContainerModuleInstr
 
getObject() - Method in class org.jruby.ir.IRManager
 
getObject() - Method in class org.jruby.java.proxies.JavaProxy
 
getObject() - Method in class org.jruby.Ruby
 
getObject(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayIndexNode
 
getObject(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.AtNode
 
getObject() - Method in class org.jruby.truffle.nodes.literal.ObjectLiteralNode
 
getObject(Frame) - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
getObject() - Method in class org.jruby.truffle.runtime.core.RubyMethod
 
getObjectClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getObjectGroupAccessorField() - Method in class org.jruby.RubyClass
 
getObjectGroupAccessorField() - Method in class org.jruby.runtime.ivars.VariableTableManager
Retrieve the lazy accessor (VariableAccessorField) for object group.
getObjectGroupAccessorForRead() - Method in class org.jruby.RubyClass
 
getObjectGroupAccessorForRead() - Method in class org.jruby.runtime.ivars.VariableTableManager
Retrieve the read accessor for object group.
getObjectGroupAccessorForWrite() - Method in class org.jruby.RubyClass
 
getObjectGroupAccessorForWrite() - Method in class org.jruby.runtime.ivars.VariableTableManager
Retrieve the write accessor for object group.
getObjectId() - Method in class org.jruby.RubyBasicObject
The logic here is to use the special objectId accessor slot from the parent as a lazy store for an object ID.
getObjectId(RubyBasicObject) - Method in class org.jruby.runtime.ivars.VariableTableManager
Get the object_id from a given RubyBasicObject, possibly allocating space for it.
getObjectID() - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
getObjectIdAccessorField() - Method in class org.jruby.RubyClass
 
getObjectIdAccessorField() - Method in class org.jruby.runtime.ivars.VariableTableManager
Retrieve the lazy accessor (VariableAccessorField) for object_id.
getObjectJavaClass() - Method in class org.jruby.javasupport.JavaSupport
 
getObjectLayout() - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
getObjectProxyCache() - Method in class org.jruby.javasupport.JavaSupport
 
getObjectSpace() - Method in class org.jruby.Ruby
 
getObjectSpaceEnabled(IRubyObject) - Static method in class org.jruby.ext.jruby.JRubyUtilLibrary
 
getObjectSpaceManager() - Method in class org.jruby.truffle.runtime.RubyContext
 
getObjectSpaceModule() - Method in class org.jruby.Ruby
 
getOffset(IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Calculates the absolute offset within the base memory pointer for a given offset.
getOffset() - Method in class org.jruby.ir.operands.LocalVariable
 
getOffset() - Method in class org.jruby.ir.operands.TemporaryLocalVariable
 
getOffset() - Method in class org.jruby.lexer.yacc.DetailedSourcePosition
 
getOffset() - Method in class org.jruby.lexer.yacc.LexerSource
The location of the last byte we read from the source.
getOffset() - Method in class org.jruby.runtime.ivars.FieldVariableAccessor
Get the field offset for this accessor.
getOFlagsFromString(String) - Static method in class org.jruby.util.io.ModeFlags
 
getOFlagsFromString(Ruby, String) - Static method in class org.jruby.util.io.ModeFlags
 
getOldName() - Method in class org.jruby.ast.AliasNode
Gets the oldName.
getOldName() - Method in class org.jruby.ast.VAliasNode
Gets the oldName.
getOldName() - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
getOldName() - Method in class org.jruby.ir.instructions.AliasInstr
 
getOldName() - Method in class org.jruby.ir.instructions.GVarAliasInstr
 
getOnce() - Method in class org.jruby.ast.DRegexpNode
Gets the once.
getOOBInline(Channel) - Method in enum org.jruby.ext.socket.SocketType
 
getOpenFile() - Method in class org.jruby.RubyIO
 
getOpenFileChecked() - Method in class org.jruby.RubyIO
 
getOpenFileFlags() - Method in class org.jruby.util.io.ModeFlags
Convert the flags in this object to a set of flags appropriate for the OpenFile structure and logic therein.
getOpenFileFlagsFor(int) - Static method in class org.jruby.util.io.ModeFlags
With the provided open flags parameter what fmode values should be set (fmode for us is represented by OpenFile).
getOperand() - Method in class org.jruby.truffle.nodes.core.UnaryCoreMethodNode
 
getOperands() - Method in class org.jruby.ir.instructions.Instr
 
getOperands() - Method in class org.jruby.ir.instructions.NonlocalReturnInstr
 
getOperands() - Method in class org.jruby.ir.instructions.ReceiveRestArgInstr
 
getOperandType() - Method in class org.jruby.ir.operands.Operand
 
getOperation() - Method in class org.jruby.ir.instructions.Instr
 
getOperations() - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
getOperatorCallNode(Node, String) - Method in class org.jruby.parser.ParserSupport
 
getOperatorCallNode(Node, String, Node) - Method in class org.jruby.parser.ParserSupport
 
getOperatorCallNode(Node, String, Node, ISourcePosition) - Method in class org.jruby.parser.ParserSupport
 
getOperatorName() - Method in class org.jruby.ast.OpAsgnNode
Gets the methodName.
getOperatorName() - Method in class org.jruby.ast.OpElementAsgnNode
Gets the operatorName.
getOpt() - Method in class org.jruby.ir.instructions.RaiseArgumentErrorInstr
 
getOptArgs() - Method in class org.jruby.ast.ArgsNode
Gets the optArgs.
getOption(String) - Method in class org.jruby.ext.nkf.Command
 
getOptional() - Method in class org.jruby.truffle.runtime.methods.Arity
 
getOptionalArgs() - Method in class org.jruby.parser.StaticScope
 
getOptionalArgsCount() - Method in class org.jruby.ast.ArgsNode
 
getOptionGlobals() - Method in class org.jruby.management.Config
 
getOptionGlobals() - Method in interface org.jruby.management.ConfigMBean
 
getOptionGlobals() - Method in class org.jruby.RubyInstanceConfig
 
getOptions() - Method in class org.jruby.ast.DRegexpNode
Gets the options.
getOptions() - Method in class org.jruby.ast.RegexpNode
Gets the options.
getOptions() - Method in class org.jruby.ir.instructions.BuildDynRegExpInstr
 
getOptions() - Method in class org.jruby.RubyRegexp
rb_reg_options
getOptionsArg(Ruby, IRubyObject...) - Static method in class org.jruby.ast.util.ArgsUtil
 
getOptionValue(String) - Method in class org.jruby.ext.nkf.Command
 
getOptMethod(String) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getOptRescueNode() - Method in class org.jruby.ast.RescueBodyNode
Get the next rescue node (if any).
getOptSingletonMethod(String) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getOrCreate(Object, A) - Method in class org.jruby.javasupport.util.ObjectProxyCache
 
getOrCreateModule(String) - Method in class org.jruby.Ruby
From Object, retrieve the named module.
getOrCreateRenamedBB(BasicBlock) - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
getOrig() - Method in interface org.jruby.javasupport.proxy.JavaProxyInvocationHandler
 
getOriginalModes() - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Get the original mode flags for the descriptor.
getOS() - Method in class org.jruby.ext.ffi.Platform
Gets the current Operating System.
getOSGiBundleClassLoader() - Method in class org.jruby.embed.osgi.OSGiScriptingContainer
 
getOSName() - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getOSPackageName() - Method in class org.jruby.platform.Platform
 
getOut() - Method in class org.jruby.embed.ScriptingContainer
Deprecated.
As of JRuby 1.5.0, replaced by getOutput().
getOut() - Method in class org.jruby.Ruby
 
getOutgoingDestination(BasicBlock) - Method in class org.jruby.ir.representations.CFG
 
getOutgoingDestinationOfType(BasicBlock, Object) - Method in class org.jruby.ir.representations.CFG
 
getOutgoingDestinations(BasicBlock) - Method in class org.jruby.ir.representations.CFG
 
getOutgoingDestinationsNotOfType(BasicBlock, Object) - Method in class org.jruby.ir.representations.CFG
 
getOutgoingDestinationsOf(BasicBlock) - Method in class org.jruby.ir.dataflow.DataFlowProblem
 
getOutgoingDestinationsOfType(BasicBlock, Object) - Method in class org.jruby.ir.representations.CFG
 
getOutgoingEdgeOfType(BasicBlock, Object) - Method in class org.jruby.ir.representations.CFG
 
getOutgoingEdges(BasicBlock) - Method in class org.jruby.ir.representations.CFG
 
getOutgoingEdgesNotOfType(BasicBlock, Object) - Method in class org.jruby.ir.representations.CFG
 
getOutput() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns an output stream assigned to STDOUT and $stdout
getOutput() - Method in class org.jruby.embed.ScriptingContainer
Returns an output stream assigned to STDOUT and $stdout.
getOutput() - Method in class org.jruby.RubyInstanceConfig
 
getOutput() - Method in class org.jruby.util.ShellLauncher.POpenProcess
 
getOutputStatement(String) - Method in class org.jruby.embed.jsr223.JRubyEngineFactory
 
getOutputStream() - Method in class org.jruby.ext.JRubyPOSIXHandler
 
getOutputStream() - Method in class org.jruby.Ruby
 
getOutputStream() - Method in class org.jruby.util.io.POSIXProcess
 
getOutputStream() - Method in class org.jruby.util.ShellLauncher.POpenProcess
 
getOutStream() - Method in class org.jruby.RubyIO
 
getPackageModuleTemplate() - Method in class org.jruby.javasupport.JavaSupport
 
getPackageName() - Method in class org.jruby.platform.Platform
 
getPackedArray(VirtualFrame, RubyHash, Object) - Method in class org.jruby.truffle.nodes.core.HashNodes.GetIndexNode
 
getPadder(char) - Method in class org.jruby.util.RubyTimeOutputFormatter
 
getPadder(char) - Method in class org.jruby.util.TimeOutputFormatter
Deprecated.
 
getPairs() - Method in class org.jruby.ast.HashNode
 
getPairs() - Method in class org.jruby.ir.operands.Hash
 
getParameter(String) - Method in class org.jruby.embed.jsr223.JRubyEngineFactory
 
getParameterAnnotations() - Method in class org.jruby.javasupport.JavaCallable
 
getParameterAnnotations() - Method in class org.jruby.javasupport.JavaConstructor
 
getParameterAnnotations() - Method in class org.jruby.javasupport.JavaMethod
 
getParameterAnnotations() - Method in class org.jruby.RubyClass
 
getParameterClasses() - Method in class org.jruby.anno.JavaMethodDescriptor
 
getParameterCount() - Method in class org.jruby.ext.ffi.jffi.JITSignature
 
getParameterList() - Method in class org.jruby.internal.runtime.methods.CompiledIRMetaClassBody
 
getParameterList() - Method in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
getParameterList() - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
getParameterList() - Method in class org.jruby.internal.runtime.methods.HandleMethod
 
getParameterList() - Method in class org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody
 
getParameterList() - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
getParameterList() - Method in interface org.jruby.internal.runtime.methods.IRMethodArgs
 
getParameterList() - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
getParameterList() - Method in interface org.jruby.internal.runtime.methods.MethodArgs2
 
getParameterList() - Method in class org.jruby.internal.runtime.methods.ProcMethod
 
getParameterList() - Method in class org.jruby.ir.IRClosure
 
getParameterList() - Method in class org.jruby.runtime.BlockBody
 
getParameterList() - Method in class org.jruby.runtime.CompiledBlock19
 
getParameterList() - Method in class org.jruby.runtime.IRBlockBody
 
getParameters() - Method in class org.jruby.ast.java_signature.Annotation
 
getParameters() - Method in class org.jruby.ast.java_signature.SignatureNode
 
getParameters() - Method in class org.jruby.truffle.translator.ParameterCollector
 
getParameterType(int) - Method in class org.jruby.ext.ffi.jffi.JITSignature
 
getParameterTypes() - Method in class org.jruby.ext.ffi.CallbackInfo
Gets the ruby parameter types of the callback
getParameterTypes() - Method in class org.jruby.javasupport.JavaCallable
 
getParameterTypes() - Method in class org.jruby.javasupport.JavaConstructor
 
getParameterTypes() - Method in class org.jruby.javasupport.JavaMethod
 
getParameterTypes() - Method in interface org.jruby.javasupport.ParameterTypes
 
getParameterTypes() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
getParameterTypes() - Method in class org.jruby.javasupport.proxy.JavaProxyConstructor
 
getParent() - Method in class org.jruby.RubyModule
 
getParent() - Method in class org.jruby.runtime.profile.builtin.Invocation
 
getParent() - Method in class org.jruby.truffle.runtime.LexicalScope
 
getParent() - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
getParent(int) - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
getParent() - Method in class org.jruby.util.JRubyFile
 
getParent() - Method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
getParent() - Method in class org.jruby.util.NormalizedFile
 
getParentFile() - Method in class org.jruby.util.JRubyFile
 
getParentFile() - Method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
getParentFile() - Method in class org.jruby.util.NormalizedFile
 
getParentModule() - Method in class org.jruby.truffle.runtime.core.RubyModule
 
getParentModule() - Method in interface org.jruby.truffle.runtime.ModuleChain
 
getParentScope() - Method in class org.jruby.runtime.DynamicScope
Get parent (capturing) scope.
getParser() - Method in class org.jruby.Ruby
 
getParser() - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
getParserDebug() - Method in class org.jruby.RubyInstanceConfig
 
getParseTimePerKB() - Method in class org.jruby.management.ParserStats
 
getParseTimePerKB() - Method in interface org.jruby.management.ParserStatsMBean
 
getParseTree() - Method in class org.jruby.truffle.runtime.methods.SharedMethodInfo
 
getPassesFromString(String, String) - Static method in class org.jruby.ir.passes.CompilerPass
 
getPasswdStruct() - Method in class org.jruby.Ruby
 
getPath() - Method in class org.jruby.RubyFile
 
getPath() - Method in class org.jruby.runtime.load.LoadServiceResource
 
getPath() - Method in class org.jruby.util.io.OpenFile
 
getPath() - Method in class org.jruby.util.JRubyFile
 
getPath() - Method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
getPath() - Method in class org.jruby.util.NormalizedFile
 
getPath(URL) - Static method in class org.jruby.util.URLUtil
 
getPathFromClass(RubyModule) - Static method in class org.jruby.runtime.marshal.MarshalStream
 
getPattern() - Method in class org.jruby.RubyRegexp
 
getpeereid(ThreadContext) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
getpeereid(ThreadContext) - Method in class org.jruby.ext.socket.RubyIPSocket
 
getpeername(ThreadContext) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
getpeername() - Method in class org.jruby.ext.socket.RubyBasicSocket
Deprecated.
getpeername(ThreadContext) - Method in class org.jruby.ext.socket.RubyIPSocket
 
getpeername(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyTCPServer
 
getpgid(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
getpgid(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
getpgid(Ruby, IRubyObject) - Static method in class org.jruby.RubyProcess
 
getpgrp(IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
getpgrp(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess
 
getpgrp(Ruby) - Static method in class org.jruby.RubyProcess
 
getPID() - Method in class org.jruby.ext.JRubyPOSIXHandler
 
getPid() - Method in exception org.jruby.lexer.yacc.SyntaxException
 
getPid() - Method in class org.jruby.util.io.OpenFile
 
getPidFromProcess(Process) - Static method in class org.jruby.util.ShellLauncher
 
getPieces() - Method in class org.jruby.ir.instructions.BuildCompoundStringInstr
 
getPieces() - Method in class org.jruby.ir.instructions.BuildDynRegExpInstr
 
getPlatform() - Static method in class org.jruby.ext.ffi.Platform
Gets the current Platform
getPlatform() - Static method in class org.jruby.platform.Platform
 
getPointer(Ruby, long) - Method in class org.jruby.ext.ffi.AbstractMemory
 
getPointer(Ruby, long) - Method in class org.jruby.ext.ffi.Buffer
 
getPointer(Ruby, long) - Method in class org.jruby.ext.ffi.Pointer
 
getPointerClass(Ruby) - Static method in class org.jruby.ext.ffi.Pointer
 
getPointerMemoryIO(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
getPolling() - Method in class org.jruby.internal.runtime.ThreadService
 
getPort() - Method in class org.jruby.ext.socket.Addrinfo
 
getPortFrom(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.socket.SocketUtils
 
getPosition() - Method in class org.jruby.ast.Node
Location of this node within the source
getPosition() - Method in class org.jruby.ir.instructions.BuildLambdaInstr
 
getPosition() - Method in interface org.jruby.lexer.yacc.ISourcePositionHolder
 
getPosition(ISourcePosition) - Method in class org.jruby.lexer.yacc.LexerSource
Where is the reader within the source {filename,row} Node that this method updates some internal state - it's not just a constructor
getPosition() - Method in class org.jruby.lexer.yacc.LexerSource
Where is the reader within the source {filename,row} Node that this method updates some internal state - it's not just a constructor
getPosition(ISourcePosition) - Method in class org.jruby.lexer.yacc.RubyLexer
Get position information for Token/Node that follows node represented by startPosition and current lexer location.
getPosition() - Method in class org.jruby.lexer.yacc.RubyLexer
 
getPosition() - Method in exception org.jruby.lexer.yacc.SyntaxException
 
getPosition() - Method in class org.jruby.parser.ArgsTailHolder
 
getPosition(ISourcePositionHolder) - Method in class org.jruby.parser.ParserSupport
 
getPosix() - Method in class org.jruby.Ruby
 
getPost() - Method in class org.jruby.ast.ArgsNode
 
getPost() - Method in class org.jruby.ast.MultipleAsgn19Node
 
getPost() - Method in class org.jruby.truffle.runtime.core.RubyMatchData
 
getPostArgsCount() - Method in class org.jruby.ir.instructions.ReqdArgMultipleAsgnInstr
 
getPostArgsCount() - Method in class org.jruby.ir.instructions.RestArgMultipleAsgnInstr
 
getPostCount() - Method in class org.jruby.ast.ArgsNode
 
getPostCount() - Method in class org.jruby.ast.MultipleAsgn19Node
 
getPostIndex() - Method in class org.jruby.ast.ArgsNode
 
getPostMethod(CallConfiguration) - Static method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
 
getPostOrderTraverser() - Method in class org.jruby.ir.representations.CFG
 
getPre() - Method in class org.jruby.ast.ArgsNode
Gets the required arguments at the beginning of the argument definition
getPre() - Method in class org.jruby.ast.MultipleAsgn19Node
 
getPre() - Method in class org.jruby.ast.MultipleAsgnNode
 
getPre() - Method in class org.jruby.truffle.runtime.core.RubyMatchData
 
getPreArgs() - Method in class org.jruby.ir.instructions.ReceiveOptArgInstr
 
getPreArgSafe(ThreadContext, IRubyObject[], int) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
getPreArgsCount() - Method in class org.jruby.ir.instructions.ReqdArgMultipleAsgnInstr
 
getPreArgsCount() - Method in class org.jruby.ir.instructions.RestArgMultipleAsgnInstr
 
getPrecision() - Method in class org.jruby.Ruby
 
getPreCount() - Method in class org.jruby.ast.ArgsNode
 
getPreCount() - Method in class org.jruby.ast.MultipleAsgn19Node
 
getPreCount() - Method in class org.jruby.ast.MultipleAsgnNode
 
getPrefix() - Method in class org.jruby.ir.operands.TemporaryBooleanVariable
 
getPrefix() - Method in class org.jruby.ir.operands.TemporaryClosureVariable
 
getPrefix() - Method in class org.jruby.ir.operands.TemporaryFixnumVariable
 
getPrefix() - Method in class org.jruby.ir.operands.TemporaryFloatVariable
 
getPrefix() - Method in class org.jruby.ir.operands.TemporaryLocalReplacementVariable
 
getPrefix() - Method in class org.jruby.ir.operands.TemporaryLocalVariable
 
getPrefixCountSize(String) - Method in class org.jruby.ir.IRScope
 
getPrev() - Method in class org.jruby.ext.fiber.ThreadFiber.FiberData
 
getPrevious() - Method in class org.jruby.RubyModule.WrapperCacheEntryFactory
 
getPreviousCRefScope() - Method in class org.jruby.parser.StaticScope
 
getPreviousEntry() - Method in class org.jruby.truffle.runtime.hash.HashSearchResult
 
getPreviousFrame() - Method in class org.jruby.runtime.ThreadContext
 
getPreviousInSequence() - Method in class org.jruby.truffle.runtime.hash.Entry
 
getPrimitive(String) - Method in class org.jruby.truffle.nodes.rubinius.RubiniusPrimitiveManager
 
getPrimitiveClass(String) - Static method in class org.jruby.javasupport.JavaSupport
 
getPriority() - Method in class org.jruby.internal.runtime.NativeThread
 
getPriority() - Method in interface org.jruby.internal.runtime.ThreadLike
 
getpriority(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
getpriority(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
getpriority(Ruby, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
getPrivateMethodMissing() - Method in class org.jruby.Ruby
 
getProbe() - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
getProc() - Method in class org.jruby.Ruby
 
getProc() - Method in class org.jruby.truffle.runtime.signal.ProcSignalHandler
 
getProcClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getProcess() - Method in class org.jruby.Ruby
 
getProcess() - Method in class org.jruby.util.io.OpenFile
 
GetProcessId(long) - Method in interface org.jruby.util.WindowsFFI.Kernel32
 
getProcGID() - Method in class org.jruby.Ruby
 
getProcObject() - Method in class org.jruby.runtime.Block
Retrieve the proc object associated with this block
getProcStatus() - Method in class org.jruby.Ruby
 
getProcSysModule() - Method in class org.jruby.Ruby
 
getProcUID() - Method in class org.jruby.Ruby
 
getProfile() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns a profiler currently used.
getProfile() - Method in class org.jruby.embed.ScriptingContainer
Returns a Profile currently used.
getProfile() - Method in class org.jruby.Ruby
 
getProfile() - Method in class org.jruby.RubyInstanceConfig
 
getProfileCollection() - Method in class org.jruby.runtime.ThreadContext
Get the profile collection for this thread (ThreadContext).
getProfileData() - Method in class org.jruby.runtime.profile.builtin.ProfilePrinter
 
getProfiledMethod(long) - Method in class org.jruby.runtime.profile.builtin.ProfiledMethods
 
getProfiledMethods() - Method in class org.jruby.Ruby
Deprecated.
This should be an implementation detail of the ProfilingService and should remove from the Ruby class.
getProfileMaxMethods() - Method in class org.jruby.RubyInstanceConfig
Get the maximum number of methods to consider when profiling.
getProfileOutput() - Method in class org.jruby.embed.ScriptingContainer
Returns currently configured ProfileOutput object, which determines where the output of profiling operations will be sent.
getProfileOutput() - Method in class org.jruby.RubyInstanceConfig
 
getProfilingMode() - Method in class org.jruby.embed.ScriptingContainer
Returns a ProfilingMode currently used.
getProfilingMode() - Method in class org.jruby.RubyInstanceConfig
 
getProfilingService() - Method in class org.jruby.Ruby
 
getProfilingService() - Method in class org.jruby.RubyInstanceConfig
 
getProgram(String...) - Method in class org.jruby.embed.jsr223.JRubyEngineFactory
 
getProperty(String) - Method in class org.jruby.embed.ScriptingContainer
Returns an array of values associated to a key.
getProperty(String, String) - Static method in class org.jruby.ext.ffi.Platform
An extension over System.getProperty method.
getProperty(String, String) - Static method in class org.jruby.platform.Platform
An extension over System.getProperty method.
getProperty(String) - Static method in class org.jruby.util.SafePropertyAccessor
An extension over System.getProperty method.
getProperty(String, String) - Static method in class org.jruby.util.SafePropertyAccessor
An extension over System.getProperty method.
getPropertyHelp() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
getPropertyHelp() - Static method in class org.jruby.util.cli.OutputStrings
 
getPropertyNames() - Static method in class org.jruby.util.cli.Options
 
getProtectedClass() - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
getProtectedClass() - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
getProtectedClass() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Retrieve the pre-calculated "protected class" used for access checks.
getProtectedMethodMissing() - Method in class org.jruby.Ruby
 
getProvider() - Method in class org.jruby.embed.ScriptingContainer
Returns a provider instance of LocalContextProvider.
getProxyClass(Ruby, JavaClass) - Static method in class org.jruby.javasupport.Java
 
getProxyClass(Ruby, Class) - Static method in class org.jruby.javasupport.Java
 
getProxyClass() - Method in class org.jruby.javasupport.JavaClass
 
getProxyClass(Ruby, Class, Class[], Set) - Static method in class org.jruby.javasupport.proxy.JavaProxyClass
 
getProxyClass(Ruby, Class, Class[]) - Static method in class org.jruby.javasupport.proxy.JavaProxyClass
 
getProxyClassForObject(Ruby, Object) - Static method in class org.jruby.javasupport.Java
 
getProxyClassFromCache(Class) - Method in class org.jruby.javasupport.JavaSupport
 
getProxyModule() - Method in class org.jruby.javasupport.JavaClass
 
getpwent(IRubyObject) - Static method in class org.jruby.ext.etc.RubyEtc
 
getpwnam(IRubyObject, IRubyObject) - Static method in class org.jruby.ext.etc.RubyEtc
 
getpwuid(IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.etc.RubyEtc
 
getQueueSafe() - Method in class org.jruby.ext.thread.Queue
 
getRandom() - Method in class org.jruby.Ruby
 
getRandom() - Method in class org.jruby.truffle.runtime.RubyContext
 
getRandomClass() - Method in class org.jruby.Ruby
 
getRange(ThreadContext, IRubyObject[]) - Method in class org.jruby.java.proxies.ArrayJavaProxy
 
getRange(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.ArrayJavaProxy
 
getRange(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.java.proxies.ArrayJavaProxy
 
getRange() - Method in class org.jruby.Ruby
 
getRangeClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getRangeError() - Method in class org.jruby.Ruby
 
getRational() - Method in class org.jruby.Ruby
 
getRationalClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getReadEncoding() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
getReadEncoding() - Method in class org.jruby.RubyIO
 
getReader() - Method in class org.jruby.embed.ScriptingContainer
Returns a reader set in an attribute map.
getReader() - Method in class org.jruby.truffle.runtime.core.RubyFile
 
getRealClass() - Method in class org.jruby.RubyClass
 
getRealClassConstructor(Ruby, Class) - Static method in class org.jruby.javasupport.Java
 
getRealMethod() - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
getRealMethod() - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
getRealMethod() - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
getRealMethod() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Get the "real" method contained within this method.
getRealMethod() - Method in class org.jruby.internal.runtime.methods.MethodMethod
 
getRealMethod() - Method in class org.jruby.internal.runtime.methods.WrapperMethod
 
getRealType() - Method in class org.jruby.ext.ffi.MappedType
 
getReason() - Method in class org.jruby.RubyLocalJumpError
 
getReceiveBufferSize(Channel) - Method in enum org.jruby.ext.socket.SocketType
 
getReceiver() - Method in interface org.jruby.embed.variable.BiVariable
Returns the original receiver where this variable has been retrieved.
getReceiver() - Method in class org.jruby.ir.instructions.CallBase
 
getReceiver() - Method in class org.jruby.ir.instructions.Match2Instr
 
getReceiver() - Method in class org.jruby.ir.instructions.Match3Instr
 
getReceiver() - Method in class org.jruby.ir.instructions.MatchInstr
 
getReceiverNode() - Method in class org.jruby.ast.AttrAssignNode
Gets the receiverNode.
getReceiverNode() - Method in class org.jruby.ast.CallNode
Gets the receiverNode.
getReceiverNode() - Method in class org.jruby.ast.DefsNode
Gets the receiverNode.
getReceiverNode() - Method in class org.jruby.ast.Match2Node
Gets the receiverNode.
getReceiverNode() - Method in class org.jruby.ast.Match3Node
Gets the receiverNode.
getReceiverNode() - Method in class org.jruby.ast.OpAsgnNode
Gets the receiverNode.
getReceiverNode() - Method in class org.jruby.ast.OpElementAsgnNode
Gets the receiverNode.
getReceiverNode() - Method in class org.jruby.ast.SClassNode
Gets the receiverNode.
getRecordSeparator() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns a record separator.
getRecordSeparator() - Method in class org.jruby.embed.ScriptingContainer
Returns a record separator.
getRecordSeparator() - Method in class org.jruby.management.Config
 
getRecordSeparator() - Method in interface org.jruby.management.ConfigMBean
 
getRecordSeparator() - Method in class org.jruby.RubyInstanceConfig
 
getRecordSeparatorVar() - Method in class org.jruby.Ruby
 
getRecursiveDepth() - Method in class org.jruby.runtime.profile.builtin.Invocation
 
getRecursiveSet() - Method in class org.jruby.runtime.ThreadContext
 
getRef() - Method in class org.jruby.ir.instructions.GetInstr
 
getRef() - Method in class org.jruby.ir.instructions.PutInstr
 
getRegex() - Method in class org.jruby.truffle.runtime.core.RubyRegexp
 
getRegexp(ThreadContext, int, ByteList, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getRegexp(ThreadContext, int, ByteList, int) - Method in class org.jruby.ast.executable.RuntimeCache
 
getRegexp(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
getRegexp() - Method in class org.jruby.ir.instructions.BuildDynRegExpInstr
 
getRegexp() - Method in class org.jruby.ir.operands.Regexp
 
getRegexp() - Method in class org.jruby.Ruby
 
getRegexp0(ThreadContext, ByteList, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getRegexp1(ThreadContext, ByteList, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getRegexp2(ThreadContext, ByteList, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getRegexp3(ThreadContext, ByteList, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getRegexp4(ThreadContext, ByteList, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getRegexp5(ThreadContext, ByteList, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getRegexp6(ThreadContext, ByteList, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getRegexp7(ThreadContext, ByteList, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getRegexp8(ThreadContext, ByteList, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getRegexp9(ThreadContext, ByteList, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getRegexpBootstrap(MethodHandles.Lookup, String, MethodType, String, String, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getRegexpClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getRegexpError() - Method in class org.jruby.Ruby
 
getRegexpHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getRegexpNode() - Method in class org.jruby.ast.MatchNode
Gets the regexpNode.
getReifiedClass() - Method in class org.jruby.RubyClass
 
getRemainingAsStream() - Method in class org.jruby.lexer.yacc.ByteArrayLexerSource
 
getRemainingAsStream() - Method in class org.jruby.lexer.yacc.InputStreamLexerSource
 
getRemainingAsStream() - Method in class org.jruby.lexer.yacc.LexerSource
 
getRemoteSocket() - Method in class org.jruby.ext.socket.RubyBasicSocket
 
getRemoteSocketAddress(Channel) - Method in enum org.jruby.ext.socket.SocketType
 
getRemoveCount() - Method in interface org.jruby.management.MethodCacheMBean
 
getRenamedBB(BasicBlock) - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
getRenamedLabel(Label) - Method in class org.jruby.ir.transformations.inlining.CloneInfo
Return a new instance of a label for the newly cloned scope.
getRenamedLabelSimple(Label) - Method in class org.jruby.ir.transformations.inlining.CloneInfo
 
getRenamedLabelSimple(Label) - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
getRenamedLabelSimple(Label) - Method in class org.jruby.ir.transformations.inlining.SimpleCloneInfo
 
getRenamedSelfVariable(Variable) - Method in class org.jruby.ir.transformations.inlining.CloneInfo
How do we rename %self?
getRenamedSelfVariable(Variable) - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
getRenamedSelfVariable(Variable) - Method in class org.jruby.ir.transformations.inlining.SimpleCloneInfo
 
getRenamedVariable(Variable) - Method in class org.jruby.ir.transformations.inlining.CloneInfo
Return a new instance of a variable for the newly cloned scope.
getRenamedVariable(Variable) - Method in class org.jruby.ir.transformations.inlining.SimpleCloneInfo
 
getRenamedVariableSimple(Variable) - Method in class org.jruby.ir.transformations.inlining.CloneInfo
How are typical variables renamed if they were not yet found in the variable renaming map?
getRenamedVariableSimple(Variable) - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
getRenamedVariableSimple(Variable) - Method in class org.jruby.ir.transformations.inlining.SimpleCloneInfo
 
getRequired() - Method in class org.jruby.ir.instructions.RaiseArgumentErrorInstr
 
getRequired() - Method in class org.jruby.truffle.runtime.methods.Arity
 
getRequiredArgs() - Method in class org.jruby.ir.instructions.ReceiveOptArgInstr
 
getRequiredArgs() - Method in class org.jruby.parser.StaticScope
 
getRequiredArgsCount() - Method in class org.jruby.ast.ArgsNode
 
getRequiredLibraries() - Method in class org.jruby.management.Config
 
getRequiredLibraries() - Method in interface org.jruby.management.ConfigMBean
 
getRequiredLibraries() - Method in class org.jruby.RubyInstanceConfig
 
getRescueNode() - Method in class org.jruby.ast.RescueNode
Gets the first rescueNode.
getRescuerBBFor(BasicBlock) - Method in class org.jruby.ir.representations.CFG
 
getResource(String) - Method in class org.jruby.embed.osgi.internal.JRubyOSGiBundleClassLoader
 
getResource() - Method in class org.jruby.runtime.load.JarredScript
 
getResource(String) - Method in class org.jruby.util.JRubyClassLoader
 
getResources(String) - Method in class org.jruby.embed.osgi.internal.JRubyOSGiBundleClassLoader
TODO: optimize: we should not have to look for the resources everywhere until called for it.
getResourceURL(String) - Static method in class org.jruby.util.ClasspathResource
 
getResourceURL(Ruby, String) - Static method in class org.jruby.util.URLResource
 
getRespondToMethod() - Method in class org.jruby.Ruby
 
getRespondToMissingMethod() - Method in class org.jruby.Ruby
 
getRest() - Method in class org.jruby.ast.MultipleAsgn19Node
 
getRest() - Method in class org.jruby.ast.MultipleAsgnNode
 
getRest() - Method in class org.jruby.ir.instructions.RaiseArgumentErrorInstr
 
getRestArg() - Method in class org.jruby.ast.ArgsNode
Gets the restArg.
getRestArg() - Method in class org.jruby.parser.StaticScope
 
getRestArgNode() - Method in class org.jruby.ast.ArgsNode
Gets the restArgNode.
getResult() - Method in class org.jruby.ir.instructions.CallInstr
 
getResult() - Method in class org.jruby.ir.instructions.ResultBaseInstr
 
getResult() - Method in interface org.jruby.ir.instructions.ResultInstr
 
getResult() - Method in class org.jruby.parser.ParserSupport
Gets the result.
getResult() - Method in exception org.jruby.truffle.runtime.control.BreakException
 
getResult() - Method in exception org.jruby.truffle.runtime.control.NextException
 
getResultType() - Method in class org.jruby.ext.ffi.jffi.JITSignature
 
getReturnClass() - Method in class org.jruby.anno.JavaMethodDescriptor
 
getReturnID() - Method in class org.jruby.truffle.nodes.methods.CatchReturnPlaceholderNode
 
getReturnID() - Method in exception org.jruby.truffle.runtime.control.ReturnException
Return the return ID of this return that identifies where it intends to return to.
getReturnID() - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
getReturnType() - Method in class org.jruby.ast.java_signature.MethodSignatureNode
 
getReturnType() - Method in class org.jruby.ext.ffi.CallbackInfo
Gets the native return type the callback should return
getReturnType() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
getReturnType() - Method in interface org.jruby.javasupport.proxy.JavaProxyMethod
 
getReturnValue() - Method in class org.jruby.ir.instructions.BreakInstr
 
getReturnValue() - Method in class org.jruby.ir.instructions.ReturnBase
 
getReuseAddress(Channel) - Method in enum org.jruby.ext.socket.SocketType
 
getReversePostOrderTraverser() - Method in class org.jruby.ir.representations.CFG
 
getRight() - Method in class org.jruby.truffle.nodes.core.BinaryCoreMethodNode
 
getrlimit(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
getrlimit(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
getrlimit(Ruby, IRubyObject) - Static method in class org.jruby.RubyProcess
 
getRootFiber() - Method in class org.jruby.Ruby
 
getRootLexicalScope() - Method in class org.jruby.truffle.runtime.RubyContext
 
getRootThread() - Method in class org.jruby.truffle.runtime.subsystems.ThreadManager
 
getRPC() - Method in class org.jruby.ir.instructions.Instr
 
getRubiniusPrimitiveManager() - Method in class org.jruby.truffle.runtime.RubyContext
 
getRubyArray(Ruby, Class<?>[]) - Static method in class org.jruby.javasupport.JavaClass
 
getRubyCasedName(String) - Static method in class org.jruby.javasupport.JavaUtil
Build a Ruby name from a Java name by treating aA as _ divider and successive caps as all the same word.
getRubyDateFormat() - Method in class org.jruby.runtime.ThreadContext
Deprecated.
getRubyDateFormatter() - Method in class org.jruby.runtime.ThreadContext
 
getRubyException() - Method in exception org.jruby.truffle.runtime.control.RaiseException
 
getRubygemsDir(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getRubyInetAddress(ByteList) - Static method in class org.jruby.ext.socket.SocketUtils
 
getRubyInstanceConfig() - Method in class org.jruby.embed.internal.AbstractLocalContextProvider
 
getRubyInstanceConfig() - Method in class org.jruby.embed.internal.ConcurrentLocalContextProvider
 
getRubyInstanceConfig() - Method in interface org.jruby.embed.internal.LocalContextProvider
Gets an instance of RubyInstanceConfig.
getRubyInstanceConfig() - Method in class org.jruby.embed.internal.SingletonLocalContextProvider
 
getRubyLibDir(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getRubyLibDirFor(Ruby, String) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getRubyNamesForJavaName(String, List<Method>) - Static method in class org.jruby.javasupport.JavaUtil
Given a simple Java method name and the Java Method objects that represent all its overloads, add to the given nameSet all possible Ruby names that would be valid.
getRubyObject() - Method in interface org.jruby.embed.variable.BiVariable
Returns a value of the variable this object holds in a org.jruby.runtime.builtin.IRubyObject type.
getRubySharedLibDir(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getRubyThread() - Method in class org.jruby.internal.runtime.RubyRunnable
Deprecated.
getRubyThreadGroup() - Method in class org.jruby.internal.runtime.ThreadService
 
getRubyThreadMap() - Method in class org.jruby.internal.runtime.ThreadService
Get the map from threadlike objects to RubyThread instances.
getRubyTruffleErrorClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getRuntime(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
getRuntime() - Method in interface org.jruby.common.IRubyWarnings
 
getRuntime() - Method in class org.jruby.common.NullWarnings
 
getRuntime() - Method in class org.jruby.common.RubyWarnings
 
getRuntime() - Method in class org.jruby.embed.internal.ConcurrentLocalContextProvider
 
getRuntime() - Method in interface org.jruby.embed.internal.LocalContextProvider
Returns a Ruby runtime of a specified scope.
getRuntime() - Method in class org.jruby.embed.internal.SingleThreadLocalContextProvider
 
getRuntime() - Method in class org.jruby.embed.internal.SingletonLocalContextProvider
 
getRuntime() - Method in class org.jruby.embed.internal.ThreadSafeLocalContextProvider
 
getRuntime() - Method in class org.jruby.embed.ScriptingContainer
Deprecated.
As of JRuby 1.5.0. Use getProvider().getRuntime() method instead.
getRuntime() - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod getRuntime.
getRuntime() - Method in class org.jruby.parser.ParserConfiguration
 
getRuntime() - Method in class org.jruby.RubyBasicObject
Will return the runtime that this object is associated with.
getRuntime() - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod getRuntime.
getRuntime() - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
getRuntime() - Method in class org.jruby.runtime.ThreadContext
Retrieve the runtime associated with this context.
getRuntime() - Method in class org.jruby.truffle.runtime.RubyContext
 
getRuntime() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
getRuntimeCache() - Method in class org.jruby.Ruby
Get the core class RuntimeCache instance, for doing dynamic calls from core class methods.
getRuntimeError() - Method in class org.jruby.Ruby
 
getRuntimeErrorClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getRuntimeNumber() - Method in class org.jruby.Ruby
 
getRuntimeVerStr(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
gets(ThreadContext) - Method in class org.jruby.ext.socket.RubyTCPServer
 
gets(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyTCPServer
 
gets(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyTCPServer
 
gets(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.stringio.StringIO
 
gets(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
gets(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyArgsFile
Read a line.
gets(ThreadContext) - Method in class org.jruby.RubyIO
Read a line.
gets(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
 
gets(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyIO
 
gets(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
gets(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.KernelNodes.GetsNode
 
gets_18(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
getSafeLevel() - Method in class org.jruby.management.Config
 
getSafeLevel() - Method in interface org.jruby.management.ConfigMBean
 
getSafeLevel() - Method in class org.jruby.Ruby
Deprecated.
getSafeLevel() - Method in class org.jruby.RubyInstanceConfig
 
getSafePasses(IRScope) - Method in class org.jruby.ir.IRManager
 
getSafepointManager() - Method in class org.jruby.truffle.runtime.RubyContext
 
getScope() - Method in class org.jruby.ast.ClassNode
Get the static scoping information.
getScope(ThreadContext, StaticScope, String, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getScope(int) - Method in class org.jruby.ast.executable.AbstractScript
 
getScope(ThreadContext, StaticScope, String, int) - Method in class org.jruby.ast.executable.RuntimeCache
 
getScope(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
getScope() - Method in class org.jruby.ast.IterNode
 
getScope() - Method in class org.jruby.ast.MethodDefNode
Get the static scoping information.
getScope() - Method in class org.jruby.ast.ModuleNode
Get the static scoping information.
getScope() - Method in class org.jruby.ast.RootNode
Return the dynamic scope for this AST.
getScope() - Method in class org.jruby.ast.SClassNode
Gets the scope of this class
getScope() - Method in interface org.jruby.embed.EmbedEvalUnit
Returns a scope used to parse a script.
getScope() - Method in class org.jruby.embed.internal.EmbedEvalUnitImpl
Returns a ManyVarsDynamicScope used to parse a script.
getScope(LocalContextScope) - Static method in class org.jruby.embed.util.SystemPropertyCatcher
Gets a local context scope from System property.
getScope() - Method in class org.jruby.internal.runtime.GlobalVariable
 
getScope() - Method in class org.jruby.ir.dataflow.DataFlowProblem
 
getScope() - Method in class org.jruby.ir.instructions.InlinedLineNumberInstr
 
getScope() - Method in class org.jruby.ir.instructions.LoadLocalVarInstr
 
getScope() - Method in class org.jruby.ir.instructions.StoreLocalVarInstr
 
getScope() - Method in class org.jruby.ir.representations.CFG
 
getScope() - Method in class org.jruby.ir.transformations.inlining.CloneInfo
 
getScope() - Method in class org.jruby.parser.ParserConfiguration
This method returns the appropriate first scope for the parser.
getScope() - Method in class org.jruby.parser.RubyParserResult
 
getScope0(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getScope0() - Method in class org.jruby.ast.executable.AbstractScript
 
getScope1(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getScope1() - Method in class org.jruby.ast.executable.AbstractScript
 
getScope2(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getScope2() - Method in class org.jruby.ast.executable.AbstractScript
 
getScope3(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getScope3() - Method in class org.jruby.ast.executable.AbstractScript
 
getScope4(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getScope4() - Method in class org.jruby.ast.executable.AbstractScript
 
getScope5(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getScope5() - Method in class org.jruby.ast.executable.AbstractScript
 
getScope6(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getScope6() - Method in class org.jruby.ast.executable.AbstractScript
 
getScope7(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getScope7() - Method in class org.jruby.ast.executable.AbstractScript
 
getScope8(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getScope8() - Method in class org.jruby.ast.executable.AbstractScript
 
getScope9(ThreadContext, StaticScope, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getScope9() - Method in class org.jruby.ast.executable.AbstractScript
 
getScopeBeingInlined() - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
getScopeCount() - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
getScopeDepth() - Method in class org.jruby.ir.operands.LocalVariable
 
getScopeId() - Method in class org.jruby.ir.IRScope
 
getScopeID(IRScope) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
getScopeId() - Method in class org.jruby.parser.StaticScope
 
getScopeInstructionOffset(IRScope) - Method in class org.jruby.ir.persistence.IRWriterFile
Get recorded offset for this scropes instruction list.
getScopeModuleDepth() - Method in class org.jruby.ir.operands.ScopeModule
 
getScopeName() - Method in class org.jruby.ir.instructions.BreakInstr
 
getScopeNames(String) - Static method in class org.jruby.runtime.Helpers
 
getScopeNestingDepth() - Method in class org.jruby.ir.operands.CurrentScope
 
getScopeOffsets() - Method in class org.jruby.ast.Match2CaptureNode
 
getScopeType() - Method in class org.jruby.ir.IRClassBody
 
getScopeType() - Method in class org.jruby.ir.IRClosure
 
getScopeType() - Method in class org.jruby.ir.IREvalScript
 
getScopeType() - Method in class org.jruby.ir.IRFor
 
getScopeType() - Method in class org.jruby.ir.IRMetaClassBody
 
getScopeType() - Method in class org.jruby.ir.IRMethod
 
getScopeType() - Method in class org.jruby.ir.IRModuleBody
 
getScopeType() - Method in class org.jruby.ir.IRScope
 
getScopeType() - Method in class org.jruby.ir.IRScriptBody
 
getScopeType() - Method in class org.jruby.parser.StaticScope
 
getScriptContext(Bindings) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
getScriptEngine() - Method in class org.jruby.embed.jsr223.JRubyEngineFactory
 
getScriptFilename() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns a script filename to run.
getScriptFilename() - Method in class org.jruby.embed.ScriptingContainer
Returns a script filename to run.
getScriptFileName() - Method in class org.jruby.management.Config
 
getScriptFileName() - Method in interface org.jruby.management.ConfigMBean
 
getScriptFileName() - Method in class org.jruby.RubyInstanceConfig
 
getScriptObject() - Method in class org.jruby.internal.runtime.methods.CompiledMethod
 
getScriptSource() - Method in class org.jruby.RubyInstanceConfig
 
getSecondNode() - Method in class org.jruby.ast.AndNode
Gets the secondNode.
getSecondNode() - Method in class org.jruby.ast.ArgsCatNode
 
getSecondNode() - Method in class org.jruby.ast.ArgsPushNode
 
getSecondNode() - Method in interface org.jruby.ast.BinaryOperatorNode
Gets the secondNode.
getSecondNode() - Method in class org.jruby.ast.OpAsgnAndNode
Gets the secondNode.
getSecondNode() - Method in class org.jruby.ast.OpAsgnOrNode
Gets the secondNode.
getSecondNode() - Method in class org.jruby.ast.OrNode
Gets the secondNode.
getSeconds() - Method in class org.jruby.truffle.runtime.core.RubyTime
 
getSecurityError() - Method in class org.jruby.Ruby
 
getSelectorPool() - Method in class org.jruby.Ruby
Get the runtime-global selector pool
getSelf() - Method in class org.jruby.ir.IRScope
 
getSelf() - Method in class org.jruby.ir.operands.WrappedIRClosure
 
getSelf() - Method in class org.jruby.runtime.Binding
 
getSelf() - Method in class org.jruby.runtime.Frame
Get the self associated with this frame
getSelf() - Method in class org.jruby.truffle.runtime.core.RubyBinding
 
getSelf(Object[]) - Static method in class org.jruby.truffle.runtime.RubyArguments
 
getSelfCapturedInScope() - Method in class org.jruby.truffle.runtime.core.RubyProc
 
getSendBufferSize(Channel) - Method in enum org.jruby.ext.socket.SocketType
 
getSerialNumber() - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
getSerialNumber() - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
getSerialNumber() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Get the global serial number for this method object
getSerialNumber() - Method in class org.jruby.internal.runtime.methods.WrapperMethod
 
getservbyname(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.socket.RubySocket
 
getservbyname(ThreadContext, IRubyObject[]) - Static method in class org.jruby.ext.socket.SocketUtils
 
getServerSocketChannel() - Method in class org.jruby.ext.socket.RubyTCPServer
 
getService() - Method in class org.jruby.runtime.profile.ProfilingServiceLookup
getSharedMethodInfo() - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MaxBlock
 
getSharedMethodInfo() - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MinBlock
 
getSharedMethodInfo() - Method in class org.jruby.truffle.nodes.methods.MethodDefinitionNode
 
getSharedMethodInfo() - Method in class org.jruby.truffle.nodes.RubyRootNode
 
getSharedMethodInfo() - Method in class org.jruby.truffle.runtime.core.RubyProc
 
getSharedMethodInfo() - Method in class org.jruby.truffle.runtime.methods.InternalMethod
 
getSharedMethodInfo() - Method in interface org.jruby.truffle.runtime.methods.MethodLike
 
getSharedMethodInfo() - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
getShort(long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
getShort(long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
getShort(long) - Method in class org.jruby.ext.ffi.MemoryIO
Reads a 16 bit integer value from the memory area.
getShort(long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
getShouldCheckSyntax() - Method in class org.jruby.RubyInstanceConfig
 
getShouldPrintProperties() - Method in class org.jruby.RubyInstanceConfig
 
getShouldPrintUsage() - Method in class org.jruby.RubyInstanceConfig
 
getShouldRunInterpreter() - Method in class org.jruby.RubyInstanceConfig
 
getSignalException() - Method in class org.jruby.Ruby
 
getSignature() - Method in class org.jruby.ir.IRClosure
 
getSignature() - Method in class org.jruby.runtime.IRBlockBody
 
getSimpleName() - Method in class org.jruby.RubyModule
Get the "simple" name for the class, which is either the "base" name or the "anonymous" class name.
getSimplifiedOperand(Map<Operand, Operand>, boolean) - Method in class org.jruby.ir.operands.Array
 
getSimplifiedOperand(Map<Operand, Operand>, boolean) - Method in class org.jruby.ir.operands.AsString
 
getSimplifiedOperand(Map<Operand, Operand>, boolean) - Method in class org.jruby.ir.operands.DynamicSymbol
 
getSimplifiedOperand(Map<Operand, Operand>, boolean) - Method in class org.jruby.ir.operands.Hash
 
getSimplifiedOperand(Map<Operand, Operand>, boolean) - Method in class org.jruby.ir.operands.Operand
 
getSimplifiedOperand(Map<Operand, Operand>, boolean) - Method in class org.jruby.ir.operands.Regexp
 
getSimplifiedOperand(Map<Operand, Operand>, boolean) - Method in class org.jruby.ir.operands.Splat
 
getSimplifiedOperand(Map<Operand, Operand>, boolean) - Method in class org.jruby.ir.operands.SValue
 
getSimplifiedOperand(Map<Operand, Operand>, boolean) - Method in class org.jruby.ir.operands.Variable
 
getSimplifiedOperand(Map<Operand, Operand>, boolean) - Method in class org.jruby.ir.operands.WrappedIRClosure
 
getSingleNilArray() - Method in class org.jruby.Ruby
 
getSingletonClass(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
getSingletonClass() - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod getSingletonClass.
getSingletonClass() - Method in class org.jruby.java.proxies.JavaProxy
rb_singleton_class Note: this method is specialized for RubyFixnum, RubySymbol, RubyNil and RubyBoolean Will either return the existing singleton class for this object, or create a new one and return that.
getSingletonClass() - Method in class org.jruby.RubyBasicObject
rb_singleton_class Note: this method is specialized for RubyFixnum, RubySymbol, RubyNil and RubyBoolean Will either return the existing singleton class for this object, or create a new one and return that.
getSingletonClass() - Method in class org.jruby.RubyBignum
 
getSingletonClass() - Method in class org.jruby.RubyBoolean
 
getSingletonClass() - Method in class org.jruby.RubyFixnum
 
getSingletonClass() - Method in class org.jruby.RubyFloat
 
getSingletonClass() - Method in class org.jruby.RubyNil
 
getSingletonClass() - Method in class org.jruby.RubySymbol
 
getSingletonClass() - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod getSingletonClass.
getSingletonClass(Ruby, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
getSingletonClass(Node) - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
getSingletonClass(Node) - Method in class org.jruby.truffle.runtime.core.RubyClass
 
getSingletonClassClone() - Method in class org.jruby.RubyBasicObject
rb_singleton_class_clone Will make sure that if the current objects class is a singleton, it will get cloned.
getSingletonMethod(String) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getSingletonMethod(String, Class) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getSingletonMethod(String, Class, Class) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getSingletonMethod(String, Class, Class, Class) - Method in class org.jruby.runtime.CallbackFactory
Deprecated.
Callbacks are inefficient; use MethodFactory.
getSiteArchDir(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getSiteDir(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getSiteDirGeneral(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getSiteLibDir(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getSize() - Method in class org.jruby.ext.ffi.AbstractMemory
Gets the size of the memory area.
getSize() - Method in class org.jruby.ext.ffi.StructLayout
 
getSize() - Method in class org.jruby.truffle.runtime.core.RubyArray
 
getSize() - Method in class org.jruby.truffle.runtime.core.RubyHash
 
getSocketAddress() - Method in class org.jruby.ext.socket.RubyBasicSocket
 
getSocketOption(Channel, SocketOption) - Method in enum org.jruby.ext.socket.SocketType
 
getSocketType() - Method in enum org.jruby.ext.socket.SocketType
 
getsockname(ThreadContext) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
getsockname() - Method in class org.jruby.ext.socket.RubyBasicSocket
Deprecated.
getSocknameCommon(ThreadContext, String) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
getSocknameCommon(ThreadContext, String) - Method in class org.jruby.ext.socket.RubyIPSocket
 
getsockopt(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
getsockopt(IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyBasicSocket
Deprecated.
getSoLinger(Channel) - Method in enum org.jruby.ext.socket.SocketType
 
getSortedBasicBlocks() - Method in class org.jruby.ir.representations.CFG
 
getSoTimeout(Channel) - Method in enum org.jruby.ext.socket.SocketType
 
getSource() - Method in class org.jruby.ir.instructions.CopyInstr
 
getSource() - Method in class org.jruby.ir.instructions.GetInstr
 
getSource() - Method in class org.jruby.ir.instructions.ReifyClosureInstr
 
getSource() - Method in class org.jruby.ir.operands.AsString
 
getSource(String, InputStream, List<String>, ParserConfiguration) - Static method in class org.jruby.lexer.yacc.LexerSource
Create a source.
getSource(String, byte[], List<String>, ParserConfiguration) - Static method in class org.jruby.lexer.yacc.LexerSource
 
getSource() - Method in class org.jruby.truffle.runtime.core.RubyRegexp
 
getSourceEncoding() - Method in class org.jruby.RubyInstanceConfig
 
getSourceSection() - Method in class org.jruby.truffle.runtime.methods.SharedMethodInfo
 
getSourceSection() - Method in class org.jruby.truffle.translator.ReadLocalDummyNode
 
getStandardError() - Method in class org.jruby.Ruby
 
getStartingScope() - Method in class org.jruby.ir.instructions.GetClassVarContainerModuleInstr
 
getStartingScope() - Method in class org.jruby.ir.instructions.SearchConstInstr
 
getStartTime() - Method in class org.jruby.Ruby
 
getState() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
getState() - Method in interface org.jruby.javasupport.proxy.JavaProxyMethod
get state (cache target callable?) in the proxy method
getState() - Method in class org.jruby.lexer.yacc.RubyLexer
 
getState(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.FlipFlopStateNode
 
getState(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.LevelFlipFlopStateNode
 
getState(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.LocalFlipFlopStateNode
 
getState() - Method in class org.jruby.util.Random
 
getstatic(String, String, String) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
getStaticAnnotatedMethods() - Method in class org.jruby.RubyModule.MethodClumper
 
getStaticMethodParams(Class, int) - Static method in class org.jruby.runtime.Helpers
 
getStaticMethodSignature(String, int) - Static method in class org.jruby.runtime.Helpers
 
getStaticScope() - Method in class org.jruby.ast.RootNode
The static scoping relationships that should get set first thing before interpretation of the code represented by this AST.
getStaticScope() - Method in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
getStaticScope() - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
getStaticScope() - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
getStaticScope() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
getStaticScope() - Method in class org.jruby.ir.IRScope
 
getStaticScope() - Method in class org.jruby.runtime.BlockBody
 
getStaticScope() - Method in class org.jruby.runtime.CallBlock
 
getStaticScope() - Method in class org.jruby.runtime.CallBlock19
 
getStaticScope() - Method in class org.jruby.runtime.ContextAwareBlockBody
 
getStaticScope() - Method in class org.jruby.runtime.DynamicScope
Get the static scope associated with this DynamicScope.
getStaticScope() - Method in class org.jruby.runtime.JavaInternalBlockBody
 
getStaticScope() - Method in class org.jruby.runtime.NullBlockBody
 
getStaticScopeBootstrap(MethodHandles.Lookup, String, MethodType, String, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getStaticScopeFactory() - Method in class org.jruby.Ruby
 
getStaticScopeHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getStatus() - Method in exception org.jruby.exceptions.MainExitException
 
getStatus() - Method in class org.jruby.Main.Status
 
getStatus() - Method in class org.jruby.RubyProcess.RubyStatus
 
getStatus() - Method in class org.jruby.truffle.runtime.core.RubyThread
 
getStopIteration() - Method in class org.jruby.Ruby
 
getStore() - Method in class org.jruby.truffle.runtime.core.RubyArray
 
getStore() - Method in class org.jruby.truffle.runtime.core.RubyHash
 
getStoredConstantList() - Method in class org.jruby.RubyModule
Deprecated.
getStoredConstantNameList() - Method in class org.jruby.IncludedModuleWrapper
Deprecated.
getStoredConstantNameList() - Method in class org.jruby.RubyModule
Deprecated.
getString(ThreadContext, int, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getString(ThreadContext, int, int) - Method in class org.jruby.ast.executable.RuntimeCache
 
getString() - Method in class org.jruby.ir.operands.StringLiteral
 
getString() - Method in class org.jruby.Ruby
 
getString0(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getString1(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getString2(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getString3(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getString4(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getString5(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getString6(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getString7(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getString8(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getString9(ThreadContext, int) - Method in class org.jruby.ast.executable.AbstractScript
 
getStringBootstrap(MethodHandles.Lookup, String, MethodType, String, String, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getStringClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getStringFromMode(int) - Static method in class org.jruby.util.io.OpenFile
 
getStringHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getStrTerm() - Method in class org.jruby.lexer.yacc.RubyLexer
 
getStructClass() - Method in class org.jruby.ext.ffi.StructByReference
 
getStructClass() - Method in class org.jruby.ext.ffi.StructByValue
 
getStructClass() - Method in class org.jruby.Ruby
 
getStructLayout() - Method in class org.jruby.ext.ffi.StructByReference
 
getStructLayout() - Method in class org.jruby.ext.ffi.StructByValue
 
getSuccessCount() - Method in class org.jruby.compiler.JITCompiler
 
getSuccessCount() - Method in interface org.jruby.compiler.JITCompilerMBean
 
getSuffixes() - Method in enum org.jruby.runtime.load.LoadService.SuffixType
 
getSuperCallSite() - Static method in class org.jruby.runtime.MethodIndex
 
getSuperClass() - Method in class org.jruby.ir.instructions.DefineClassInstr
 
getSuperClass(RubyClass) - Method in class org.jruby.ir.targets.ClassSuperInvokeSite
 
getSuperClass(RubyClass) - Method in class org.jruby.ir.targets.InstanceSuperInvokeSite
 
getSuperClass(RubyClass) - Method in class org.jruby.ir.targets.ResolvedSuperInvokeSite
 
getSuperclass() - Method in class org.jruby.javasupport.proxy.JavaProxyClass
 
getSuperClass() - Method in class org.jruby.RubyModule
Getter for property superClass.
getSuperClass(RubyClass) - Method in class org.jruby.truffle.nodes.core.ClassNodes.SuperClassNode
 
getSuperClass() - Method in class org.jruby.truffle.runtime.core.RubyClass
 
getSuperClassForDefined(Ruby, RubyModule) - Static method in class org.jruby.runtime.Helpers
 
getSuperMethod() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
getSuperMethod() - Method in interface org.jruby.javasupport.proxy.JavaProxyMethod
 
getSuperMethodMissing() - Method in class org.jruby.Ruby
 
getSuperNode() - Method in class org.jruby.ast.ClassNode
Gets the superNode.
getSupportedRubyVersion() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Returns version information about JRuby and Ruby supported by this platform.
getSupportedRubyVersion() - Method in class org.jruby.embed.ScriptingContainer
Returns version information about JRuby and Ruby supported by this platform.
getSymbol(ThreadContext, int, String, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getSymbol(ThreadContext, int, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
getSymbol(Ruby) - Method in class org.jruby.ast.SymbolNode
 
getSymbol() - Method in class org.jruby.Ruby
 
getSymbol(String) - Method in class org.jruby.RubySymbol.SymbolTable
 
getSymbol(ByteList) - Method in class org.jruby.RubySymbol.SymbolTable
 
getSymbol(String) - Method in class org.jruby.truffle.runtime.core.RubySymbol.SymbolTable
 
getSymbol(ByteList) - Method in class org.jruby.truffle.runtime.core.RubySymbol.SymbolTable
 
getSymbol0(ThreadContext, String, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getSymbol1(ThreadContext, String, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getSymbol2(ThreadContext, String, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getSymbol3(ThreadContext, String, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getSymbol4(ThreadContext, String, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getSymbol5(ThreadContext, String, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getSymbol6(ThreadContext, String, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getSymbol7(ThreadContext, String, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getSymbol8(ThreadContext, String, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getSymbol9(ThreadContext, String, String) - Method in class org.jruby.ast.executable.AbstractScript
 
getSymbolBootstrap(MethodHandles.Lookup, String, MethodType, String, String) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getSymbolClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getSymbolHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getSymbolLong(Ruby, long) - Static method in class org.jruby.RubySymbol
 
getSymbolName() - Method in class org.jruby.ir.operands.DynamicSymbol
 
getSymbolsTable() - Method in class org.jruby.truffle.runtime.core.RubySymbol.SymbolTable
 
getSymbolTable() - Method in class org.jruby.Ruby
 
getSymbolTable() - Method in class org.jruby.truffle.runtime.RubyContext
 
getSync() - Method in class org.jruby.RubyIO
 
getSyntaxError() - Method in class org.jruby.Ruby
 
getSyntaxErrorClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getSysConfDir(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getSystemCallError() - Method in class org.jruby.Ruby
 
getSystemExit() - Method in class org.jruby.Ruby
 
getSystemPropertiesMap(Ruby) - Method in class org.jruby.util.OSEnvironment
Returns java system properties as a Map.
getSystemStackError() - Method in class org.jruby.Ruby
 
gettable2(Node) - Method in class org.jruby.parser.ParserSupport
We know for callers of this that it cannot be any of the specials checked in gettable.
getTag() - Method in exception org.jruby.truffle.runtime.control.ThrowException
 
getTailFloat(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayGetTailNode
 
getTailIntegerFixnum(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayGetTailNode
 
getTailLongFixnum(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayGetTailNode
 
getTailNull(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayGetTailNode
 
getTailObject(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayGetTailNode
 
getTaintedByteString(Ruby, MemoryIO, long, int) - Static method in class org.jruby.ext.ffi.MemoryUtil
Reads a byte (binary) string from a memory object.
getTaintedString(Ruby, MemoryIO, long) - Static method in class org.jruby.ext.ffi.MemoryUtil
Gets a NUL terminated string from a memory object
getTaintedString(Ruby, MemoryIO, long, int) - Static method in class org.jruby.ext.ffi.MemoryUtil
Reads a NUL terminated string from a memory object
getTarget() - Method in exception org.jruby.exceptions.JumpException.FlowControlException
 
getTarget() - Method in class org.jruby.ir.instructions.PutInstr
 
getTargetPC() - Method in class org.jruby.ir.operands.Label
 
getTcpNoDelay(Channel) - Method in enum org.jruby.ext.socket.SocketType
 
getTemporaryBooleanVariablecount() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
getTemporaryFixnumVariablecount() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
getTemporaryFloatVariablecount() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
getTemporaryVariablecount() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
getTemporaryVariablesCount() - Method in class org.jruby.ir.IRScope
 
getterIdentifierError(ISourcePosition, String) - Method in class org.jruby.parser.ParserSupport
 
getText() - Method in enum org.jruby.util.DefinedMessage
 
getThenBody() - Method in class org.jruby.ast.IfNode
Gets the thenBody.
getThread() - Method in class org.jruby.ext.fiber.ThreadFiber
 
getThread() - Method in class org.jruby.internal.runtime.NativeThread
 
getThread() - Method in class org.jruby.Ruby
 
getThread() - Method in class org.jruby.runtime.ThreadContext
 
getThreadClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getThreadContext() - Method in class org.jruby.runtime.profile.builtin.ProfileData
 
getThreadContextForThread(RubyThread) - Method in class org.jruby.internal.runtime.ThreadService
 
getThreadDumpSignal() - Method in class org.jruby.RubyInstanceConfig
 
getThreadError() - Method in class org.jruby.Ruby
 
getThreadGroup() - Method in class org.jruby.Ruby
 
getThreadGroup() - Method in class org.jruby.RubyThread
 
getThreadLocalRuntime() - Static method in class org.jruby.Ruby
Get the thread-local runtime for the current thread, or null if unset.
getThreadLocals() - Method in class org.jruby.truffle.runtime.core.RubyThread
 
getThreadManager() - Method in class org.jruby.truffle.runtime.RubyContext
 
getThreadName() - Method in class org.jruby.runtime.profile.builtin.ProfilePrinter
 
getThreadPollInstrsCount() - Method in class org.jruby.ir.IRScope
 
getThreadSafeRuntime() - Method in class org.jruby.embed.internal.LocalContext
 
getThreadService() - Method in class org.jruby.Ruby
 
getThreadStatus(RubyThread.Status) - Method in class org.jruby.Ruby
 
getThrows() - Method in class org.jruby.ast.java_signature.SignatureNode
 
getThrowTags() - Method in class org.jruby.truffle.runtime.RubyContext
 
getTime() - Method in class org.jruby.Ruby
 
getTimeClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getTimeInMillis() - Method in class org.jruby.RubyTime
 
getTimeZone(Ruby, long) - Static method in class org.jruby.RubyTime
 
getTimezoneCache() - Method in class org.jruby.Ruby
 
getTimeZoneFromString(Ruby, String) - Static method in class org.jruby.RubyTime
 
getTimeZoneFromTZString(Ruby, String) - Static method in class org.jruby.RubyTime
 
getTimeZoneFromUtcOffset(Ruby, IRubyObject) - Static method in class org.jruby.RubyTime
 
getTimeZoneWithOffset(Ruby, String, int) - Static method in class org.jruby.RubyTime
 
getTmsStruct() - Method in class org.jruby.Ruby
 
getTokenBuffer() - Method in class org.jruby.lexer.yacc.RubyLexer
 
getTopInvocation() - Method in class org.jruby.runtime.profile.builtin.ProfileData
 
getTopInvocation() - Method in class org.jruby.runtime.profile.builtin.ProfilePrinter
 
getTopLevelScope() - Method in class org.jruby.ir.IRScope
Returns the top level scope
getToplevelScope() - Method in class org.jruby.ir.IRScriptBody
 
getTopMostUserCallNode() - Static method in class org.jruby.truffle.runtime.RubyCallStack
 
getTopSelf() - Method in class org.jruby.Ruby
Getter for property rubyTopSelf.
getTotalBytes() - Method in class org.jruby.parser.Parser
 
getTotalParsedBytes() - Method in class org.jruby.management.ParserStats
 
getTotalParsedBytes() - Method in interface org.jruby.management.ParserStatsMBean
 
getTotalParseTime() - Method in class org.jruby.management.ParserStats
 
getTotalParseTime() - Method in interface org.jruby.management.ParserStatsMBean
 
getTotalTime() - Method in class org.jruby.parser.Parser
 
getTraceAssumption() - Method in class org.jruby.truffle.runtime.subsystems.TraceManager
 
getTraceFunc() - Method in class org.jruby.truffle.runtime.subsystems.TraceManager
 
getTraceManager() - Method in class org.jruby.truffle.runtime.RubyContext
 
getTraces() - Method in class org.jruby.internal.runtime.GlobalVariable
 
getTraceType() - Method in class org.jruby.RubyInstanceConfig
 
getTranslator() - Method in class org.jruby.truffle.runtime.RubyContext
 
getTrue() - Method in class org.jruby.ir.IRManager
 
getTrue() - Method in class org.jruby.Ruby
Returns the "true" instance from the instance pool.
getTrueClass() - Method in class org.jruby.Ruby
 
getTrueClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getTruffleBridge() - Method in class org.jruby.Ruby
 
getTruffleHooks() - Method in class org.jruby.RubyInstanceConfig
 
getType() - Method in class org.jruby.ast.BackRefNode
Gets the type
getType() - Method in class org.jruby.ast.java_signature.ParameterNode
 
getType(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
getType(String) - Static method in enum org.jruby.embed.AttributeName
Returns a fully qualified attribute name that corresponds to a given enumerated type identifier.
getType(String) - Static method in enum org.jruby.embed.PropertyName
Returns a fully qualified property name that corresponds to a given enumerated type identifier.
getType() - Method in class org.jruby.embed.variable.Argv
Returns enum type of this variable defined in BiVariable.
getType() - Method in interface org.jruby.embed.variable.BiVariable
Returns one of the Ruby's variables or constant types defined by Type.
getType() - Method in class org.jruby.embed.variable.ClassVariable
Returns enum type of this variable defined in BiVariable.
getType() - Method in class org.jruby.embed.variable.Constant
Returns enum type of this variable defined in BiVariable.
getType() - Method in class org.jruby.embed.variable.GlobalVariable
Returns enum type of this variable defined in BiVariable.
getType() - Method in class org.jruby.embed.variable.InstanceVariable
Returns enum type of this variable defined in BiVariable.
getType() - Method in class org.jruby.embed.variable.LocalGlobalVariable
Returns enum type of this variable defined in BiVariable.
getType() - Method in class org.jruby.embed.variable.PersistentLocalVariable
Returns enum type of this variable defined in BiVariable.
getType() - Method in class org.jruby.embed.variable.TransientLocalVariable
Returns enum type of this variable defined in BiVariable.
getType() - Method in class org.jruby.ir.operands.IRException
 
getType() - Method in class org.jruby.ir.operands.TemporaryBooleanVariable
 
getType() - Method in class org.jruby.ir.operands.TemporaryClosureVariable
 
getType() - Method in class org.jruby.ir.operands.TemporaryCurrentModuleVariable
 
getType() - Method in class org.jruby.ir.operands.TemporaryCurrentScopeVariable
 
getType() - Method in class org.jruby.ir.operands.TemporaryFixnumVariable
 
getType() - Method in class org.jruby.ir.operands.TemporaryFloatVariable
 
getType() - Method in class org.jruby.ir.operands.TemporaryLocalVariable
 
getType() - Method in class org.jruby.ir.operands.TemporaryVariable
Differentiates between different types of TemporaryVariables (useful for switch and persistence).
getType() - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod getType.
getType() - Method in class org.jruby.parser.StaticScope
 
getType() - Method in class org.jruby.RubyBasicObject
 
getType() - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod getType.
getType() - Method in class org.jruby.truffle.runtime.core.RubyProc
 
getType() - Method in class org.jruby.util.Pack.Converter
 
getTypeClass(Ruby) - Static method in class org.jruby.ext.ffi.Type
 
getTypeError() - Method in class org.jruby.Ruby
 
getTypeResolver() - Method in class org.jruby.ext.ffi.FFI
 
getuid(IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
Deprecated.
getuid(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
 
getUnboundMethod() - Method in class org.jruby.Ruby
 
getUnboundMethodClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getUnboxedOp(String, Class) - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisProblem
 
getUnboxedResultType(String, Class) - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisProblem
 
getUnboxedType(String, Class, Class) - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisProblem
 
getUndefinedConversionError() - Method in class org.jruby.Ruby
 
getUnicodeValue() - Method in class org.jruby.RubyString
used by ar-jdbc
getUnmodifiedAssumption() - Method in class org.jruby.truffle.runtime.core.RubyModule
 
getURL() - Method in class org.jruby.runtime.load.LoadServiceResource
 
getUSAsciiEncoding() - Method in class org.jruby.runtime.encoding.EncodingService
 
getUSec() - Method in class org.jruby.RubyTime
 
getUsedVariables() - Method in class org.jruby.ir.instructions.Instr
 
getUsedVariablesCount() - Method in class org.jruby.ir.IRBindingEvalScript
 
getUsedVariablesCount() - Method in class org.jruby.ir.IRScope
 
getUserArgument(Object[], int) - Static method in class org.jruby.truffle.runtime.RubyArguments
 
getUserArgumentsCount(Object[]) - Static method in class org.jruby.truffle.runtime.RubyArguments
 
getValue() - Method in class org.jruby.ast.BignumNode
Gets the value.
getValue(ThreadContext, StaticScope, String, int) - Method in class org.jruby.ast.executable.RuntimeCache
 
getValue() - Method in class org.jruby.ast.FixnumNode
Gets the value.
getValue() - Method in class org.jruby.ast.FloatNode
Gets the value.
getValue() - Method in class org.jruby.ast.OptArgNode
 
getValue() - Method in class org.jruby.ast.RegexpNode
Gets the value.
getValue() - Method in class org.jruby.ast.SplatNode
 
getValue() - Method in class org.jruby.ast.StrNode
Gets the value.
getValue() - Method in class org.jruby.ast.SValueNode
 
getValue() - Method in class org.jruby.ast.XStrNode
Gets the value.
getValue() - Method in exception org.jruby.exceptions.JumpException.FlowControlException
 
getValue() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
getValue(ThreadContext) - Method in class org.jruby.ext.jruby.JRubyExecutionContextLocal
 
getValue() - Method in class org.jruby.ext.nkf.Option
 
getValue() - Method in enum org.jruby.ext.nkf.RubyNKF.NKFCharset
 
getValue() - Method in class org.jruby.internal.runtime.ReadonlyAccessor
 
getValue() - Method in class org.jruby.internal.runtime.UndefinedAccessor
 
getValue() - Method in class org.jruby.internal.runtime.ValueAccessor
 
getValue() - Method in class org.jruby.ir.instructions.boxing.BoxInstr
 
getValue() - Method in class org.jruby.ir.instructions.boxing.UnboxInstr
 
getValue() - Method in class org.jruby.ir.instructions.PutInstr
 
getValue() - Method in class org.jruby.ir.instructions.StoreLocalVarInstr
 
getValue() - Method in class org.jruby.ir.operands.Fixnum
 
getValue() - Method in class org.jruby.ir.operands.Float
 
getValue(Map<Operand, Operand>) - Method in class org.jruby.ir.operands.Operand
 
getValue() - Method in class org.jruby.ir.operands.UnboxedFixnum
 
getValue() - Method in class org.jruby.ir.operands.UnboxedFloat
 
getValue(Map<Operand, Operand>) - Method in class org.jruby.ir.operands.Variable
 
getValue() - Method in class org.jruby.javasupport.JavaConstructor
 
getValue() - Method in class org.jruby.javasupport.JavaField
 
getValue() - Method in class org.jruby.javasupport.JavaMethod
 
getValue() - Method in class org.jruby.javasupport.JavaObject
 
getValue() - Method in class org.jruby.javasupport.proxy.JavaProxyClass
 
getValue() - Method in class org.jruby.RubyBignum
Getter for property value.
getValue() - Method in class org.jruby.RubyFloat
Getter for property value.
getValue() - Method in class org.jruby.RubyHash.RubyHashEntry
 
getValue() - Method in class org.jruby.RubyString
 
getValue() - Method in class org.jruby.runtime.Arity
 
getValue() - Method in interface org.jruby.runtime.builtin.Variable
 
getValue(ThreadContext) - Method in interface org.jruby.runtime.callsite.ConstantSite
 
getValue() - Method in class org.jruby.runtime.component.VariableEntry
 
getValue(int, int) - Method in class org.jruby.runtime.DynamicScope
Get value from current scope or one of its captured scopes.
getValue() - Method in interface org.jruby.runtime.IAccessor
 
getValue(int, int) - Method in class org.jruby.runtime.scope.FourVarDynamicScope
Get value from current scope or one of its captured scopes.
getValue(int, int) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
Get value from current scope or one of its captured scopes.
getValue(int, int) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
Get value from current scope or one of its captured scopes.
getValue(int, int) - Method in class org.jruby.runtime.scope.OneVarDynamicScope
Get value from current scope or one of its captured scopes.
getValue(int, int) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
Get value from current scope or one of its captured scopes.
getValue(int, int) - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
Get value from current scope or one of its captured scopes.
getValue(int, int) - Method in class org.jruby.runtime.scope.TwoVarDynamicScope
Get value from current scope or one of its captured scopes.
getValue() - Method in class org.jruby.truffle.nodes.literal.FixnumLiteralNode.IntegerFixnumLiteralNode
 
getValue() - Method in class org.jruby.truffle.nodes.literal.FixnumLiteralNode.LongFixnumLiteralNode
 
getValue() - Method in exception org.jruby.truffle.runtime.control.ReturnException
Get the value that has been returned.
getValue() - Method in exception org.jruby.truffle.runtime.control.ThrowException
 
getValue() - Method in class org.jruby.truffle.runtime.core.RubyThread
 
getValue() - Method in class org.jruby.truffle.runtime.hash.Entry
 
getValue() - Method in class org.jruby.truffle.runtime.hash.KeyValue
 
getValue() - Method in class org.jruby.truffle.runtime.RubyConstant
 
getValue() - Method in class org.jruby.util.collections.IntHashMap.Entry
 
getValue() - Method in class org.jruby.util.KeyValuePair
 
getValueDepthZeroOrNil(int, IRubyObject) - Method in class org.jruby.runtime.DynamicScope
getValueOrNil for depth 0
getValueDepthZeroOrNil(int, IRubyObject) - Method in class org.jruby.runtime.scope.FourVarDynamicScope
 
getValueDepthZeroOrNil(int, IRubyObject) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
 
getValueDepthZeroOrNil(int, IRubyObject) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
getValueDepthZeroOrNil(int, IRubyObject) - Method in class org.jruby.runtime.scope.OneVarDynamicScope
 
getValueDepthZeroOrNil(int, IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
 
getValueDepthZeroOrNil(int, IRubyObject) - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
 
getValueDepthZeroOrNil(int, IRubyObject) - Method in class org.jruby.runtime.scope.TwoVarDynamicScope
 
getValueFrom(RubyModule, ThreadContext, String, int) - Method in class org.jruby.ast.executable.RuntimeCache
 
getValueInTemporaryVariable(IRScope, Operand) - Method in class org.jruby.ir.IRBuilder
 
getValueNode() - Method in class org.jruby.ast.AssignableNode
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.BreakNode
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.Match2Node
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.Match3Node
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.NextNode
Gets the valueNode.
getValueNode() - Method in interface org.jruby.ast.NonLocalControlFlowNode
 
getValueNode() - Method in class org.jruby.ast.OpAsgnNode
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.OpElementAsgnNode
Gets the valueNode.
getValueNode() - Method in class org.jruby.ast.RedoNode
 
getValueNode() - Method in class org.jruby.ast.RetryNode
 
getValueNode() - Method in class org.jruby.ast.ReturnNode
 
getValueOneDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.DynamicScope
getValueOrNil for index 1, depth 0
getValueOneDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
 
getValueOneDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
getValueOneDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
 
getValueOneDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.scope.TwoVarDynamicScope
 
getValueOrNil(int, int, IRubyObject) - Method in class org.jruby.runtime.DynamicScope
Variation of getValue that checks for nulls, returning and setting the given value (presumably nil)
getValueOrNil(int, int, IRubyObject) - Method in class org.jruby.runtime.scope.FourVarDynamicScope
Variation of getValue that checks for nulls, returning and setting the given value (presumably nil)
getValueOrNil(int, int, IRubyObject) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
Variation of getValue that checks for nulls, returning and setting the given value (presumably nil)
getValueOrNil(int, int, IRubyObject) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
Variation of getValue that checks for nulls, returning and setting the given value (presumably nil)
getValueOrNil(int, int, IRubyObject) - Method in class org.jruby.runtime.scope.OneVarDynamicScope
Variation of getValue that checks for nulls, returning and setting the given value (presumably nil)
getValueOrNil(int, int, IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
Variation of getValue that checks for nulls, returning and setting the given value (presumably nil)
getValueOrNil(int, int, IRubyObject) - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
Variation of getValue that checks for nulls, returning and setting the given value (presumably nil)
getValues() - Method in class org.jruby.runtime.DynamicScope
 
getValues() - Method in class org.jruby.runtime.scope.FourVarDynamicScope
 
getValues() - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
 
getValues() - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
getValues() - Method in class org.jruby.runtime.scope.OneVarDynamicScope
 
getValues() - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
 
getValues() - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
 
getValues() - Method in class org.jruby.runtime.scope.TwoVarDynamicScope
 
getValues() - Method in class org.jruby.truffle.nodes.literal.ArrayLiteralNode
 
getValues() - Method in class org.jruby.truffle.runtime.core.RubyMatchData
 
getValueThreeDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.DynamicScope
getValueOrNil for index 3, depth 0
getValueThreeDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.scope.FourVarDynamicScope
 
getValueThreeDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
 
getValueThreeDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
getValueThreeDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
 
getValueTwoDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.DynamicScope
getValueOrNil for index 2, depth 0
getValueTwoDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
 
getValueTwoDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
getValueTwoDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
 
getValueTwoDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
 
getValueZeroDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.DynamicScope
getValueOrNil for index 0, depth 0
getValueZeroDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
 
getValueZeroDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
getValueZeroDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.scope.OneVarDynamicScope
 
getValueZeroDepthZeroOrNil(IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
 
getVariable(ThreadContext, int, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariable(ThreadContext, int, String, IRubyObject) - Method in class org.jruby.ast.executable.RuntimeCache
 
getVariable(IRubyObject, int) - Static method in class org.jruby.BasicObjectStub
 
getVariable(String) - Method in class org.jruby.embed.internal.BiVariableMap
Deprecated.
getVariable(RubyObject, String) - Method in class org.jruby.embed.internal.BiVariableMap
Returns the value in BiVariable type to which the specified key is mapped, or null if this map contains no mapping for the key.
getVariable(String) - Method in class org.jruby.internal.runtime.GlobalVariables
 
getVariable(int) - Method in class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
 
getVariable(int) - Method in class org.jruby.ir.operands.UndefinedValue
 
getVariable(int) - Method in class org.jruby.java.proxies.JavaProxy
 
getVariable(int) - Method in class org.jruby.RubyBasicObject
 
getVariable(int) - Method in interface org.jruby.runtime.builtin.IRubyObject
 
getVariable(IRubyObject) - Method in class org.jruby.runtime.invokedynamic.VariableSite
 
getVariable(RubyBasicObject, int) - Static method in class org.jruby.runtime.ivars.VariableAccessor
Retrieve the variable's value from the given object.
getVariable0(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariable1(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariable2(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariable3(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariable4(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariable5(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariable6(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariable7(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariable8(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariable9(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariableAccessorForRead(String) - Method in class org.jruby.RubyClass
 
getVariableAccessorForRead() - Method in class org.jruby.runtime.ivars.VariableAccessorField
Retrieve the variable accessor for read.
getVariableAccessorForRead(String) - Method in class org.jruby.runtime.ivars.VariableTableManager
Get the variable accessor for the given name with intent to use it for reading.
getVariableAccessorForVar(String, int) - Method in class org.jruby.runtime.ivars.VariableTableManager
 
getVariableAccessorForWrite(String) - Method in class org.jruby.RubyClass
 
getVariableAccessorForWrite(VariableTableManager) - Method in class org.jruby.runtime.ivars.VariableAccessorField
Retrieve the variable access for write.
getVariableAccessorForWrite(String) - Method in class org.jruby.runtime.ivars.VariableTableManager
Get the variable accessor for the given name with intent to use it for writing.
getVariableAccessorsForRead() - Method in class org.jruby.RubyClass
 
getVariableAccessorsForRead() - Method in class org.jruby.runtime.ivars.VariableTableManager
Get the map of all current variable accessors with intent to read from it.
getVariableCallSite(String) - Static method in class org.jruby.runtime.MethodIndex
 
getVariableCount(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
getVariableCount() - Method in class org.jruby.ir.operands.UndefinedValue
 
getVariableCount() - Method in class org.jruby.RubyBasicObject
Deprecated.
getVariableCount() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
getVariableDefined(ThreadContext, int, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariableDefined(ThreadContext, int, String, IRubyObject) - Method in class org.jruby.ast.executable.RuntimeCache
 
getVariableDefined0(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariableDefined1(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariableDefined2(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariableDefined3(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariableDefined4(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariableDefined5(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariableDefined6(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariableDefined7(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariableDefined8(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariableDefined9(ThreadContext, String, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
getVariableFail(VariableSite, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getVariableFallback(VariableSite, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getVariableHandle() - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
getVariableInstance(LocalVariableBehavior, RubyObject, String, Object...) - Static method in class org.jruby.embed.variable.VariableInterceptor
Returns an appropriate type of a variable instance to the specified local variable behavior.
getVariableList(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
getVariableList() - Method in class org.jruby.ir.operands.UndefinedValue
 
getVariableList() - Method in class org.jruby.RubyBasicObject
Gets a list of all variables in this object.
getVariableList() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
getVariableMethodMissing() - Method in class org.jruby.Ruby
 
getVariableName() - Method in class org.jruby.ast.java_signature.ParameterNode
 
getVariableName() - Method in class org.jruby.ast.OpAsgnNode
Gets the varibaleName.
getVariableName() - Method in class org.jruby.internal.runtime.methods.AttrReaderMethod
 
getVariableName() - Method in class org.jruby.internal.runtime.methods.AttrWriterMethod
 
getVariableNameAsgn() - Method in class org.jruby.ast.OpAsgnNode
 
getVariableNameList(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
getVariableNameList() - Method in class org.jruby.ir.operands.UndefinedValue
 
getVariableNameList() - Method in class org.jruby.RubyBasicObject
Gets a name list of all variables in this object.
getVariableNameList() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
getVariableNames() - Method in class org.jruby.RubyClass
Get an array of all the known instance variable names.
getVariableNames() - Method in class org.jruby.runtime.ivars.VariableTableManager
Get an array of all the known instance variable names.
getVariables() - Method in class org.jruby.embed.internal.BiVariableMap
Returns a list of all values in this map.
getVariables() - Method in class org.jruby.parser.StaticScope
 
getVariableTableCopy() - Method in class org.jruby.RubyClass
 
getVariableTableCopy() - Method in class org.jruby.runtime.ivars.VariableTableManager
Get a Map representing all variables registered in the variable table.
getVariableTableManager() - Method in class org.jruby.RubyClass
 
getVariableTableSize() - Method in class org.jruby.RubyClass
 
getVariableTableSize() - Method in class org.jruby.runtime.ivars.VariableTableManager
Get the size of the variable table, excluding extra vars (object_id, etc).
getVariableTableSizeWithExtras() - Method in class org.jruby.RubyClass
 
getVariableTableSizeWithExtras() - Method in class org.jruby.runtime.ivars.VariableTableManager
Get the size of the variable table, including extra vars (object_etc, etc).
getVarIndices() - Method in class org.jruby.ir.IRScope
 
getVarMap() - Method in class org.jruby.embed.internal.ConcurrentLocalContextProvider
 
getVarMap(LocalContextProvider) - Method in class org.jruby.embed.internal.LocalContext
 
getVarMap() - Method in interface org.jruby.embed.internal.LocalContextProvider
Returns a BiVariableMap of a specified scope.
getVarMap() - Method in class org.jruby.embed.internal.SingleThreadLocalContextProvider
 
getVarMap() - Method in class org.jruby.embed.internal.SingletonLocalContextProvider
 
getVarMap() - Method in class org.jruby.embed.internal.ThreadSafeLocalContextProvider
 
getVarMap() - Method in class org.jruby.embed.ScriptingContainer
Returns a variable map in one of LocalContextScope.
getVarName() - Method in class org.jruby.ir.instructions.SetCapturedVarInstr
 
getVarNode() - Method in class org.jruby.ast.IterNode
Gets the varNode.
getVars() - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
getVars() - Method in class org.jruby.ir.persistence.IRReaderFile
 
getVarsLiveOnScopeEntry() - Method in class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
Get variables that are live on entry to the cfg.
getVarsLiveOnScopeExit() - Method in class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
 
getVendorArchDir(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getVendorDir(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getVendorDirGeneral(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getVendorLibDir(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
getVerbose() - Method in class org.jruby.Ruby
Getter for property isVerbose.
getVerbose() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
getVerbosity() - Method in class org.jruby.RubyInstanceConfig
 
getVersion() - Method in class org.jruby.ir.IRModuleBody
 
getVersionFromString(String) - Static method in enum org.jruby.CompatVersion
 
getVersionString() - Method in class org.jruby.management.Config
 
getVersionString() - Method in interface org.jruby.management.ConfigMBean
 
getVersionString() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
getVersionString() - Static method in class org.jruby.util.cli.OutputStrings
 
getVirtualLine() - Method in class org.jruby.lexer.yacc.LexerSource
 
getVisibility() - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
getVisibility() - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
getVisibility() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Get the visibility of this method.
getVisibility() - Method in class org.jruby.runtime.Binding
 
getVisibility() - Method in class org.jruby.runtime.Frame
Get the visibility at the time of this frame
getVisibility() - Method in class org.jruby.truffle.runtime.methods.InternalMethod
 
getWarningCount() - Method in class org.jruby.Ruby
Get the current backtrace count.
getWarnings() - Method in class org.jruby.Ruby
 
getWarnings() - Method in class org.jruby.truffle.runtime.RubyContext
 
getwd(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.pathname.RubyPathname
 
getwd(IRubyObject) - Static method in class org.jruby.RubyDir
Returns the current directory.
getWidth(int) - Method in class org.jruby.util.RubyTimeOutputFormatter
 
getWidth(int) - Method in class org.jruby.util.TimeOutputFormatter
Deprecated.
 
getWrapperFromFileno(int) - Method in class org.jruby.util.io.FilenoUtil
 
getWrapperName() - Method in class org.jruby.ast.java_signature.ArrayTypeNode
 
getWrapperName() - Method in class org.jruby.ast.java_signature.PrimitiveTypeNode
 
getWrapperName() - Method in class org.jruby.ast.java_signature.TypeNode
Get the boxed or wrapper class name of the type.
GetWriteIO() - Method in class org.jruby.RubyIO
 
getWriter() - Method in class org.jruby.embed.ScriptingContainer
Returns a writer set in an attribute map.
getWriter() - Method in class org.jruby.truffle.runtime.core.RubyFile
 
getYieldArg() - Method in class org.jruby.ir.instructions.YieldInstr
 
getYieldClosureVariable() - Method in class org.jruby.ir.IRScope
Get the variable for accessing the "yieldable" closure in this scope.
getYielder() - Method in class org.jruby.Ruby
 
getYieldResult() - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
getYieldSites() - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
getZeroDivisionError() - Method in class org.jruby.Ruby
 
getZeroDivisionErrorClass() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
getZeroTerminatedByteArray(long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
getZeroTerminatedByteArray(long, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
getZeroTerminatedByteArray(long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
getZeroTerminatedByteArray(long, int) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
getZeroTerminatedByteArray(long) - Method in class org.jruby.ext.ffi.MemoryIO
Reads a zero terminated byte array (e.g.
getZeroTerminatedByteArray(long, int) - Method in class org.jruby.ext.ffi.MemoryIO
Reads a zero terminated byte array (e.g.
getZeroTerminatedByteArray(long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
getZeroTerminatedByteArray(long, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
gid() - Method in class org.jruby.RubyFileStat
 
gid(IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
gid(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess
 
gid(Ruby) - Static method in class org.jruby.RubyProcess
 
gid_set(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
gid_set(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
gid_set(Ruby, IRubyObject) - Static method in class org.jruby.RubyProcess
 
glob(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.pathname.RubyPathname
 
glob(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyDir
Returns an array of filenames matching the specified wildcard pattern pat.
glob(RubyString) - Method in class org.jruby.truffle.nodes.core.DirNodes.GlobNode
 
glob_caller - Static variable in class org.jruby.util.Dir
 
GLOBAL - Static variable in class org.jruby.truffle.nodes.globals.ReadMatchReferenceNode
 
GLOBAL_REQUIRE_LOCK - Static variable in class org.jruby.util.cli.Options
 
global_variables(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
Returns an Array with the names of all global variables.
global_variables19(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
GlobalAsgnNode - Class in org.jruby.ast
Represents an assignment to a global variable.
GlobalAsgnNode(ISourcePosition, String, Node) - Constructor for class org.jruby.ast.GlobalAsgnNode
 
globalBooleanBootstrap(MethodHandles.Lookup, String, MethodType, String, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
globalBootstrap(MethodHandles.Lookup, String, MethodType, String, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
GlobalSite - Class in org.jruby.runtime.invokedynamic
 
GlobalSite(MethodType, String, String, int) - Constructor for class org.jruby.runtime.invokedynamic.GlobalSite
 
GlobalVariable - Class in org.jruby.embed.variable
An implementation of BiVariable for a Ruby global variable.
GlobalVariable(RubyObject, String, Object...) - Constructor for class org.jruby.embed.variable.GlobalVariable
 
GlobalVariable - Class in org.jruby.internal.runtime
 
GlobalVariable(IAccessor, GlobalVariable.Scope) - Constructor for class org.jruby.internal.runtime.GlobalVariable
 
GlobalVariable(GlobalVariable) - Method in class org.jruby.ir.IRVisitor
 
GlobalVariable - Class in org.jruby.ir.operands
 
GlobalVariable(String) - Constructor for class org.jruby.ir.operands.GlobalVariable
 
GlobalVariable - Class in org.jruby.runtime
 
GlobalVariable(Ruby, String, IRubyObject) - Constructor for class org.jruby.runtime.GlobalVariable
 
GlobalVariable.Copy - Class in org.jruby.runtime
 
GlobalVariable.Copy(Ruby, String, GlobalVariable) - Constructor for class org.jruby.runtime.GlobalVariable.Copy
 
GlobalVariable.Scope - Enum in org.jruby.internal.runtime
 
GlobalVariables - Class in org.jruby.internal.runtime
 
GlobalVariables(Ruby) - Constructor for class org.jruby.internal.runtime.GlobalVariables
 
GlobalVarNode - Class in org.jruby.ast
access to a global variable.
GlobalVarNode(ISourcePosition, String) - Constructor for class org.jruby.ast.GlobalVarNode
 
gmt() - Method in class org.jruby.RubyTime
 
gmt_offset() - Method in class org.jruby.RubyTime
 
gmtime() - Method in class org.jruby.RubyTime
 
go(ThreadContext) - Method in class org.jruby.util.io.SelectExecutor
 
go_to(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
goForIt(ThreadContext, Ruby, IRubyObject[]) - Method in class org.jruby.util.io.SelectBlob
Deprecated.
 
goTo(Label) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
grant_privilege(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.GroupID
 
grant_privilege(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.UserID
 
GraphProfilePrinter - Class in org.jruby.runtime.profile.builtin
 
GraphProfilePrinter(ProfileData) - Constructor for class org.jruby.runtime.profile.builtin.GraphProfilePrinter
 
greater(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.GreaterNode
 
greater(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.BignumNodes.GreaterNode
 
greater(RubyBignum, double) - Method in class org.jruby.truffle.nodes.core.BignumNodes.GreaterNode
 
greater(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.GreaterNode
 
greater(VirtualFrame, RubyBasicObject, Object) - Method in class org.jruby.truffle.nodes.core.ComparableNodes.GreaterNode
 
greater(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.GreaterNode
 
greater(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.GreaterNode
 
greater(int, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.GreaterNode
 
greater(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.GreaterNode
 
greater(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.GreaterNode
 
greater(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.GreaterNode
 
greater(long, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.GreaterNode
 
greater(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.GreaterNode
 
greaterEqual(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.GreaterEqualNode
 
greaterEqual(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.BignumNodes.GreaterEqualNode
 
greaterEqual(RubyBignum, double) - Method in class org.jruby.truffle.nodes.core.BignumNodes.GreaterEqualNode
 
greaterEqual(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.GreaterEqualNode
 
greaterEqual(VirtualFrame, RubyBasicObject, Object) - Method in class org.jruby.truffle.nodes.core.ComparableNodes.GreaterEqualNode
 
greaterEqual(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.GreaterEqualNode
 
greaterEqual(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.GreaterEqualNode
 
greaterEqual(int, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.GreaterEqualNode
 
greaterEqual(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.GreaterEqualNode
 
greaterEqual(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.GreaterEqualNode
 
greaterEqual(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.GreaterEqualNode
 
greaterEqual(long, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.GreaterEqualNode
 
greaterEqual(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.GreaterEqualNode
 
greaterEqual(double, int) - Method in class org.jruby.truffle.nodes.core.FloatNodes.GreaterEqualNode
 
greaterEqual(double, long) - Method in class org.jruby.truffle.nodes.core.FloatNodes.GreaterEqualNode
 
greaterEqual(double, double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.GreaterEqualNode
 
greaterEqual(double, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FloatNodes.GreaterEqualNode
 
grep(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
group(IRubyObject, Block) - Static method in class org.jruby.ext.etc.RubyEtc
 
group(long) - Method in class org.jruby.RubyMatchData
 
group(int) - Method in class org.jruby.RubyMatchData
 
group() - Method in class org.jruby.RubyThread
 
group_by(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
group_owned_p() - Method in class org.jruby.RubyFileStat
 
groups(IRubyObject) - Static method in class org.jruby.RubyProcess
 
groups_set(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
growIfNeeded() - Method in class org.jruby.runtime.DynamicScope
 
growIfNeeded() - Method in class org.jruby.runtime.scope.DummyDynamicScope
 
growIfNeeded(int, String) - Method in class org.jruby.runtime.scope.DummyDynamicScope
 
growIfNeeded() - Method in class org.jruby.runtime.scope.FourVarDynamicScope
 
growIfNeeded() - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
Make a larger dynamic scope if the static scope grew.
growIfNeeded() - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
growIfNeeded(int, String) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
growIfNeeded() - Method in class org.jruby.runtime.scope.OneVarDynamicScope
 
growIfNeeded() - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
Make a larger dynamic scope if the static scope grew.
growIfNeeded() - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
 
growIfNeeded() - Method in class org.jruby.runtime.scope.TwoVarDynamicScope
 
growTemporaryVariablePool(int) - Method in class org.jruby.ir.IRManager
 
grpowned_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
grpowned_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
gsub(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
gsub(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
gsub(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
rb_str_gsub / rb_str_gsub_bang
gsub(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyString
 
gsub(VirtualFrame, RubyString, RubyString, RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.StringNodes.GsubNode
 
gsub(RubyString, RubyRegexp, RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.StringNodes.GsubNode
 
gsub(VirtualFrame, RubyString, RubyString, RubyString, RubyProc) - Method in class org.jruby.truffle.nodes.core.StringNodes.GsubNode
 
gsub(RubyString, RubyRegexp, RubyString, RubyProc) - Method in class org.jruby.truffle.nodes.core.StringNodes.GsubNode
 
gsub(VirtualFrame, RubyString, RubyString, UndefinedPlaceholder, RubyProc) - Method in class org.jruby.truffle.nodes.core.StringNodes.GsubNode
 
gsub(VirtualFrame, RubyString, RubyRegexp, UndefinedPlaceholder, RubyProc) - Method in class org.jruby.truffle.nodes.core.StringNodes.GsubNode
 
gsub(RubyString, String) - Method in class org.jruby.truffle.runtime.core.RubyRegexp
 
gsub19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
 
gsub19(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyString
 
gsub_bang(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
 
gsub_bang(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyString
 
gsub_bang19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
 
gsub_bang19(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyString
 
GT - Static variable in class org.jruby.parser.JavaSignatureParser
 
GtCallSite - Class in org.jruby.runtime.callsite
 
GtCallSite() - Constructor for class org.jruby.runtime.callsite.GtCallSite
 
guard() - Method in class org.jruby.truffle.nodes.supercall.AbstractGeneralSuperCallNode
 
guardName(Object) - Method in class org.jruby.truffle.nodes.dispatch.CachedDispatchNode
 
guess(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.nkf.RubyNKF
 
guess1(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.nkf.RubyNKF
 
guess2(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.nkf.RubyNKF
 
GVarAliasInstr - Class in org.jruby.ir.instructions
 
GVarAliasInstr(Operand, Operand) - Constructor for class org.jruby.ir.instructions.GVarAliasInstr
 
GVarAliasInstr(GVarAliasInstr) - Method in class org.jruby.ir.IRVisitor
 
GVarAliasInstr(GVarAliasInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
GZIPFILE_ALLOCATOR - Static variable in class org.jruby.ext.zlib.RubyGzipFile
 
GZIPREADER_ALLOCATOR - Static variable in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
GZIPWRITER_ALLOCATOR - Static variable in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 

H

hackyGetJRubyFile() - Method in class org.jruby.util.ClasspathResource
 
hackyGetJRubyFile() - Method in class org.jruby.util.EmptyFileResource
 
hackyGetJRubyFile() - Method in interface org.jruby.util.FileResource
 
hackyGetJRubyFile() - Method in class org.jruby.util.URLResource
 
handle - Variable in class org.jruby.internal.runtime.methods.DynamicMethod
An arbitrarily-typed "method handle" for use by compilers and call sites
handle - Variable in class org.jruby.runtime.CompiledIRBlockBody
 
handle(Signal) - Method in class org.jruby.truffle.runtime.signal.ProcSignalHandler
 
handle_interrupt(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyThread
 
handleArgumentSizes(ThreadContext, Ruby, int, int, int, int) - Static method in class org.jruby.runtime.Helpers
 
handleBlockJump(ThreadContext, JumpException.FlowControlException, Block.Type) - Static method in class org.jruby.runtime.Helpers
Should be called on jumps out of blocks.
handleBreak(ThreadContext, Ruby, JumpException.BreakJump, int) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
 
handleBreakAndReturnsInLambdas(ThreadContext, StaticScope, DynamicScope, Object, Block.Type) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
handleException(BSFException) - Method in class org.jruby.embed.bsf.JRubyEngine
 
handleException(BSFException) - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
HandleFactory - Class in org.jruby.compiler.util
 
HandleFactory() - Constructor for class org.jruby.compiler.util.HandleFactory
 
HandleFactory.Handle - Class in org.jruby.compiler.util
 
HandleFactory.Handle() - Constructor for class org.jruby.compiler.util.HandleFactory.Handle
 
HandleFactory.Tool - Class in org.jruby.compiler.util
 
HandleFactory.Tool() - Constructor for class org.jruby.compiler.util.HandleFactory.Tool
 
handleFileEncodingComment(ByteList) - Method in class org.jruby.lexer.yacc.RubyLexer
 
handleFilenameArgument() - Method in class org.jruby.ant.RakeTaskBase
 
handleImplicitlyUncoercibleObject(boolean, IRubyObject, RubyClass) - Static method in class org.jruby.util.TypeConverter
 
handleInvocationTargetEx(ThreadContext, InvocationTargetException) - Method in class org.jruby.javasupport.JavaCallable
 
HandleMethod - Class in org.jruby.internal.runtime.methods
A DynamicMethod backed by one or more java.lang.invoke.MethodHandle objects.
HandleMethod(RubyModule, Visibility, CallConfiguration, MethodHandle[], String) - Constructor for class org.jruby.internal.runtime.methods.HandleMethod
 
handleNativeException(Throwable, Member) - Method in class org.jruby.javasupport.JavaSupport
 
handleNonlocalReturn(StaticScope, DynamicScope, Object, Block.Type) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
handlePropagatedBreak(ThreadContext, DynamicScope, Object, Block.Type) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
handleRedo(Ruby) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
 
handleRedo(JumpException.RedoJump, ThreadContext) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
handleReturn(ThreadContext, JumpException.ReturnJump, int) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
 
handleSocketException(Ruby, String, SocketException) - Method in class org.jruby.ext.socket.RubySocket
 
handleThrowable(ThreadContext, Throwable) - Method in class org.jruby.javasupport.JavaCallable
 
handleUncoercibleObject(boolean, IRubyObject, RubyClass) - Static method in class org.jruby.util.TypeConverter
 
has_key_p(IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_has_key_p
has_key_p(IRubyObject) - Method in class org.jruby.RubyHash
rb_hash_has_key
has_value_p(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_has_value
has_value_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyHash
rb_hash_has_value
hasAnyScopes() - Method in class org.jruby.runtime.ThreadContext
 
hasBlock - Variable in class org.jruby.anno.JavaMethodDescriptor
 
hasBlock() - Method in class org.jruby.internal.runtime.methods.DynamicMethod.NativeCall
 
hasBOM - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
hasCacheEntryFactory(Class) - Method in class org.jruby.RubyModule.CacheEntryFactory
Test all WrapperCacheEntryFactory instances in the chain for assignability from the given class.
hasClassAsSingleton() - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
hasClassAsSingleton() - Method in class org.jruby.truffle.runtime.core.RubyNilClass
 
hasClassVariable(String) - Method in class org.jruby.RubyModule
 
hasClosure - Variable in class org.jruby.ir.instructions.CallBase
 
hasConstant(String) - Method in class org.jruby.RubyModule
 
hasContext - Variable in class org.jruby.anno.JavaMethodDescriptor
 
hasContext() - Method in class org.jruby.internal.runtime.methods.DynamicMethod.NativeCall
 
hasConvertedIntToLong() - Method in class org.jruby.truffle.nodes.core.ArrayAllocationSite
 
hasDefaultProc() - Method in class org.jruby.RubyHash
 
hasEventHooks() - Method in class org.jruby.Ruby
 
hasExceptionsRescued() - Method in class org.jruby.ir.dataflow.FlowGraphNode
 
hasExplicitCallProtocol() - Method in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
hasExplicitCallProtocol() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
hasExplicitCallProtocol() - Method in class org.jruby.ir.IRScope
 
hasFastFixnumOps(String) - Static method in class org.jruby.runtime.MethodIndex
 
hasFastFloatOps(String) - Static method in class org.jruby.runtime.MethodIndex
 
hash() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
hash(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Calculates a hash code for the pointer.
hash(ThreadContext) - Method in class org.jruby.ext.pathname.RubyPathname
 
Hash(Hash) - Method in class org.jruby.ir.IRVisitor
 
Hash - Class in org.jruby.ir.operands
 
Hash(List<KeyValuePair<Operand, Operand>>, boolean) - Constructor for class org.jruby.ir.operands.Hash
 
Hash(List<KeyValuePair<Operand, Operand>>) - Constructor for class org.jruby.ir.operands.Hash
 
hash(MethodHandles.Lookup, String, MethodType) - Static method in class org.jruby.ir.targets.Bootstrap
 
hash() - Static method in class org.jruby.ir.targets.Bootstrap
 
hash(ThreadContext, IRubyObject[]) - Static method in class org.jruby.ir.targets.Bootstrap
 
hash(int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Construct a Hash from elements on stack.
hash(int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
hash(int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
Hash(Hash) - Method in class org.jruby.ir.targets.JVMVisitor
 
hash() - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_hash
hash() - Method in class org.jruby.javasupport.JavaAccessibleObject
 
hash() - Method in class org.jruby.javasupport.JavaObject
 
hash(IRubyObject) - Static method in class org.jruby.javasupport.JavaProxyMethods
 
hash() - Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
hash(ThreadContext) - Method in class org.jruby.RubyArray
rb_ary_hash
hash() - Method in class org.jruby.RubyBasicObject
rb_obj_id Will return the hash code of this object.
hash() - Method in class org.jruby.RubyBignum
rb_big_hash
hash(ThreadContext) - Method in class org.jruby.RubyBoolean
 
hash(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_hash
hash() - Method in class org.jruby.RubyFixnum
 
hash() - Method in class org.jruby.RubyFloat
flo_hash
hash() - Method in class org.jruby.RubyHash
rb_hash_hash
hash(IRubyObject) - Static method in class org.jruby.RubyKernel
 
hash() - Method in class org.jruby.RubyMatchData
 
hash() - Method in class org.jruby.RubyModule
 
hash(ThreadContext) - Method in class org.jruby.RubyNil
 
hash(ThreadContext) - Method in class org.jruby.RubyRange
 
hash(ThreadContext) - Method in class org.jruby.RubyRational
nurat_hash
hash() - Method in class org.jruby.RubyRegexp
 
hash() - Method in class org.jruby.RubyString
 
hash(ThreadContext) - Method in class org.jruby.RubyStruct
 
hash() - Method in class org.jruby.RubySymbol
Deprecated.
hash(ThreadContext) - Method in class org.jruby.RubySymbol
 
hash() - Method in class org.jruby.RubyTime
 
HASH - Static variable in class org.jruby.runtime.MethodIndex
Deprecated.
hash(RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.HashNode
 
hash(int) - Method in class org.jruby.truffle.nodes.core.KernelNodes.HashNode
 
hash(long) - Method in class org.jruby.truffle.nodes.core.KernelNodes.HashNode
 
hash(double) - Method in class org.jruby.truffle.nodes.core.KernelNodes.HashNode
 
hash(boolean) - Method in class org.jruby.truffle.nodes.core.KernelNodes.HashNode
 
hash(RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.KernelNodes.HashNode
 
hash(long, byte[], int, int) - Static method in class org.jruby.util.PerlHash
 
hash19(ThreadContext) - Method in class org.jruby.RubyArray
rb_ary_hash
hash19() - Method in class org.jruby.RubyHash
rb_hash_hash
hash24(long, long, byte[]) - Static method in class org.jruby.util.SipHashInline
 
hash24(long, long, byte[], int, int) - Static method in class org.jruby.util.SipHashInline
 
hash32(byte[], int, int, int) - Static method in class org.jruby.util.MurmurHash
 
HashCastNode - Class in org.jruby.truffle.nodes.cast
 
HashCastNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.cast.HashCastNode
 
HashCastNode(HashCastNode) - Constructor for class org.jruby.truffle.nodes.cast.HashCastNode
 
HashCastNodeFactory - Class in org.jruby.truffle.nodes.cast
 
hashCode() - Method in class org.jruby.ast.java_signature.ArrayTypeNode
 
hashCode() - Method in class org.jruby.ast.java_signature.ReferenceTypeNode
 
hashCode() - Method in class org.jruby.ast.java_signature.TypeNode
 
hashCode() - Method in class org.jruby.ext.ffi.AbstractMemory
Calculates the hash code for this MemoryPointer
hashCode() - Method in class org.jruby.ext.ffi.jffi.JITSignature
 
hashCode() - Method in class org.jruby.ext.ffi.NullMemoryIO
 
hashCode() - Method in class org.jruby.ext.ffi.StructLayout.Field
 
hashCode() - Method in class org.jruby.ext.ffi.StructLayout
 
hashCode() - Method in class org.jruby.ext.ffi.StructLayout.Member
 
hashCode() - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
hashCode() - Method in class org.jruby.ext.ffi.Type.Builtin
 
hashCode() - Method in class org.jruby.ext.pathname.RubyPathname
 
hashCode() - Method in class org.jruby.ir.IRScope
 
hashCode() - Method in class org.jruby.ir.operands.Boolean
 
hashCode() - Method in class org.jruby.ir.operands.CurrentScope
 
hashCode() - Method in class org.jruby.ir.operands.Fixnum
 
hashCode() - Method in class org.jruby.ir.operands.FrozenString
 
hashCode() - Method in class org.jruby.ir.operands.Label
 
hashCode() - Method in class org.jruby.ir.operands.LocalVariable
 
hashCode() - Method in class org.jruby.ir.operands.ScopeModule
 
hashCode() - Method in class org.jruby.ir.operands.StringLiteral
 
hashCode() - Method in class org.jruby.ir.operands.TemporaryVariable
 
hashCode() - Method in class org.jruby.ir.operands.UnboxedBoolean
 
hashCode() - Method in class org.jruby.ir.operands.UnboxedFixnum
 
hashCode() - Method in class org.jruby.ir.passes.CompilerPass
 
hashCode() - Method in class org.jruby.ir.representations.BasicBlock
 
hashCode() - Method in class org.jruby.javasupport.JavaAccessibleObject
 
hashCode() - Method in class org.jruby.javasupport.JavaClass
 
hashCode() - Method in class org.jruby.javasupport.JavaConstructor
 
hashCode() - Method in class org.jruby.javasupport.JavaField
 
hashCode() - Method in class org.jruby.javasupport.JavaMethod
 
hashCode() - Method in class org.jruby.javasupport.JavaObject
 
hashCode() - Method in class org.jruby.javasupport.proxy.JavaProxyClass
 
hashCode() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
hashCode() - Method in class org.jruby.javasupport.proxy.JavaProxyConstructor
 
hashCode() - Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
hashCode() - Method in class org.jruby.RubyBoolean
 
hashCode() - Method in class org.jruby.RubyFixnum
 
hashCode() - Method in class org.jruby.RubyFloat
 
hashCode() - Method in class org.jruby.RubyHash.RubyHashEntry
 
hashCode() - Method in class org.jruby.RubyModule
 
hashCode() - Method in class org.jruby.RubyNil
 
hashCode() - Method in class org.jruby.RubyObject
Override the Object#hashCode method to make sure that the Ruby hash is actually used as the hashcode for Ruby objects.
hashCode() - Method in class org.jruby.RubyRandom.RandomType
 
hashCode() - Method in class org.jruby.RubyString
 
hashCode() - Method in class org.jruby.RubySymbol
 
hashCode() - Method in class org.jruby.RubyThread
 
hashCode() - Method in class org.jruby.runtime.Arity
 
hashCode() - Method in class org.jruby.truffle.runtime.core.RubyRegexp
 
hashCode() - Method in class org.jruby.truffle.runtime.core.RubyString
 
hashCode() - Method in class org.jruby.truffle.runtime.core.RubySymbol
 
hashCode(DynamicObject) - Method in class org.jruby.truffle.runtime.RubyOperations
 
hashCode() - Method in class org.jruby.util.GenericMap
 
hashCode() - Method in class org.jruby.util.Random
 
hashCode() - Method in class org.jruby.util.RecursiveComparator.Pair
 
hashCode() - Method in class org.jruby.util.RegexpOptions
 
HashCoreMethodNode - Class in org.jruby.truffle.nodes.core
 
HashCoreMethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashCoreMethodNode
 
HashCoreMethodNode(HashCoreMethodNode) - Constructor for class org.jruby.truffle.nodes.core.HashCoreMethodNode
 
HashGuards - Class in org.jruby.truffle.nodes.core
 
HashGuards() - Constructor for class org.jruby.truffle.nodes.core.HashGuards
 
HashLiteralNode - Class in org.jruby.truffle.nodes.literal
 
HashLiteralNode(RubyContext, SourceSection, RubyNode[]) - Constructor for class org.jruby.truffle.nodes.literal.HashLiteralNode
 
HashLiteralNode.EmptyHashLiteralNode - Class in org.jruby.truffle.nodes.literal
 
HashLiteralNode.EmptyHashLiteralNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.literal.HashLiteralNode.EmptyHashLiteralNode
 
HashLiteralNode.GenericHashLiteralNode - Class in org.jruby.truffle.nodes.literal
 
HashLiteralNode.GenericHashLiteralNode(RubyContext, SourceSection, RubyNode[]) - Constructor for class org.jruby.truffle.nodes.literal.HashLiteralNode.GenericHashLiteralNode
 
HashLiteralNode.SmallHashLiteralNode - Class in org.jruby.truffle.nodes.literal
 
HashLiteralNode.SmallHashLiteralNode(RubyContext, SourceSection, RubyNode[]) - Constructor for class org.jruby.truffle.nodes.literal.HashLiteralNode.SmallHashLiteralNode
 
HashNode - Class in org.jruby.ast
A Literal Hash that can represent either a {a=&b, c=&d} type expression or the list of default values in a method call.
HashNode(ISourcePosition) - Constructor for class org.jruby.ast.HashNode
 
HashNode(ISourcePosition, KeyValuePair<Node, Node>) - Constructor for class org.jruby.ast.HashNode
 
HashNodes - Class in org.jruby.truffle.nodes.core
 
HashNodes() - Constructor for class org.jruby.truffle.nodes.core.HashNodes
 
HashNodes.ClearNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.ClearNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.ClearNode
 
HashNodes.ClearNode(HashNodes.ClearNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.ClearNode
 
HashNodes.ConstructNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.ConstructNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.ConstructNode
 
HashNodes.ConstructNode(HashNodes.ConstructNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.ConstructNode
 
HashNodes.DefaultNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.DefaultNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.DefaultNode
 
HashNodes.DefaultNode(HashNodes.DefaultNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.DefaultNode
 
HashNodes.DeleteNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.DeleteNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.DeleteNode
 
HashNodes.DeleteNode(HashNodes.DeleteNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.DeleteNode
 
HashNodes.EachNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.EachNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.EachNode
 
HashNodes.EachNode(HashNodes.EachNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.EachNode
 
HashNodes.EmptyNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.EmptyNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.EmptyNode
 
HashNodes.EmptyNode(HashNodes.EmptyNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.EmptyNode
 
HashNodes.EqualNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.EqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.EqualNode
 
HashNodes.EqualNode(HashNodes.EqualNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.EqualNode
 
HashNodes.GetIndexNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.GetIndexNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.GetIndexNode
 
HashNodes.GetIndexNode(HashNodes.GetIndexNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.GetIndexNode
 
HashNodes.InitializeCopyNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.InitializeCopyNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.InitializeCopyNode
 
HashNodes.InitializeCopyNode(HashNodes.InitializeCopyNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.InitializeCopyNode
 
HashNodes.InitializeNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.InitializeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.InitializeNode
 
HashNodes.InitializeNode(HashNodes.InitializeNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.InitializeNode
 
HashNodes.InspectNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.InspectNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.InspectNode
 
HashNodes.InspectNode(HashNodes.InspectNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.InspectNode
 
HashNodes.KeyNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.KeyNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.KeyNode
 
HashNodes.KeyNode(HashNodes.KeyNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.KeyNode
 
HashNodes.KeysNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.KeysNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.KeysNode
 
HashNodes.KeysNode(HashNodes.KeysNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.KeysNode
 
HashNodes.MapNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.MapNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.MapNode
 
HashNodes.MapNode(HashNodes.MapNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.MapNode
 
HashNodes.MergeNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.MergeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.MergeNode
 
HashNodes.MergeNode(HashNodes.MergeNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.MergeNode
 
HashNodes.SetIndexNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.SetIndexNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.SetIndexNode
 
HashNodes.SetIndexNode(HashNodes.SetIndexNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.SetIndexNode
 
HashNodes.SizeNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.SizeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.SizeNode
 
HashNodes.SizeNode(HashNodes.SizeNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.SizeNode
 
HashNodes.ToArrayNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.ToArrayNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.ToArrayNode
 
HashNodes.ToArrayNode(HashNodes.ToArrayNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.ToArrayNode
 
HashNodes.ValuesNode - Class in org.jruby.truffle.nodes.core
 
HashNodes.ValuesNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.ValuesNode
 
HashNodes.ValuesNode(HashNodes.ValuesNode) - Constructor for class org.jruby.truffle.nodes.core.HashNodes.ValuesNode
 
HashNodesFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.HashNodesFactory
 
HashNodesFactory.ClearNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.ConstructNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.DefaultNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.DeleteNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.EachNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.EmptyNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.EqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.GetIndexNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.InitializeCopyNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.InitializeNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.InspectNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.KeyNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.KeysNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.MapNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.MergeNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.SetIndexNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.SizeNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.ToArrayNodeFactory - Class in org.jruby.truffle.nodes.core
 
HashNodesFactory.ValuesNodeFactory - Class in org.jruby.truffle.nodes.core
 
hashNumber(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.HashNode
 
HashOperations - Class in org.jruby.truffle.runtime.hash
 
HashOperations() - Constructor for class org.jruby.truffle.runtime.hash.HashOperations
 
HashSearchResult - Class in org.jruby.truffle.runtime.hash
The result of looking for an entry (an Entry) in a Ruby hash.
HashSearchResult(int, Entry, Entry) - Constructor for class org.jruby.truffle.runtime.hash.HashSearchResult
 
hashValue(int) - Static method in class org.jruby.RubyHash
 
hashyInspect() - Method in class org.jruby.RubyBasicObject
 
hasInlineScript() - Method in class org.jruby.RubyInstanceConfig
 
hasInstanceVariable(String) - Method in class org.jruby.BasicObjectStub.DummyInstanceVariables
 
hasInstanceVariable(String) - Method in class org.jruby.RubyBasicObject
 
hasInstanceVariable(String) - Method in interface org.jruby.runtime.builtin.InstanceVariables
Returns true if object has the named instance variable.
hasInternalModuleVariable(String) - Method in class org.jruby.RubyModule
Behaves similarly to RubyModule.getClassVar(String).
hasInternalVariable(String) - Method in class org.jruby.BasicObjectStub.DummyInternalVariables
 
hasInternalVariable(String) - Method in class org.jruby.RubyBasicObject
 
hasInternalVariable(String) - Method in interface org.jruby.runtime.builtin.InternalVariables
Returns true if object has the named internal variable.
hasKeywordArgs() - Method in class org.jruby.parser.ArgsTailHolder
Does this holder support either keyword argument types
hasKeywords() - Method in class org.jruby.truffle.runtime.methods.Arity
 
hasKnownValue() - Method in class org.jruby.ir.operands.Array
 
hasKnownValue() - Method in class org.jruby.ir.operands.Hash
 
hasKnownValue() - Method in class org.jruby.ir.operands.ImmutableLiteral
 
hasKnownValue() - Method in class org.jruby.ir.operands.Operand
Do we know the value of this operand at compile-time? If we do then it may be possible to constant propagate (one case: We also know it is also an ImmutableLiteral).
hasKnownValue() - Method in class org.jruby.ir.operands.Regexp
 
hasKnownValue() - Method in class org.jruby.ir.operands.Splat
 
hasKnownValue() - Method in class org.jruby.ir.operands.StringLiteral
 
hasKnownValue() - Method in class org.jruby.ir.operands.SValue
 
hasKnownValue() - Method in class org.jruby.ir.operands.UnboxedFloat
 
hasKwargs - Variable in class org.jruby.ast.ArgsNode
 
hasKwargs() - Method in class org.jruby.ast.ArgsNode
 
hasLiteralClosure() - Method in class org.jruby.ir.instructions.CallBase
 
hasLoadedNativeExtensions() - Static method in class org.jruby.RubyInstanceConfig
 
hasLoops() - Method in class org.jruby.ir.IRScope
 
hasMasgnArgs - Variable in class org.jruby.ast.ArgsNode
 
hasMasgnArgs() - Method in class org.jruby.ast.ArgsNode
 
hasModuleInHierarchy(RubyModule) - Method in class org.jruby.RubyModule
 
hasModuleInPrepends(RubyModule) - Method in class org.jruby.RubyModule
 
hasMultipleArgsHead - Variable in class org.jruby.runtime.CompiledBlock
 
hasMultipleArgsHead - Variable in class org.jruby.runtime.CompiledBlock19
 
hasNext() - Method in class org.jruby.RubyArray.RubyArrayConversionIterator
 
hasNoSingleton() - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
hasNoSingleton() - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
hasNoSingleton() - Method in class org.jruby.truffle.runtime.core.RubySymbol
 
hasObjectID() - Method in class org.jruby.RubyClass
 
hasObjectID() - Method in class org.jruby.runtime.ivars.VariableTableManager
Whether this table has been used to allocate space for an object_id.
hasOptArgs - Variable in class org.jruby.ast.ArgsNode
 
hasOption(String) - Method in class org.jruby.ext.nkf.Command
 
hasOutput() - Method in class org.jruby.util.ShellLauncher.POpenProcess
 
hasOwnScopeForAssignments() - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
hasParameterConverter(int) - Method in class org.jruby.ext.ffi.jffi.JITSignature
 
hasPrepends() - Method in class org.jruby.RubyModule
 
hasRestParameter - Variable in class org.jruby.truffle.translator.TranslatorEnvironment
 
hasResultConverter() - Method in class org.jruby.ext.ffi.jffi.JITSignature
 
hasSeenType(int) - Method in class org.jruby.ir.targets.InvokeSite
 
hasSeenType(int) - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
hasShebangLine() - Method in class org.jruby.RubyInstanceConfig
 
hasSideEffects() - Method in class org.jruby.ir.instructions.Instr
 
hasSideEffects() - Method in enum org.jruby.ir.Operation
 
hasSuperImplementation() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
hasSuperImplementation() - Method in interface org.jruby.javasupport.proxy.JavaProxyMethod
is it possible to call the super method?
hasValue() - Method in class org.jruby.ast.BreakNode
 
hasValue() - Method in class org.jruby.ast.NextNode
 
hasValue() - Method in interface org.jruby.ast.NonLocalControlFlowNode
 
hasValue() - Method in class org.jruby.ast.RedoNode
 
hasValue() - Method in class org.jruby.ast.RetryNode
 
hasValue() - Method in class org.jruby.ast.ReturnNode
 
hasVarArgs - Variable in class org.jruby.anno.JavaMethodDescriptor
 
hasVariables(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
hasVariables() - Method in class org.jruby.ir.operands.UndefinedValue
Returns true if object has any variables, defined as: instance variables class variables constants internal variables, such as those used when marshalling Ranges and Exceptions
hasVariables() - Method in class org.jruby.RubyBasicObject
Returns true if object has any variables
hasVariables() - Method in interface org.jruby.runtime.builtin.IRubyObject
Returns true if object has any variables, defined as: instance variables class variables constants internal variables, such as those used when marshalling Ranges and Exceptions
hasVariables(RubyBasicObject) - Method in class org.jruby.runtime.ivars.VariableTableManager
Returns true if object has any variables, defined as: instance variables class variables constants internal variables, such as those used when marshaling Ranges and Exceptions
hcode - Variable in class org.jruby.ir.operands.LocalVariable
 
Helpers - Class in org.jruby.runtime
Helper methods which are called by the compiler.
Helpers() - Constructor for class org.jruby.runtime.Helpers
 
HeredocTerm - Class in org.jruby.lexer.yacc
A lexing unit for scanning a heredoc element.
HeredocTerm(ByteList, int, ByteList) - Constructor for class org.jruby.lexer.yacc.HeredocTerm
 
hex(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.securerandom.SecureRandomLibrary
 
hex(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.securerandom.SecureRandomLibrary
 
hex(ThreadContext) - Method in class org.jruby.RubyString
rb_str_hex
hex19(ThreadContext) - Method in class org.jruby.RubyString
 
hexdigest(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.digest.RubyDigest.DigestInstance
 
hexdigest_bang(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.digest.RubyDigest.DigestInstance
 
hexLength(byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
hexLength(byte[], int, int, Encoding) - Static method in class org.jruby.util.StringSupport
 
hidden - Variable in class org.jruby.RubyModule.ConstantEntry
 
HIGHEST - Static variable in class org.jruby.truffle.nodes.globals.ReadMatchReferenceNode
 
home(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyDir
Returns the home directory of the current user or the named user if given.
hour() - Method in class org.jruby.RubyTime
 
HtmlProfilePrinter - Class in org.jruby.runtime.profile.builtin
 
HtmlProfilePrinter(ProfileData) - Constructor for class org.jruby.runtime.profile.builtin.HtmlProfilePrinter
 
human(Class) - Static method in class org.jruby.util.CodegenUtils
Creates a human-readable representation, from a Class.
humanShort(Class) - Static method in class org.jruby.util.CodegenUtils
 
hypot(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
hypot19(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 

I

i2b() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
i2c() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
i2d() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
i2f() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
i2l() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
i2s() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
i_gcd(long, long) - Static method in class org.jruby.util.Numeric
i_gcd
i_ilog2(ThreadContext, IRubyObject) - Static method in class org.jruby.util.Numeric
 
IAccessor - Interface in org.jruby.runtime
 
iadd() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
iaload() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
iand() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
IArgumentNode - Interface in org.jruby.ast
Does the node contain an argument list?
IArityNode - Interface in org.jruby.ast.types
Any node which implements has an associated arity
iarrayload() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
iastore() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
IAutoloadMethod - Interface in org.jruby.runtime.load
 
iconst_0() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
iconst_1() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
iconst_2() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
iconst_3() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
iconst_4() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
iconst_5() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
iconst_m1() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
id(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
id() - Method in class org.jruby.IncludedModule
We don't want to reveal ourselves to Ruby code, so origin this operation.
id - Variable in class org.jruby.ir.operands.Label
 
id() - Method in class org.jruby.ir.operands.UndefinedValue
 
id() - Method in class org.jruby.java.proxies.ConcreteJavaProxy
Because we can't physically associate an ID with a Java object, we can only use the identity hashcode here.
id() - Method in class org.jruby.RubyBasicObject
rb_obj_id Return the internal id of an object.
id() - Method in class org.jruby.RubyBoolean
 
id - Variable in enum org.jruby.RubyClass.CS_NAMES
 
id() - Method in class org.jruby.RubyFixnum
 
id - Variable in class org.jruby.RubyModule
 
id() - Method in class org.jruby.RubyNil
 
id() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
id - Variable in class org.jruby.runtime.opto.ConstantCache
 
id0 - Variable in enum org.jruby.lexer.yacc.RubyLexer.Keyword
 
id1 - Variable in enum org.jruby.lexer.yacc.RubyLexer.Keyword
 
id2name() - Method in class org.jruby.RubySymbol
 
id2name(ThreadContext) - Method in class org.jruby.RubySymbol
 
id2ref(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyObjectSpace
 
id2ref(long) - Method in class org.jruby.runtime.ObjectSpace
 
id2Ref(int) - Method in class org.jruby.truffle.nodes.core.ObjectSpaceNodes.ID2RefNode
 
id2Ref(long) - Method in class org.jruby.truffle.nodes.core.ObjectSpaceNodes.ID2RefNode
 
id2RefFloat(RubyBignum) - Method in class org.jruby.truffle.nodes.core.ObjectSpaceNodes.ID2RefNode
 
id2RefLargeFixnum(RubyBignum) - Method in class org.jruby.truffle.nodes.core.ObjectSpaceNodes.ID2RefNode
 
id_deprecated() - Method in class org.jruby.RubyBasicObject
rb_obj_id_obsolete Old id version.
identical_p(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
identical_p(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
IDENTIFIER - Static variable in class org.jruby.parser.JavaSignatureParser
 
IDENTITY - Static variable in interface org.jruby.truffle.translator.NodeWrapper
 
identity_hash(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.jruby.JRubyLibrary
Provide the "identity" hash code that System.identityHashCode would produce.
idiv() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
idiv(ThreadContext, IRubyObject, String) - Method in class org.jruby.RubyFixnum
 
idiv(ThreadContext, long, String) - Method in class org.jruby.RubyFixnum
 
idOf(IRubyObject) - Method in class org.jruby.runtime.ObjectSpace
Deprecated.
IdUtil - Class in org.jruby.util
 
IdUtil() - Constructor for class org.jruby.util.IdUtil
 
ieq(long, long) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
if_acmpeq(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
if_acmpne(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
if_icmpeq(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
if_icmpgt(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
if_icmple(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
if_icmplt(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
if_icmpne(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
Ifaddr - Class in org.jruby.ext.socket
 
Ifaddr(Ruby, RubyClass) - Constructor for class org.jruby.ext.socket.Ifaddr
 
Ifaddr(Ruby, RubyClass, NetworkInterface, InterfaceAddress) - Constructor for class org.jruby.ext.socket.Ifaddr
 
Ifaddr(Ruby, RubyClass, NetworkInterface) - Constructor for class org.jruby.ext.socket.Ifaddr
 
ifeq(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
iffalse(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ifge(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ifgt(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ifindex(ThreadContext) - Method in class org.jruby.ext.socket.Ifaddr
 
ifle(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
iflt(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ifne(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
IfNode - Class in org.jruby.ast
an 'if' statement.
IfNode(ISourcePosition, Node, Node, Node) - Constructor for class org.jruby.ast.IfNode
 
IfNode - Class in org.jruby.truffle.nodes.control
Represents a Ruby if expression.
IfNode(RubyContext, SourceSection, BooleanCastNode, RubyNode, RubyNode) - Constructor for class org.jruby.truffle.nodes.control.IfNode
 
ifnonnull(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ifnull(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
iftrue(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ignore(IRubyObject, IRubyObject) - Method in class org.jruby.util.NoFunctionalitySignalFacade
 
ignore(IRubyObject, IRubyObject) - Method in interface org.jruby.util.SignalFacade
Ignores this signal.
ignore(IRubyObject, IRubyObject) - Method in class org.jruby.util.SunSignalFacade
 
ignoreVisibility - Variable in class org.jruby.truffle.nodes.dispatch.DispatchHeadNode
 
igt(long, long) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
iinc(int, int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ILiteralNode - Interface in org.jruby.ast.types
A marker for literal nodes.
iload(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ilt(long, long) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
image() - Method in class org.jruby.RubyComplex
nucomp_image
image(ThreadContext) - Method in class org.jruby.RubyNumeric
numeric_image
ImmutableLiteral - Class in org.jruby.ir.operands
Operands extending this type can make a reasonable assumption of immutability.
ImmutableLiteral(OperandType) - Constructor for class org.jruby.ir.operands.ImmutableLiteral
 
impl(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.java.proxies.JavaInterfaceTemplate
 
implement(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.java.proxies.JavaInterfaceTemplate
 
implementationClass - Variable in class org.jruby.internal.runtime.methods.DynamicMethod
The Ruby module or class in which this method is immediately defined.
ImplementationDebugBacktraceFormatter - Class in org.jruby.truffle.runtime.backtrace
 
ImplementationDebugBacktraceFormatter() - Constructor for class org.jruby.truffle.runtime.backtrace.ImplementationDebugBacktraceFormatter
 
implementationModule - Variable in class org.jruby.AbstractRubyMethod
 
imul() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
IN - Static variable in class org.jruby.ext.ffi.Buffer
Indicates that the Buffer is used for data copied IN to native memory
INameNode - Interface in org.jruby.ast.types
 
inBindingEval() - Method in class org.jruby.runtime.DynamicScope
 
incGlobalState() - Method in class org.jruby.Ruby
INC_VM_STATE_VERSION
include(IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_include
include(VirtualFrame, RubyModule, Object[]) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.IncludeNode
 
include(RubyModule, RubyModule) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.IncludePNode
 
include(RubyRange.IntegerFixnumRange, int) - Method in class org.jruby.truffle.nodes.core.RangeNodes.IncludeNode
 
include(VirtualFrame, RubyRange.ObjectRange, Object) - Method in class org.jruby.truffle.nodes.core.RangeNodes.IncludeNode
 
include(Node, RubyModule) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
include_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_includes
include_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyEnumerable
 
include_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
include_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRange
 
include_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
rb_str_include
include_p(ThreadContext, IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
include_p19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRange
 
include_p19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
included(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
included_modules(ThreadContext) - Method in class org.jruby.RubyModule
rb_mod_included_modules
IncludedModule - Class in org.jruby
 
IncludedModule(Ruby, RubyClass, RubyModule) - Constructor for class org.jruby.IncludedModule
 
includedModules() - Method in class org.jruby.truffle.runtime.core.RubyModule
 
IncludedModuleWrapper - Class in org.jruby
This class is used to provide an intermediate superclass for modules and classes that include other modules.
IncludedModuleWrapper(Ruby, RubyClass, RubyModule) - Constructor for class org.jruby.IncludedModuleWrapper
 
includeIntegerFixnum(VirtualFrame, RubyArray, Object) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IncludeNode
 
includeLongFixnum(VirtualFrame, RubyArray, Object) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IncludeNode
 
includeModule(IRubyObject) - Method in class org.jruby.RubyModule
Include a new module in this module or class.
includeNull(VirtualFrame, RubyArray, Object) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IncludeNode
 
includeObject(VirtualFrame, RubyArray, Object) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IncludeNode
 
includes(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
 
includesModule(RubyModule, RubyModule) - Static method in class org.jruby.truffle.runtime.ModuleOperations
 
includingHierarchies - Variable in class org.jruby.RubyModule
 
incomplete_input_p(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyConverter.InvalidByteSequenceErrorMethods
 
incRecursionFor(int) - Method in class org.jruby.runtime.profile.builtin.ProfileData
 
incrementBacktraceCount() - Method in class org.jruby.Ruby
Increment the count of backtraces generated by code in this runtime.
incrementCallerCount() - Method in class org.jruby.Ruby
Increment the count of backtraces generated by code in this runtime.
incrementChainCount() - Method in class org.jruby.runtime.invokedynamic.VariableSite
 
incrementCount() - Method in class org.jruby.runtime.profile.builtin.Invocation
 
incrementExceptionCount() - Method in class org.jruby.Ruby
Increment the count of exceptions generated by code in this runtime.
incrementFailures() - Method in class org.jruby.runtime.invokedynamic.GlobalSite
 
incrementLineno(Ruby) - Method in class org.jruby.util.io.OpenFile
 
incrementParenNest() - Method in class org.jruby.lexer.yacc.RubyLexer
 
incrementWarningCount() - Method in class org.jruby.Ruby
Increment the count of backtraces generated for warnings in this runtime.
inDegree(BasicBlock) - Method in class org.jruby.ir.representations.CFG
 
indentation(ThreadContext) - Method in class org.jruby.ext.psych.PsychEmitter
 
indentation_set(ThreadContext, IRubyObject) - Method in class org.jruby.ext.psych.PsychEmitter
 
independent() - Method in class org.jruby.RubyString
 
index(long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
index - Variable in class org.jruby.ir.instructions.MultipleAsgnBase
 
index(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_index
index(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_index
index(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
 
index(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
index - Variable in class org.jruby.RubyArray.RubyArrayConversionIterator
 
index(ThreadContext, IRubyObject) - Method in class org.jruby.RubyHash
rb_hash_index
index - Variable in class org.jruby.RubyModule
Deprecated.
use RubyModule#getClassIndex()
index(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
rb_str_index_m
index(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
index - Variable in class org.jruby.runtime.ivars.VariableAccessor
the index allocated for it in the variable table
index(RubyArray, int, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexNode
 
index(CodeRangeable, CodeRangeable, int, Encoding) - Static method in class org.jruby.util.StringSupport
 
index19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyHash
 
index19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
index19(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
indexError(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
indexes(IRubyObject[]) - Method in class org.jruby.RubyArray
rb_ary_indexes
indexNegativeLength(int, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
indexOf(long, byte) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
indexOf(long, byte, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
indexOf(long, byte) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
indexOf(long, byte, int) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
indexOf(long, byte) - Method in class org.jruby.ext.ffi.MemoryIO
Gets the first index within the memory area of a particular 8 bit value.
indexOf(long, byte, int) - Method in class org.jruby.ext.ffi.MemoryIO
Gets the first index within the memory area of a particular 8 bit value.
indexOf(long, byte) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
indexOf(long, byte, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
indexOf(Object) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
indexOf(Object) - Method in class org.jruby.RubyArray
 
indexTooSmallError(String, int, int, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
indirect - Variable in class org.jruby.truffle.nodes.dispatch.DispatchHeadNode
 
induced_from(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
induced_from(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFixnum
Deprecated.
induced_from(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFloat
Deprecated.
induced_from(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyInteger
Deprecated.
ineg() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
inexact_p(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_exact_p
infectBy(IRubyObject, IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
infectBy(IRubyObject) - Method in class org.jruby.ir.operands.UndefinedValue
Infect this object using the taint of another object
infectBy(IRubyObject) - Method in class org.jruby.RubyBasicObject
OBJ_INFECT Infects this object with traits from the argument obj.
infectBy(IRubyObject) - Method in interface org.jruby.runtime.builtin.IRubyObject
Infect this object using the taint of another object
infinite(double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.InfiniteNode
 
infinite_p(ThreadContext) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
infinite_p() - Method in class org.jruby.RubyFloat
flo_is_infinite_p
INFINITY - Static variable in class org.jruby.RubyFloat
 
inflate(ThreadContext, IRubyObject, Block) - Method in class org.jruby.ext.zlib.JZlibInflate
 
inflate(ThreadContext, ByteList, Block) - Method in class org.jruby.ext.zlib.JZlibInflate
 
inflate(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.zlib.RubyZlib
 
INFLATE_ALLOCATOR - Static variable in class org.jruby.ext.zlib.JZlibInflate
 
info(String, Object...) - Method in interface org.jruby.util.log.Logger
 
info(Throwable) - Method in interface org.jruby.util.log.Logger
 
info(String, Throwable) - Method in interface org.jruby.util.log.Logger
 
info(String, Object...) - Method in class org.jruby.util.log.StandardErrorLogger
 
info(Throwable) - Method in class org.jruby.util.log.StandardErrorLogger
 
info(String, Throwable) - Method in class org.jruby.util.log.StandardErrorLogger
 
inherit(RubyClass) - Method in class org.jruby.RubyClass
rb_class_inherited (reversed semantics!)
inheritanceSearchConst(ThreadContext, IRubyObject, MutableCallSite, String, boolean) - Static method in class org.jruby.ir.targets.Bootstrap
 
inheritanceSearchConst(String, boolean) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Lookup a constant from a given class or module.
inheritanceSearchConst(String, boolean) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
inheritanceSearchConst(String, boolean) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
InheritanceSearchConstInstr - Class in org.jruby.ir.instructions
 
InheritanceSearchConstInstr(Variable, Operand, String, boolean) - Constructor for class org.jruby.ir.instructions.InheritanceSearchConstInstr
 
InheritanceSearchConstInstr(InheritanceSearchConstInstr) - Method in class org.jruby.ir.IRVisitor
 
InheritanceSearchConstInstr(InheritanceSearchConstInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
inherited(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.java.proxies.JavaProxy
 
inherited(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java.NewStyleExtensionInherited
 
inherited(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java.OldStyleExtensionInherited
 
inherited(ThreadContext, IRubyObject) - Method in class org.jruby.RubyClass
 
inherited(Object) - Method in class org.jruby.truffle.nodes.core.ClassNodes.InheritedNode
 
inheritedSearchConst(ThreadContext, IRubyObject, String, boolean) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
inInstanceEval() - Method in class org.jruby.runtime.DynamicScope
 
init(Ruby) - Static method in class org.jruby.demo.ext.MethodMissing
 
init(Ruby, RubyModule) - Method in class org.jruby.ext.ffi.Factory
Registers FFI ruby classes/modules
init(Ruby, RubyModule) - Method in class org.jruby.ext.ffi.jffi.Factory
 
init(Ruby, RubyModule) - Method in class org.jruby.ext.ffi.NoImplFactory
 
init(RubyModule, Arity, Visibility, StaticScope, Object, CallConfiguration, ISourcePosition, String) - Method in class org.jruby.internal.runtime.methods.CompiledMethod
 
init(RubyModule, Visibility, CallConfiguration) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
 
init(RubyModule, Arity, Visibility, StaticScope, CallConfiguration) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
init() - Method in class org.jruby.ir.dataflow.analyses.LiveVariableNode
 
init() - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementNode
 
init() - Method in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementNode
 
init() - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode
 
init() - Method in class org.jruby.ir.dataflow.FlowGraphNode
Initialize this data flow node for solving the current problem This is done after building dataflow variables for the problem.
init(List) - Method in class org.jruby.runtime.load.LoadService
Called to initialize the load path with a set of optional prepended directories and then the standard set of dirs.
init() - Method in class org.jruby.truffle.TruffleBridgeImpl
 
init() - Method in interface org.jruby.TruffleBridge
 
init(ByteList, boolean, boolean) - Method in class org.jruby.util.ConvertDouble.DoubleConverter
 
init_sock(Ruby, Channel, String) - Method in class org.jruby.ext.socket.RubyUNIXSocket
 
init_sock(Ruby, Channel) - Method in class org.jruby.ext.socket.RubyUNIXSocket
 
init_unixsock(Ruby, IRubyObject, boolean) - Method in class org.jruby.ext.socket.RubyUNIXSocket
 
initArgsFile(Ruby) - Static method in class org.jruby.RubyArgsFile
 
initARGV(Ruby) - Static method in class org.jruby.RubyGlobal
 
initBacktrace() - Method in class org.jruby.RubyException
 
initBigIntegers(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
initBlockBodies(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
initBlockBody(MutableCallSite, Object, ThreadContext, StaticScope, String) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
initBlockBody19(MutableCallSite, Object, ThreadContext, StaticScope, String) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
initBlockCallbacks(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
initCallSites(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
initChannelFD(Ruby) - Method in class org.jruby.ext.socket.RubyServerSocket
 
initChannelFD(Ruby) - Method in class org.jruby.ext.socket.RubySocket
 
initConstants(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
initCopy(RubyModule) - Method in class org.jruby.truffle.runtime.core.RubyClass
 
initCopy(RubyModule) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
initEncoding(MutableCallSite, ThreadContext, Encoding) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
initEncodings(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
initEvalScopeVariableAllocator(boolean) - Method in class org.jruby.ir.IRScope
 
initFixnum(MutableCallSite, ThreadContext, long) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
initFixnums(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
InitFlipFlopSlotNode - Class in org.jruby.truffle.nodes.methods.locals
 
InitFlipFlopSlotNode(RubyContext, SourceSection, FrameSlot) - Constructor for class org.jruby.truffle.nodes.methods.locals.InitFlipFlopSlotNode
 
initFlipFlopStates(SourceSection) - Method in class org.jruby.truffle.translator.BodyTranslator
 
initFlipStateVariable(Variable, Operand) - Method in class org.jruby.ir.IRScope
 
initFloat(MutableCallSite, ThreadContext, double) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
initFloats(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
initFromDescriptor(String) - Method in class org.jruby.ast.executable.AbstractScript
 
initFromDescriptor(String) - Method in class org.jruby.ast.executable.RuntimeCache
Given a packed descriptor listing methods and their type, populate the call site cache.
initFromServer(Ruby, RubyServerSocket, SocketChannel) - Method in class org.jruby.ext.socket.RubySocket
 
initFrozenStrings(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
initgroups(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
initialize(BSFManager, String, Vector) - Method in class org.jruby.embed.bsf.JRubyEngine
 
initialize(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AutoPointer
 
initialize(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AutoPointer
 
initialize(ThreadContext, IRubyObject, Block) - Method in class org.jruby.ext.ffi.Buffer
 
initialize(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.ext.ffi.Buffer
 
initialize(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.ext.ffi.Buffer
 
initialize(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Enum
 
initialize(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.Enum
 
initialize(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.Enum
 
initialize(ThreadContext) - Method in class org.jruby.ext.ffi.Enums
 
initialize(ThreadContext, IRubyObject, Block) - Method in class org.jruby.ext.ffi.MemoryPointer
 
initialize(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.ext.ffi.MemoryPointer
 
initialize(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.ext.ffi.MemoryPointer
 
initialize(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Pointer
 
initialize(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.Pointer
 
initialize(ThreadContext) - Method in class org.jruby.ext.ffi.Struct
 
initialize(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Struct
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.ffi.Struct
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.ffi.StructLayout.ArrayField
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.ffi.StructLayout.EnumField
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.ffi.StructLayout.Field
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.ffi.StructLayout.FunctionField
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.ffi.StructLayout.InnerStructField
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.ffi.StructLayout.MappedField
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.ffi.StructLayout.NumberField
 
initialize(ThreadContext, Block) - Method in class org.jruby.ext.fiber.ThreadFiber
 
initialize(IRubyObject) - Method in class org.jruby.ext.jruby.JRubyObjectInputStream
 
initialize(IRubyObject, IRubyObject) - Static method in class org.jruby.ext.net.protocol.NetProtocolBufferedIO
 
initialize(ThreadContext, IRubyObject) - Method in class org.jruby.ext.pathname.RubyPathname
 
initialize(ThreadContext, IRubyObject) - Method in class org.jruby.ext.psych.PsychEmitter
 
initialize(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.psych.PsychEmitter
 
initialize(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.Addrinfo
 
initialize(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.Addrinfo
 
initialize(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.Addrinfo
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.Addrinfo
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.Option
 
initialize(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubySocket
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyTCPServer
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyTCPSocket
 
initialize(ThreadContext) - Method in class org.jruby.ext.socket.RubyUDPSocket
 
initialize(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyUDPSocket
 
initialize(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyUNIXServer
 
initialize(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyUNIXSocket
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.stringio.StringIO
 
initialize(IRubyObject[], Block) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
initialize(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.ext.tempfile.Tempfile
 
initialize(ThreadContext) - Method in class org.jruby.ext.thread.Queue
 
initialize(ThreadContext, IRubyObject) - Method in class org.jruby.ext.thread.SizedQueue
 
initialize(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.ext.tracepoint.TracePoint
 
initialize(ThreadContext, IRubyObject) - Method in class org.jruby.ext.weakref.WeakRef
 
initialize(ThreadContext, IRubyObject) - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
initialize(IRubyObject[]) - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
initialize(Block) - Method in class org.jruby.ext.zlib.ZStream
 
initialize(RubyClass) - Static method in class org.jruby.java.proxies.ConcreteJavaProxy
 
initialize(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.java.proxies.InterfaceJavaProxy.JavaInterfaceExtender
 
initialize(BSFManager, String, Vector) - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
initialize(List) - Static method in class org.jruby.javasupport.JavaEmbedUtils
Get an instance of a JRuby runtime.
initialize(List, RubyInstanceConfig) - Static method in class org.jruby.javasupport.JavaEmbedUtils
Get an instance of a JRuby runtime.
initialize(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyArray
Deprecated.
Use the versions with zero, one, or two args.
initialize(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_initialize
initialize(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
rb_ary_initialize
initialize(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyArray
rb_ary_initialize
initialize() - Method in class org.jruby.RubyBasicObject
Deprecated.
initialize(ThreadContext) - Method in class org.jruby.RubyBinding
 
initialize(ThreadContext, Block) - Method in class org.jruby.RubyClass
rb_class_initialize
initialize(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyClass
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyConverter
 
initialize(ThreadContext, IRubyObject) - Method in class org.jruby.RubyDir
Creates a new Dir.
initialize(ThreadContext) - Method in class org.jruby.RubyEnumerator
 
initialize(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyEnumerator
 
initialize(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.RubyEnumerator
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyEnumerator
 
initialize(IRubyObject[], Block) - Method in class org.jruby.RubyException
 
initialize(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyFile
 
initialize(IRubyObject, Block) - Method in class org.jruby.RubyFileStat
 
initialize(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyGenerator
 
initialize(IRubyObject[], Block) - Method in class org.jruby.RubyHash
rb_hash_initialize
initialize(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyIO
 
initialize(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyIO
 
initialize(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyIO
 
initialize(ThreadContext, Block) - Method in class org.jruby.RubyModule
rb_mod_initialize
initialize(Block) - Method in class org.jruby.RubyModule
Deprecated.
initialize(IRubyObject[], Block) - Method in class org.jruby.RubyNameError
 
initialize(IRubyObject[], Block) - Method in class org.jruby.RubyNoMethodError
 
initialize() - Method in class org.jruby.RubyObject
Deprecated.
initialize(ThreadContext) - Method in class org.jruby.RubyObject
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyRandom
 
initialize(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyRange
 
initialize(ThreadContext) - Method in class org.jruby.RubyString
 
initialize(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
initialize(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyStruct
 
initialize(ThreadContext) - Method in class org.jruby.RubyStruct
 
initialize(ThreadContext, IRubyObject) - Method in class org.jruby.RubyStruct
 
initialize(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyStruct
 
initialize(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.RubyStruct
 
initialize(IRubyObject[], Block) - Method in class org.jruby.RubySystemCallError
 
initialize(IRubyObject[], Block) - Method in class org.jruby.RubySystemExit
 
initialize(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyThread
 
initialize(Block) - Method in class org.jruby.RubyTime
 
initialize(ThreadContext, Block) - Method in class org.jruby.RubyYielder
 
initialize(RubyArray, int, UndefinedPlaceholder, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InitializeNode
 
initialize(RubyArray, long, UndefinedPlaceholder, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InitializeNode
 
initialize(RubyArray, int, int, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InitializeNode
 
initialize(RubyArray, int, long, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InitializeNode
 
initialize(RubyArray, int, double, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InitializeNode
 
initialize(RubyArray, int, Object, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InitializeNode
 
initialize(VirtualFrame, RubyArray, int, UndefinedPlaceholder, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InitializeNode
 
initialize(RubyArray, RubyArray, UndefinedPlaceholder, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InitializeNode
 
initialize() - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.InitializeNode
 
initialize(RubyClass, UndefinedPlaceholder, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ClassNodes.InitializeNode
 
initialize(RubyClass, RubyClass, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ClassNodes.InitializeNode
 
initialize(VirtualFrame, RubyClass, UndefinedPlaceholder, RubyProc) - Method in class org.jruby.truffle.nodes.core.ClassNodes.InitializeNode
 
initialize(VirtualFrame, RubyClass, RubyClass, RubyProc) - Method in class org.jruby.truffle.nodes.core.ClassNodes.InitializeNode
 
initialize(RubyEncodingConverter, RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.EncodingConverterNodes.InitializeNode
 
initialize(RubyException, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ExceptionNodes.InitializeNode
 
initialize(RubyException, RubyString) - Method in class org.jruby.truffle.nodes.core.ExceptionNodes.InitializeNode
 
initialize(RubyFiber, RubyProc) - Method in class org.jruby.truffle.nodes.core.FiberNodes.InitializeNode
 
initialize(RubyHash, UndefinedPlaceholder, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.HashNodes.InitializeNode
 
initialize(RubyHash, UndefinedPlaceholder, RubyProc) - Method in class org.jruby.truffle.nodes.core.HashNodes.InitializeNode
 
initialize(RubyHash, Object, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.HashNodes.InitializeNode
 
initialize(RubyModule, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.InitializeNode
 
initialize(VirtualFrame, RubyModule, RubyProc) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.InitializeNode
 
initialize(RubyProc, RubyProc) - Method in class org.jruby.truffle.nodes.core.ProcNodes.InitializeNode
 
initialize(RubyRegexp, RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.InitializeNode
 
initialize(RubyRegexp, RubyString, RubyNilClass) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.InitializeNode
 
initialize(RubyRegexp, RubyString, boolean) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.InitializeNode
 
initialize(RubyRegexp, RubyString, int) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.InitializeNode
 
initialize(RubyRegexp, RubyString, Object) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.InitializeNode
 
initialize(RubyRegexp, RubyRegexp, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.InitializeNode
 
initialize(RubyRegexp, RubyRegexp, Object) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.InitializeNode
 
initialize(RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.StringNodes.InitializeNode
 
initialize(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.InitializeNode
 
initialize(RubyThread, RubyProc) - Method in class org.jruby.truffle.nodes.core.ThreadNodes.InitializeNode
 
initialize() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
initialize(RubyClass) - Method in class org.jruby.truffle.runtime.core.RubyClass
 
initialize(RubyString, Backtrace) - Method in class org.jruby.truffle.runtime.core.RubyException
 
initialize(RubyProc) - Method in class org.jruby.truffle.runtime.core.RubyFiber
 
initialize(SharedMethodInfo, CallTarget, CallTarget, CallTarget, MaterializedFrame, RubyModule, MethodLike, Object, RubyProc) - Method in class org.jruby.truffle.runtime.core.RubyProc
 
initialize(RubyNode, ByteList, int) - Method in class org.jruby.truffle.runtime.core.RubyRegexp
 
initialize(RubyNode, ByteList) - Method in class org.jruby.truffle.runtime.core.RubyRegexp
 
initialize(Regex, ByteList) - Method in class org.jruby.truffle.runtime.core.RubyRegexp
 
initialize(RubyContext, RubyNode, RubyProc) - Method in class org.jruby.truffle.runtime.core.RubyThread
 
initialize(RubyContext, RubyNode, Runnable) - Method in class org.jruby.truffle.runtime.core.RubyThread
 
initialize19(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubySocket
 
initialize19(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubySocket
 
initialize19(IRubyObject[], Block) - Method in class org.jruby.ext.tempfile.Tempfile
Deprecated.
initialize19(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
initialize19(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
initialize19(ThreadContext) - Method in class org.jruby.RubyBasicObject
 
initialize19(ThreadContext, Block) - Method in class org.jruby.RubyClass
 
initialize19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyClass
 
initialize19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyDir
 
initialize19(ThreadContext, Block) - Method in class org.jruby.RubyEnumerator
 
initialize19(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyEnumerator
 
initialize19(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyEnumerator
 
initialize19(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyEnumerator
 
initialize19(IRubyObject[], Block) - Method in class org.jruby.RubyFile
Deprecated.
initialize19(IRubyObject, Block) - Method in class org.jruby.RubyFileStat
 
initialize19(ThreadContext) - Method in class org.jruby.RubyString
 
initialize19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
initialize20(ThreadContext, Block) - Method in class org.jruby.RubyEnumerator
 
initialize20(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyEnumerator
 
initialize20(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyEnumerator
 
initialize20(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyEnumerator
 
initialize20(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyEnumerator
 
initialize_clone(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
initialize_copy(IRubyObject) - Method in class org.jruby.ext.digest.RubyDigest.DigestBase
 
initialize_copy(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Buffer
 
initialize_copy(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Pointer
 
initialize_copy(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Struct
 
initialize_copy(ThreadContext, IRubyObject) - Method in class org.jruby.ext.pathname.RubyPathname
 
initialize_copy(ThreadContext, IRubyObject) - Method in class org.jruby.ext.stringio.StringIO
 
initialize_copy(IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
initialize_copy(IRubyObject) - Method in class org.jruby.ext.zlib.JZlibDeflate
 
initialize_copy(IRubyObject) - Method in class org.jruby.java.proxies.JavaProxy
 
initialize_copy(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_initialize_copy
initialize_copy(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_initialize_copy
initialize_copy(IRubyObject) - Method in class org.jruby.RubyBasicObject
rb_obj_init_copy Initializes this object as a copy of the original, that is the parameter to this object.
initialize_copy(IRubyObject) - Method in class org.jruby.RubyBinding
 
initialize_copy(IRubyObject) - Method in class org.jruby.RubyClass
rb_class_init_copy
initialize_copy(IRubyObject) - Method in class org.jruby.RubyFileStat
 
initialize_copy(ThreadContext, IRubyObject) - Method in class org.jruby.RubyGenerator
 
initialize_copy(ThreadContext, IRubyObject) - Method in class org.jruby.RubyHash
rb_hash_replace
initialize_copy(IRubyObject) - Method in class org.jruby.RubyIO
 
initialize_copy(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
initialize_copy(IRubyObject) - Method in class org.jruby.RubyMatchData
 
initialize_copy(IRubyObject) - Method in class org.jruby.RubyModule
mri: rb_mod_init_copy
initialize_copy(IRubyObject) - Method in class org.jruby.RubyNumeric
num_init_copy
initialize_copy(IRubyObject) - Method in class org.jruby.RubyRandom
 
initialize_copy(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRange
 
initialize_copy(IRubyObject) - Method in class org.jruby.RubyRegexp
rb_reg_init_copy
initialize_copy(IRubyObject) - Method in class org.jruby.RubyString
 
initialize_copy(IRubyObject) - Method in class org.jruby.RubyStruct
 
initialize_copy(IRubyObject) - Method in class org.jruby.RubyTime
 
initialize_copy19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyHash
rb_hash_replace
initialize_dup(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
initialize_m(IRubyObject) - Method in class org.jruby.RubyRegexp
 
initialize_m(IRubyObject, IRubyObject) - Method in class org.jruby.RubyRegexp
 
initialize_m(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.RubyRegexp
 
initialize_m19(IRubyObject) - Method in class org.jruby.RubyRegexp
 
initialize_m19(IRubyObject, IRubyObject) - Method in class org.jruby.RubyRegexp
 
initialize_m19(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.RubyRegexp
 
initializeAfterMethodsAdded() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
initializeCopy(RubyBasicObject, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.KernelNodes.InitializeCopyNode
 
initializeCopy(RubyModule, RubyModule) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.InitializeCopyNode
 
initializeCopy(RubyRegexp, RubyRegexp) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.InitializeCopyNode
 
initializeCopy(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.InitializeCopyNode
 
initializeCopyFloat(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InitializeCopyNode
 
initializeCopyIntegerFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InitializeCopyNode
 
initializeCopyLongFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InitializeCopyNode
 
initializeCopyNull(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InitializeCopyNode
 
initializeCopyObject(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InitializeCopyNode
 
initializeDup(VirtualFrame, RubyBasicObject, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.KernelNodes.InitializeDupCloneNode
 
initializeEncodingConstants() - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
initializeInternal(ThreadContext, int, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.RubyStruct
 
initiateBreak(ThreadContext, DynamicScope, IRubyObject, Block.Type) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
initiateNonLocalReturn(ThreadContext, DynamicScope, Block.Type, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
initLoadsOnScopeExit(Set<LocalVariable>) - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementProblem
 
initMainThread() - Method in class org.jruby.internal.runtime.ThreadService
 
initMethodCache(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
initNestedClosures() - Method in class org.jruby.ir.IRScope
 
initOthers(String) - Method in class org.jruby.ast.executable.RuntimeCache
Given a packed descriptor of other cache sizes, construct the cache arrays The format of the descriptor is the actual size cast to char in this order: scopeCount inheritedSymbolCount inheritedFixnumCount inheritedConstantCount inheritedRegexpCount inheritedBigIntegerCount inheritedVariableReaderCount inheritedVariableWriterCount inheritedBlockBodyCount inheritedBlockCallbackCount inheritedMethodCount inheritedStringCount
initProfiling(IRScope) - Static method in class org.jruby.ir.interpreter.Profiler
 
initProxyClass(Class) - Static method in class org.jruby.javasupport.proxy.InternalJavaProxyHelper
 
initProxyMethod(JavaProxyClass, String, String, boolean) - Static method in class org.jruby.javasupport.proxy.InternalJavaProxyHelper
 
initPsychEmitter(Ruby, RubyModule) - Static method in class org.jruby.ext.psych.PsychEmitter
 
initPsychParser(Ruby, RubyModule) - Static method in class org.jruby.ext.psych.PsychParser
 
initPsychToRuby(Ruby, RubyModule) - Static method in class org.jruby.ext.psych.PsychToRuby
 
initPsychYamlTree(Ruby, RubyModule) - Static method in class org.jruby.ext.psych.PsychYamlTree
 
initReadSite() - Method in class org.jruby.util.IOChannel
 
initRegexp(MutableCallSite, ThreadContext, ByteList, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
initRegexps(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
initRootFiber(ThreadContext) - Static method in class org.jruby.ext.fiber.ThreadFiber
 
initScope(boolean) - Method in class org.jruby.ir.IRScope
 
initScopes(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
initSocket(ChannelFD) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
initSolution() - Method in class org.jruby.ir.dataflow.analyses.LiveVariableNode
 
initSolution() - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementNode
 
initSolution() - Method in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementNode
 
initSolution() - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode
 
initSolution() - Method in class org.jruby.ir.dataflow.FlowGraphNode
Any setting up of state/initialization before applying transfer function
initStaticScope(MutableCallSite, AbstractScript, ThreadContext, StaticScope, String, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
initStrings(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
initSymbol(MutableCallSite, ThreadContext, String, Encoding) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
initSymbols(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
initTopLocalVariables() - Method in class org.jruby.parser.ParserSupport
Description of the RubyMethod
initVariableReaders(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
initVariableWriters(int) - Method in class org.jruby.ast.executable.RuntimeCache
 
initWriteSite() - Method in class org.jruby.util.IOChannel
 
inject() - Method in class org.jruby.embed.variable.Argv
Injects ARGV values to a parsed Ruby script.
inject() - Method in interface org.jruby.embed.variable.BiVariable
Injects a variable value to a parsed Ruby script.
inject() - Method in class org.jruby.embed.variable.ClassVariable
Injects a class variable value to a parsed Ruby script.
inject() - Method in class org.jruby.embed.variable.Constant
Injects a constant value to a parsed Ruby script.
inject() - Method in class org.jruby.embed.variable.GlobalVariable
A global variable is injected when it is set.
inject() - Method in class org.jruby.embed.variable.InstanceVariable
Injects an instance variable value to a parsed Ruby script.
inject() - Method in class org.jruby.embed.variable.LocalGlobalVariable
Injects a global value to a parsed Ruby script.
inject() - Method in class org.jruby.embed.variable.PersistentLocalVariable
Injects a local variable value to a parsed Ruby script.
inject() - Method in class org.jruby.embed.variable.TransientLocalVariable
Injects a local variable value to a parsed Ruby script.
inject(BiVariableMap, Ruby, ManyVarsDynamicScope, int, IRubyObject) - Static method in class org.jruby.embed.variable.VariableInterceptor
Injects variable values from Java to Ruby just before an evaluation or method invocation.
inject(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
inject(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
inject(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
inject(VirtualFrame, RubyArray, Object, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InjectNode
 
inject(VirtualFrame, RubyArray, RubySymbol, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InjectNode
 
injectCommon(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
injectObject(VirtualFrame, RubyArray, Object, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InjectNode
 
inLambda(Block.Type) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
InlineCloneInfo - Class in org.jruby.ir.transformations.inlining
Context object when performing an inline.
InlineCloneInfo(CFG, IRScope, IRScope) - Constructor for class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
InlineCloneInfo(CallBase, CFG, Variable, IRScope) - Constructor for class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
InlinedLineNumberInstr - Class in org.jruby.ir.instructions
This represents a linenumber instr that has been inlined into another method/closure.
InlinedLineNumberInstr(IRScope, int) - Constructor for class org.jruby.ir.instructions.InlinedLineNumberInstr
 
inlineMethod(IRScope, RubyModule, int, BasicBlock, CallBase, boolean) - Method in class org.jruby.ir.IRScope
 
inlineMethod(IRScope, RubyModule, int, BasicBlock, CallBase, boolean) - Method in class org.jruby.ir.transformations.inlining.CFGInliner
 
inlineScript() - Method in class org.jruby.RubyInstanceConfig
 
inlineUnfriendly() - Method in enum org.jruby.ir.Operation
 
inliningBlocked() - Method in class org.jruby.ir.instructions.CallBase
 
inModuleEval() - Method in class org.jruby.runtime.DynamicScope
 
inNonMethodBodyLambda(StaticScope, Block.Type) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
ino() - Method in class org.jruby.RubyFileStat
 
inProc(Block.Type) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
inProfileMode() - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
inputEncoding(Ruby) - Method in class org.jruby.util.io.OpenFile
 
inputStream() - Method in class org.jruby.util.EmptyFileResource
 
inputStream() - Method in interface org.jruby.util.FileResource
Opens a new input stream to read the contents of a resource and returns it.
InputStreamLexerSource - Class in org.jruby.lexer.yacc
 
InputStreamLexerSource(String, InputStream, List<String>, int) - Constructor for class org.jruby.lexer.yacc.InputStreamLexerSource
Create our food-source for the lexer
InputStreamMarkCursor - Class in org.jruby.util
Use mark to make a safe rewindable cursor.
InputStreamMarkCursor(InputStream, int) - Constructor for class org.jruby.util.InputStreamMarkCursor
 
insert() - Method in class org.jruby.RubyArray
 
insert(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_insert
insert(IRubyObject, IRubyObject) - Method in class org.jruby.RubyArray
 
insert(IRubyObject[]) - Method in class org.jruby.RubyArray
 
insert(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
insert(RubyArray, int, Object) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InsertNode
 
insert(RubyArray, int, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InsertNode
 
insert(RubyString, int, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.InsertNode
 
insert() - Method in class org.jruby.util.collections.StringArraySet
 
insert(IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
insert(IRubyObject, IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
insert(IRubyObject[]) - Method in class org.jruby.util.collections.StringArraySet
 
insert19(IRubyObject) - Method in class org.jruby.RubyArray
 
insert19(IRubyObject, IRubyObject) - Method in class org.jruby.RubyArray
 
insert19(IRubyObject[]) - Method in class org.jruby.RubyArray
 
insert19(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
insert19(IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
insert19(IRubyObject, IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
insert19(IRubyObject[]) - Method in class org.jruby.util.collections.StringArraySet
 
insert_output(ThreadContext, IRubyObject) - Method in class org.jruby.RubyConverter
 
insertInstr(Instr) - Method in class org.jruby.ir.representations.BasicBlock
 
insertProbe(ProbeNode) - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
inspect(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
inspect(ThreadContext) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
inspect(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.digest.RubyDigest.DigestInstance
 
inspect(ThreadContext) - Method in class org.jruby.ext.ffi.Buffer
 
inspect(ThreadContext) - Method in class org.jruby.ext.ffi.jffi.DynamicLibrary.Symbol
 
inspect(ThreadContext) - Method in class org.jruby.ext.pathname.RubyPathname
 
inspect(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
inspect(ThreadContext) - Method in class org.jruby.ext.socket.Ifaddr
 
inspect(ThreadContext) - Method in class org.jruby.ext.socket.Option
 
inspect() - Method in class org.jruby.ext.strscan.RubyStringScanner
 
inspect() - Method in class org.jruby.ext.tempfile.Tempfile
 
inspect(ThreadContext) - Method in class org.jruby.ext.tracepoint.TracePoint
 
inspect() - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod inspect.
inspect(ThreadContext) - Method in class org.jruby.java.proxies.ArrayJavaProxy
 
inspect(ThreadContext) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_inspect
inspect() - Method in class org.jruby.javasupport.JavaCallable
 
inspect() - Method in class org.jruby.javasupport.JavaClass
 
inspect(IRubyObject) - Static method in class org.jruby.javasupport.JavaProxyMethods
 
inspect() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
inspect() - Method in class org.jruby.javasupport.proxy.JavaProxyConstructor
 
inspect() - Method in class org.jruby.RubyArray
rb_ary_inspect
inspect() - Method in class org.jruby.RubyBasicObject
rb_obj_inspect call-seq: obj.inspect => string Returns a string containing a human-readable representation of obj.
inspect() - Method in class org.jruby.RubyClassPathVariable
 
inspect(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_inspect
inspect(ThreadContext) - Method in class org.jruby.RubyConverter
 
inspect() - Method in class org.jruby.RubyDir
 
inspect(ThreadContext) - Method in class org.jruby.RubyEncoding
 
inspect(ThreadContext) - Method in class org.jruby.RubyException
inspects an object and return a kind of debug information
inspect() - Method in class org.jruby.RubyFile
 
inspect() - Method in class org.jruby.RubyFileStat
 
inspect(ThreadContext) - Method in class org.jruby.RubyHash
rb_hash_inspect
inspect() - Method in class org.jruby.RubyIO
 
inspect(IRubyObject) - Static method in class org.jruby.RubyKernel
 
inspect() - Method in class org.jruby.RubyMatchData
 
inspect() - Method in class org.jruby.RubyMethod
 
inspect(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyNil
nil_inspect
inspect(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyObject
rb_inspect The internal helper that ensures a RubyString instance is returned so dangerous casting can be omitted Prefered over callMethod(context, "inspect")
inspect(ThreadContext) - Method in class org.jruby.RubyProcess.RubyStatus
 
inspect(Ruby) - Method in class org.jruby.RubyProcess.RubyStatus
 
inspect() - Method in class org.jruby.RubyProcess.RubyStatus
 
inspect(ThreadContext) - Method in class org.jruby.RubyRange
 
inspect(ThreadContext) - Method in class org.jruby.RubyRational
nurat_inspect
inspect() - Method in class org.jruby.RubyRegexp
rb_reg_inspect
inspect() - Method in class org.jruby.RubyString
rb_str_inspect
inspect(ThreadContext) - Method in class org.jruby.RubyStruct
 
inspect() - Method in class org.jruby.RubySymbol
Deprecated.
inspect(ThreadContext) - Method in class org.jruby.RubySymbol
 
inspect() - Method in class org.jruby.RubyThread
 
inspect(ThreadContext) - Method in class org.jruby.RubyThread.Location
 
inspect() - Method in class org.jruby.RubyUnboundMethod
 
inspect() - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod inspect.
inspect(VirtualFrame, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.InspectNode
 
inspect(int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.InspectNode
 
inspect(long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.InspectNode
 
inspect(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.InspectNode
 
inspect(RubyContext, Object) - Static method in class org.jruby.truffle.runtime.DebugOperations
 
inspect19(ThreadContext) - Method in class org.jruby.RubyEnumerator
 
inspect19(ThreadContext) - Method in class org.jruby.RubyHash
 
inspect19() - Method in class org.jruby.RubyRegexp
 
inspect19() - Method in class org.jruby.RubyString
 
inspect19(Ruby, ByteList) - Static method in class org.jruby.RubyString
 
inspect19(ThreadContext) - Method in class org.jruby.RubySymbol
 
inspect_sockaddr(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
inspectHashCode() - Method in class org.jruby.java.proxies.JavaProxy
We override RubyBasicObject.inspectHashCode to be the identity hash of the contained object, so it remains consistent across wrappers.
inspectHashCode() - Method in class org.jruby.RubyBasicObject
For most objects, the hash used in the default #inspect is just the identity hashcode of the actual object.
inspectNull(RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.InspectNode
 
inspectPackedArray(VirtualFrame, RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.InspectNode
 
INSTANCE - Static variable in class org.jruby.internal.runtime.methods.NullMethod
 
INSTANCE - Static variable in class org.jruby.internal.runtime.methods.UndefinedMethod
 
INSTANCE - Static variable in class org.jruby.ir.operands.NullBlock
 
INSTANCE - Static variable in class org.jruby.lexer.yacc.InvalidSourcePosition
 
INSTANCE - Static variable in class org.jruby.truffle.runtime.UndefinedPlaceholder
 
INSTANCE - Static variable in class org.jruby.util.encoding.ISO_8859_16
 
instance_eval(ThreadContext, Block) - Method in class org.jruby.RubyBasicObject
rb_obj_instance_eval call-seq: obj.instance_eval(string [, filename [, lineno]] ) => obj obj.instance_eval {| | block } => obj Evaluates a string containing Ruby source code, or the given block, within the context of the receiver (_obj_).
instance_eval(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
 
instance_eval(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
 
instance_eval(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
 
instance_eval19(ThreadContext, Block) - Method in class org.jruby.RubyBasicObject
 
instance_eval19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
 
instance_eval19(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
 
instance_eval19(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
 
instance_exec(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyBasicObject
rb_obj_instance_exec call-seq: obj.instance_exec(arg...) {|var...| block } => obj Executes the given block within the context of the receiver (_obj_).
instance_exec19(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyBasicObject
 
instance_method(IRubyObject) - Method in class org.jruby.RubyModule
 
instance_methods(IRubyObject[]) - Method in class org.jruby.RubyModule
 
instance_methods19(IRubyObject[]) - Method in class org.jruby.RubyModule
 
instance_of(String) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
instance_of_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBasicObject
rb_obj_is_instance_of call-seq: obj.instance_of?(class) => true or false Returns true if obj is an instance of the given class.
instance_of_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
instance_variable_defined_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBasicObject
rb_obj_ivar_defined call-seq: obj.instance_variable_defined?(symbol) => true or false Returns true if the given instance variable is defined in obj.
instance_variable_defined_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
instance_variable_get(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBasicObject
rb_obj_ivar_get call-seq: obj.instance_variable_get(symbol) => obj Returns the value of the given instance variable, or nil if the instance variable is not set.
instance_variable_get(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
instance_variable_set(IRubyObject, IRubyObject) - Method in class org.jruby.RubyBasicObject
rb_obj_ivar_set call-seq: obj.instance_variable_set(symbol, obj) => obj Sets the instance variable names by symbol to object, thereby frustrating the efforts of the class's author to attempt to provide proper encapsulation.
instance_variable_set(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
instance_variables(ThreadContext) - Method in class org.jruby.RubyBasicObject
rb_obj_instance_variables call-seq: obj.instance_variables => array Returns an array of instance variable names for the receiver.
instance_variables19(ThreadContext) - Method in class org.jruby.RubyBasicObject
 
instance_variables19(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
instanceEval(VirtualFrame, Object, RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.InstanceEvalNode
 
instanceEval(VirtualFrame, Object, UndefinedPlaceholder, RubyProc) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.InstanceEvalNode
 
InstanceFieldGetter - Class in org.jruby.java.invokers
 
InstanceFieldGetter(String, RubyModule, Field) - Constructor for class org.jruby.java.invokers.InstanceFieldGetter
 
InstanceFieldSetter - Class in org.jruby.java.invokers
 
InstanceFieldSetter(String, RubyModule, Field) - Constructor for class org.jruby.java.invokers.InstanceFieldSetter
 
instanceMethod(RubyModule, RubySymbol) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.InstanceMethodNode
 
InstanceMethodInvoker - Class in org.jruby.java.invokers
 
InstanceMethodInvoker(RubyModule, List<Method>) - Constructor for class org.jruby.java.invokers.InstanceMethodInvoker
 
InstanceMethodInvoker(RubyModule, Method) - Constructor for class org.jruby.java.invokers.InstanceMethodInvoker
 
instanceMethods(RubyModule, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.InstanceMethodsNode
 
instanceMethods(RubyModule, boolean) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.InstanceMethodsNode
 
instanceOf(Object, RubyClass) - Method in class org.jruby.truffle.nodes.core.KernelNodes.InstanceOfNode
 
instanceSuper(ThreadContext, IRubyObject, String, RubyModule, IRubyObject[], Block) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
InstanceSuperInstr - Class in org.jruby.ir.instructions
 
InstanceSuperInstr(Variable, Operand, String, Operand[], Operand) - Constructor for class org.jruby.ir.instructions.InstanceSuperInstr
 
InstanceSuperInstr(InstanceSuperInstr) - Method in class org.jruby.ir.IRVisitor
 
InstanceSuperInstr(InstanceSuperInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
InstanceSuperInvokeSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
InstanceSuperInvokeSite(MethodType, String, String) - Constructor for class org.jruby.ir.targets.InstanceSuperInvokeSite
 
instanceSuperSplatArgs(ThreadContext, IRubyObject, String, RubyModule, IRubyObject[], Block, boolean[]) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
InstanceVariable - Class in org.jruby.embed.variable
An implementation of BiVariable for a Ruby instance variable.
InstanceVariable(IRubyObject, String, IRubyObject) - Constructor for class org.jruby.embed.variable.InstanceVariable
A constructor used when instance variables are retrieved from Ruby.
InstanceVariableFinder - Class in org.jruby.ast.visitor
Visitor to search AST nodes for instance variables.
InstanceVariableFinder() - Constructor for class org.jruby.ast.visitor.InstanceVariableFinder
 
InstanceVariables - Interface in org.jruby.runtime.builtin
Interface that represents the instance variable aspect of Ruby objects.
instanceVariables(RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.KernelNodes.InstanceVariablesNode
 
InstAsgnNode - Class in org.jruby.ast
Represents an instance variable assignment.
InstAsgnNode(ISourcePosition, String, Node) - Constructor for class org.jruby.ast.InstAsgnNode
 
Instr - Class in org.jruby.ir.instructions
 
Instr(Operation, Operand[]) - Constructor for class org.jruby.ir.instructions.Instr
 
Instr(Instr) - Method in class org.jruby.ir.IRVisitor
 
instrChanged(List<Instr>, Instr, Instr, int, InstructionsListener.OperationType) - Method in interface org.jruby.ir.listeners.InstructionsListener
listen to a change of a list of instructions, right before the change going to take place
InstrEncoderMap - Class in org.jruby.ir.persistence
 
InstrEncoderMap(IRWriterEncoder) - Constructor for class org.jruby.ir.persistence.InstrEncoderMap
 
instrTick(Operation) - Static method in class org.jruby.ir.interpreter.Profiler
 
InstructionsListener - Interface in org.jruby.ir.listeners
 
InstructionsListener.OperationType - Enum in org.jruby.ir.listeners
 
InstructionsListenerDecorator - Class in org.jruby.ir.listeners
 
InstructionsListenerDecorator(List<Instr>, InstructionsListener) - Constructor for class org.jruby.ir.listeners.InstructionsListenerDecorator
 
instrumentationInfo() - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
InstVarNode - Class in org.jruby.ast
Represents an instance variable accessor.
InstVarNode(ISourcePosition, String) - Constructor for class org.jruby.ast.InstVarNode
 
instVarNullToNil(IRubyObject, IRubyObject, String) - Static method in class org.jruby.ir.targets.Bootstrap
 
INT - Static variable in class org.jruby.ast.java_signature.PrimitiveTypeNode
 
INT - Static variable in class org.jruby.parser.JavaSignatureParser
 
int16Value(IRubyObject) - Static method in class org.jruby.ext.ffi.Util
 
int2fix(Ruby, long) - Static method in class org.jruby.RubyNumeric
 
int32Value(IRubyObject) - Static method in class org.jruby.ext.ffi.Util
 
int64Value(IRubyObject) - Static method in class org.jruby.ext.ffi.Util
 
int8Value(IRubyObject) - Static method in class org.jruby.ext.ffi.Util
 
int_pow(ThreadContext, long, long) - Static method in class org.jruby.util.Numeric
 
integer(int) - Method in class org.jruby.truffle.nodes.core.KernelNodes.IntegerNode
 
integer(long) - Method in class org.jruby.truffle.nodes.core.KernelNodes.IntegerNode
 
integer(RubyBignum) - Method in class org.jruby.truffle.nodes.core.KernelNodes.IntegerNode
 
integer(double) - Method in class org.jruby.truffle.nodes.core.KernelNodes.IntegerNode
 
integer(RubyString) - Method in class org.jruby.truffle.nodes.core.KernelNodes.IntegerNode
 
integer(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.IntegerNode
 
integer_p() - Method in class org.jruby.RubyInteger
int_int_p
integer_p() - Method in class org.jruby.RubyNumeric
num_int_p
IntegerNodes - Class in org.jruby.truffle.nodes.core
 
IntegerNodes() - Constructor for class org.jruby.truffle.nodes.core.IntegerNodes
 
IntegerNodes.ChrNode - Class in org.jruby.truffle.nodes.core
 
IntegerNodes.ChrNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.IntegerNodes.ChrNode
 
IntegerNodes.ChrNode(IntegerNodes.ChrNode) - Constructor for class org.jruby.truffle.nodes.core.IntegerNodes.ChrNode
 
IntegerNodes.FloorNode - Class in org.jruby.truffle.nodes.core
 
IntegerNodes.FloorNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.IntegerNodes.FloorNode
 
IntegerNodes.FloorNode(IntegerNodes.FloorNode) - Constructor for class org.jruby.truffle.nodes.core.IntegerNodes.FloorNode
 
IntegerNodes.TimesNode - Class in org.jruby.truffle.nodes.core
 
IntegerNodes.TimesNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.IntegerNodes.TimesNode
 
IntegerNodes.TimesNode(IntegerNodes.TimesNode) - Constructor for class org.jruby.truffle.nodes.core.IntegerNodes.TimesNode
 
IntegerNodes.ToINode - Class in org.jruby.truffle.nodes.core
 
IntegerNodes.ToINode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.IntegerNodes.ToINode
 
IntegerNodes.ToINode(IntegerNodes.ToINode) - Constructor for class org.jruby.truffle.nodes.core.IntegerNodes.ToINode
 
IntegerNodes.UpToNode - Class in org.jruby.truffle.nodes.core
 
IntegerNodes.UpToNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.IntegerNodes.UpToNode
 
IntegerNodes.UpToNode(IntegerNodes.UpToNode) - Constructor for class org.jruby.truffle.nodes.core.IntegerNodes.UpToNode
 
IntegerNodesFactory - Class in org.jruby.truffle.nodes.core
 
IntegerNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.IntegerNodesFactory
 
IntegerNodesFactory.ChrNodeFactory - Class in org.jruby.truffle.nodes.core
 
IntegerNodesFactory.FloorNodeFactory - Class in org.jruby.truffle.nodes.core
 
IntegerNodesFactory.TimesNodeFactory - Class in org.jruby.truffle.nodes.core
 
IntegerNodesFactory.ToINodeFactory - Class in org.jruby.truffle.nodes.core
 
IntegerNodesFactory.UpToNodeFactory - Class in org.jruby.truffle.nodes.core
 
interface_p() - Method in class org.jruby.javasupport.JavaClass
 
InterfaceJavaProxy - Class in org.jruby.java.proxies
 
InterfaceJavaProxy(Ruby, RubyClass) - Constructor for class org.jruby.java.proxies.InterfaceJavaProxy
 
InterfaceJavaProxy.JavaInterfaceExtender - Class in org.jruby.java.proxies
 
InterfaceJavaProxy.JavaInterfaceExtender() - Constructor for class org.jruby.java.proxies.InterfaceJavaProxy.JavaInterfaceExtender
 
interfaces() - Method in class org.jruby.javasupport.JavaClass
 
interfaces() - Method in class org.jruby.javasupport.proxy.JavaProxyClass
 
INTERFACES_USE_PROXY - Static variable in class org.jruby.RubyInstanceConfig
 
INTERFACES_USEPROXY - Static variable in class org.jruby.util.cli.Options
 
intern() - Method in class org.jruby.RubyString
 
intern19() - Method in class org.jruby.RubyString
 
INTERNAL - Static variable in class org.jruby.RubyEncoding
 
internal_encoding(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
internal_encoding(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
internal_encoding(ThreadContext) - Method in class org.jruby.RubyIO
 
internalAdler() - Method in class org.jruby.ext.zlib.JZlibDeflate
 
internalAdler() - Method in class org.jruby.ext.zlib.JZlibInflate
 
internalAdler() - Method in class org.jruby.ext.zlib.ZStream
 
internalClose() - Method in class org.jruby.ext.zlib.JZlibDeflate
 
internalClose() - Method in class org.jruby.ext.zlib.JZlibInflate
 
internalClose() - Method in class org.jruby.ext.zlib.ZStream
 
internalDelete(IRubyObject) - Method in class org.jruby.RubyHash
 
internalDeleteEntry(RubyHash.RubyHashEntry) - Method in class org.jruby.RubyHash
 
internalError(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
internalFilenoIndex - Variable in class org.jruby.util.io.FilenoUtil
 
internalFinish(Block) - Method in class org.jruby.ext.zlib.JZlibDeflate
 
internalFinish(Block) - Method in class org.jruby.ext.zlib.JZlibInflate
 
internalFinish(Block) - Method in class org.jruby.ext.zlib.ZStream
 
internalFinished() - Method in class org.jruby.ext.zlib.JZlibDeflate
 
internalFinished() - Method in class org.jruby.ext.zlib.JZlibInflate
 
internalFinished() - Method in class org.jruby.ext.zlib.ZStream
 
internalGet(IRubyObject) - Method in class org.jruby.RubyHash
 
internalGetEntry(IRubyObject) - Method in class org.jruby.RubyHash
 
internalId() - Method in class org.jruby.parser.ParserSupport
 
InternalJavaProxy - Interface in org.jruby.javasupport.proxy
this interface is implemented by proxies generated from a JavaProxyClass
InternalJavaProxyHelper - Class in org.jruby.javasupport.proxy
Contains methods that are only called from generated code
InternalJavaProxyHelper() - Constructor for class org.jruby.javasupport.proxy.InternalJavaProxyHelper
 
InternalMethod - Class in org.jruby.truffle.runtime.methods
Any kind of Ruby method - so normal methods in classes and modules, but also blocks, procs, lambdas and native methods written in Java.
InternalMethod(SharedMethodInfo, String, RubyModule, Visibility, boolean, CallTarget, MaterializedFrame) - Constructor for class org.jruby.truffle.runtime.methods.InternalMethod
 
InternalName - Class in org.jruby.truffle.runtime
 
InternalName(String) - Constructor for class org.jruby.truffle.runtime.InternalName
 
internalPut(IRubyObject, IRubyObject, boolean) - Method in class org.jruby.RubyHash
 
internalPutSmall(IRubyObject, IRubyObject, boolean) - Method in class org.jruby.RubyHash
 
internalRaise(IRubyObject[]) - Method in class org.jruby.RubyThread
Deprecated.
internalReset() - Method in class org.jruby.ext.zlib.JZlibDeflate
 
internalReset() - Method in class org.jruby.ext.zlib.JZlibInflate
 
internalReset() - Method in class org.jruby.ext.zlib.ZStream
 
internalStreamEndP() - Method in class org.jruby.ext.zlib.JZlibDeflate
 
internalStreamEndP() - Method in class org.jruby.ext.zlib.JZlibInflate
 
internalStreamEndP() - Method in class org.jruby.ext.zlib.ZStream
 
internalTotalIn() - Method in class org.jruby.ext.zlib.JZlibDeflate
 
internalTotalIn() - Method in class org.jruby.ext.zlib.JZlibInflate
 
internalTotalIn() - Method in class org.jruby.ext.zlib.ZStream
 
internalTotalOut() - Method in class org.jruby.ext.zlib.JZlibDeflate
 
internalTotalOut() - Method in class org.jruby.ext.zlib.JZlibInflate
 
internalTotalOut() - Method in class org.jruby.ext.zlib.ZStream
 
InternalVariables - Interface in org.jruby.runtime.builtin
Interface that gives access to the internal variables of a Ruby object.
internalWrite(ByteBuffer) - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Write the bytes in the specified byte list to the associated channel.
InteroplatedRegexpNode - Class in org.jruby.truffle.nodes.core
 
InteroplatedRegexpNode(RubyContext, SourceSection, RubyNode[], RegexpOptions) - Constructor for class org.jruby.truffle.nodes.core.InteroplatedRegexpNode
 
Interp - Annotation Type in org.jruby.ir
Marker Enumeration for indicating which methods in the IR are for runtime use versus compiler use.
InterpolatedStringNode - Class in org.jruby.truffle.nodes.core
A list of expressions to build up into a string.
InterpolatedStringNode(RubyContext, SourceSection, ToSNode[]) - Constructor for class org.jruby.truffle.nodes.core.InterpolatedStringNode
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.AliasInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.ArgScopeDepthInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.AttrAssignInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.BacktickInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.BlockGivenInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.BuildCompoundArrayInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.BuildCompoundStringInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.BuildDynRegExpInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.BuildLambdaInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.BuildRangeInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.BuildSplatInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.CallBase
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.CheckArgsArrayArityInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.ClassSuperInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.ConstMissingInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.DefineClassInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.DefineClassMethodInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.defined.GetErrorInfoInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.defined.RestoreErrorInfoInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.DefineInstanceMethodInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.DefineMetaClassInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.DefineModuleInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.EQQInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.GetClassVarContainerModuleInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.GetClassVariableInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.GetEncodingInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.GetGlobalVariableInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.GVarAliasInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.InheritanceSearchConstInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.InstanceSuperInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.Instr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.LexicalSearchConstInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.LoadLocalVarInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.Match2Instr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.Match3Instr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.MatchInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.NopInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.OptArgMultipleAsgnInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.ProcessModuleBodyInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.PutClassVariableInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.PutConstInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.PutFieldInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.PutGlobalVarInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.RaiseArgumentErrorInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.RaiseRequiredKeywordArgumentError
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.RecordEndBlockInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.ReifyClosureInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.ReqdArgMultipleAsgnInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.RescueEQQInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.RestArgMultipleAsgnInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.SearchConstInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.SetCapturedVarInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.specialized.OneArgOperandAttrAssignInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.specialized.OneFixnumArgNoBlockCallInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.specialized.OneFloatArgNoBlockCallInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.specialized.OneOperandArgBlockCallInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.specialized.OneOperandArgNoBlockCallInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.specialized.OneOperandArgNoBlockNoResultCallInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.specialized.ZeroOperandArgNoBlockCallInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.StoreLocalVarInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.ThrowExceptionInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.ToAryInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.UndefMethodInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.UnresolvedSuperInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.YieldInstr
 
interpret(ThreadContext, StaticScope, DynamicScope, IRubyObject, Object[]) - Method in class org.jruby.ir.instructions.ZSuperInstr
 
INTERPRET_BLOCK(ThreadContext, IRubyObject, InterpreterContext, IRubyObject[], String, Block, Block.Type) - Static method in class org.jruby.ir.interpreter.Interpreter
 
INTERPRET_EVAL(ThreadContext, IRubyObject, InterpreterContext, RubyModule, IRubyObject[], String, Block, Block.Type) - Static method in class org.jruby.ir.interpreter.Interpreter
 
INTERPRET_METHOD(Ruby, ThreadContext, String, int, RubyModule, Node, String, IRubyObject, Block, boolean) - Static method in class org.jruby.evaluator.ASTInterpreter
 
INTERPRET_METHOD(ThreadContext, InterpretedIRMethod, IRubyObject, String, IRubyObject[], Block) - Static method in class org.jruby.ir.interpreter.Interpreter
 
INTERPRET_ROOT(ThreadContext, IRubyObject, InterpreterContext, RubyModule, String) - Static method in class org.jruby.ir.interpreter.Interpreter
 
interpretAndGetNewIPC(ThreadContext, DynamicScope, StaticScope, IRubyObject, Object[], int) - Method in class org.jruby.ir.instructions.BEQInstr
 
interpretAndGetNewIPC(ThreadContext, DynamicScope, StaticScope, IRubyObject, Object[], int) - Method in class org.jruby.ir.instructions.BFalseInstr
 
interpretAndGetNewIPC(ThreadContext, DynamicScope, StaticScope, IRubyObject, Object[], int) - Method in class org.jruby.ir.instructions.BNEInstr
 
interpretAndGetNewIPC(ThreadContext, DynamicScope, StaticScope, IRubyObject, Object[], int) - Method in class org.jruby.ir.instructions.BNilInstr
 
interpretAndGetNewIPC(ThreadContext, DynamicScope, StaticScope, IRubyObject, Object[], int) - Method in class org.jruby.ir.instructions.BTrueInstr
 
interpretAndGetNewIPC(ThreadContext, DynamicScope, StaticScope, IRubyObject, Object[], int) - Method in class org.jruby.ir.instructions.BUndefInstr
 
interpretAndGetNewIPC(ThreadContext, DynamicScope, StaticScope, IRubyObject, Object[], int) - Method in class org.jruby.ir.instructions.Instr
 
interpretAndGetNewIPC(ThreadContext, DynamicScope, StaticScope, IRubyObject, Object[], int) - Method in class org.jruby.ir.instructions.ModuleVersionGuardInstr
 
INTERPRETED_CLASSES - Static variable in enum org.jruby.runtime.backtrace.FrameType
 
INTERPRETED_FRAMES - Static variable in enum org.jruby.runtime.backtrace.FrameType
 
InterpretedIRBlockBody - Class in org.jruby.runtime
 
InterpretedIRBlockBody(IRClosure, Signature) - Constructor for class org.jruby.runtime.InterpretedIRBlockBody
 
InterpretedIRMetaClassBody - Class in org.jruby.internal.runtime.methods
 
InterpretedIRMetaClassBody(IRScope, RubyModule) - Constructor for class org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody
 
InterpretedIRMethod - Class in org.jruby.internal.runtime.methods
 
InterpretedIRMethod(IRScope, Visibility, RubyModule) - Constructor for class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
InterpretedIRMethod.DynamicMethodBox - Class in org.jruby.internal.runtime.methods
 
InterpretedIRMethod.DynamicMethodBox() - Constructor for class org.jruby.internal.runtime.methods.InterpretedIRMethod.DynamicMethodBox
 
Interpreter - Class in org.jruby.ir.interpreter
 
InterpreterContext - Class in org.jruby.ir.interpreter
 
InterpreterContext(IRScope, Instr[]) - Constructor for class org.jruby.ir.interpreter.InterpreterContext
 
interpreterContext - Variable in class org.jruby.ir.IRScope
What the interpreter depends on to interpret this IRScope
interrupt() - Method in class org.jruby.internal.runtime.NativeThread
 
interrupt() - Method in interface org.jruby.internal.runtime.ThreadLike
 
interrupt() - Method in class org.jruby.RubyThread
 
interrupt() - Method in class org.jruby.truffle.runtime.core.RubyThread
 
interrupt() - Method in class org.jruby.util.io.BlockingIO.Condition
 
interruptAllThreads() - Method in class org.jruby.truffle.runtime.subsystems.ThreadManager
 
interruptBlockingThreads() - Method in class org.jruby.RubyIO
Fire an IOError in all threads blocking on this IO object
interruptBlockingThreads() - Method in class org.jruby.util.io.OpenFile
Fire an IOError in all threads blocking on this IO object
intervalStepSize(ThreadContext, IRubyObject, IRubyObject, IRubyObject, boolean) - Static method in class org.jruby.RubyNumeric
 
IntHashMap<V> - Class in org.jruby.util.collections
 
IntHashMap() - Constructor for class org.jruby.util.collections.IntHashMap
 
IntHashMap(int) - Constructor for class org.jruby.util.collections.IntHashMap
 
IntHashMap(int, float) - Constructor for class org.jruby.util.collections.IntHashMap
 
IntHashMap.Entry<V> - Class in org.jruby.util.collections
 
IntHashMap.Entry(int, int, V, IntHashMap.Entry<V>) - Constructor for class org.jruby.util.collections.IntHashMap.Entry
 
intToBinaryByteList(int) - Static method in class org.jruby.util.ConvertBytes
 
intToBinaryBytes(int) - Static method in class org.jruby.util.ConvertBytes
 
intToByteArray(int, int, boolean) - Static method in class org.jruby.util.ConvertBytes
 
intToCharBytes(int) - Static method in class org.jruby.util.ConvertBytes
 
intToHexByteList(int) - Static method in class org.jruby.util.ConvertBytes
 
intToHexByteList(int, boolean) - Static method in class org.jruby.util.ConvertBytes
 
intToHexBytes(int) - Static method in class org.jruby.util.ConvertBytes
 
intToHexBytes(int, boolean) - Static method in class org.jruby.util.ConvertBytes
 
intToOctalByteList(int) - Static method in class org.jruby.util.ConvertBytes
 
intToOctalBytes(int) - Static method in class org.jruby.util.ConvertBytes
 
intValue() - Method in enum org.jruby.ext.ffi.NativeType
 
intValue(IRubyObject, RubyHash) - Static method in class org.jruby.ext.ffi.Util
 
INVALID_MASK - Static variable in class org.jruby.RubyConverter
 
INVALID_REPLACE - Static variable in class org.jruby.RubyConverter
 
invalidate() - Method in class org.jruby.internal.runtime.GlobalVariable
 
invalidate(IRScope) - Method in class org.jruby.ir.passes.AddCallProtocolInstructions
 
invalidate(IRScope) - Method in class org.jruby.ir.passes.AddLocalVarLoadStoreInstructions
 
invalidate(IRScope) - Method in class org.jruby.ir.passes.CFGBuilder
 
invalidate(IRScope) - Method in class org.jruby.ir.passes.CompilerPass
The data that this pass is responsible for will get invalidated so that if this pass is then executed it will generate new pass data.
invalidate(IRScope) - Method in class org.jruby.ir.passes.DominatorTreeBuilder
 
invalidate(IRScope) - Method in class org.jruby.ir.passes.LinearizeCFG
 
invalidate(IRScope) - Method in class org.jruby.ir.passes.LiveVariableAnalysis
 
invalidate(IRScope) - Method in class org.jruby.ir.passes.OptimizeDynScopesPass
 
invalidate(IRScope) - Method in class org.jruby.ir.passes.OptimizeTempVarsPass
 
invalidate(IRScope) - Method in class org.jruby.ir.passes.UnboxingPass
 
invalidate() - Method in interface org.jruby.runtime.callsite.ConstantSite
 
invalidate() - Method in class org.jruby.runtime.opto.FailoverSwitchPointInvalidator
 
invalidate() - Method in class org.jruby.runtime.opto.GenerationAndSwitchPointInvalidator
 
invalidate() - Method in class org.jruby.runtime.opto.GenerationInvalidator
 
invalidate() - Method in interface org.jruby.runtime.opto.Invalidator
 
invalidate() - Method in class org.jruby.runtime.opto.ObjectIdentityInvalidator
 
invalidate() - Method in class org.jruby.runtime.opto.SwitchPointInvalidator
 
invalidateAll(List<Invalidator>) - Method in class org.jruby.runtime.opto.FailoverSwitchPointInvalidator
 
invalidateAll(List<Invalidator>) - Method in class org.jruby.runtime.opto.GenerationAndSwitchPointInvalidator
 
invalidateAll(List<Invalidator>) - Method in class org.jruby.runtime.opto.GenerationInvalidator
 
invalidateAll(List<Invalidator>) - Method in interface org.jruby.runtime.opto.Invalidator
 
invalidateAll(List<Invalidator>) - Method in class org.jruby.runtime.opto.ObjectIdentityInvalidator
 
invalidateAll(List<Invalidator>) - Method in class org.jruby.runtime.opto.SwitchPointInvalidator
 
invalidateCacheDescendants() - Method in class org.jruby.RubyClass
Invalidate all subclasses of this class by walking the set of all subclasses and asking them to invalidate themselves.
invalidateCacheDescendants() - Method in class org.jruby.RubyModule
 
invalidateCacheDescendantsInner() - Method in class org.jruby.RubyModule
Deprecated.
invalidateConstantCache(String) - Method in class org.jruby.RubyModule
 
invalidateCoreClasses() - Method in class org.jruby.RubyModule
 
invalidator - Variable in class org.jruby.runtime.opto.ConstantCache
 
Invalidator - Interface in org.jruby.runtime.opto
Abstract invalidator of "something".
InvalidMemoryIO - Class in org.jruby.ext.ffi
An implementation of MemoryIO that throws an exception on any access.
InvalidMemoryIO(Ruby, boolean, long, String) - Constructor for class org.jruby.ext.ffi.InvalidMemoryIO
 
InvalidSourcePosition - Class in org.jruby.lexer.yacc
For nodes which are added to the AST which are not proper syntactical elements.
InvalidSourcePosition() - Constructor for class org.jruby.lexer.yacc.InvalidSourcePosition
 
InvalidValueException - Exception in org.jruby.util.io
 
InvalidValueException() - Constructor for exception org.jruby.util.io.InvalidValueException
 
invcmp(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComparable
rb_invcmp
invert(ThreadContext) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_invert
invert(ThreadContext) - Method in class org.jruby.RubyHash
rb_hash_invert
InvisibleNode - Interface in org.jruby.ast
Marker interface for nodes invisible to IDE consumers
Invocation - Class in org.jruby.runtime.profile.builtin
 
Invocation(int) - Constructor for class org.jruby.runtime.profile.builtin.Invocation
 
Invocation(Invocation, int) - Constructor for class org.jruby.runtime.profile.builtin.Invocation
 
Invocation(Invocation, int, IntHashMap<Invocation>) - Constructor for class org.jruby.runtime.profile.builtin.Invocation
 
invocationBootstrap(MethodHandles.Lookup, String, MethodType, String, int) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
invocationFallback(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
invocationFallback(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
invocationFallback(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
invocationFallback(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
invocationFallback(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject[]) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
invocationFallback(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
invocationFallback(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
invocationFallback(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
invocationFallback(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
invocationFallback(JRubyCallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
InvocationLinker - Class in org.jruby.runtime.invokedynamic
Bootstrapping logic for invokedynamic-based invocation.
InvocationLinker() - Constructor for class org.jruby.runtime.invokedynamic.InvocationLinker
 
InvocationLinker.AttrReaderGenerator - Class in org.jruby.runtime.invokedynamic
 
InvocationLinker.AttrReaderGenerator() - Constructor for class org.jruby.runtime.invokedynamic.InvocationLinker.AttrReaderGenerator
 
InvocationLinker.AttrWriterGenerator - Class in org.jruby.runtime.invokedynamic
 
InvocationLinker.AttrWriterGenerator() - Constructor for class org.jruby.runtime.invokedynamic.InvocationLinker.AttrWriterGenerator
 
InvocationLinker.CoreCallGenerator - Class in org.jruby.runtime.invokedynamic
 
InvocationLinker.CoreCallGenerator() - Constructor for class org.jruby.runtime.invokedynamic.InvocationLinker.CoreCallGenerator
 
InvocationLinker.FFIGenerator - Class in org.jruby.runtime.invokedynamic
 
InvocationLinker.FFIGenerator() - Constructor for class org.jruby.runtime.invokedynamic.InvocationLinker.FFIGenerator
 
InvocationLinker.HandleGenerator - Interface in org.jruby.runtime.invokedynamic
 
InvocationLinker.HandleMethodGenerator - Class in org.jruby.runtime.invokedynamic
 
InvocationLinker.HandleMethodGenerator() - Constructor for class org.jruby.runtime.invokedynamic.InvocationLinker.HandleMethodGenerator
 
InvocationLinker.JavaCallGenerator - Class in org.jruby.runtime.invokedynamic
 
InvocationLinker.JavaCallGenerator() - Constructor for class org.jruby.runtime.invokedynamic.InvocationLinker.JavaCallGenerator
 
InvocationMethodFactory - Class in org.jruby.internal.runtime.methods
In order to avoid the overhead with reflection-based method handles, this MethodFactory uses ASM to generate tiny invoker classes.
InvocationMethodFactory(ClassLoader) - Constructor for class org.jruby.internal.runtime.methods.InvocationMethodFactory
Construct a new InvocationMethodFactory using the specified classloader to load code.
invoke(Object) - Method in class org.jruby.compiler.util.HandleFactory.Handle
 
invoke(Object, Object) - Method in class org.jruby.compiler.util.HandleFactory.Handle
 
invoke(Object, Object, Object) - Method in class org.jruby.compiler.util.HandleFactory.Handle
 
invoke(Object, Object, Object, Object) - Method in class org.jruby.compiler.util.HandleFactory.Handle
 
invoke(Object, Object...) - Method in class org.jruby.compiler.util.HandleFactory.Handle
 
invoke(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.VariadicInvoker
 
invoke(ThreadContext, IRubyObject, IRubyObject, RubyClass, IRubyObject[], Block) - Method in class org.jruby.ir.targets.ClassSuperInvokeSite
 
invoke(ThreadContext, IRubyObject, IRubyObject, RubyClass, IRubyObject[], Block) - Method in class org.jruby.ir.targets.InstanceSuperInvokeSite
 
invoke(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], Block) - Method in class org.jruby.ir.targets.InvokeSite
 
invoke(String, int, boolean, CallType) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
invoke(ThreadContext, IRubyObject, IRubyObject, RubyClass, IRubyObject[], Block) - Method in class org.jruby.ir.targets.SuperInvokeSite
 
invoke(ThreadContext, IRubyObject, IRubyObject, RubyClass, IRubyObject[], Block) - Method in class org.jruby.ir.targets.UnresolvedSuperInvokeSite
 
invoke(ThreadContext, IRubyObject, IRubyObject, RubyClass, IRubyObject[], Block) - Method in class org.jruby.ir.targets.ZSuperInvokeSite
 
invoke(ThreadContext, IRubyObject[]) - Method in class org.jruby.javasupport.JavaMethod
 
invoke(Object, Object[]) - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
invoke(Object, JavaProxyMethod, Object[]) - Method in interface org.jruby.javasupport.proxy.JavaProxyInvocationHandler
Similar to java.lang.reflect.InvocationHandler
invoke(Object, Object[]) - Method in interface org.jruby.javasupport.proxy.JavaProxyMethod
 
invoke(ThreadContext, IRubyObject, int, String, IRubyObject[], CallType, Block) - Method in class org.jruby.RubyClass
Deprecated.
invoke(ThreadContext, IRubyObject, String, CallType, Block) - Method in class org.jruby.RubyClass
 
invoke(ThreadContext, IRubyObject, String, IRubyObject[], CallType, Block) - Method in class org.jruby.RubyClass
 
invoke(ThreadContext, IRubyObject, String, IRubyObject, CallType, Block) - Method in class org.jruby.RubyClass
 
invoke(ThreadContext, IRubyObject, String, IRubyObject, IRubyObject, CallType, Block) - Method in class org.jruby.RubyClass
 
invoke(ThreadContext, IRubyObject, String, IRubyObject, IRubyObject, IRubyObject, CallType, Block) - Method in class org.jruby.RubyClass
 
invoke(ThreadContext, IRubyObject, String, CallType) - Method in class org.jruby.RubyClass
 
invoke(ThreadContext, IRubyObject, String, IRubyObject[], CallType) - Method in class org.jruby.RubyClass
 
invoke(ThreadContext, IRubyObject, String, IRubyObject, CallType) - Method in class org.jruby.RubyClass
 
invoke(ThreadContext, IRubyObject, String, IRubyObject, IRubyObject, CallType) - Method in class org.jruby.RubyClass
 
invoke(ThreadContext, IRubyObject, String, IRubyObject, IRubyObject, IRubyObject, CallType) - Method in class org.jruby.RubyClass
 
invoke(ThreadContext, IRubyObject, String, Block) - Static method in class org.jruby.runtime.Helpers
 
invoke(ThreadContext, IRubyObject, String, IRubyObject, Block) - Static method in class org.jruby.runtime.Helpers
 
invoke(ThreadContext, IRubyObject, String, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.Helpers
 
invoke(ThreadContext, IRubyObject, String, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.Helpers
 
invoke(ThreadContext, IRubyObject, String, IRubyObject[], Block) - Static method in class org.jruby.runtime.Helpers
 
invoke(ThreadContext, IRubyObject, String) - Static method in class org.jruby.runtime.Helpers
 
invoke(ThreadContext, IRubyObject, String, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
invoke(ThreadContext, IRubyObject, String, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
invoke(ThreadContext, IRubyObject, String, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
invoke(ThreadContext, IRubyObject, String, IRubyObject...) - Static method in class org.jruby.runtime.Helpers
 
invoke(ThreadContext, IRubyObject, String, CallType) - Static method in class org.jruby.runtime.Helpers
 
invoke(ThreadContext, IRubyObject, String, IRubyObject[], CallType, Block) - Static method in class org.jruby.runtime.Helpers
 
invoke(ThreadContext, IRubyObject, String, IRubyObject, CallType, Block) - Static method in class org.jruby.runtime.Helpers
 
invoke_static(ThreadContext, IRubyObject[]) - Method in class org.jruby.javasupport.JavaMethod
 
invokeAs(ThreadContext, RubyClass, IRubyObject, String, IRubyObject[], Block) - Static method in class org.jruby.runtime.Helpers
 
invokeAs(ThreadContext, RubyClass, IRubyObject, String, Block) - Static method in class org.jruby.runtime.Helpers
 
invokeAs(ThreadContext, RubyClass, IRubyObject, String, IRubyObject, Block) - Static method in class org.jruby.runtime.Helpers
 
invokeAs(ThreadContext, RubyClass, IRubyObject, String, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.Helpers
 
invokeAs(ThreadContext, RubyClass, IRubyObject, String, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.Helpers
 
invokeChecked(ThreadContext, IRubyObject, String) - Static method in class org.jruby.runtime.Helpers
 
invokeClassSuper(String, int, boolean, boolean[]) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Invoke a superclass method from a class context.
invokeClassSuper(String, int, boolean, boolean[]) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
invokeClassSuper(String, int, boolean, boolean[]) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
invokeDefineClass(ClassLoader, String, byte[]) - Method in class org.jruby.javasupport.proxy.JavaProxyClassFactory
 
invokeDirect(ThreadContext, Object, Object[]) - Method in class org.jruby.javasupport.JavaMethod
 
invokeDirect(ThreadContext, Object) - Method in class org.jruby.javasupport.JavaMethod
 
invokeDirect(ThreadContext, Object, Object) - Method in class org.jruby.javasupport.JavaMethod
 
invokeDirect(ThreadContext, Object, Object, Object) - Method in class org.jruby.javasupport.JavaMethod
 
invokeDirect(ThreadContext, Object, Object, Object, Object) - Method in class org.jruby.javasupport.JavaMethod
 
invokeDirect(ThreadContext, Object, Object, Object, Object, Object) - Method in class org.jruby.javasupport.JavaMethod
 
invokedynamic(String, String, Handle, Object...) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
InvokeDynamic - Class in org.jruby.ext.ffi.jffi
 
invokedynamic(ThreadContext, IRubyObject, MethodNames) - Static method in class org.jruby.runtime.Helpers
 
invokedynamic(ThreadContext, IRubyObject, MethodNames, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
invokedynamic(ThreadContext, IRubyObject, int) - Static method in class org.jruby.runtime.Helpers
Deprecated.
invokedynamic(ThreadContext, IRubyObject, int, IRubyObject) - Static method in class org.jruby.runtime.Helpers
Deprecated.
INVOKEDYNAMIC_ALL - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_CACHE - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_CACHE_CONSTANTS - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_CACHE_IVARS - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_CACHE_LITERALS - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_CLASS_VALUES - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_GLOBAL_MAXFAIL - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_HANDLES - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_INVOCATION - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_INVOCATION_ATTR - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_INVOCATION_FASTOPS - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_INVOCATION_FFI - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_INVOCATION_INDIRECT - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_INVOCATION_JAVA - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_LOG_BINDING - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_LOG_CONSTANTS - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_LOG_GLOBALS - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_MAXFAIL - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_MAXPOLY - Static variable in class org.jruby.util.cli.Options
 
INVOKEDYNAMIC_SAFE - Static variable in class org.jruby.util.cli.Options
 
InvokeDynamicMethodFactory - Class in org.jruby.internal.runtime.methods
In order to avoid the overhead with reflection-based method handles, this MethodFactory uses ASM to generate tiny invoker classes.
InvokeDynamicMethodFactory(ClassLoader) - Constructor for class org.jruby.internal.runtime.methods.InvokeDynamicMethodFactory
 
InvokeDynamicSupport - Class in org.jruby.runtime.invokedynamic
 
InvokeDynamicSupport() - Constructor for class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
invokeEqqForCaselessWhen(IRubyObject[]) - Static method in class org.jruby.runtime.Helpers
 
invokeEqqForCaselessWhen(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
invokeEqqForCaselessWhen(IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
invokeEqqForCaselessWhen(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
invokeEqqForCaseWhen(CallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject[]) - Static method in class org.jruby.runtime.Helpers
 
invokeEqqForCaseWhen(CallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
invokeEqqForCaseWhen(CallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
invokeEqqForCaseWhen(CallSite, ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
InvokeFailedException - Exception in org.jruby.embed
This class is a generic unchecked exception raised during calling methods and invoking interface methods which are implemented by Ruby scripts.
InvokeFailedException(Throwable) - Constructor for exception org.jruby.embed.InvokeFailedException
 
InvokeFailedException(String, Throwable) - Constructor for exception org.jruby.embed.InvokeFailedException
 
invokeFunction(String, Object...) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
invokeHelper(String, String) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
invokeHelper(String, Class...) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
invokeInherited(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyClass
 
invokeInstanceSuper(String, int, boolean, boolean[]) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Invoke a superclass method from an instance context.
invokeInstanceSuper(String, int, boolean, boolean[]) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
invokeInstanceSuper(String, int, boolean, boolean[]) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
invokeinterface(String, String, String) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
invokeIRHelper(String, String) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
invokeMethod(Object, String, Object...) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
invokeMethod(Ruby, Object, String, Object[], Class) - Static method in class org.jruby.javasupport.JavaEmbedUtils
Convenience function for embedders
invokeMethodMissing(IRubyObject, String, IRubyObject[]) - Static method in class org.jruby.runtime.Helpers
 
invokeModuleBody(ThreadContext, DynamicMethod, Block) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
invokeOther(String, int, boolean) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Invoke a method on an object other than self.
invokeOther(String, int, boolean) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
invokeOther(String, int, boolean) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
invokeOtherOneFixnum(String, long) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Invoke a fixnum-receiving method on an object other than self.
invokeOtherOneFixnum(String, long) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
invokeOtherOneFixnum(String, long) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
invokeOtherOneFloat(String, double) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Invoke a float-receiving method on an object other than self.
invokeOtherOneFloat(String, double) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
invokeOtherOneFloat(String, double) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
invoker - Static variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
InvokerGenerator - Class in org.jruby.anno
 
InvokerGenerator() - Constructor for class org.jruby.anno.InvokerGenerator
 
invokeSelf(String, int, boolean) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Invoke a method on self.
invokeSelf(String, int, boolean) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
invokeSelf(String, int, boolean) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
InvokeSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
InvokeSite(MethodType, String, CallType) - Constructor for class org.jruby.ir.targets.InvokeSite
 
invokespecial(String, String, String) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
invokestatic(String, String, String) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
invokeStatic(Type, Method) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
invokeStaticDirect(ThreadContext, Object[]) - Method in class org.jruby.javasupport.JavaMethod
 
invokeStaticDirect(ThreadContext) - Method in class org.jruby.javasupport.JavaMethod
 
invokeStaticDirect(ThreadContext, Object) - Method in class org.jruby.javasupport.JavaMethod
 
invokeStaticDirect(ThreadContext, Object, Object) - Method in class org.jruby.javasupport.JavaMethod
 
invokeStaticDirect(ThreadContext, Object, Object, Object) - Method in class org.jruby.javasupport.JavaMethod
 
invokeStaticDirect(ThreadContext, Object, Object, Object, Object) - Method in class org.jruby.javasupport.JavaMethod
 
invokeSuper() - Static method in class org.jruby.ir.targets.Bootstrap
 
invokeSuper(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.runtime.Helpers
The protocol for super method invocation is a bit complicated in Ruby.
invokeSuper(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Static method in class org.jruby.runtime.Helpers
 
invokeSuper(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.runtime.Helpers
 
invokeSuper(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.Helpers
 
invokeSuper(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.Helpers
 
invokeSuper(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.runtime.Helpers
 
invokeUnresolvedSuper(String, int, boolean, boolean[]) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Invoke a superclass method from an unresolved context.
invokeUnresolvedSuper(String, int, boolean, boolean[]) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
invokeUnresolvedSuper(String, int, boolean, boolean[]) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
invokevirtual(String, String, String) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
invokeVirtual(Type, Method) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
invokeZSuper(String, int, boolean, boolean[]) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Invoke a superclass method from a zsuper in a block.
invokeZSuper(String, int, boolean, boolean[]) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
invokeZSuper(String, int, boolean, boolean[]) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
IO - Static variable in class org.jruby.ext.ffi.ArrayMemoryIO
 
IO_CBUF_CAPA_MIN - Static variable in class org.jruby.util.io.OpenFile
 
io_fflush(ThreadContext) - Method in class org.jruby.util.io.OpenFile
 
IO_RBUF_CAPA_FOR() - Method in class org.jruby.util.io.OpenFile
 
IO_RBUF_CAPA_MIN - Static variable in class org.jruby.util.io.OpenFile
 
IO_WBUF_CAPA_MIN - Static variable in class org.jruby.util.io.OpenFile
 
IOChannel - Class in org.jruby.util
This class wraps a IRubyObject in an OutputStream.
IOChannel(IRubyObject) - Constructor for class org.jruby.util.IOChannel
Creates a new OutputStream with the object provided.
IOChannel.IOReadableByteChannel - Class in org.jruby.util
 
IOChannel.IOReadableByteChannel(IRubyObject) - Constructor for class org.jruby.util.IOChannel.IOReadableByteChannel
 
IOChannel.IOReadableWritableByteChannel - Class in org.jruby.util
 
IOChannel.IOReadableWritableByteChannel(IRubyObject) - Constructor for class org.jruby.util.IOChannel.IOReadableWritableByteChannel
 
IOChannel.IOWritableByteChannel - Class in org.jruby.util
 
IOChannel.IOWritableByteChannel(IRubyObject) - Constructor for class org.jruby.util.IOChannel.IOWritableByteChannel
 
ioCheckIO(Ruby, IRubyObject) - Static method in class org.jruby.util.TypeConverter
 
ioClose(Ruby, IRubyObject) - Static method in class org.jruby.RubyIO
 
ioctl(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
 
IOEncodable - Interface in org.jruby.util.io
Represents an IO encodable object.
IOEncodable.ConvConfig - Class in org.jruby.util.io
 
IOEncodable.ConvConfig() - Constructor for class org.jruby.util.io.IOEncodable.ConvConfig
 
ioEncStr(Ruby, IRubyObject, OpenFile) - Static method in class org.jruby.util.io.EncodingUtils
 
ioExtIntToEncs(ThreadContext, IOEncodable, Encoding, Encoding, int) - Static method in class org.jruby.util.io.EncodingUtils
 
ioExtractEncodingOption(ThreadContext, IOEncodable, IRubyObject, int[]) - Static method in class org.jruby.util.io.EncodingUtils
 
ioFmodeOflags(int) - Static method in class org.jruby.util.io.OpenFile
 
ioGetIO(Ruby, IRubyObject) - Static method in class org.jruby.util.TypeConverter
 
IOInputStream - Class in org.jruby.util
This class wraps a IRubyObject in an InputStream.
IOInputStream(IRubyObject) - Constructor for class org.jruby.util.IOInputStream
Creates a new InputStream with the object provided.
IOJavaAddons - Class in org.jruby.java.addons
 
IOJavaAddons() - Constructor for class org.jruby.java.addons.IOJavaAddons
 
IOJavaAddons.AnyIO - Class in org.jruby.java.addons
 
IOJavaAddons.AnyIO() - Constructor for class org.jruby.java.addons.IOJavaAddons.AnyIO
 
ioModestrFmode(Ruby, String) - Static method in class org.jruby.util.io.OpenFile
 
ioModestrOflags(Ruby, String) - Static method in class org.jruby.util.io.OpenFile
 
IOModule - Class in org.jruby.ext.ffi
FFI specific I/O routines
IOModule() - Constructor for class org.jruby.ext.ffi.IOModule
 
IONodes - Class in org.jruby.truffle.nodes.core
 
IONodes() - Constructor for class org.jruby.truffle.nodes.core.IONodes
 
IONodes.OpenNode - Class in org.jruby.truffle.nodes.core
 
IONodes.OpenNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.IONodes.OpenNode
 
IONodes.OpenNode(IONodes.OpenNode) - Constructor for class org.jruby.truffle.nodes.core.IONodes.OpenNode
 
IONodes.ReadLinesNode - Class in org.jruby.truffle.nodes.core
 
IONodes.ReadLinesNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.IONodes.ReadLinesNode
 
IONodes.ReadLinesNode(IONodes.ReadLinesNode) - Constructor for class org.jruby.truffle.nodes.core.IONodes.ReadLinesNode
 
IONodesFactory - Class in org.jruby.truffle.nodes.core
 
IONodesFactory() - Constructor for class org.jruby.truffle.nodes.core.IONodesFactory
 
IONodesFactory.OpenNodeFactory - Class in org.jruby.truffle.nodes.core
 
IONodesFactory.ReadLinesNodeFactory - Class in org.jruby.truffle.nodes.core
 
ioOflagsModestr(Ruby, int) - Static method in class org.jruby.util.io.OpenFile
 
ioOpen(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyIO
 
IOOptions - Class in org.jruby.util.io
Represents a combination of stream-opening flags (ModeFlags) and encoding settings (EncodingOption).
IOOptions(ModeFlags) - Constructor for class org.jruby.util.io.IOOptions
Construct a new IOOptions object with ModeFlags and EncodingOption
IOOptions(Ruby, String) - Constructor for class org.jruby.util.io.IOOptions
Construct a new ModeFlags object by parsing the given string
IOOutputStream - Class in org.jruby.util
This class wraps a IRubyObject in an OutputStream.
IOOutputStream(IRubyObject, Encoding, boolean, boolean) - Constructor for class org.jruby.util.IOOutputStream
Creates a new OutputStream with the object provided.
IOOutputStream(IRubyObject, boolean, boolean) - Constructor for class org.jruby.util.IOOutputStream
 
IOOutputStream(IRubyObject) - Constructor for class org.jruby.util.IOOutputStream
Creates a new OutputStream with the object provided.
IOOutputStream(IRubyObject, Encoding) - Constructor for class org.jruby.util.IOOutputStream
 
ior() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ioSetEncodingByBOM(ThreadContext, RubyIO) - Static method in class org.jruby.util.io.EncodingUtils
 
IOSGiClassLoaderAdapter - Interface in org.jruby.embed.osgi.internal
 
ioStaticWrite(ThreadContext, IRubyObject, IRubyObject[], boolean) - Static method in class org.jruby.RubyIO
 
ioStripBOM(RubyIO) - Static method in class org.jruby.util.io.EncodingUtils
Deprecated.
ioStripBOM(ThreadContext, RubyIO) - Static method in class org.jruby.util.io.EncodingUtils
 
IOWaitLibrary - Class in org.jruby.ext.io.wait
 
IOWaitLibrary() - Constructor for class org.jruby.ext.io.wait.IOWaitLibrary
 
ip(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.Addrinfo
 
IP_ADD_MEMBERSHIP - Static variable in class org.jruby.ext.socket.MulticastStateManager
 
ip_address(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ip_address_list(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.socket.RubySocket
 
ip_address_list(ThreadContext) - Static method in class org.jruby.ext.socket.SocketUtils
 
ip_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ip_port(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ip_unpack(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
iprintln() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ipv4_loopback_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv4_multicast_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv4_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv4_private_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv6_linklocal_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv6_loopback_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv6_mc_global_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv6_mc_linklocal_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv6_mc_nodelocal_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv6_mc_orglocal_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv6_mc_sitelocal_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv6_multicast_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv6_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv6_sitelocal_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv6_to_ipv4(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv6_unspecified_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv6_v4compat_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
ipv6_v4mapped_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
IR_COMPILER_DEBUG - Static variable in class org.jruby.RubyInstanceConfig
 
IR_COMPILER_DEBUG - Static variable in class org.jruby.util.cli.Options
 
IR_COMPILER_PASSES - Static variable in class org.jruby.RubyInstanceConfig
 
IR_COMPILER_PASSES - Static variable in class org.jruby.util.cli.Options
 
IR_DEBUG - Static variable in class org.jruby.RubyInstanceConfig
 
IR_DEBUG - Static variable in class org.jruby.util.cli.Options
 
IR_INLINE_COMPILER_PASSES - Static variable in class org.jruby.RubyInstanceConfig
 
IR_INLINE_COMPILER_PASSES - Static variable in class org.jruby.util.cli.Options
 
IR_JIT_PASSES - Static variable in class org.jruby.RubyInstanceConfig
 
IR_JIT_PASSES - Static variable in class org.jruby.util.cli.Options
 
IR_PROFILE - Static variable in class org.jruby.RubyInstanceConfig
 
IR_PROFILE - Static variable in class org.jruby.util.cli.Options
 
IR_READING - Static variable in class org.jruby.RubyInstanceConfig
 
IR_READING - Static variable in class org.jruby.util.cli.Options
 
IR_READING_DEBUG - Static variable in class org.jruby.RubyInstanceConfig
 
IR_READING_DEBUG - Static variable in class org.jruby.util.cli.Options
 
IR_UNBOXING - Static variable in class org.jruby.RubyInstanceConfig
 
IR_UNBOXING - Static variable in class org.jruby.util.cli.Options
 
IR_VISUALIZER - Static variable in class org.jruby.RubyInstanceConfig
 
IR_VISUALIZER - Static variable in class org.jruby.util.cli.Options
 
IR_WRITING - Static variable in class org.jruby.RubyInstanceConfig
 
IR_WRITING - Static variable in class org.jruby.util.cli.Options
 
IR_WRITING_DEBUG - Static variable in class org.jruby.RubyInstanceConfig
 
IR_WRITING_DEBUG - Static variable in class org.jruby.util.cli.Options
 
IRBindingEvalScript - Class in org.jruby.ir
Explicit Binding Evals must allow preserving values between evals.
IRBindingEvalScript(IRManager, IRScope, String, int, StaticScope, EvalType) - Constructor for class org.jruby.ir.IRBindingEvalScript
 
IRBlockBody - Class in org.jruby.runtime
 
IRBlockBody(StaticScope, String[], String, int, Signature) - Constructor for class org.jruby.runtime.IRBlockBody
 
IRBreakJump - Exception in org.jruby.ir.runtime
 
IRBuilder - Class in org.jruby.ir
 
IRBuilder(IRManager) - Constructor for class org.jruby.ir.IRBuilder
 
IRBytecodeAdapter - Class in org.jruby.ir.targets
 
IRBytecodeAdapter(SkinnyMethodAdapter, Signature, ClassData) - Constructor for class org.jruby.ir.targets.IRBytecodeAdapter
 
IRBytecodeAdapter6 - Class in org.jruby.ir.targets
Java 6 and lower-compatible version of bytecode adapter for IR JIT.
IRBytecodeAdapter6(SkinnyMethodAdapter, Signature, ClassData) - Constructor for class org.jruby.ir.targets.IRBytecodeAdapter6
 
IRBytecodeAdapter7 - Class in org.jruby.ir.targets
 
IRBytecodeAdapter7(SkinnyMethodAdapter, Signature, ClassData) - Constructor for class org.jruby.ir.targets.IRBytecodeAdapter7
 
irCheckArgsArrayArity(ThreadContext, RubyArray, int, int, int) - Static method in class org.jruby.runtime.Helpers
 
IRClassBody - Class in org.jruby.ir
 
IRClassBody(IRManager, IRScope, String, int, StaticScope) - Constructor for class org.jruby.ir.IRClassBody
 
IRClassBody(IRManager, IRScope, String, String, int, StaticScope) - Constructor for class org.jruby.ir.IRClassBody
 
IRClosure - Class in org.jruby.ir
 
IRClosure(IRManager, IRScope, String, int, StaticScope, String) - Constructor for class org.jruby.ir.IRClosure
 
IRClosure(IRClosure, IRScope, int, String) - Constructor for class org.jruby.ir.IRClosure
Used by cloning code
IRClosure(IRManager, IRScope, int, StaticScope, Signature, int) - Constructor for class org.jruby.ir.IRClosure
 
IRClosure(IRManager, IRScope, int, StaticScope, Signature, int, String) - Constructor for class org.jruby.ir.IRClosure
 
IRClosure(IRManager, IRScope, int, StaticScope, Signature, int, String, boolean) - Constructor for class org.jruby.ir.IRClosure
 
irem() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ireturn() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
IREvalScript - Class in org.jruby.ir
 
IREvalScript(IRManager, IRScope, String, int, StaticScope, EvalType) - Constructor for class org.jruby.ir.IREvalScript
 
IRException(IRException) - Method in class org.jruby.ir.IRVisitor
 
IRException - Class in org.jruby.ir.operands
 
IRException(RubyLocalJumpError.Reason) - Constructor for class org.jruby.ir.operands.IRException
 
IRFileExpert - Class in org.jruby.ir.persistence.util
 
IRFileExpert() - Constructor for class org.jruby.ir.persistence.util.IRFileExpert
 
IRFlags - Enum in org.jruby.ir
 
IRFor - Class in org.jruby.ir
Represents a 'for' loop
IRFor(IRManager, IRScope, int, StaticScope, Signature, int, String) - Constructor for class org.jruby.ir.IRFor
 
IRFor(IRManager, IRScope, int, StaticScope, Signature, int) - Constructor for class org.jruby.ir.IRFor
 
IRManager - Class in org.jruby.ir
 
IRManager() - Constructor for class org.jruby.ir.IRManager
 
IRMetaClassBody - Class in org.jruby.ir
 
IRMetaClassBody(IRManager, IRScope, String, int, StaticScope) - Constructor for class org.jruby.ir.IRMetaClassBody
 
IRMetaClassBody(IRManager, IRScope, String, String, int, StaticScope) - Constructor for class org.jruby.ir.IRMetaClassBody
 
IRMethod - Class in org.jruby.ir
 
IRMethod(IRManager, IRScope, MethodDefNode, String, boolean, int, StaticScope) - Constructor for class org.jruby.ir.IRMethod
 
IRMethodArgs - Interface in org.jruby.internal.runtime.methods
 
IRMethodArgs.ArgType - Enum in org.jruby.internal.runtime.methods
 
irMethodArgsToParameters(List<String[]>) - Static method in class org.jruby.runtime.Helpers
 
IRModuleBody - Class in org.jruby.ir
 
IRModuleBody(IRManager, IRScope, String, int, StaticScope) - Constructor for class org.jruby.ir.IRModuleBody
 
IRModuleBody(IRManager, IRScope, String, String, int, StaticScope) - Constructor for class org.jruby.ir.IRModuleBody
 
irNot(ThreadContext, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
IRPersistenceException - Exception in org.jruby.ir.persistence
 
IRPersistenceException(String) - Constructor for exception org.jruby.ir.persistence.IRPersistenceException
 
IRPersistenceException() - Constructor for exception org.jruby.ir.persistence.IRPersistenceException
 
IRPersistenceException(String, Throwable) - Constructor for exception org.jruby.ir.persistence.IRPersistenceException
 
IRPersistenceException(Throwable) - Constructor for exception org.jruby.ir.persistence.IRPersistenceException
 
IRReader - Class in org.jruby.ir.persistence
 
IRReader() - Constructor for class org.jruby.ir.persistence.IRReader
 
IRReaderDecoder - Interface in org.jruby.ir.persistence
 
IRReaderFile - Class in org.jruby.ir.persistence
 
IRReaderFile(IRManager, File) - Constructor for class org.jruby.ir.persistence.IRReaderFile
 
irReqdArgMultipleAsgn(ThreadContext, RubyArray, int, int, int) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
irReqdArgMultipleAsgnIndex(int, int, int, int) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
IRReturnJump - Exception in org.jruby.ir.runtime
 
IRRuntimeHelpers - Class in org.jruby.ir.runtime
 
IRRuntimeHelpers() - Constructor for class org.jruby.ir.runtime.IRRuntimeHelpers
 
IRScope - Class in org.jruby.ir
Right now, this class abstracts the following execution scopes: Method, Closure, Module, Class, MetaClass Top-level Script, and Eval Script In the compiler-land, IR versions of these scopes encapsulate only as much information as is required to convert Ruby code into equivalent Java code.
IRScope(IRScope, IRScope) - Constructor for class org.jruby.ir.IRScope
 
IRScope(IRManager, IRScope, String, String, int, StaticScope) - Constructor for class org.jruby.ir.IRScope
 
IRScopeFlags - Class in org.jruby.ir.util
Created by enebo on 2/25/14.
IRScopeFlags() - Constructor for class org.jruby.ir.util.IRScopeFlags
 
IRScopeListener - Interface in org.jruby.ir.listeners
 
IRScopeType - Enum in org.jruby.ir
 
IRScriptBody - Class in org.jruby.ir
 
IRScriptBody(IRManager, String, StaticScope) - Constructor for class org.jruby.ir.IRScriptBody
 
irSplat(ThreadContext, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
irToAry(ThreadContext, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
IRTranslator<R,S> - Class in org.jruby.ir
Abstract class that contains general logic for both IR Compiler and IR Interpreter
IRTranslator() - Constructor for class org.jruby.ir.IRTranslator
 
IRUBY_OBJECT - Static variable in class org.jruby.RubyKernel
 
IRubyObject - Interface in org.jruby.runtime.builtin
Object is the parent class of all classes in Ruby.
IRubyWarnings - Interface in org.jruby.common
 
IRubyWarnings.ID - Enum in org.jruby.common
 
IRVisitor - Class in org.jruby.ir
Superclass for IR visitors.
IRVisitor() - Constructor for class org.jruby.ir.IRVisitor
 
IRWriter - Class in org.jruby.ir.persistence
Write IR data out to persistent store.
IRWriter() - Constructor for class org.jruby.ir.persistence.IRWriter
 
IRWriterAnalzer - Class in org.jruby.ir.persistence
 
IRWriterAnalzer() - Constructor for class org.jruby.ir.persistence.IRWriterAnalzer
 
IRWriterEncoder - Interface in org.jruby.ir.persistence
Names are tough to find.
IRWriterFile - Class in org.jruby.ir.persistence
Represents a file which is persisted to storage.
IRWriterFile(File) - Constructor for class org.jruby.ir.persistence.IRWriterFile
 
is1_8() - Method in class org.jruby.Ruby
Deprecated.
is1_9() - Method in enum org.jruby.CompatVersion
 
is1_9() - Method in class org.jruby.Ruby
Deprecated.
is2_0() - Method in enum org.jruby.CompatVersion
 
is2_0() - Method in class org.jruby.Ruby
 
IS_BSD - Static variable in class org.jruby.platform.Platform
 
IS_FREEBSD - Static variable in class org.jruby.platform.Platform
 
IS_GCJ - Static variable in class org.jruby.platform.Platform
 
IS_IBM - Static variable in class org.jruby.platform.Platform
 
is_java_proxy() - Method in class org.jruby.javasupport.JavaObject
 
is_java_proxy() - Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
IS_LINUX - Static variable in class org.jruby.platform.Platform
 
is_local_id(String) - Method in class org.jruby.parser.ParserSupport
 
IS_MAC - Static variable in class org.jruby.platform.Platform
 
IS_OPENBSD - Static variable in class org.jruby.platform.Platform
 
IS_OPENVMS - Static variable in class org.jruby.platform.Platform
 
IS_PREP_STDIO() - Method in class org.jruby.util.io.OpenFile
 
IS_SOLARIS - Static variable in class org.jruby.platform.Platform
 
IS_WINDOWS - Static variable in class org.jruby.platform.Platform
 
isA(RubyBasicObject, RubyNilClass) - Method in class org.jruby.truffle.nodes.core.KernelNodes.IsANode
 
isA(Object, RubyClass) - Method in class org.jruby.truffle.nodes.core.KernelNodes.IsANode
 
isAborted() - Method in exception org.jruby.exceptions.MainExitException
 
isAbsolute() - Method in class org.jruby.runtime.load.LoadServiceResource
 
isAccessible() - Method in class org.jruby.javasupport.JavaAccessibleObject
 
isAlive() - Method in class org.jruby.internal.runtime.NativeThread
 
isAlive() - Method in interface org.jruby.internal.runtime.ThreadLike
 
isAlive() - Method in class org.jruby.RubyThread
 
isAllFixnums(Operand[]) - Static method in class org.jruby.ir.instructions.CallBase
 
isAllFloats(Operand[]) - Static method in class org.jruby.ir.instructions.CallBase
 
isAnd() - Method in class org.jruby.ast.OpElementAsgnNode
 
isAnnotation() - Method in class org.jruby.ast.java_signature.Annotation
modifiers and annotations can be mixed together in java signatures.
isAnnotation() - Method in enum org.jruby.ast.java_signature.Modifier
Annotations and modifiers can be mixed together in a signature.
isANode - Variable in class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
isAppendable() - Method in class org.jruby.util.io.ModeFlags
Whether the flags specify to append to existing files.
isArgReceive() - Method in enum org.jruby.ir.Operation
 
isArgsPush() - Method in class org.jruby.ir.instructions.BuildCompoundArrayInstr
 
isArgumentScope() - Method in class org.jruby.parser.StaticScope
Argument scopes represent scopes which contain arguments for zsuper.
isArgvGlobalsOn() - Method in class org.jruby.RubyInstanceConfig
 
isArray() - Method in class org.jruby.ast.java_signature.ArrayTypeNode
 
isArray() - Method in class org.jruby.ast.java_signature.TypeNode
 
isASCII(int) - Method in class org.jruby.lexer.yacc.RubyLexer
 
isAsciiOnly() - Method in class org.jruby.RubyString
 
isAssumeLoop() - Method in class org.jruby.management.Config
 
isAssumeLoop() - Method in interface org.jruby.management.ConfigMBean
 
isAssumeLoop() - Method in class org.jruby.RubyInstanceConfig
 
isAssumePrinting() - Method in class org.jruby.management.Config
 
isAssumePrinting() - Method in interface org.jruby.management.ConfigMBean
 
isAssumePrinting() - Method in class org.jruby.RubyInstanceConfig
 
isAsync(int) - Method in class org.jruby.util.Join
 
isAttrAssign() - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
isAttrSet(String) - Static method in class org.jruby.util.IdUtil
 
isAutoclose() - Method in class org.jruby.RubyIO
 
isAutoclose() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
isAutoclose() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
isAutoclose() - Method in class org.jruby.util.io.OpenFile
 
isAutoclose() - Method in interface org.jruby.util.io.Stream
 
isAutoRelease() - Method in interface org.jruby.ext.ffi.AllocatedDirectMemoryIO
 
isAutoRelease() - Method in class org.jruby.ext.ffi.FreedMemoryIO
 
isBeginEndBlock() - Method in class org.jruby.ir.IRClosure
 
isBeginEndBlock() - Method in class org.jruby.ir.IRScope
 
isBenchmarking() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
isBinary() - Method in class org.jruby.util.io.ModeFlags
Whether the flags specify "binary" mode for reads and writes.
isBinding() - Method in class org.jruby.runtime.backtrace.RubyStackTraceElement
 
isBinmode() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
isBinmode() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
isBinmode() - Method in class org.jruby.util.io.OpenFile
 
isBinmode() - Method in interface org.jruby.util.io.Stream
 
isBlank() - Method in class org.jruby.ir.operands.Array
 
isBlank() - Method in class org.jruby.ir.operands.Hash
 
isBlock() - Method in class org.jruby.truffle.runtime.methods.SharedMethodInfo
 
isBlock() - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
isBlockGiven(ThreadContext, Object) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
isBlocking() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
isBlocking() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
isBlocking() - Method in class org.jruby.util.io.OpenFile
 
isBlocking() - Method in interface org.jruby.util.io.Stream
 
isBlockScope() - Method in class org.jruby.parser.StaticScope
 
isBOM() - Method in class org.jruby.util.io.OpenFile
 
isBookKeepingOp() - Method in enum org.jruby.ir.Operation
 
isBoolean(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isBoolean(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isBooleanKind() - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
isBooting() - Method in class org.jruby.Ruby
 
isBootingCore() - Method in class org.jruby.Ruby
 
isBranch() - Method in enum org.jruby.ir.Operation
 
isBreakStatement(Node) - Method in class org.jruby.parser.ParserSupport
Is the supplied node a break/control statement?
isBSD() - Method in class org.jruby.ext.ffi.Platform
 
isBuckets(RubyHash) - Static method in class org.jruby.truffle.nodes.core.HashGuards
 
isBuiltin() - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
isBuiltin() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
 
isBuiltin(String) - Method in class org.jruby.RubyBasicObject
A method to determine whether the method named by methodName is a builtin method.
isByte(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isCacheable() - Method in class org.jruby.ext.ffi.StructLayout.Field
Gets the cacheable status of this Struct member
isCached() - Method in class org.jruby.ir.operands.ImmutableLiteral
Has this object already been cached?
isCached(ConstantCache) - Static method in class org.jruby.runtime.opto.ConstantCache
Check if the given ConstantCache is non-null and valid.
isCachedFrom(RubyModule, ConstantCache) - Static method in class org.jruby.runtime.opto.ConstantCache
Check if the given ConstantCache is non-null and valid, given the target module.
isCacheOk(CacheEntry, IRubyObject) - Static method in class org.jruby.java.codegen.RealClassGenerator
 
isCall() - Method in enum org.jruby.ir.Operation
 
isCallableFrom(IRubyObject, CallType) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
isCallableFrom(IRubyObject, CallType) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
isCallableFrom(IRubyObject, CallType) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Determine whether this method is callable from the given object using the given call type.
isCallableFrom(IRubyObject, CallType) - Method in class org.jruby.internal.runtime.methods.NullMethod
NullMethod is always visible because it's only used as a marker to break method lookup loops.
isCallableFrom(IRubyObject, CallType) - Method in class org.jruby.internal.runtime.methods.UndefinedMethod
UndefinedMethod is always visible because it's only used as a marker for missing or undef'ed methods.
isCaptured() - Method in class org.jruby.runtime.Frame
 
isCextEnabled() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
isCharacter(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isClass(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
isClass() - Method in class org.jruby.IncludedModule
 
isClass() - Method in class org.jruby.ir.operands.UndefinedValue
 
isClass() - Method in class org.jruby.RubyBasicObject
Specifically polymorphic method that are meant to be overridden by classes to specify that they are classes in an easy way.
isClass() - Method in class org.jruby.RubyClass
 
isClass() - Method in class org.jruby.RubyModule
 
isClass() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
isClassDefined(String) - Method in class org.jruby.Ruby
 
isClassVarDefined(String) - Method in class org.jruby.RubyModule
Is class var defined? Ruby C equivalent = "rb_cvar_defined"
isClassVariable() - Method in interface org.jruby.runtime.builtin.Variable
 
isClassVariable() - Method in class org.jruby.runtime.component.VariableEntry
 
isClassVariable(String) - Static method in class org.jruby.util.IdUtil
rb_is_class_id and is_class_id
isClassVariableDefined(RubyModule, RubyString) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ClassVariableDefinedNode
 
isClassVariableDefined(RubyModule, RubySymbol) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ClassVariableDefinedNode
 
isCloningAllowed() - Method in class org.jruby.truffle.nodes.RubyRootNode
 
isClosed() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
isClosed() - Method in class org.jruby.RubyIO
Is this IO closed MRI: rb_io_closed
isClosure() - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
isClosureType() - Method in enum org.jruby.ir.IRScopeType
 
isCodeRangeAsciiOnly() - Method in class org.jruby.RubyString
 
isCodeRangeAsciiOnly(CodeRangeable) - Static method in class org.jruby.util.CodeRangeSupport
 
isCodeRangeBroken() - Method in class org.jruby.RubyString
 
isCodeRangeValid() - Method in class org.jruby.RubyString
 
isCodeRangeValid() - Method in class org.jruby.truffle.runtime.core.RubyString
 
isCodeRangeValid() - Method in interface org.jruby.util.CodeRangeable
 
isComparedByIdentity() - Method in class org.jruby.RubyHash
Is this object compared by identity or not? Shortcut for doing getFlag(COMPARE_BY_IDENTITY_F).
isCompatible(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.EncodingNodes.CompatibleQueryNode
 
isCompatible(RubyEncoding, RubyEncoding) - Method in class org.jruby.truffle.nodes.core.EncodingNodes.CompatibleQueryNode
 
isConstant() - Method in interface org.jruby.runtime.builtin.Variable
 
isConstant() - Method in class org.jruby.runtime.component.VariableEntry
 
isConstant(String) - Static method in class org.jruby.util.IdUtil
rb_is_const_id and is_const_id
isConstantDefined(String) - Method in class org.jruby.parser.StaticScope
 
isConstantDefined(String) - Method in class org.jruby.RubyModule
rb_const_defined_at
isConstDefined(RubyModule, RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ConstDefinedNode
 
isConstDefined(RubyModule, RubyString, boolean) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ConstDefinedNode
 
isConstDefined(RubyModule, RubySymbol, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ConstDefinedNode
 
IScopedNode - Interface in org.jruby.ast
A marker interface for scoped variables (which have an offset and depth).
IScopingNode - Interface in org.jruby.ast
 
isCoverageEnabled() - Method in class org.jruby.ext.coverage.CoverageData
 
isCreate() - Method in class org.jruby.util.io.ModeFlags
Whether the flags specify to create nonexisting files.
isCurrent() - Method in class org.jruby.internal.runtime.NativeThread
 
isCurrent() - Method in interface org.jruby.internal.runtime.ThreadLike
 
isDead() - Method in class org.jruby.ir.instructions.Instr
 
isDebug() - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
isDebug() - Method in class org.jruby.management.Config
 
isDebug() - Method in interface org.jruby.management.ConfigMBean
 
isDebug() - Method in class org.jruby.parser.ParserConfiguration
 
isDebug() - Method in class org.jruby.Ruby
 
isDebug() - Method in class org.jruby.RubyInstanceConfig
 
isDebugEnabled() - Method in interface org.jruby.util.log.Logger
 
isDebugEnabled() - Method in class org.jruby.util.log.StandardErrorLogger
 
isDebugOp() - Method in enum org.jruby.ir.Operation
 
isDefined(String) - Method in class org.jruby.internal.runtime.GlobalVariables
 
isDefined(String) - Method in class org.jruby.parser.StaticScope
Is this name in the visible to the current scope
isDefined(String, int) - Method in class org.jruby.parser.StaticScope
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.AssignmentWrapperNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.ElidableResultNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.TraceNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.globals.ReadMatchReferenceNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.ArrayLiteralNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.BooleanLiteralNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.literal.NilLiteralNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.ReadLevelVariableNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.ReadLocalVariableNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.WriteLevelVariableNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.methods.locals.WriteLocalVariableNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.ReadClassVariableNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.ReadInstanceVariableNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.SelfNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.WriteClassVariableNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.objects.WriteInstanceVariableNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.ReadConstantNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyCallNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.RubyNode
Ruby's parallel semantic path.
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.supercall.AbstractGeneralSuperCallNode
 
isDefined(VirtualFrame) - Method in class org.jruby.truffle.nodes.yield.YieldNode
 
isDefinedBackref(ThreadContext) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
isDefinedCall(ThreadContext, IRubyObject, IRubyObject, String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
isDefinedClassVar(ThreadContext, RubyModule, String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
isDefinedConstantOrMethod(ThreadContext, IRubyObject, String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
isDefinedGlobal(ThreadContext, String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
isDefinedInstanceVar(ThreadContext, IRubyObject, String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
isDefinedMethod(ThreadContext, IRubyObject, String, boolean) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
isDefinedNthRef(ThreadContext, int) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
isDefinedSuper(ThreadContext, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
isDirect - Variable in class org.jruby.ext.ffi.MemoryIO
 
isDirect() - Method in class org.jruby.ext.ffi.MemoryIO
Checks if the memory area is a native memory pointer.
isDirectory() - Method in class org.jruby.util.ClasspathResource
 
isDirectory() - Method in class org.jruby.util.EmptyFileResource
 
isDirectory() - Method in interface org.jruby.util.FileResource
 
isDirectory() - Method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
isDirectory() - Method in class org.jruby.util.URLResource
 
isDirectPointer(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
isDisableGems() - Method in class org.jruby.RubyInstanceConfig
 
isDispatchAction(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isDoNotReverseLookupEnabled() - Method in class org.jruby.Ruby
 
isDouble(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isDouble(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isDryRun() - Method in class org.jruby.ir.IRManager
 
isdst() - Method in class org.jruby.RubyTime
 
isDuckTypeConvertable(Class, Class) - Static method in class org.jruby.javasupport.JavaUtil
 
isDummy(RubyEncoding) - Method in class org.jruby.truffle.nodes.core.EncodingNodes.DummyNode
 
isDummy() - Method in class org.jruby.truffle.runtime.core.RubyEncoding
 
isDynscopeEliminated() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
isEmbeddable() - Method in class org.jruby.util.RegexpOptions
 
isEmpty() - Method in class org.jruby.ast.HashNode
 
isEmpty() - Method in class org.jruby.ast.ListNode
 
isEmpty() - Method in class org.jruby.embed.internal.BiVariableMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.jruby.ext.ffi.Enums
 
isEmpty() - Method in class org.jruby.ir.dataflow.DataFlowProblem
Are there are available data flow facts to run this problem? SSS FIXME: Silly optimization?
isEmpty() - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
isEmpty() - Method in class org.jruby.ir.representations.BasicBlock
 
isEmpty() - Method in class org.jruby.java.util.SystemPropertiesMap
 
isEmpty() - Method in class org.jruby.RubyArray
 
isEmpty() - Method in class org.jruby.RubyHash
 
isEmpty() - Method in class org.jruby.RubyString
 
isEmpty(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.EmptyNode
 
isEmpty() - Method in class org.jruby.util.collections.IntHashMap
 
isEmpty() - Method in class org.jruby.util.collections.WeakHashSet
 
isEmpty() - Method in class org.jruby.util.GenericMap
 
isEmpty() - Method in class org.jruby.util.WeakIdentityHashMap
 
isEncodingNone() - Method in class org.jruby.RubyRegexp
 
isEncodingNone() - Method in class org.jruby.util.RegexpOptions
 
isEnsureBlockCloneMode() - Method in class org.jruby.ir.transformations.inlining.SimpleCloneInfo
 
isEntryBB() - Method in class org.jruby.ir.representations.BasicBlock
 
isEQQ(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
isEqualTo(int) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
isEqualTo(long) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
isEqualTo(RubyBignum) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
isEscaped() - Method in class org.jruby.runtime.Block
 
isEvalParse() - Method in class org.jruby.parser.ParserConfiguration
Is the requested parse for an eval()?
isEventHooksEnabled() - Method in class org.jruby.runtime.ThreadContext
 
isEVStr(byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
isEVStr(int) - Static method in class org.jruby.util.StringSupport
 
isException() - Method in enum org.jruby.ir.Operation
 
isExceptionHandled(ThreadContext, IRubyObject, Object) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
isExceptionHandled(RubyException, IRubyObject[], ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
isExceptionHandled(RubyException, IRubyObject, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
isExceptionHandled(IRubyObject, IRubyObject, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
isExceptionHandled(RubyException, IRubyObject, IRubyObject, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
isExceptionHandled(RubyException, IRubyObject, IRubyObject, IRubyObject, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
isExclusive() - Method in class org.jruby.ast.DotNode
Gets the exclusive.
isExclusive() - Method in class org.jruby.ast.FlipNode
Gets the exclusive.
isExclusive() - Method in class org.jruby.ir.instructions.BuildRangeInstr
 
isExclusive() - Method in class org.jruby.util.io.ModeFlags
Whether the flags specify exclusive access.
isExit() - Method in class org.jruby.Main.Status
 
isExitBB() - Method in class org.jruby.ir.representations.BasicBlock
 
isExpression() - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
isExtended() - Method in class org.jruby.util.RegexpOptions
 
isFake(int) - Static method in class org.jruby.util.io.FilenoUtil
 
isFalse() - Method in class org.jruby.ir.operands.Boolean
 
isFalse() - Method in class org.jruby.ir.operands.UnboxedBoolean
 
isFalse() - Method in class org.jruby.RubyBasicObject
Is this value a falsey value or not? Based on the RubyBasicObject.FALSE_F flag.
isFastSwitchableSingleCharString(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
isFastSwitchableSingleCharSymbol(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
isFastSwitchableString(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
isFastSwitchableSymbol(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
isFeatureInIndex(String) - Method in class org.jruby.runtime.load.LoadService
 
isFieldDefined(String) - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
isFieldDefined(RubyBasicObject, String) - Method in class org.jruby.truffle.runtime.RubyOperations
 
isFile() - Method in class org.jruby.util.ClasspathResource
 
isFile() - Method in class org.jruby.util.EmptyFileResource
 
isFile() - Method in interface org.jruby.util.FileResource
 
isFile() - Method in class org.jruby.util.URLResource
 
isFinal() - Method in class org.jruby.ast.java_signature.ParameterNode
 
isFixed() - Method in class org.jruby.runtime.Arity
 
isFixed() - Method in class org.jruby.util.RegexpOptions
 
isFixnumKind() - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
isFixnumReopened() - Method in class org.jruby.Ruby
Whether the Float class has been reopened and modified
isFlipScope() - Method in class org.jruby.ir.IRClosure
 
isFlipScope() - Method in class org.jruby.ir.IREvalScript
 
isFlipScope() - Method in class org.jruby.ir.IRScope
 
isFloat(RubyArray) - Static method in class org.jruby.truffle.nodes.core.ArrayGuards
 
isFloat(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isFloatID(RubyBignum) - Method in class org.jruby.truffle.nodes.core.ObjectSpaceNodes.ID2RefNode
 
isFloatID(RubyBignum) - Static method in class org.jruby.truffle.runtime.ObjectIDOperations
 
isFloatKind() - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
isFloatReopened() - Method in class org.jruby.Ruby
Whether the Float class has been reopened and modified
isForceStdin() - Method in class org.jruby.RubyInstanceConfig
True if we are only using source from stdin and not from a -e or file argument.
isFrozen(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
isFrozen() - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod isFrozen.
isFrozen() - Method in class org.jruby.RubyBasicObject
Is this value frozen or not? Shortcut for doing getFlag(FROZEN_F).
isFrozen() - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod isFrozen.
isFrozen(RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.KernelNodes.FrozenNode
 
isFrozen() - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
isFullTraceEnabled() - Method in class org.jruby.management.Config
 
isFullTraceEnabled() - Method in interface org.jruby.management.ConfigMBean
 
isGenerationEqual(IRubyObject, int) - Static method in class org.jruby.runtime.Helpers
 
isGiven() - Method in class org.jruby.runtime.Block
Is the current block a real yield'able block instead a null one
isGiven() - Method in class org.jruby.runtime.BlockBody
Is the current block a real yield'able block instead a null one
isGlobal(String) - Static method in class org.jruby.util.IdUtil
rb_is_global_id and is_global_id
isGlobalAbortOnExceptionEnabled() - Method in class org.jruby.Ruby
 
isGlobalCharPunct(int) - Method in class org.jruby.lexer.yacc.RubyLexer
 
isGlobalEnsureBlockLabel() - Method in class org.jruby.ir.operands.Label
 
isGlobalRequireLock() - Method in class org.jruby.RubyInstanceConfig
Whether to use a single global lock for requires.
isGlobalRuntimeReady() - Static method in class org.jruby.Ruby
Tests whether globalRuntime has been instantiated or not.
isHardExit() - Method in class org.jruby.RubyInstanceConfig
 
ishl() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ishr() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
isIdentifierChar(int) - Method in class org.jruby.lexer.yacc.RubyLexer
This is a valid character for an identifier?
isIgnorecase() - Method in class org.jruby.util.RegexpOptions
 
isIgnoreError() - Method in class org.jruby.ext.ffi.jffi.JITSignature
 
isImmediate() - Method in enum org.jruby.ast.NodeType
 
isImmediate(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
isImmediate() - Method in class org.jruby.IncludedModule
 
isImmediate() - Method in class org.jruby.ir.operands.UndefinedValue
 
isImmediate() - Method in class org.jruby.RubyBasicObject
Is object immediate (def: Fixnum, Symbol, true, false, nil?).
isImmediate() - Method in class org.jruby.RubyBoolean
 
isImmediate() - Method in class org.jruby.RubyFixnum
 
isImmediate() - Method in class org.jruby.RubyNil
 
isImmediate() - Method in class org.jruby.RubySymbol
 
isImmediate() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
isImplementedBy(RubyModule) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
isImplementedBy(RubyModule) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
isImplementedBy(RubyModule) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
 
isIncluded() - Method in class org.jruby.IncludedModuleWrapper
 
isIncluded() - Method in class org.jruby.RubyModule
Is this module one that in an included one (e.g.
isInclusiveHostCount() - Method in class org.jruby.ext.socket.SubnetUtils
Returns true if the return value of SubnetUtils.SubnetInfo.getAddressCount() includes the network address and broadcast addresses.
isIncompleteChar(int) - Static method in class org.jruby.util.StringSupport
 
isInDef() - Method in class org.jruby.parser.ParserSupport
 
isIndirect() - Method in class org.jruby.truffle.nodes.dispatch.CachedDispatchNode
 
isInitialCharacter(int) - Static method in class org.jruby.util.IdUtil
 
isInlineScript() - Method in class org.jruby.RubyInstanceConfig
 
isInlineSource() - Method in class org.jruby.parser.ParserConfiguration
Are we parsing source provided as part of the '-e' option to Ruby.
isInRange(String) - Method in class org.jruby.ext.socket.SubnetUtils.SubnetInfo
Returns true if the parameter address is in the range of usable endpoint addresses for this subnet.
isInSingle() - Method in class org.jruby.parser.ParserSupport
Getter for property inSingle.
isInspecting(Object) - Method in class org.jruby.Ruby
 
isInstance(IRubyObject) - Method in class org.jruby.RubyModule
 
isInstanceMethod - Variable in class org.jruby.ir.IRMethod
 
isInstanceVariable() - Method in interface org.jruby.runtime.builtin.Variable
 
isInstanceVariable() - Method in class org.jruby.runtime.component.VariableEntry
 
isInstanceVariable(String) - Static method in class org.jruby.util.IdUtil
rb_is_instance_id and is_instance_id
isInstanceVariableDefined(RubyBasicObject, RubyString) - Method in class org.jruby.truffle.nodes.core.KernelNodes.InstanceVariableDefinedNode
 
isInstanceVariableDefined(RubyBasicObject, RubySymbol) - Method in class org.jruby.truffle.nodes.core.KernelNodes.InstanceVariableDefinedNode
 
isInstanceVariableGet(RubyBasicObject, RubyString) - Method in class org.jruby.truffle.nodes.core.KernelNodes.InstanceVariableGetNode
 
isInstanceVariableGet(RubyBasicObject, RubySymbol) - Method in class org.jruby.truffle.nodes.core.KernelNodes.InstanceVariableGetNode
 
isInstanceVariableSet(RubyBasicObject, RubyString, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.InstanceVariableSetNode
 
isInstanceVariableSet(RubyBasicObject, RubySymbol, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.InstanceVariableSetNode
 
isInState() - Method in class org.jruby.lexer.yacc.StackState
 
isInteger(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isInteger(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isIntegerFixnum(RubyArray) - Static method in class org.jruby.truffle.nodes.core.ArrayGuards
 
isIntegerFixnumRange(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isIntegerFixnumRange(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isInterestedInEvent(RubyEvent) - Method in class org.jruby.Ruby.CallTraceFuncHook
 
isInterestedInEvent(RubyEvent) - Method in class org.jruby.runtime.EventHook
 
isInterrupted() - Method in class org.jruby.internal.runtime.NativeThread
 
isInterrupted() - Method in interface org.jruby.internal.runtime.ThreadLike
 
isInTraceFunc() - Method in class org.jruby.truffle.runtime.subsystems.TraceManager
 
isIPv4Mapped() - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
Returns true if the address is an IPv4-mapped IPv6 address.
isIterator() - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
isJarfileLibrary(LoadService.SearchState, String) - Method in class org.jruby.runtime.load.LoadService
 
isJava() - Method in class org.jruby.internal.runtime.methods.DynamicMethod.NativeCall
 
isJava() - Method in class org.jruby.util.RegexpOptions
 
isJavaExceptionHandled(Throwable, IRubyObject[], ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
isJavaExceptionHandled(Throwable, IRubyObject, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
isJavaExceptionHandled(Throwable, IRubyObject, IRubyObject, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
isJavaExceptionHandled(Throwable, IRubyObject, IRubyObject, IRubyObject, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
isJavaObject(IRubyObject) - Static method in class org.jruby.javasupport.JavaUtil
 
isJitDumping() - Method in class org.jruby.RubyInstanceConfig
 
isJitLogging() - Method in class org.jruby.management.Config
 
isJitLogging() - Method in interface org.jruby.management.ConfigMBean
 
isJitLogging() - Method in class org.jruby.RubyInstanceConfig
 
isJitLoggingVerbose() - Method in class org.jruby.management.Config
 
isJitLoggingVerbose() - Method in interface org.jruby.management.ConfigMBean
 
isJitLoggingVerbose() - Method in class org.jruby.RubyInstanceConfig
 
isJVMDefault(Object) - Method in enum org.jruby.util.io.STDIO
 
isKCodeDefault() - Method in class org.jruby.RubyRegexp
 
isKcodeDefault() - Method in class org.jruby.util.RegexpOptions
Whether the kcode associated with this regexp is implicit (aka default) or is specified explicitly (via 'nesu' syntax postscript or flags to Regexp.new.
isKindOf(IRubyObject, RubyModule) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
isKindOf(IRubyObject, RubyModule) - Method in class org.jruby.RubyModule.JavaClassKindOf
 
isKindOf(IRubyObject, RubyModule) - Method in class org.jruby.RubyModule.KindOf
 
isKindOf(IRubyObject, RubyModule) - Method in interface org.jruby.RubyObjectAdapter
 
isKindOfModule(RubyModule) - Method in class org.jruby.RubyModule
 
isKindOfRubyVariable(LocalVariableBehavior, String) - Static method in class org.jruby.embed.variable.VariableInterceptor
Checks the given name is whether a legal Ruby variable/constant name or not.
isKWArgsHash - Variable in class org.jruby.ir.operands.Hash
 
isLargeFixnumID(RubyBignum) - Method in class org.jruby.truffle.nodes.core.ObjectSpaceNodes.ID2RefNode
 
isLargeFixnumID(RubyBignum) - Static method in class org.jruby.truffle.runtime.ObjectIDOperations
 
isLazy() - Method in class org.jruby.embed.internal.BiVariableMap
Returns true when eager retrieval is requird or false when eager retrieval is unnecessary.
isLazy(boolean) - Static method in class org.jruby.embed.util.SystemPropertyCatcher
Gets a local variable behavior from System property.
isLazyHandlesEnabled() - Method in class org.jruby.management.Config
 
isLazyHandlesEnabled() - Method in interface org.jruby.management.ConfigMBean
 
isLexicalScope(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isLinkType(int) - Method in class org.jruby.runtime.marshal.UnmarshalCache
 
isLiteral() - Method in class org.jruby.ast.DotNode
Is this a literal node.
isLiteral(Node) - Method in class org.jruby.parser.ParserSupport
Is this a literal in the sense that MRI has a NODE_LIT for.
isLiteral() - Method in class org.jruby.RubyRegexp
 
isLiteral() - Method in class org.jruby.util.RegexpOptions
 
isLive() - Method in class org.jruby.RubyHash.RubyHashEntry
 
isLoad() - Method in enum org.jruby.ir.Operation
 
isLocal(String) - Static method in class org.jruby.util.IdUtil
rb_is_local_id and is_local_id
isLong(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isLong(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isLongFixnum(RubyArray) - Static method in class org.jruby.truffle.nodes.core.ArrayGuards
 
isLongFixnumKind() - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
isLongFixnumRange(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isLongFixnumRange(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isManagementEnabled() - Method in class org.jruby.management.Config
 
isManagementEnabled() - Method in interface org.jruby.management.ConfigMBean
 
isManagementEnabled() - Method in class org.jruby.RubyInstanceConfig
 
isMemberVarArgs(Member) - Method in class org.jruby.java.invokers.ConstructorInvoker
 
isMemberVarArgs(Member) - Method in class org.jruby.java.invokers.MethodInvoker
 
isMemberVarArgs(Member) - Method in class org.jruby.java.invokers.RubyToJavaInvoker
 
isMethod() - Method in enum org.jruby.ir.IRScopeType
 
isMethodBound(String, boolean) - Method in class org.jruby.RubyModule
MRI: rb_method_boundp
isMethodBound(String, boolean, boolean) - Method in class org.jruby.RubyModule
 
isMethodBuiltin(String) - Method in class org.jruby.RubyModule
Return true if the given method is defined on this class and is a builtin (defined in Java at boot).
isMethodContainer() - Method in enum org.jruby.ir.IRScopeType
 
isMethodDefined(RubyModule, RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.MethodDefinedNode
 
isMethodDefined(RubyModule, RubyString, boolean) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.MethodDefinedNode
 
isMethodDefined(RubyModule, RubySymbol, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.MethodDefinedNode
 
isMethodType() - Method in enum org.jruby.ir.IRScopeType
 
isModule(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
isModule() - Method in class org.jruby.IncludedModule
 
isModule() - Method in class org.jruby.ir.operands.UndefinedValue
 
isModule() - Method in class org.jruby.RubyBasicObject
Specifically polymorphic method that are meant to be overridden by modules to specify that they are modules in an easy way.
isModule() - Method in class org.jruby.RubyClass
 
isModule() - Method in class org.jruby.RubyModule
 
isModule() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
isModuleAndHasConstant(IRubyObject, String) - Static method in class org.jruby.runtime.Helpers
 
isModuleBody() - Method in class org.jruby.ir.IRModuleBody
 
isModuleBody() - Method in class org.jruby.ir.IRScope
Does this scope represent a module body?
isModuleOrInstanceEval() - Method in class org.jruby.ir.IREvalScript
 
isMultiByteChar(int) - Method in class org.jruby.lexer.yacc.RubyLexer
Is this a multibyte character from a multibyte encoding?
isMultiline() - Method in class org.jruby.util.RegexpOptions
 
isNameCharacter(char) - Static method in class org.jruby.util.IdUtil
 
isNameCharacter19(char) - Static method in class org.jruby.util.IdUtil
 
isNameString(String, int, int) - Static method in class org.jruby.util.IdUtil
 
isNameString19(String, int, int) - Static method in class org.jruby.util.IdUtil
 
isNative() - Method in class org.jruby.ext.ffi.jffi.DefaultMethod
 
isNative() - Method in class org.jruby.ext.ffi.jffi.NativeInvoker
 
isNative() - Method in class org.jruby.internal.runtime.methods.CompiledMethod
 
isNative() - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
isNative() - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
isNative() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Returns true if this method is backed by native (i.e.
isNative() - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
isNativeEnabled() - Method in class org.jruby.embed.ScriptingContainer
Get whether native code is enabled for this config.
isNativeEnabled() - Method in class org.jruby.RubyInstanceConfig
Get whether native code is enabled for this config.
isNativeFile - Variable in class org.jruby.util.io.ChannelFD
 
isNestedInClosure(IRClosure) - Method in class org.jruby.ir.IRScope
 
isNil() - Method in class org.jruby.ast.NilImplicitNode
 
isNil() - Method in class org.jruby.ast.NilNode
 
isNil() - Method in class org.jruby.ast.Node
Whether the node evaluates to nil and has no side effects.
isNil(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
isNil() - Method in class org.jruby.ir.operands.UndefinedValue
 
isNil() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
isNil() - Method in class org.jruby.RubyBasicObject
Does this object represent nil? See the docs for the RubyBasicObject.NIL_F flag for more information.
isNil() - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod isNil.
IsNilNode - Class in org.jruby.truffle.nodes.methods.arguments
 
IsNilNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.methods.arguments.IsNilNode
 
isNonSingletonClassBody() - Method in class org.jruby.ir.IRClassBody
 
isNonSingletonClassBody() - Method in class org.jruby.ir.IRMetaClassBody
 
isNonSingletonClassBody() - Method in class org.jruby.ir.IRScope
Is this IRClassBody but not IRMetaClassBody?
isNonZero(int) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RandNode
 
isNoPrivateConsts() - Method in class org.jruby.ir.instructions.InheritanceSearchConstInstr
 
isNoPrivateConsts() - Method in class org.jruby.ir.instructions.SearchConstInstr
 
isNotImplemented() - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
isNotImplemented() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Whether this method is "not implemented".
isNotRubyBasicObject(Object) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.ReferenceEqualNode
 
isNull() - Method in class org.jruby.ext.ffi.MemoryIO
Checks if the memory area is NULL.
isNull() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Whether this method is the "null" method, used to stop method name resolution loops.
isNull(RubyArray) - Static method in class org.jruby.truffle.nodes.core.ArrayGuards
 
isNull(RubyHash) - Static method in class org.jruby.truffle.nodes.core.HashGuards
 
isNull() - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Whether the channel associated with this descriptor is a NullChannel, for which many operations are simply noops.
isNumeric() - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
ISO - Static variable in class org.jruby.RubyEncoding
 
ISO_8859_16 - Class in org.jruby.util.encoding
 
isObject(RubyArray) - Static method in class org.jruby.truffle.nodes.core.ArrayGuards
 
isObjectArray(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isObjectArray(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isObjectKind() - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
isObjectRange(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isObjectRange(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isObjectSpaceEnabled() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Tests whether the Object Space is enabled or not.
isObjectSpaceEnabled() - Method in class org.jruby.embed.ScriptingContainer
Tests whether the Object Space is enabled or not.
isObjectSpaceEnabled() - Method in class org.jruby.management.Config
 
isObjectSpaceEnabled() - Method in interface org.jruby.management.ConfigMBean
 
isObjectSpaceEnabled() - Method in class org.jruby.Ruby
 
isObjectSpaceEnabled() - Method in class org.jruby.RubyInstanceConfig
 
IsolatedScriptingContainer - Class in org.jruby.embed
the IsolatedScriptingContainer detects the whether it is used with a Thread.currentThread.contextClassLoader (J2EE) or with the classloader which loaded IsolatedScriptingContainer.class (OSGi case) the setup of LOAD_PATH and GEM_PATH and JRUBY_HOME uses ONLY uri: or uri:classloader: protocol paths.
IsolatedScriptingContainer() - Constructor for class org.jruby.embed.IsolatedScriptingContainer
 
IsolatedScriptingContainer(LocalContextScope, LocalVariableBehavior) - Constructor for class org.jruby.embed.IsolatedScriptingContainer
 
IsolatedScriptingContainer(LocalContextScope) - Constructor for class org.jruby.embed.IsolatedScriptingContainer
 
IsolatedScriptingContainer(LocalVariableBehavior) - Constructor for class org.jruby.embed.IsolatedScriptingContainer
 
IsolatedScriptingContainer(LocalContextScope, LocalVariableBehavior, boolean) - Constructor for class org.jruby.embed.IsolatedScriptingContainer
 
isOnce() - Method in class org.jruby.util.RegexpOptions
 
isOneArrayElement(Object[]) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ArrayNode
 
isOnlyAModule() - Method in class org.jruby.truffle.runtime.core.RubyModule
If this instance is a module and not a class.
isOpen() - Method in class org.jruby.ext.ffi.io.FileDescriptorByteChannel
Tests if the ByteChannel is open.
isOpen() - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Whether the channel associated with this descriptor is open.
isOpen() - Method in class org.jruby.util.io.NullChannel
 
isOpen() - Method in class org.jruby.util.io.OpenFile
 
isOpen() - Method in class org.jruby.util.IOChannel
 
isOptimizable() - Method in class org.jruby.runtime.callsite.CachingCallSite
 
isOr() - Method in class org.jruby.ast.OpElementAsgnNode
 
isOtherFloat(RubyArray, RubyArray) - Static method in class org.jruby.truffle.nodes.core.ArrayGuards
 
isOtherIntegerFixnum(RubyArray, RubyArray) - Static method in class org.jruby.truffle.nodes.core.ArrayGuards
 
isOtherLongFixnum(RubyArray, RubyArray) - Static method in class org.jruby.truffle.nodes.core.ArrayGuards
 
isOtherNull(RubyArray, RubyArray) - Static method in class org.jruby.truffle.nodes.core.ArrayGuards
 
isOtherObject(RubyArray, RubyArray) - Static method in class org.jruby.truffle.nodes.core.ArrayGuards
 
ISourcePosition - Interface in org.jruby.lexer.yacc
This interface is the combination of two needs: 1) A Ruby interpreter position (for warnings and errors).
ISourcePositionHolder - Interface in org.jruby.lexer.yacc
 
isParserDebug() - Method in class org.jruby.RubyInstanceConfig
 
isPostInvokeRequired() - Method in class org.jruby.ext.ffi.jffi.NativeDataConverter
 
isPostInvokeRequired() - Method in class org.jruby.ext.ffi.MappedType
 
isPredefined(String) - Static method in class org.jruby.embed.variable.GlobalVariable
 
isPredicate(String) - Static method in class org.jruby.util.IdUtil
 
isPrepended() - Method in class org.jruby.IncludedModuleWrapper
 
isPrepended() - Method in class org.jruby.PrependedModule
 
isPrepended() - Method in class org.jruby.RubyModule
 
isPrimitive() - Method in class org.jruby.ast.java_signature.PrimitiveTypeNode
 
isPrimitive() - Method in class org.jruby.ast.java_signature.TypeNode
 
isPrivate() - Method in enum org.jruby.runtime.Visibility
 
isPrivate() - Method in class org.jruby.truffle.runtime.RubyConstant
 
isProcessLineEnds() - Method in class org.jruby.management.Config
 
isProcessLineEnds() - Method in interface org.jruby.management.ConfigMBean
 
isProcessLineEnds() - Method in class org.jruby.RubyInstanceConfig
 
isProfiling() - Method in class org.jruby.RubyInstanceConfig
 
isProfiling() - Method in class org.jruby.runtime.ThreadContext
 
isProfilingEntireRun() - Method in class org.jruby.RubyInstanceConfig
 
isProtected() - Method in enum org.jruby.runtime.Visibility
 
isRational(RubyBasicObject) - Method in class org.jruby.truffle.nodes.RubyNode
 
isReadable() - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Whether the channel associated with this descriptor is readable (i.e.
isReadable() - Method in class org.jruby.util.io.ModeFlags
Whether the flags specify "readable", either read/write or read-only.
isReadable() - Method in class org.jruby.util.io.OpenFile
 
isReadBuffered() - Method in class org.jruby.util.io.OpenFile
 
isReadOnly() - Method in class org.jruby.util.io.ModeFlags
Whether the flags specify"read only".
isReceiverIdentical(RubyObject) - Method in interface org.jruby.embed.variable.BiVariable
Returns true if a given receiver is identical to the receiver this object has.
isReceiverIdentical(RubyObject) - Method in class org.jruby.embed.variable.GlobalVariable
Returns true if a given receiver is identical to the receiver this object has.
isReferenceRequired() - Method in class org.jruby.ext.ffi.jffi.NativeDataConverter
 
isReferenceRequired() - Method in class org.jruby.ext.ffi.jffi.PointerParameterStrategy
 
isReferenceRequired() - Method in class org.jruby.ext.ffi.MappedType
 
isRegistered(IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalCache
 
isReifiable() - Method in class org.jruby.RubyClass
Whether this class can be reified into a Java class.
isRequireable(URL) - Static method in class org.jruby.runtime.load.LoadService
 
isRescueEntry() - Method in class org.jruby.ir.representations.BasicBlock
 
isReturn() - Method in enum org.jruby.ir.Operation
 
isRuby19(String) - Static method in class org.jruby.embed.util.SystemPropertyCatcher
Checks that a given name is an appropriate configuration parameter to choose Ruby 1.9 mode.
isRubyArray(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyArray(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyBasicObject(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyBasicObject(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyBignum(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyBignum(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyBinding(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyBinding(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyClass(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyClass(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyEncoding(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyEncoding(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyEncodingConverter(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyEncodingConverter(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyException(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyException(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyFiber(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyFiber(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyFile(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyFile(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyHash(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyHash(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyMatchData(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyMatchData(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyMethod(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyModule(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyModule(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyNilClass(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyNilClass(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyNilObject(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyProc(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyProc(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyRange(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyRange(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyRegexp(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyRegexp(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyShebangLine(String) - Static method in class org.jruby.RubyInstanceConfig
 
isRubyString(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyString(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubySymbol(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubySymbol(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyThread(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyThread(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyTime(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isRubyTime(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyUnboundMethod(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isRubyVariable() - Method in interface org.jruby.runtime.builtin.Variable
Returns true if the variable is an instance variable, class variable, or constant; otherwise, false.
isRubyVariable() - Method in class org.jruby.runtime.component.VariableEntry
 
isRubyVariable(String) - Static method in class org.jruby.util.IdUtil
Check the syntax of a Ruby variable, including that it's longer than zero characters, and starts with either an @ or a capital letter.
isRunRubyInProcess() - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Tests whether Ruby runs in a process or not.
isRunRubyInProcess() - Method in class org.jruby.embed.ScriptingContainer
Tests whether Ruby runs in a process or not.
isRunRubyInProcess() - Method in class org.jruby.management.Config
 
isRunRubyInProcess() - Method in interface org.jruby.management.ConfigMBean
 
isRunRubyInProcess() - Method in class org.jruby.RubyInstanceConfig
 
isRuntimeInitialized() - Method in class org.jruby.embed.internal.ConcurrentLocalContextProvider
 
isRuntimeInitialized() - Method in interface org.jruby.embed.internal.LocalContextProvider
Tests whether Ruby runtime has been initialized or not.
isRuntimeInitialized() - Method in class org.jruby.embed.internal.SingleThreadLocalContextProvider
 
isRuntimeInitialized() - Method in class org.jruby.embed.internal.SingletonLocalContextProvider
 
isRuntimeInitialized() - Method in class org.jruby.embed.internal.ThreadSafeLocalContextProvider
 
isSame(RubyModule) - Method in class org.jruby.IncludedModuleWrapper
 
isSame(DynamicMethod) - Method in class org.jruby.internal.runtime.methods.ProcMethod
 
isSame(RubyModule) - Method in class org.jruby.RubyModule
 
isSameDepth(LocalVariable) - Method in class org.jruby.ir.operands.LocalVariable
 
isSameEncodingAndCodeRange(RubyString, StringLiteral) - Method in class org.jruby.ir.instructions.BuildCompoundStringInstr
 
isSamplingEnabled() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
isSaveData() - Method in class org.jruby.parser.ParserConfiguration
Get whether we are saving the DATA contents of the file.
isScriptScope() - Method in class org.jruby.ir.IREvalScript
 
isScriptScope() - Method in class org.jruby.ir.IRScope
Is this an eval script or a regular file script?
isScriptScope() - Method in class org.jruby.ir.IRScriptBody
 
isSecurityProtected(String) - Static method in class org.jruby.util.SafePropertyAccessor
Returns true if the access to the system property is restricted (i.e., when System.getProperty() throws SecurityException).
isSecurityRestricted() - Static method in class org.jruby.Ruby
 
isSeekable() - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Whether the channel associated with this descriptor is seekable (i.e.
isSelf() - Method in class org.jruby.ir.operands.Self
 
isSelf() - Method in class org.jruby.ir.operands.Variable
 
isSet(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadHeadObjectFieldNode
 
isSet(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.ReadObjectFieldNode
 
isSet(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objectstorage.UninitializedReadObjectFieldNode
 
isShort(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isShouldRunInterpreter() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
isShowBytecode() - Method in class org.jruby.management.Config
 
isShowBytecode() - Method in interface org.jruby.management.ConfigMBean
 
isShowBytecode() - Method in class org.jruby.RubyInstanceConfig
 
isShowCopyright() - Method in class org.jruby.RubyInstanceConfig
 
isShowVersion() - Method in class org.jruby.RubyInstanceConfig
 
isShutdown() - Method in class org.jruby.ext.thread.Queue
 
isSimple - Variable in class org.jruby.ast.ArgsNode
 
isSingleByteOptimizable(CodeRangeable, Encoding) - Static method in class org.jruby.util.StringSupport
 
isSingleIntegerFixnum(RubyArray, Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PushNode
 
isSingleLongFixnum(RubyArray, Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PushNode
 
isSingleton() - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
isSingleton() - Method in class org.jruby.MetaClass
 
isSingleton() - Method in class org.jruby.RubyClass
 
isSingleton() - Method in class org.jruby.RubyModule
 
isSingleton() - Method in class org.jruby.truffle.runtime.core.RubyClass
 
isSiphashEnabled() - Method in class org.jruby.Ruby
 
isSiphashEnabled() - Method in class org.jruby.RubyInstanceConfig
 
isSiteVendorSame(Ruby) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
isSmall(RubyArray) - Static method in class org.jruby.truffle.nodes.core.ArrayNodes.SortNode
 
isSmallFixnum(long) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.IDNode
 
isSmallFixnum(long) - Static method in class org.jruby.truffle.runtime.ObjectIDOperations
 
isSmallFixnumID(long) - Static method in class org.jruby.truffle.runtime.ObjectIDOperations
 
isSpecial(String) - Static method in class org.jruby.util.IdUtil
We store IR special variables (e.g.
isSpecialConst() - Method in class org.jruby.ir.operands.UndefinedValue
 
isSpecialConst() - Method in class org.jruby.RubyBasicObject
 
isSpecialConst() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
isSplatted() - Method in class org.jruby.truffle.translator.BodyTranslator.ArgumentsAndBlockTranslation
 
isSplit() - Method in class org.jruby.management.Config
 
isSplit() - Method in interface org.jruby.management.ConfigMBean
 
isSplit() - Method in class org.jruby.RubyInstanceConfig
 
isStar() - Method in class org.jruby.ast.UnnamedRestArgNode
 
isStatic - Variable in class org.jruby.anno.JavaMethodDescriptor
 
isStatic() - Method in class org.jruby.internal.runtime.methods.DynamicMethod.NativeCall
 
isStdcall() - Method in class org.jruby.ext.ffi.CallbackInfo
 
isStdio() - Method in class org.jruby.util.io.OpenFile
 
isSTDIO(int) - Static method in enum org.jruby.util.io.STDIO
 
isStore() - Method in enum org.jruby.ir.Operation
 
isString(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isString(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isSubclassOf(VirtualFrame, RubyModule, RubyModule) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.IsSubclassOfNode
 
isSubclassOf(VirtualFrame, RubyModule, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.IsSubclassOfNode
 
isSubsetOf(ModeFlags) - Method in class org.jruby.util.io.ModeFlags
Check whether the target set of flags is a superset of this one; used to ensure that a file is not re-opened with more privileges than it already had.
isSupported(JITSignature) - Method in interface org.jruby.ext.ffi.jffi.JITMethodGenerator
 
isSupported() - Method in class org.jruby.ext.ffi.Platform
 
isSymbolRegistered(String) - Method in class org.jruby.runtime.marshal.MarshalCache
 
isSymLink() - Method in class org.jruby.util.ClasspathResource
 
isSymLink() - Method in class org.jruby.util.EmptyFileResource
 
isSymLink() - Method in interface org.jruby.util.FileResource
 
isSymLink() - Method in class org.jruby.util.URLResource
 
isSync() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
isSync() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
isSync() - Method in class org.jruby.util.io.OpenFile
 
isSync() - Method in interface org.jruby.util.io.Stream
 
isSynchronized() - Method in class org.jruby.RubyModule
 
isSynthetic() - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
isTaint(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
isTaint() - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod isTaint.
isTaint() - Method in class org.jruby.RubyBasicObject
Gets the taint.
isTaint() - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod isTaint.
isTainted() - Method in class org.jruby.runtime.marshal.MarshalStream
 
isText() - Method in class org.jruby.util.io.ModeFlags
Whether the flags specify "text" mode for reads and writes.
isTextMode() - Method in class org.jruby.util.io.OpenFile
 
isThreadLocal(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isThreadLocal(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isTopLocalVariableScope() - Method in class org.jruby.ir.IRClosure
 
isTopLocalVariableScope() - Method in class org.jruby.ir.IRScope
 
istore(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
isTracing() - Method in class org.jruby.internal.runtime.GlobalVariable
 
isTrue(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
isTrue(boolean) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
isTrue(boolean, boolean) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
isTrue(boolean, boolean, boolean) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
isTrue(boolean, boolean, boolean, boolean) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
isTrue(boolean, boolean, boolean, boolean, boolean) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
isTrue(boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
isTrue() - Method in class org.jruby.ir.operands.Boolean
 
isTrue() - Method in class org.jruby.ir.operands.UnboxedBoolean
 
isTrue() - Method in class org.jruby.ir.operands.UndefinedValue
 
isTrue() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
isTrue() - Method in class org.jruby.RubyBasicObject
Is this value a truthy value or not? Based on the RubyBasicObject.FALSE_F flag.
isTrue() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
isTrue(boolean) - Method in class org.jruby.truffle.nodes.RubyNode
 
isTrue() - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
isTruncate() - Method in class org.jruby.util.io.ModeFlags
Whether the flags specify to truncate the target file.
isTyped() - Method in class org.jruby.ast.java_signature.TypeNode
 
isub() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
isUnboxableMethod(String) - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisProblem
 
isUndefined() - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Whether this method is the "undefined" method, used to represent a missing or undef'ed method.
isUndefined() - Method in class org.jruby.truffle.runtime.methods.InternalMethod
 
isUndefinedPlaceholder(Object) - Method in class org.jruby.truffle.nodes.RubyNode
 
isUndefinedPlaceholder(Object) - Method in class org.jruby.truffle.nodes.RubyTypesGen
 
isUnicode(Encoding) - Static method in class org.jruby.util.StringSupport
 
isUnion() - Method in class org.jruby.ext.ffi.StructLayout
 
isUnix() - Method in class org.jruby.ext.ffi.Platform
 
isUntrusted(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
isUntrusted() - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod isUntrusted.
isUntrusted() - Method in class org.jruby.RubyBasicObject
Deprecated.
isUntrusted() - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod isUntrusted.
isUntrusted() - Method in class org.jruby.runtime.marshal.MarshalStream
Deprecated.
isUnwrapArray() - Method in class org.jruby.ir.instructions.YieldInstr
 
isUpdateNativeENVEnabled() - Method in class org.jruby.RubyInstanceConfig
Indicates whether the JVM process' native environment will be updated when ENV[...] is set from Ruby.
isUsageError() - Method in exception org.jruby.exceptions.MainExitException
 
isValidClassVariableName(String) - Static method in class org.jruby.util.IdUtil
 
isValidConstantName(String) - Static method in class org.jruby.util.IdUtil
 
isValidConstantName19(String) - Static method in class org.jruby.util.IdUtil
 
isValidInstanceVariableName(String) - Static method in class org.jruby.util.IdUtil
 
isValidName(Object) - Static method in class org.jruby.embed.variable.Argv
Returns true if the given name is ARGV.
isValidName(Object) - Static method in class org.jruby.embed.variable.ClassVariable
Returns true if the given name is a decent Ruby class variable.
isValidName(Object) - Static method in class org.jruby.embed.variable.Constant
Returns true if the given name is a decent Ruby constant.
isValidName(Object) - Static method in class org.jruby.embed.variable.GlobalVariable
Returns true if the given name is a decent Ruby global variable.
isValidName(Object) - Static method in class org.jruby.embed.variable.InstanceVariable
Returns true if the given name is a decent Ruby instance variable.
isValidName(Object) - Static method in class org.jruby.embed.variable.LocalGlobalVariable
Returns true if the given name is a local global type variable.
isValidName(Object) - Static method in class org.jruby.embed.variable.PersistentLocalVariable
Returns true if the given name is a decent Ruby local variable.
isValidName(Object) - Static method in class org.jruby.embed.variable.TransientLocalVariable
Returns true if the given name is a decent Ruby local variable.
isValueReferenceNeeded() - Method in class org.jruby.ext.ffi.StructLayout.Field
Checks if a reference to the ruby object assigned to this field needs to be stored
isVarArgs() - Method in class org.jruby.ast.java_signature.ParameterNode
 
isVarArgs() - Method in class org.jruby.javasupport.JavaCallable
 
isVarArgs() - Method in class org.jruby.javasupport.JavaConstructor
 
isVarArgs() - Method in class org.jruby.javasupport.JavaMethod
 
isVarArgs() - Method in interface org.jruby.javasupport.ParameterTypes
 
isVarArgs() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
isVarArgs() - Method in class org.jruby.javasupport.proxy.JavaProxyConstructor
 
isVCall() - Method in class org.jruby.truffle.nodes.RubyCallNode
 
isVerbose() - Method in interface org.jruby.common.IRubyWarnings
 
isVerbose() - Method in class org.jruby.common.NullWarnings
 
isVerbose() - Method in class org.jruby.common.RubyWarnings
 
isVerbose() - Method in class org.jruby.ext.JRubyPOSIXHandler
 
isVerbose() - Method in class org.jruby.management.Config
 
isVerbose() - Method in interface org.jruby.management.ConfigMBean
 
isVerbose() - Method in class org.jruby.Ruby
 
isVerbose() - Method in class org.jruby.RubyInstanceConfig
 
isVisibleTo(Node, RubyClass) - Method in class org.jruby.truffle.runtime.methods.InternalMethod
 
isVisibleTo(RubyContext, LexicalScope, RubyModule) - Method in class org.jruby.truffle.runtime.RubyConstant
 
isVoid() - Method in class org.jruby.ast.java_signature.PrimitiveTypeNode
 
isVoid() - Method in class org.jruby.ast.java_signature.TypeNode
 
isWhenTriggered(IRubyObject, IRubyObject, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
isWithinTrace() - Method in class org.jruby.runtime.ThreadContext
Is this thread actively tracing at this moment.
isWritable() - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Whether the channel associated with this descriptor is writable (i.e.
isWritable() - Method in class org.jruby.util.io.ModeFlags
Whether the flags specify "writable", either read/write or write-only
isWritable() - Method in class org.jruby.util.io.OpenFile
 
isWriteBuffered() - Method in class org.jruby.util.io.OpenFile
 
isXFlag() - Method in class org.jruby.RubyInstanceConfig
 
isxFlag() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
isZero(int) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RandNode
 
isZero() - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
iterator() - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
iterator() - Method in class org.jruby.RubyArray
 
iterator(RubyModule) - Method in class org.jruby.runtime.ObjectSpace
 
iterator() - Method in class org.jruby.util.collections.WeakHashSet
 
iterator() - Method in class org.jruby.util.JDBCDriverUnloader
 
iterNode - Variable in class org.jruby.ast.CallNode
 
iterNode - Variable in class org.jruby.ast.FCallNode
 
IterNode - Class in org.jruby.ast
Represents a block.
IterNode(ISourcePosition, Node, StaticScope, Node) - Constructor for class org.jruby.ast.IterNode
Used by Truffle 'for' and by ForNode only.
IterNode(ISourcePosition, ArgsNode, Node, StaticScope) - Constructor for class org.jruby.ast.IterNode
Used for all non-for types of blocks.
itself() - Method in class org.jruby.RubyBasicObject
rb_obj_itself Identity method for the object.
iushr() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ivar(MethodHandles.Lookup, String, MethodType) - Static method in class org.jruby.ir.targets.Bootstrap
 
ivar() - Static method in class org.jruby.ir.targets.Bootstrap
 
IVAR_INSPECTING_OBJECT_ALLOCATOR - Static variable in class org.jruby.RubyObject
Allocator that inspects all methods for instance variables and chooses a concrete class to construct based on that.
ivarGet(VariableSite, IRubyObject) - Static method in class org.jruby.ir.targets.Bootstrap
 
ivarGetFail(VariableSite, IRubyObject) - Static method in class org.jruby.ir.targets.Bootstrap
 
ivarSet(VariableSite, IRubyObject, IRubyObject) - Static method in class org.jruby.ir.targets.Bootstrap
 
ivarSetFail(VariableSite, IRubyObject, IRubyObject) - Static method in class org.jruby.ir.targets.Bootstrap
 
ixor() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 

J

JAR_BOOTSTRAP - Static variable in class org.jruby.JarBootstrapMain
 
JarBootstrapMain - Class in org.jruby
A specialized "main" entry point that assumes it will run a specific file (jar-bootstrap.rb) when launching.
JarBootstrapMain() - Constructor for class org.jruby.JarBootstrapMain
 
jarFiles - Variable in class org.jruby.runtime.load.LoadService
 
JarredScript - Class in org.jruby.runtime.load
Loading of Ruby scripts packaged in Jar files.
JarredScript(LoadServiceResource, String) - Constructor for class org.jruby.runtime.load.JarredScript
 
Java - Class in org.jruby.javasupport
 
Java() - Constructor for class org.jruby.javasupport.Java
 
Java.JavaProxyClassMethods - Class in org.jruby.javasupport
 
Java.JavaProxyClassMethods() - Constructor for class org.jruby.javasupport.Java.JavaProxyClassMethods
 
Java.NewStyleExtensionInherited - Class in org.jruby.javasupport
 
Java.NewStyleExtensionInherited() - Constructor for class org.jruby.javasupport.Java.NewStyleExtensionInherited
 
Java.OldStyleExtensionInherited - Class in org.jruby.javasupport
 
Java.OldStyleExtensionInherited() - Constructor for class org.jruby.javasupport.Java.OldStyleExtensionInherited
 
Java7ClassValue<T> - Class in org.jruby.util.collections
A proxy cache that uses Java 7's ClassValue.
Java7ClassValue(ClassValueCalculator<T>) - Constructor for class org.jruby.util.collections.Java7ClassValue
 
java_alias(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java.JavaProxyClassMethods
 
java_alias(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java.JavaProxyClassMethods
 
java_annotation(IRubyObject, IRubyObject[]) - Static method in class org.jruby.java.addons.KernelJavaAddons
 
java_class() - Method in class org.jruby.javasupport.JavaObject
 
java_class(ThreadContext, IRubyObject) - Static method in class org.jruby.javasupport.JavaProxyMethods
 
java_class() - Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
java_class_methods() - Method in class org.jruby.javasupport.JavaClass
 
java_field(IRubyObject, IRubyObject[]) - Static method in class org.jruby.java.addons.KernelJavaAddons
 
JAVA_HANDLES - Static variable in class org.jruby.util.cli.Options
 
java_implements(IRubyObject, IRubyObject[]) - Static method in class org.jruby.java.addons.KernelJavaAddons
 
java_instance_methods() - Method in class org.jruby.javasupport.JavaClass
 
java_length() - Method in class org.jruby.ext.thread.Queue
 
java_method(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.JavaProxy
 
java_method(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.java.proxies.JavaProxy
 
java_method(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java.JavaProxyClassMethods
 
java_method(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java.JavaProxyClassMethods
 
java_method(IRubyObject[]) - Method in class org.jruby.javasupport.JavaClass
 
java_name(IRubyObject, IRubyObject[]) - Static method in class org.jruby.java.addons.KernelJavaAddons
 
java_object(ThreadContext, IRubyObject) - Static method in class org.jruby.javasupport.JavaProxyMethods
 
java_object_set(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaProxyMethods
 
java_package(IRubyObject, IRubyObject[]) - Static method in class org.jruby.java.addons.KernelJavaAddons
 
java_require(IRubyObject, IRubyObject[]) - Static method in class org.jruby.java.addons.KernelJavaAddons
 
java_send(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.JavaProxy
 
java_send(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.java.proxies.JavaProxy
 
java_send(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.java.proxies.JavaProxy
 
java_send(ThreadContext, IRubyObject[]) - Method in class org.jruby.java.proxies.JavaProxy
 
java_send(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java.JavaProxyClassMethods
 
java_send(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java.JavaProxyClassMethods
 
java_send(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.Java.JavaProxyClassMethods
 
java_send(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.javasupport.Java.JavaProxyClassMethods
 
java_signature(IRubyObject, IRubyObject[]) - Static method in class org.jruby.java.addons.KernelJavaAddons
 
java_to_primitive(IRubyObject, IRubyObject, Block) - Static method in class org.jruby.javasupport.Java
Deprecated.
java_to_primitive(IRubyObject, IRubyObject, Block) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
java_to_ruby(IRubyObject, IRubyObject, Block) - Static method in class org.jruby.javasupport.Java
Deprecated.
java_to_ruby(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaArrayUtilities
 
java_to_ruby(Ruby, IRubyObject) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
java_type() - Method in class org.jruby.javasupport.JavaObject
 
java_type() - Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
JAVA_VERSION - Static variable in class org.jruby.RubyInstanceConfig
The version to use for generated classes.
JavaAccessibleObject - Class in org.jruby.javasupport
 
JavaAccessibleObject(Ruby, RubyClass) - Constructor for class org.jruby.javasupport.JavaAccessibleObject
 
JavaArray - Class in org.jruby.javasupport
 
JavaArray(Ruby, Object) - Constructor for class org.jruby.javasupport.JavaArray
 
javaArrayFromRubyArray(ThreadContext, IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
javaArrayFromRubyArrayDirect(ThreadContext, IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
javaArraySubarray(ThreadContext, JavaArray, int, int) - Method in class org.jruby.javasupport.JavaClass
 
javaArraySubarrayDirect(ThreadContext, Object, int, int) - Static method in class org.jruby.java.util.ArrayUtils
 
JavaArrayUtilities - Class in org.jruby.javasupport
 
JavaArrayUtilities() - Constructor for class org.jruby.javasupport.JavaArrayUtilities
 
javaBacktrace() - Method in class org.jruby.RubyThread
 
javaCallable - Variable in class org.jruby.java.invokers.RubyToJavaInvoker
 
JavaCallable - Class in org.jruby.javasupport
 
JavaCallable(Ruby, RubyClass, Class<?>[]) - Constructor for class org.jruby.javasupport.JavaCallable
 
javaCallables - Variable in class org.jruby.java.invokers.RubyToJavaInvoker
 
JavaClass - Class in org.jruby.javasupport
 
JavaClass(Ruby, Class<?>) - Constructor for class org.jruby.javasupport.JavaClass
 
javaClass() - Method in class org.jruby.javasupport.JavaClass
 
javaClassOf(Object) - Method in class org.jruby.truffle.nodes.core.TruffleDebugNodes.JavaClassOfNode
 
JavaCompiledScript - Class in org.jruby.runtime.load
 
JavaCompiledScript(LoadServiceResource) - Constructor for class org.jruby.runtime.load.JavaCompiledScript
 
JavaConstructor - Class in org.jruby.javasupport
 
JavaConstructor(Ruby, Constructor<?>) - Constructor for class org.jruby.javasupport.JavaConstructor
 
JavaEmbedUtils - Class in org.jruby.javasupport
Utility functions to help embedders out.
JavaEmbedUtils() - Constructor for class org.jruby.javasupport.JavaEmbedUtils
 
JavaEmbedUtils.EvalUnit - Interface in org.jruby.javasupport
All implementers can be run and will return the last value in the evaluation unit.
JavaEmbedUtils.InterpretedEvalUnit - Class in org.jruby.javasupport
An evaluation unit which is based on running JRuby's interpreter (as opposed to the compiler).
JavaEmbedUtils.InterpretedEvalUnit(Ruby, Node) - Constructor for class org.jruby.javasupport.JavaEmbedUtils.InterpretedEvalUnit
 
JavaField - Class in org.jruby.javasupport
 
JavaField(Ruby, Field) - Constructor for class org.jruby.javasupport.JavaField
 
JavaInterfaceTemplate - Class in org.jruby.java.proxies
 
JavaInterfaceTemplate() - Constructor for class org.jruby.java.proxies.JavaInterfaceTemplate
 
JavaInternalBlockBody - Class in org.jruby.runtime
Represents a special Java implementation of a block.
JavaInternalBlockBody(Ruby, Arity) - Constructor for class org.jruby.runtime.JavaInternalBlockBody
For blocks which can be executed in any thread concurrently.
JavaInternalBlockBody(Ruby, ThreadContext, String, Arity) - Constructor for class org.jruby.runtime.JavaInternalBlockBody
For blocks which cannot be executed in parallel.
JavaMethod - Class in org.jruby.internal.runtime.methods
 
JavaMethod(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod
 
JavaMethod(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod
 
JavaMethod(RubyModule, Visibility, CallConfiguration, String) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod
 
JavaMethod() - Constructor for class org.jruby.internal.runtime.methods.JavaMethod
 
JavaMethod - Class in org.jruby.javasupport
 
JavaMethod(Ruby, Method) - Constructor for class org.jruby.javasupport.JavaMethod
 
JavaMethod.JavaMethodN - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodN(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodN
 
JavaMethod.JavaMethodN(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodN
 
JavaMethod.JavaMethodN(RubyModule, Visibility, CallConfiguration, String) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodN
 
JavaMethod.JavaMethodNBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodNBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodNBlock
 
JavaMethod.JavaMethodNBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodNBlock
 
JavaMethod.JavaMethodNBlock(RubyModule, Visibility, CallConfiguration, String) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodNBlock
 
JavaMethod.JavaMethodOne - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodOne(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOne
 
JavaMethod.JavaMethodOne(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOne
 
JavaMethod.JavaMethodOne(RubyModule, Visibility, CallConfiguration, String) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOne
 
JavaMethod.JavaMethodOneBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodOneBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneBlock
 
JavaMethod.JavaMethodOneBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneBlock
 
JavaMethod.JavaMethodOneOrN - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodOneOrN(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrN
 
JavaMethod.JavaMethodOneOrN(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrN
 
JavaMethod.JavaMethodOneOrN(RubyModule, Visibility, CallConfiguration, String) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrN
 
JavaMethod.JavaMethodOneOrNBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodOneOrNBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrNBlock
 
JavaMethod.JavaMethodOneOrNBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrNBlock
 
JavaMethod.JavaMethodOneOrTwo - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodOneOrTwo(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwo
 
JavaMethod.JavaMethodOneOrTwo(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwo
 
JavaMethod.JavaMethodOneOrTwoBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodOneOrTwoBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoBlock
 
JavaMethod.JavaMethodOneOrTwoBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoBlock
 
JavaMethod.JavaMethodOneOrTwoOrN - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodOneOrTwoOrN(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrN
 
JavaMethod.JavaMethodOneOrTwoOrN(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrN
 
JavaMethod.JavaMethodOneOrTwoOrNBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodOneOrTwoOrNBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrNBlock
 
JavaMethod.JavaMethodOneOrTwoOrNBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrNBlock
 
JavaMethod.JavaMethodOneOrTwoOrThree - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodOneOrTwoOrThree(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThree
 
JavaMethod.JavaMethodOneOrTwoOrThree(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThree
 
JavaMethod.JavaMethodOneOrTwoOrThreeBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodOneOrTwoOrThreeBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThreeBlock
 
JavaMethod.JavaMethodOneOrTwoOrThreeBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThreeBlock
 
JavaMethod.JavaMethodOneOrTwoOrThreeOrN - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodOneOrTwoOrThreeOrN(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThreeOrN
 
JavaMethod.JavaMethodOneOrTwoOrThreeOrN(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThreeOrN
 
JavaMethod.JavaMethodOneOrTwoOrThreeOrNBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodOneOrTwoOrThreeOrNBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThreeOrNBlock
 
JavaMethod.JavaMethodOneOrTwoOrThreeOrNBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThreeOrNBlock
 
JavaMethod.JavaMethodThree - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodThree(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThree
 
JavaMethod.JavaMethodThree(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThree
 
JavaMethod.JavaMethodThreeBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodThreeBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThreeBlock
 
JavaMethod.JavaMethodThreeBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThreeBlock
 
JavaMethod.JavaMethodThreeOrN - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodThreeOrN(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThreeOrN
 
JavaMethod.JavaMethodThreeOrN(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThreeOrN
 
JavaMethod.JavaMethodThreeOrNBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodThreeOrNBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThreeOrNBlock
 
JavaMethod.JavaMethodThreeOrNBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThreeOrNBlock
 
JavaMethod.JavaMethodTwo - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodTwo(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwo
 
JavaMethod.JavaMethodTwo(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwo
 
JavaMethod.JavaMethodTwoBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodTwoBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoBlock
 
JavaMethod.JavaMethodTwoBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoBlock
 
JavaMethod.JavaMethodTwoOrN - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodTwoOrN(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrN
 
JavaMethod.JavaMethodTwoOrN(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrN
 
JavaMethod.JavaMethodTwoOrNBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodTwoOrNBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrNBlock
 
JavaMethod.JavaMethodTwoOrNBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrNBlock
 
JavaMethod.JavaMethodTwoOrThree - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodTwoOrThree(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThree
 
JavaMethod.JavaMethodTwoOrThree(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThree
 
JavaMethod.JavaMethodTwoOrThreeBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodTwoOrThreeBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThreeBlock
 
JavaMethod.JavaMethodTwoOrThreeBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThreeBlock
 
JavaMethod.JavaMethodTwoOrThreeOrN - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodTwoOrThreeOrN(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThreeOrN
 
JavaMethod.JavaMethodTwoOrThreeOrN(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThreeOrN
 
JavaMethod.JavaMethodTwoOrThreeOrNBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodTwoOrThreeOrNBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThreeOrNBlock
 
JavaMethod.JavaMethodTwoOrThreeOrNBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThreeOrNBlock
 
JavaMethod.JavaMethodZero - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodZero(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZero
 
JavaMethod.JavaMethodZero(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZero
 
JavaMethod.JavaMethodZero(RubyModule, Visibility, CallConfiguration, String) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZero
 
JavaMethod.JavaMethodZeroBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodZeroBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroBlock
 
JavaMethod.JavaMethodZeroBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroBlock
 
JavaMethod.JavaMethodZeroOrN - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodZeroOrN(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrN
 
JavaMethod.JavaMethodZeroOrN(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrN
 
JavaMethod.JavaMethodZeroOrN(RubyModule, Visibility, CallConfiguration, String) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrN
 
JavaMethod.JavaMethodZeroOrNBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodZeroOrNBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrNBlock
 
JavaMethod.JavaMethodZeroOrNBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrNBlock
 
JavaMethod.JavaMethodZeroOrOne - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodZeroOrOne(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOne
 
JavaMethod.JavaMethodZeroOrOne(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOne
 
JavaMethod.JavaMethodZeroOrOneBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodZeroOrOneBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneBlock
 
JavaMethod.JavaMethodZeroOrOneBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneBlock
 
JavaMethod.JavaMethodZeroOrOneOrN - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodZeroOrOneOrN(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrN
 
JavaMethod.JavaMethodZeroOrOneOrN(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrN
 
JavaMethod.JavaMethodZeroOrOneOrNBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodZeroOrOneOrNBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrNBlock
 
JavaMethod.JavaMethodZeroOrOneOrNBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrNBlock
 
JavaMethod.JavaMethodZeroOrOneOrTwo - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodZeroOrOneOrTwo(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwo
 
JavaMethod.JavaMethodZeroOrOneOrTwo(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwo
 
JavaMethod.JavaMethodZeroOrOneOrTwoBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodZeroOrOneOrTwoBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoBlock
 
JavaMethod.JavaMethodZeroOrOneOrTwoBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoBlock
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrN - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrN(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrN
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrN(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrN
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrNBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrNBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrNBlock
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrNBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrNBlock
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrThree - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrThree(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThree
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrThree(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThree
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeBlock
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeBlock
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrN - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrN(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrN
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrN(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrN
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrNBlock - Class in org.jruby.internal.runtime.methods
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrNBlock(RubyModule, Visibility) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrNBlock
 
JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrNBlock(RubyModule, Visibility, CallConfiguration) - Constructor for class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrNBlock
 
JavaMethodDescriptor - Class in org.jruby.anno
 
JavaMethodDescriptor(Method) - Constructor for class org.jruby.anno.JavaMethodDescriptor
 
JavaNameMangler - Class in org.jruby.util
 
JavaNameMangler() - Constructor for class org.jruby.util.JavaNameMangler
 
JavaObject - Class in org.jruby.javasupport
 
JavaObject(Ruby, RubyClass, Object) - Constructor for class org.jruby.javasupport.JavaObject
 
JavaObject(Ruby, Object) - Constructor for class org.jruby.javasupport.JavaObject
 
JavaProxy - Class in org.jruby.java.proxies
 
JavaProxy(Ruby, RubyClass) - Constructor for class org.jruby.java.proxies.JavaProxy
 
JavaProxy(Ruby, RubyClass, Object) - Constructor for class org.jruby.java.proxies.JavaProxy
 
JavaProxyClass - Class in org.jruby.javasupport.proxy
Generalized proxy for classes and interfaces.
JavaProxyClass.ProxyMethodImpl - Class in org.jruby.javasupport.proxy
 
JavaProxyClass.ProxyMethodImpl(Ruby, JavaProxyClass, Method, Method) - Constructor for class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
JavaProxyClassFactory - Class in org.jruby.javasupport.proxy
 
JavaProxyClassFactory() - Constructor for class org.jruby.javasupport.proxy.JavaProxyClassFactory
 
JavaProxyConstructor - Class in org.jruby.javasupport.proxy
 
JavaProxyInvocationHandler - Interface in org.jruby.javasupport.proxy
 
JavaProxyMethod - Interface in org.jruby.javasupport.proxy
 
JavaProxyMethods - Class in org.jruby.javasupport
 
JavaProxyMethods() - Constructor for class org.jruby.javasupport.JavaProxyMethods
 
JavaProxyReflectionObject - Class in org.jruby.javasupport.proxy
 
JavaProxyReflectionObject(Ruby, RubyClass) - Constructor for class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
JavaSignatureLexer - Class in org.jruby.lexer
This class is a scanner generated by JFlex 1.4.3 on 10/16/13 1:31 PM from the specification file core/src/main/java/org/jruby/lexer/JavaSignatureLexer.flex
JavaSignatureLexer(Reader) - Constructor for class org.jruby.lexer.JavaSignatureLexer
Creates a new scanner There is also a java.io.InputStream version of this constructor.
JavaSignatureLexer(InputStream) - Constructor for class org.jruby.lexer.JavaSignatureLexer
Creates a new scanner.
JavaSignatureParser - Class in org.jruby.parser
 
JavaSignatureParser() - Constructor for class org.jruby.parser.JavaSignatureParser
 
JavaSupport - Class in org.jruby.javasupport
 
JavaSupport(Ruby) - Constructor for class org.jruby.javasupport.JavaSupport
 
javaToRuby(Ruby, Object) - Static method in class org.jruby.javasupport.JavaEmbedUtils
Convert a java object to a Ruby object.
javaToRuby(Ruby, boolean) - Static method in class org.jruby.javasupport.JavaEmbedUtils
 
javaToRuby(Ruby, byte) - Static method in class org.jruby.javasupport.JavaEmbedUtils
 
javaToRuby(Ruby, char) - Static method in class org.jruby.javasupport.JavaEmbedUtils
 
javaToRuby(Ruby, double) - Static method in class org.jruby.javasupport.JavaEmbedUtils
 
javaToRuby(Ruby, float) - Static method in class org.jruby.javasupport.JavaEmbedUtils
 
javaToRuby(Ruby, int) - Static method in class org.jruby.javasupport.JavaEmbedUtils
 
javaToRuby(Ruby, long) - Static method in class org.jruby.javasupport.JavaEmbedUtils
 
javaToRuby(Ruby, short) - Static method in class org.jruby.javasupport.JavaEmbedUtils
 
javaTraceFromRubyTrace(RubyStackTraceElement[]) - Static method in exception org.jruby.exceptions.RaiseException
 
JavaUtil - Class in org.jruby.javasupport
 
JavaUtil() - Constructor for class org.jruby.javasupport.JavaUtil
 
JavaUtil.JavaConverter - Class in org.jruby.javasupport
 
JavaUtil.JavaConverter(Class) - Constructor for class org.jruby.javasupport.JavaUtil.JavaConverter
 
JavaUtil.NumericConverter - Interface in org.jruby.javasupport
 
JavaUtil.RubyConverter - Interface in org.jruby.javasupport
Deprecated.
JavaUtilities - Class in org.jruby.javasupport
 
JavaUtilities() - Constructor for class org.jruby.javasupport.JavaUtilities
 
javaVarargsCallables - Variable in class org.jruby.java.invokers.RubyToJavaInvoker
 
JDBCDriverUnloader - Class in org.jruby.util
This class gets specially loaded directly in the JRubyClassLoader so that we can unregister all JDBC drivers that were loaded/registered.
JDBCDriverUnloader() - Constructor for class org.jruby.util.JDBCDriverUnloader
 
JFFIInvoker - Class in org.jruby.ext.ffi.jffi
 
JI_LOGCANSETACCESSIBLE - Static variable in class org.jruby.util.cli.Options
 
JI_NEWSTYLEEXTENSION - Static variable in class org.jruby.util.cli.Options
 
JI_OBJECTPROXYCACHE - Static variable in class org.jruby.util.cli.Options
 
JI_PROXYCLASSFACTORY - Static variable in class org.jruby.util.cli.Options
 
JI_SETACCESSIBLE - Static variable in class org.jruby.util.cli.Options
 
JI_UPPER_CASE_PACKAGE_NAME_ALLOWED - Static variable in class org.jruby.util.cli.Options
 
JIS - Static variable in class org.jruby.ext.nkf.RubyNKF
Deprecated.
JIT - Annotation Type in org.jruby.ir
Marker Enumeration for indicating which methods in the IR are for runtime use versus compiler use.
JIT_BACKGROUND - Static variable in class org.jruby.util.cli.Options
 
JIT_CACHE - Static variable in class org.jruby.util.cli.Options
Deprecated.
JIT_CACHE_ENABLED - Static variable in class org.jruby.RubyInstanceConfig
 
JIT_CODE_CACHE - Static variable in class org.jruby.RubyInstanceConfig
 
JIT_CODECACHE - Static variable in class org.jruby.util.cli.Options
 
JIT_DEBUG - Static variable in class org.jruby.util.cli.Options
 
JIT_DUMPING - Static variable in class org.jruby.util.cli.Options
 
JIT_EXCLUDE - Static variable in class org.jruby.util.cli.Options
 
JIT_LOADING_DEBUG - Static variable in class org.jruby.RubyInstanceConfig
 
JIT_LOGEVERY - Static variable in class org.jruby.util.cli.Options
 
JIT_LOGGING - Static variable in class org.jruby.util.cli.Options
 
JIT_LOGGING_VERBOSE - Static variable in class org.jruby.util.cli.Options
 
JIT_MAX - Static variable in class org.jruby.util.cli.Options
 
JIT_MAX_METHODS_LIMIT - Static variable in class org.jruby.RubyInstanceConfig
Deprecated.
JIT_MAX_METHODS_LIMIT - Static variable in class org.jruby.runtime.Constants
The max count of active methods eligible for JIT-compilation.
JIT_MAX_SIZE_LIMIT - Static variable in class org.jruby.RubyInstanceConfig
Deprecated.
JIT_MAX_SIZE_LIMIT - Static variable in class org.jruby.runtime.Constants
The max size of JIT-compiled methods (full class size) allowed.
JIT_MAXSIZE - Static variable in class org.jruby.util.cli.Options
 
JIT_THRESHOLD - Static variable in class org.jruby.RubyInstanceConfig
Deprecated.
JIT_THRESHOLD - Static variable in class org.jruby.runtime.Constants
The JIT threshold to the specified method invocation count.
JIT_THRESHOLD - Static variable in class org.jruby.util.cli.Options
 
JITCompiler - Class in org.jruby.compiler
 
JITCompiler(Ruby) - Constructor for class org.jruby.compiler.JITCompiler
 
JITCompiler.JITClassGenerator - Class in org.jruby.compiler
 
JITCompiler.JITClassGenerator(String, String, String, Ruby, InterpretedIRMethod, JVMVisitor) - Constructor for class org.jruby.compiler.JITCompiler.JITClassGenerator
 
JITCompiler.JITCounts - Class in org.jruby.compiler
 
JITCompiler.JITCounts() - Constructor for class org.jruby.compiler.JITCompiler.JITCounts
 
JITCompilerMBean - Interface in org.jruby.compiler
 
JITMethodGenerator - Interface in org.jruby.ext.ffi.jffi
 
JITNativeInvoker - Class in org.jruby.ext.ffi.jffi
 
JITNativeInvoker(RubyModule, Function, Signature) - Constructor for class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
JITRuntime - Class in org.jruby.ext.ffi.jffi
 
JITSignature - Class in org.jruby.ext.ffi.jffi
 
JITSignature(NativeType, NativeType[], boolean, boolean[], CallingConvention, boolean) - Constructor for class org.jruby.ext.ffi.jffi.JITSignature
 
jitThresholdReached(InterpretedIRMethod, RubyInstanceConfig, ThreadContext, String, String) - Method in class org.jruby.compiler.JITCompiler
 
JODA_TIME_VERSION - Static variable in class org.jruby.runtime.Constants
 
join() - Method in class org.jruby.internal.runtime.NativeThread
 
join(long) - Method in class org.jruby.internal.runtime.NativeThread
 
join() - Method in interface org.jruby.internal.runtime.ThreadLike
 
join(long) - Method in interface org.jruby.internal.runtime.ThreadLike
 
join(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_join
join(ThreadContext) - Method in class org.jruby.RubyArray
 
join(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
join(IRubyObject[]) - Method in class org.jruby.RubyThread
Deprecated.
join(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyThread
 
join(RubyArray, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.JoinNode
 
join(RubyArray, RubyString) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.JoinNode
 
join(Object[]) - Method in class org.jruby.truffle.nodes.core.FileNodes.JoinNode
 
join(StringBuilder, Object[]) - Static method in class org.jruby.truffle.nodes.core.FileNodes.JoinNode
 
join(RubyThread) - Method in class org.jruby.truffle.nodes.core.ThreadNodes.JoinNode
 
join() - Method in class org.jruby.truffle.runtime.core.RubyThread
 
Join - Class in org.jruby.util
 
Join.AsyncReaction - Class in org.jruby.util
 
Join.AsyncReaction(int[]) - Constructor for class org.jruby.util.Join.AsyncReaction
 
Join.AsyncReaction(Enum<?>, Enum<?>...) - Constructor for class org.jruby.util.Join.AsyncReaction
 
Join.FastReaction - Class in org.jruby.util
 
Join.FastReaction(int[]) - Constructor for class org.jruby.util.Join.FastReaction
 
Join.FastReaction(Enum<?>, Enum<?>...) - Constructor for class org.jruby.util.Join.FastReaction
 
Join.Reaction - Class in org.jruby.util
 
Join.Spec - Class in org.jruby.util
 
Join.Spec() - Constructor for class org.jruby.util.Join.Spec
 
Join.SyncReaction - Class in org.jruby.util
 
Join.SyncReaction(int[]) - Constructor for class org.jruby.util.Join.SyncReaction
 
Join.SyncReaction(Enum<?>, Enum<?>...) - Constructor for class org.jruby.util.Join.SyncReaction
 
join19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_join
join19(ThreadContext) - Method in class org.jruby.RubyArray
 
JRUBY_DRIP_PREBOOT_FILE - Static variable in class org.jruby.main.DripMain
 
JRUBY_DRIP_WARMUP_DEFAULT - Static variable in class org.jruby.main.DripMain
 
JRUBY_DRIP_WARMUP_ENV - Static variable in class org.jruby.main.DripMain
 
JRUBY_PROPERTIES - Static variable in class org.jruby.runtime.Constants
Deprecated.
JRUBY_SYMBOLIC_NAME - Static variable in class org.jruby.embed.osgi.utils.OSGiFileLocator
 
JRubyCallSite - Class in org.jruby.runtime.invokedynamic
 
JRubyCallSite(MethodHandles.Lookup, MethodType, CallType, String, int, String, boolean) - Constructor for class org.jruby.runtime.invokedynamic.JRubyCallSite
 
JRubyClass - Annotation Type in org.jruby.anno
 
JRubyClassLoader - Class in org.jruby.util
 
JRubyClassLoader(ClassLoader) - Constructor for class org.jruby.util.JRubyClassLoader
 
JRubyCompiledScript - Class in org.jruby.embed.jsr223
This is a concrete class for javax.script.CompiledScript.
JRubyConstant - Annotation Type in org.jruby.anno
 
JRubyEngine - Class in org.jruby.embed.bsf
An implementation of a JRuby BSF engine.
JRubyEngine() - Constructor for class org.jruby.embed.bsf.JRubyEngine
 
JRubyEngine - Class in org.jruby.embed.jsr223
Implementation of javax.script.ScriptEngine/Compilable/Invocable.
JRubyEngine - Class in org.jruby.javasupport.bsf
An implementation of a JRuby BSF implementation.
JRubyEngine() - Constructor for class org.jruby.javasupport.bsf.JRubyEngine
 
JRubyEngineFactory - Class in org.jruby.embed.jsr223
This class implements javax.script.ScriptEngineFactory.
JRubyEngineFactory() - Constructor for class org.jruby.embed.jsr223.JRubyEngineFactory
 
JRubyExecutionContextLocal - Class in org.jruby.ext.jruby
 
JRubyExecutionContextLocal(Ruby, RubyClass) - Constructor for class org.jruby.ext.jruby.JRubyExecutionContextLocal
 
JRubyFiberLocal - Class in org.jruby.ext.jruby
 
JRubyFiberLocal(Ruby, RubyClass) - Constructor for class org.jruby.ext.jruby.JRubyFiberLocal
 
JRubyFile - Class in org.jruby.util
This file acts as an alternative to NormalizedFile, due to the problems with current working directory.
JRubyFile(String) - Constructor for class org.jruby.util.JRubyFile
 
JRubyLibrary - Class in org.jruby.ext.jruby
Native part of require 'jruby'.
JRubyLibrary() - Constructor for class org.jruby.ext.jruby.JRubyLibrary
 
JRubyLibrary.JRubyConfig - Class in org.jruby.ext.jruby
 
JRubyLibrary.JRubyConfig() - Constructor for class org.jruby.ext.jruby.JRubyLibrary.JRubyConfig
 
JRubyLibrary.MethodExtensions - Class in org.jruby.ext.jruby
 
JRubyLibrary.MethodExtensions() - Constructor for class org.jruby.ext.jruby.JRubyLibrary.MethodExtensions
 
JRubyMethod - Annotation Type in org.jruby.anno
 
JRubyModule - Annotation Type in org.jruby.anno
 
JRubyNonExistentFile - Class in org.jruby.util
Deprecated.
JRubyObjectInputStream - Class in org.jruby.ext.jruby
 
JRubyObjectInputStream(Ruby, RubyClass) - Constructor for class org.jruby.ext.jruby.JRubyObjectInputStream
 
JRubyObjectInputStream - Class in org.jruby.util
 
JRubyObjectInputStream(Ruby, InputStream) - Constructor for class org.jruby.util.JRubyObjectInputStream
 
JRubyOSGiBundleClassLoader - Class in org.jruby.embed.osgi.internal
Closest thing to JRubyClassLoader's addURL but for OSGi bundles.
JRubyOSGiBundleClassLoader() - Constructor for class org.jruby.embed.osgi.internal.JRubyOSGiBundleClassLoader
 
JRubyOSGiBundleClassLoader(Bundle) - Constructor for class org.jruby.embed.osgi.internal.JRubyOSGiBundleClassLoader
 
JRubyPOSIXHandler - Class in org.jruby.ext
 
JRubyPOSIXHandler(Ruby) - Constructor for class org.jruby.ext.JRubyPOSIXHandler
 
JRubyPOSIXHelper - Class in org.jruby.ext
 
JRubyPOSIXHelper() - Constructor for class org.jruby.ext.JRubyPOSIXHelper
 
jrubyScript() - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
JRubyScriptEngineManager - Class in org.jruby.embed.jsr223
This is a substitute of javax.script.ScriptEngineManager.
JRubyScriptEngineManager() - Constructor for class org.jruby.embed.jsr223.JRubyScriptEngineManager
 
JRubyScriptEngineManager(ClassLoader) - Constructor for class org.jruby.embed.jsr223.JRubyScriptEngineManager
 
JRubySerializationLibrary - Class in org.jruby.ext.jruby
 
JRubySerializationLibrary() - Constructor for class org.jruby.ext.jruby.JRubySerializationLibrary
 
jrubyShell() - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
JRubyThreadLocal - Class in org.jruby.ext.jruby
 
JRubyThreadLocal(Ruby, RubyClass) - Constructor for class org.jruby.ext.jruby.JRubyThreadLocal
 
JRubyUtilLibrary - Class in org.jruby.ext.jruby
Utilities library for all those methods that don't need the full 'java' library to be loaded.
JRubyUtilLibrary() - Constructor for class org.jruby.ext.jruby.JRubyUtilLibrary
 
JRubyUtilLibrary.StringUtils - Class in org.jruby.ext.jruby
 
JRubyUtilLibrary.StringUtils() - Constructor for class org.jruby.ext.jruby.JRubyUtilLibrary.StringUtils
 
JsonProfilePrinter - Class in org.jruby.runtime.profile.builtin
 
JsonProfilePrinter(ProfileData) - Constructor for class org.jruby.runtime.profile.builtin.JsonProfilePrinter
 
jsr(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
JUMP_BACKTRACE - Static variable in class org.jruby.util.cli.Options
 
JumpException - Exception in org.jruby.exceptions
This class should be used for performance reasons if the Exception don't need a stack trace.
JumpException() - Constructor for exception org.jruby.exceptions.JumpException
Constructor for flow-control-only JumpExceptions.
JumpException(String) - Constructor for exception org.jruby.exceptions.JumpException
Constructor for JumpException.
JumpException(String, Throwable) - Constructor for exception org.jruby.exceptions.JumpException
 
JumpException.BreakJump - Exception in org.jruby.exceptions
 
JumpException.BreakJump(int, Object) - Constructor for exception org.jruby.exceptions.JumpException.BreakJump
 
JumpException.FlowControlException - Exception in org.jruby.exceptions
 
JumpException.FlowControlException(RubyLocalJumpError.Reason) - Constructor for exception org.jruby.exceptions.JumpException.FlowControlException
 
JumpException.FlowControlException(RubyLocalJumpError.Reason, int, Object) - Constructor for exception org.jruby.exceptions.JumpException.FlowControlException
 
JumpException.NextJump - Exception in org.jruby.exceptions
 
JumpException.NextJump(Object) - Constructor for exception org.jruby.exceptions.JumpException.NextJump
 
JumpException.RedoJump - Exception in org.jruby.exceptions
 
JumpException.RedoJump() - Constructor for exception org.jruby.exceptions.JumpException.RedoJump
 
JumpException.ReturnJump - Exception in org.jruby.exceptions
 
JumpException.ReturnJump(int, Object) - Constructor for exception org.jruby.exceptions.JumpException.ReturnJump
 
JumpException.SpecialJump - Exception in org.jruby.exceptions
 
JumpException.SpecialJump() - Constructor for exception org.jruby.exceptions.JumpException.SpecialJump
 
JumpInstr - Class in org.jruby.ir.instructions
 
JumpInstr(Label) - Constructor for class org.jruby.ir.instructions.JumpInstr
 
JumpInstr(JumpInstr) - Method in class org.jruby.ir.IRVisitor
 
JumpInstr(JumpInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
JUMPS_HAVE_BACKTRACE - Static variable in class org.jruby.RubyInstanceConfig
 
JVM - Class in org.jruby.ir.targets
 
JVM() - Constructor for class org.jruby.ir.targets.JVM
 
JVM - Static variable in class org.jruby.platform.Platform
 
JVM6 - Class in org.jruby.ir.targets
 
JVM6() - Constructor for class org.jruby.ir.targets.JVM6
 
JVM7 - Class in org.jruby.ir.targets
 
JVM7() - Constructor for class org.jruby.ir.targets.JVM7
 
JVMVisitor - Class in org.jruby.ir.targets
Implementation of IRCompiler for the JVM.
JVMVisitor() - Constructor for class org.jruby.ir.targets.JVMVisitor
 
JZlibDeflate - Class in org.jruby.ext.zlib
 
JZlibDeflate(Ruby, RubyClass) - Constructor for class org.jruby.ext.zlib.JZlibDeflate
 
JZlibInflate - Class in org.jruby.ext.zlib
 
JZlibInflate(Ruby, RubyClass) - Constructor for class org.jruby.ext.zlib.JZlibInflate
 
JZlibRubyGzipReader - Class in org.jruby.ext.zlib
 
JZlibRubyGzipReader(Ruby, RubyClass) - Constructor for class org.jruby.ext.zlib.JZlibRubyGzipReader
 
JZlibRubyGzipReader.Error - Class in org.jruby.ext.zlib
 
JZlibRubyGzipReader.Error() - Constructor for class org.jruby.ext.zlib.JZlibRubyGzipReader.Error
 
JZlibRubyGzipWriter - Class in org.jruby.ext.zlib
 
JZlibRubyGzipWriter(Ruby, RubyClass) - Constructor for class org.jruby.ext.zlib.JZlibRubyGzipWriter
 

K

k__ENCODING__ - Static variable in class org.jruby.parser.RubyParser
 
k__ENCODING__ - Static variable in interface org.jruby.parser.Tokens
 
k__FILE__ - Static variable in class org.jruby.parser.RubyParser
 
k__FILE__ - Static variable in interface org.jruby.parser.Tokens
 
k__LINE__ - Static variable in class org.jruby.parser.RubyParser
 
k__LINE__ - Static variable in interface org.jruby.parser.Tokens
 
k_exact_p(IRubyObject) - Static method in class org.jruby.util.Numeric
 
k_inexact_p(IRubyObject) - Static method in class org.jruby.util.Numeric
 
kALIAS - Static variable in class org.jruby.parser.RubyParser
 
kALIAS - Static variable in interface org.jruby.parser.Tokens
 
kAND - Static variable in class org.jruby.parser.RubyParser
 
kAND - Static variable in interface org.jruby.parser.Tokens
 
kBEGIN - Static variable in class org.jruby.parser.RubyParser
 
kBEGIN - Static variable in interface org.jruby.parser.Tokens
 
kBREAK - Static variable in class org.jruby.parser.RubyParser
 
kBREAK - Static variable in interface org.jruby.parser.Tokens
 
kCASE - Static variable in class org.jruby.parser.RubyParser
 
kCASE - Static variable in interface org.jruby.parser.Tokens
 
kCLASS - Static variable in class org.jruby.parser.RubyParser
 
kCLASS - Static variable in interface org.jruby.parser.Tokens
 
KCode - Enum in org.jruby.util
 
kcode(Ruby) - Method in enum org.jruby.util.KCode
 
kDEF - Static variable in class org.jruby.parser.RubyParser
 
kDEF - Static variable in interface org.jruby.parser.Tokens
 
kDEFINED - Static variable in class org.jruby.parser.RubyParser
 
kDEFINED - Static variable in interface org.jruby.parser.Tokens
 
kDO - Static variable in class org.jruby.parser.RubyParser
 
kDO - Static variable in interface org.jruby.parser.Tokens
 
kDO_BLOCK - Static variable in class org.jruby.parser.RubyParser
 
kDO_BLOCK - Static variable in interface org.jruby.parser.Tokens
 
kDO_COND - Static variable in class org.jruby.parser.RubyParser
 
kDO_COND - Static variable in interface org.jruby.parser.Tokens
 
kDO_LAMBDA - Static variable in class org.jruby.parser.RubyParser
 
kDO_LAMBDA - Static variable in interface org.jruby.parser.Tokens
 
keep_if(ThreadContext, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_keep_if
keep_if(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
keep_if(ThreadContext, Block) - Method in class org.jruby.RubyHash
 
keep_ifCommon(ThreadContext, Block) - Method in class org.jruby.RubyHash
 
kELSE - Static variable in class org.jruby.parser.RubyParser
 
kELSE - Static variable in interface org.jruby.parser.Tokens
 
kELSIF - Static variable in class org.jruby.parser.RubyParser
 
kELSIF - Static variable in interface org.jruby.parser.Tokens
 
kEND - Static variable in class org.jruby.parser.RubyParser
 
kEND - Static variable in interface org.jruby.parser.Tokens
 
kENSURE - Static variable in class org.jruby.parser.RubyParser
 
kENSURE - Static variable in interface org.jruby.parser.Tokens
 
kernel32() - Static method in class org.jruby.util.WindowsFFI
 
KernelJavaAddons - Class in org.jruby.java.addons
 
KernelJavaAddons() - Constructor for class org.jruby.java.addons.KernelJavaAddons
 
KernelNodes - Class in org.jruby.truffle.nodes.core
 
KernelNodes() - Constructor for class org.jruby.truffle.nodes.core.KernelNodes
 
KernelNodes.AbortNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.AbortNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.AbortNode
 
KernelNodes.AbortNode(KernelNodes.AbortNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.AbortNode
 
KernelNodes.ArrayNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.ArrayNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ArrayNode
 
KernelNodes.ArrayNode(KernelNodes.ArrayNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ArrayNode
 
KernelNodes.AtExitNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.AtExitNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.AtExitNode
 
KernelNodes.AtExitNode(KernelNodes.AtExitNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.AtExitNode
 
KernelNodes.BacktickNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.BacktickNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.BacktickNode
 
KernelNodes.BacktickNode(KernelNodes.BacktickNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.BacktickNode
 
KernelNodes.BindingNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.BindingNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.BindingNode
 
KernelNodes.BlockGivenNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.BlockGivenNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.BlockGivenNode
 
KernelNodes.BlockGivenNode(KernelNodes.BlockGivenNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.BlockGivenNode
 
KernelNodes.CallerNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.CallerNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.CallerNode
 
KernelNodes.CallerNode(KernelNodes.CallerNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.CallerNode
 
KernelNodes.CatchNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.CatchNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.CatchNode
 
KernelNodes.CatchNode(KernelNodes.CatchNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.CatchNode
 
KernelNodes.ClassNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.ClassNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ClassNode
 
KernelNodes.ClassNode(KernelNodes.ClassNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ClassNode
 
KernelNodes.CloneNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.CloneNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.CloneNode
 
KernelNodes.CloneNode(KernelNodes.CloneNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.CloneNode
 
KernelNodes.CompareNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.CompareNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.CompareNode
 
KernelNodes.CompareNode(KernelNodes.CompareNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.CompareNode
 
KernelNodes.DupNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.DupNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.DupNode
 
KernelNodes.DupNode(KernelNodes.DupNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.DupNode
 
KernelNodes.EqlNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.EqlNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.EqlNode
 
KernelNodes.EqlNode(KernelNodes.EqlNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.EqlNode
 
KernelNodes.EvalNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.EvalNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.EvalNode
 
KernelNodes.EvalNode(KernelNodes.EvalNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.EvalNode
 
KernelNodes.ExecNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.ExecNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ExecNode
 
KernelNodes.ExecNode(KernelNodes.ExecNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ExecNode
 
KernelNodes.ExitBangNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.ExitBangNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ExitBangNode
 
KernelNodes.ExitBangNode(KernelNodes.ExitBangNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ExitBangNode
 
KernelNodes.ExitNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.ExitNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ExitNode
 
KernelNodes.ExitNode(KernelNodes.ExitNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ExitNode
 
KernelNodes.ExtendNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.ExtendNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ExtendNode
 
KernelNodes.ExtendNode(KernelNodes.ExtendNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ExtendNode
 
KernelNodes.ForkNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.ForkNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ForkNode
 
KernelNodes.ForkNode(KernelNodes.ForkNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ForkNode
 
KernelNodes.FreezeNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.FreezeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.FreezeNode
 
KernelNodes.FreezeNode(KernelNodes.FreezeNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.FreezeNode
 
KernelNodes.FrozenNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.FrozenNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.FrozenNode
 
KernelNodes.FrozenNode(KernelNodes.FrozenNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.FrozenNode
 
KernelNodes.GetsNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.GetsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.GetsNode
 
KernelNodes.GetsNode(KernelNodes.GetsNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.GetsNode
 
KernelNodes.HashNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.HashNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.HashNode
 
KernelNodes.HashNode(KernelNodes.HashNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.HashNode
 
KernelNodes.InitializeCopyNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.InitializeCopyNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.InitializeCopyNode
 
KernelNodes.InitializeCopyNode(KernelNodes.InitializeCopyNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.InitializeCopyNode
 
KernelNodes.InitializeDupCloneNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.InitializeDupCloneNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.InitializeDupCloneNode
 
KernelNodes.InitializeDupCloneNode(KernelNodes.InitializeDupCloneNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.InitializeDupCloneNode
 
KernelNodes.InstanceOfNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.InstanceOfNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.InstanceOfNode
 
KernelNodes.InstanceOfNode(KernelNodes.InstanceOfNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.InstanceOfNode
 
KernelNodes.InstanceVariableDefinedNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.InstanceVariableDefinedNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.InstanceVariableDefinedNode
 
KernelNodes.InstanceVariableDefinedNode(KernelNodes.InstanceVariableDefinedNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.InstanceVariableDefinedNode
 
KernelNodes.InstanceVariableGetNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.InstanceVariableGetNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.InstanceVariableGetNode
 
KernelNodes.InstanceVariableGetNode(KernelNodes.InstanceVariableGetNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.InstanceVariableGetNode
 
KernelNodes.InstanceVariableSetNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.InstanceVariableSetNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.InstanceVariableSetNode
 
KernelNodes.InstanceVariableSetNode(KernelNodes.InstanceVariableSetNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.InstanceVariableSetNode
 
KernelNodes.InstanceVariablesNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.InstanceVariablesNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.InstanceVariablesNode
 
KernelNodes.InstanceVariablesNode(KernelNodes.InstanceVariablesNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.InstanceVariablesNode
 
KernelNodes.IntegerNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.IntegerNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.IntegerNode
 
KernelNodes.IntegerNode(KernelNodes.IntegerNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.IntegerNode
 
KernelNodes.IsANode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.IsANode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.IsANode
 
KernelNodes.IsANode(KernelNodes.IsANode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.IsANode
 
KernelNodes.LambdaNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.LambdaNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.LambdaNode
 
KernelNodes.LambdaNode(KernelNodes.LambdaNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.LambdaNode
 
KernelNodes.LoadNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.LoadNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.LoadNode
 
KernelNodes.LoadNode(KernelNodes.LoadNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.LoadNode
 
KernelNodes.LocalVariablesNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.LocalVariablesNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.LocalVariablesNode
 
KernelNodes.LocalVariablesNode(KernelNodes.LocalVariablesNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.LocalVariablesNode
 
KernelNodes.LoopNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.LoopNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.LoopNode
 
KernelNodes.LoopNode(KernelNodes.LoopNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.LoopNode
 
KernelNodes.MatchNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.MatchNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.MatchNode
 
KernelNodes.MatchNode(KernelNodes.MatchNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.MatchNode
 
KernelNodes.MethodNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.MethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.MethodNode
 
KernelNodes.MethodNode(KernelNodes.MethodNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.MethodNode
 
KernelNodes.MethodsNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.MethodsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.MethodsNode
 
KernelNodes.MethodsNode(KernelNodes.MethodsNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.MethodsNode
 
KernelNodes.NilNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.NilNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.NilNode
 
KernelNodes.NilNode(KernelNodes.NilNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.NilNode
 
KernelNodes.NotMatchNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.NotMatchNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.NotMatchNode
 
KernelNodes.NotMatchNode(KernelNodes.NotMatchNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.NotMatchNode
 
KernelNodes.ObjectIDNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.ObjectIDNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ObjectIDNode
 
KernelNodes.ObjectIDNode(KernelNodes.ObjectIDNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ObjectIDNode
 
KernelNodes.PrintNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.PrintNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.PrintNode
 
KernelNodes.PrintNode(KernelNodes.PrintNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.PrintNode
 
KernelNodes.PrivateMethodsNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.PrivateMethodsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.PrivateMethodsNode
 
KernelNodes.PrivateMethodsNode(KernelNodes.PrivateMethodsNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.PrivateMethodsNode
 
KernelNodes.ProcNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.ProcNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ProcNode
 
KernelNodes.ProcNode(KernelNodes.ProcNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ProcNode
 
KernelNodes.PublicMethodsNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.PublicMethodsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.PublicMethodsNode
 
KernelNodes.PublicMethodsNode(KernelNodes.PublicMethodsNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.PublicMethodsNode
 
KernelNodes.RaiseNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.RaiseNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.RaiseNode
 
KernelNodes.RaiseNode(KernelNodes.RaiseNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.RaiseNode
 
KernelNodes.RandNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.RandNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.RandNode
 
KernelNodes.RandNode(KernelNodes.RandNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.RandNode
 
KernelNodes.RequireNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.RequireNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.RequireNode
 
KernelNodes.RequireNode(KernelNodes.RequireNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.RequireNode
 
KernelNodes.RequireRelativeNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.RequireRelativeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.RequireRelativeNode
 
KernelNodes.RequireRelativeNode(KernelNodes.RequireRelativeNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.RequireRelativeNode
 
KernelNodes.RespondToMissingNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.RespondToMissingNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.RespondToMissingNode
 
KernelNodes.RespondToMissingNode(KernelNodes.RespondToMissingNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.RespondToMissingNode
 
KernelNodes.RespondToNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.RespondToNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.RespondToNode
 
KernelNodes.RespondToNode(KernelNodes.RespondToNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.RespondToNode
 
KernelNodes.SameOrEqualNode - Class in org.jruby.truffle.nodes.core
Check if operands are the same object or call #==.
KernelNodes.SameOrEqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.SameOrEqualNode
 
KernelNodes.SameOrEqualNode(KernelNodes.SameOrEqualNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.SameOrEqualNode
 
KernelNodes.SendNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.SendNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.SendNode
 
KernelNodes.SendNode(KernelNodes.SendNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.SendNode
 
KernelNodes.SetTraceFuncNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.SetTraceFuncNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.SetTraceFuncNode
 
KernelNodes.SetTraceFuncNode(KernelNodes.SetTraceFuncNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.SetTraceFuncNode
 
KernelNodes.SingletonClassMethodNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.SingletonClassMethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.SingletonClassMethodNode
 
KernelNodes.SingletonClassMethodNode(KernelNodes.SingletonClassMethodNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.SingletonClassMethodNode
 
KernelNodes.SingletonMethodsNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.SingletonMethodsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.SingletonMethodsNode
 
KernelNodes.SingletonMethodsNode(KernelNodes.SingletonMethodsNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.SingletonMethodsNode
 
KernelNodes.SleepNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.SleepNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.SleepNode
 
KernelNodes.SleepNode(KernelNodes.SleepNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.SleepNode
 
KernelNodes.SPrintfNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.SPrintfNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.SPrintfNode
 
KernelNodes.SPrintfNode(KernelNodes.SPrintfNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.SPrintfNode
 
KernelNodes.StringNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.StringNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.StringNode
 
KernelNodes.StringNode(KernelNodes.StringNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.StringNode
 
KernelNodes.SystemNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.SystemNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.SystemNode
 
KernelNodes.SystemNode(KernelNodes.SystemNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.SystemNode
 
KernelNodes.TaintedNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.TaintedNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.TaintedNode
 
KernelNodes.TaintedNode(KernelNodes.TaintedNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.TaintedNode
 
KernelNodes.TaintNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.TaintNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.TaintNode
 
KernelNodes.TaintNode(KernelNodes.TaintNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.TaintNode
 
KernelNodes.ThrowNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.ThrowNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ThrowNode
 
KernelNodes.ThrowNode(KernelNodes.ThrowNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ThrowNode
 
KernelNodes.ToHexStringNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.ToHexStringNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ToHexStringNode
 
KernelNodes.ToHexStringNode(KernelNodes.ToHexStringNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ToHexStringNode
 
KernelNodes.ToSNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.ToSNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.ToSNode
 
KernelNodes.UntaintNode - Class in org.jruby.truffle.nodes.core
 
KernelNodes.UntaintNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.UntaintNode
 
KernelNodes.UntaintNode(KernelNodes.UntaintNode) - Constructor for class org.jruby.truffle.nodes.core.KernelNodes.UntaintNode
 
KernelNodesFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.KernelNodesFactory
 
KernelNodesFactory.AbortNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.ArrayNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.AtExitNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.BacktickNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.BindingNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.BlockGivenNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.CallerNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.CatchNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.ClassNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.CloneNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.CompareNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.DupNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.EqlNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.EvalNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.ExecNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.ExitBangNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.ExitNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.ExtendNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.ForkNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.FreezeNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.FrozenNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.GetsNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.HashNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.InitializeCopyNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.InitializeDupCloneNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.InstanceOfNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.InstanceVariableDefinedNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.InstanceVariableGetNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.InstanceVariableSetNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.InstanceVariablesNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.IntegerNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.IsANodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.LambdaNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.LoadNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.LocalVariablesNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.LoopNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.MatchNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.MethodNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.MethodsNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.NilNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.NotMatchNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.ObjectIDNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.PrintNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.PrivateMethodsNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.ProcNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.PublicMethodsNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.RaiseNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.RandNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.RequireNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.RequireRelativeNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.RespondToMissingNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.RespondToNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.SameOrEqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.SendNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.SetTraceFuncNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.SingletonClassMethodNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.SingletonMethodsNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.SleepNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.SPrintfNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.StringNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.SystemNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.TaintedNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.TaintNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.ThrowNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.ToHexStringNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.ToSNodeFactory - Class in org.jruby.truffle.nodes.core
 
KernelNodesFactory.UntaintNodeFactory - Class in org.jruby.truffle.nodes.core
 
kernelToS(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.cast.ToSNode
 
key(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_key
key(ThreadContext, IRubyObject) - Method in class org.jruby.RubyHash
 
key() - Method in class org.jruby.util.collections.WeakValuedMap.KeyedReference
 
key_p(IRubyObject) - Method in class org.jruby.RubyThread
 
keyBuckets(VirtualFrame, RubyHash, Object) - Method in class org.jruby.truffle.nodes.core.HashNodes.KeyNode
 
keyEquals(Object, Object) - Method in class org.jruby.util.GenericMap
 
keyEquals(Object, Object) - Method in class org.jruby.util.WeakIdentityHashMap
 
keyHash(Object) - Method in class org.jruby.util.GenericMap
 
keyHash(Object) - Method in class org.jruby.util.WeakIdentityHashMap
 
keyIterator() - Method in class org.jruby.util.GenericMap
 
keyNull(RubyHash, Object) - Method in class org.jruby.truffle.nodes.core.HashNodes.KeyNode
 
keyPackedArray(VirtualFrame, RubyHash, Object) - Method in class org.jruby.truffle.nodes.core.HashNodes.KeyNode
 
keys() - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_keys
keys() - Method in class org.jruby.RubyHash
rb_hash_keys
keys() - Method in class org.jruby.RubyThread
 
keysBuckets(RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.KeysNode
 
keySet() - Method in class org.jruby.embed.internal.BiVariableMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class org.jruby.java.util.SystemPropertiesMap
 
keySet() - Method in class org.jruby.RubyHash
 
keySet() - Method in class org.jruby.util.collections.IntHashMap
 
keySet() - Method in class org.jruby.util.GenericMap
 
keysNull(RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.KeysNode
 
keysPackedArray(RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.KeysNode
 
KeyValue - Class in org.jruby.truffle.runtime.hash
A simple key-value for inserting or retrieving from a hash.
KeyValue(Object, Object) - Constructor for class org.jruby.truffle.runtime.hash.KeyValue
 
KeyValuePair<K,V> - Class in org.jruby.util
Simple key-value pair object.
KeyValuePair(K, V) - Constructor for class org.jruby.util.KeyValuePair
 
keyValues - Variable in class org.jruby.truffle.nodes.literal.HashLiteralNode
 
keyword_arg(ISourcePosition, AssignableNode) - Method in class org.jruby.parser.ParserSupport
 
KeywordArgNode - Class in org.jruby.ast
 
KeywordArgNode(ISourcePosition, AssignableNode) - Constructor for class org.jruby.ast.KeywordArgNode
 
KeywordMatch - Class in org.jruby.lexer.yacc
 
KeywordMatch() - Constructor for class org.jruby.lexer.yacc.KeywordMatch
 
KeywordRestArgNode - Class in org.jruby.ast
 
KeywordRestArgNode(ISourcePosition, String, int) - Constructor for class org.jruby.ast.KeywordRestArgNode
 
kFALSE - Static variable in class org.jruby.parser.RubyParser
 
kFALSE - Static variable in interface org.jruby.parser.Tokens
 
kFOR - Static variable in class org.jruby.parser.RubyParser
 
kFOR - Static variable in interface org.jruby.parser.Tokens
 
kIF - Static variable in class org.jruby.parser.RubyParser
 
kIF - Static variable in interface org.jruby.parser.Tokens
 
kIF_MOD - Static variable in class org.jruby.parser.RubyParser
 
kIF_MOD - Static variable in interface org.jruby.parser.Tokens
 
kill(RubyThread, RubyThread, ThreadService.Event.Type) - Static method in class org.jruby.internal.runtime.ThreadService.Event
Deprecated.
kill(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
Deprecated.
kill(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
 
kill(Ruby, IRubyObject[]) - Static method in class org.jruby.RubyProcess
 
kill(IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyThread
 
kill() - Method in class org.jruby.RubyThread
 
kill(RubyThread) - Method in class org.jruby.truffle.nodes.core.ThreadNodes.KillNode
 
kIN - Static variable in class org.jruby.parser.RubyParser
 
kIN - Static variable in interface org.jruby.parser.Tokens
 
kind_of_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBasicObject
rb_obj_is_kind_of call-seq: obj.is_a?(class) => true or false obj.kind_of?(class) => true or false Returns true if class is the class of obj, or if class is one of the superclasses of obj or modules included in obj.
kind_of_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
kindOf - Variable in class org.jruby.RubyModule
 
klBEGIN - Static variable in class org.jruby.parser.RubyParser
 
klBEGIN - Static variable in interface org.jruby.parser.Tokens
 
klEND - Static variable in class org.jruby.parser.RubyParser
 
klEND - Static variable in interface org.jruby.parser.Tokens
 
kMODULE - Static variable in class org.jruby.parser.RubyParser
 
kMODULE - Static variable in interface org.jruby.parser.Tokens
 
kNEXT - Static variable in class org.jruby.parser.RubyParser
 
kNEXT - Static variable in interface org.jruby.parser.Tokens
 
kNIL - Static variable in class org.jruby.parser.RubyParser
 
kNIL - Static variable in interface org.jruby.parser.Tokens
 
kNOT - Static variable in class org.jruby.parser.RubyParser
 
kNOT - Static variable in interface org.jruby.parser.Tokens
 
kOR - Static variable in class org.jruby.parser.RubyParser
 
kOR - Static variable in interface org.jruby.parser.Tokens
 
kREDO - Static variable in class org.jruby.parser.RubyParser
 
kREDO - Static variable in interface org.jruby.parser.Tokens
 
kRESCUE - Static variable in class org.jruby.parser.RubyParser
 
kRESCUE - Static variable in interface org.jruby.parser.Tokens
 
kRESCUE_MOD - Static variable in class org.jruby.parser.RubyParser
 
kRESCUE_MOD - Static variable in interface org.jruby.parser.Tokens
 
kRETRY - Static variable in class org.jruby.parser.RubyParser
 
kRETRY - Static variable in interface org.jruby.parser.Tokens
 
kRETURN - Static variable in class org.jruby.parser.RubyParser
 
kRETURN - Static variable in interface org.jruby.parser.Tokens
 
kSELF - Static variable in class org.jruby.parser.RubyParser
 
kSELF - Static variable in interface org.jruby.parser.Tokens
 
kSUPER - Static variable in class org.jruby.parser.RubyParser
 
kSUPER - Static variable in interface org.jruby.parser.Tokens
 
kTHEN - Static variable in class org.jruby.parser.RubyParser
 
kTHEN - Static variable in interface org.jruby.parser.Tokens
 
kTRUE - Static variable in class org.jruby.parser.RubyParser
 
kTRUE - Static variable in interface org.jruby.parser.Tokens
 
kUNDEF - Static variable in class org.jruby.parser.RubyParser
 
kUNDEF - Static variable in interface org.jruby.parser.Tokens
 
kUNLESS - Static variable in class org.jruby.parser.RubyParser
 
kUNLESS - Static variable in interface org.jruby.parser.Tokens
 
kUNLESS_MOD - Static variable in class org.jruby.parser.RubyParser
 
kUNLESS_MOD - Static variable in interface org.jruby.parser.Tokens
 
kUNTIL - Static variable in class org.jruby.parser.RubyParser
 
kUNTIL - Static variable in interface org.jruby.parser.Tokens
 
kUNTIL_MOD - Static variable in class org.jruby.parser.RubyParser
 
kUNTIL_MOD - Static variable in interface org.jruby.parser.Tokens
 
KW_REST_ARG_DUMMY - Static variable in class org.jruby.ir.operands.Symbol
 
kwargs() - Method in class org.jruby.runtime.Signature
 
kwargsHash(MethodHandles.Lookup, String, MethodType) - Static method in class org.jruby.ir.targets.Bootstrap
 
kwargsHash() - Static method in class org.jruby.ir.targets.Bootstrap
 
kwargsHash(ThreadContext, RubyHash, IRubyObject[]) - Static method in class org.jruby.ir.targets.Bootstrap
 
kwargsHash(int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Construct a Hash based on keyword arguments pasesd to this method, for use in zsuper Stack required: context, kwargs hash to dup, remaining elements of hash
kwargsHash(int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
kwargsHash(int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
kWHEN - Static variable in class org.jruby.parser.RubyParser
 
kWHEN - Static variable in interface org.jruby.parser.Tokens
 
kWHILE - Static variable in class org.jruby.parser.RubyParser
 
kWHILE - Static variable in interface org.jruby.parser.Tokens
 
kWHILE_MOD - Static variable in class org.jruby.parser.RubyParser
 
kWHILE_MOD - Static variable in interface org.jruby.parser.Tokens
 
kYIELD - Static variable in class org.jruby.parser.RubyParser
 
kYIELD - Static variable in interface org.jruby.parser.Tokens
 

L

l2d() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
l2f() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
l2i() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
label(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
Label(Label) - Method in class org.jruby.ir.IRVisitor
 
Label - Class in org.jruby.ir.operands
 
Label(String, int) - Constructor for class org.jruby.ir.operands.Label
 
label(ThreadContext) - Method in class org.jruby.RubyThread.Location
 
LabelInstr - Class in org.jruby.ir.instructions
 
LabelInstr(Label) - Constructor for class org.jruby.ir.instructions.LabelInstr
 
LabelInstr(LabelInstr) - Method in class org.jruby.ir.IRVisitor
 
LabelInstr(LabelInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
labelMap - Variable in class org.jruby.ir.targets.MethodData
 
labelRenameMap - Variable in class org.jruby.ir.transformations.inlining.CloneInfo
 
ladd() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
laload() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
lambda(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
lambda(RubyProc) - Method in class org.jruby.truffle.nodes.core.ProcNodes.LambdaNode
 
lambda_p(ThreadContext) - Method in class org.jruby.RubyProc
 
LambdaNode - Class in org.jruby.ast
Stubby lambda node (1.9 only)
LambdaNode(ISourcePosition, ArgsNode, Node, StaticScope) - Constructor for class org.jruby.ast.LambdaNode
 
LambdaNode - Class in org.jruby.truffle.nodes.cast
 
LambdaNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.cast.LambdaNode
 
land() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
largeFixnumToID(RubyContext, long) - Static method in class org.jruby.truffle.runtime.ObjectIDOperations
 
last(IRubyObject[]) - Method in class org.jruby.RubyArray
Deprecated.
Use the versions with zero, one, or two args.
last() - Method in class org.jruby.RubyArray
rb_ary_last
last(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_last
last - Variable in class org.jruby.RubyArray.RubyArrayConversionIterator
 
last(ThreadContext) - Method in class org.jruby.RubyRange
 
last(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRange
 
last(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.LastNode
 
last(RubyRange.IntegerFixnumRange) - Method in class org.jruby.truffle.nodes.core.RangeNodes.LastNode
 
last(RubyRange.ObjectRange) - Method in class org.jruby.truffle.nodes.core.RangeNodes.LastNode
 
last_error(ThreadContext) - Method in class org.jruby.RubyConverter
 
last_match(IRubyObject) - Static method in class org.jruby.RubyRegexp
rb_reg_last_match
last_match_s(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyRegexp
rb_reg_s_last_match / match_getter
last_match_s(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyRegexp
rb_reg_s_last_match
lastElement(IRubyObject[]) - Static method in class org.jruby.runtime.Helpers
 
lastIndexOf(Object) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
lastIndexOf(Object) - Method in class org.jruby.RubyArray
 
lastModified() - Method in class org.jruby.util.ClasspathResource
 
lastModified() - Method in class org.jruby.util.EmptyFileResource
 
lastModified() - Method in interface org.jruby.util.FileResource
 
lastModified() - Method in class org.jruby.util.URLResource
 
lastore() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
lastPosition - Variable in class org.jruby.lexer.yacc.LexerSource
 
lastResumedByFiber - Variable in class org.jruby.truffle.runtime.core.RubyFiber
 
lastWasBeginOfLine() - Method in class org.jruby.lexer.yacc.ByteArrayLexerSource
 
lastWasBeginOfLine() - Method in class org.jruby.lexer.yacc.InputStreamLexerSource
 
lastWasBeginOfLine() - Method in class org.jruby.lexer.yacc.LexerSource
 
LateLoadingLibrary - Class in org.jruby.ext
 
LateLoadingLibrary(String, String, ClassLoader) - Constructor for class org.jruby.ext.LateLoadingLibrary
 
LAUNCH_INPROC - Static variable in class org.jruby.util.cli.Options
 
layout(ThreadContext) - Method in class org.jruby.ext.ffi.StructByReference
 
layout(ThreadContext) - Method in class org.jruby.ext.ffi.StructByValue
 
LAYOUT - Static variable in class org.jruby.truffle.runtime.core.RubyBasicObject
 
lazy - Variable in class org.jruby.embed.internal.AbstractLocalContextProvider
 
LAZYHANDLES_COMPILE - Static variable in class org.jruby.RubyInstanceConfig
Enable lazy handles optimizations.
LazyObjectSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
LazyObjectSite(MethodType) - Constructor for class org.jruby.ir.targets.LazyObjectSite
 
LBRACK - Static variable in class org.jruby.parser.JavaSignatureParser
 
lchmod(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
lchown(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
lcm(ThreadContext, IRubyObject) - Method in class org.jruby.RubyInteger
rb_lcm
lcmp() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
lconst_0() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
LCURLY - Static variable in class org.jruby.parser.JavaSignatureParser
 
ldc(Object) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ldexp(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
ldexp(double, long) - Static method in class org.jruby.util.Numeric
 
ldexp19(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
ldiv() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
leaveGlobalLock() - Method in class org.jruby.truffle.runtime.subsystems.ThreadManager
Leaves the global lock, returning the Ruby thread which has just stopped being the current thread.
leaveThread() - Method in class org.jruby.truffle.runtime.subsystems.SafepointManager
 
LeCallSite - Class in org.jruby.runtime.callsite
 
LeCallSite() - Constructor for class org.jruby.runtime.callsite.LeCallSite
 
left(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyRandom
 
leftNode - Variable in class org.jruby.ast.Colon2Node
 
leftObj(ThreadContext) - Method in class org.jruby.RubyRandom
 
leftShift(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.LeftShiftNode
 
leftShift(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.RightShiftNode
 
leftShift(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LeftShiftNode
 
leftShiftFallback(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LeftShiftNode
 
leftShiftNeg(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LeftShiftNode
 
leftShiftNeg(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LeftShiftNode
 
leftShiftToLong(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LeftShiftNode
 
leftShiftToLong(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LeftShiftNode
 
leftShiftWithOverflow(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LeftShiftNode
 
leftShiftWithOverflow(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LeftShiftNode
 
len - Variable in class org.jruby.util.io.OpenFile.Buffer
 
length(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.digest.RubyDigest.DigestInstance
 
length - Variable in class org.jruby.ext.ffi.ArrayMemoryIO
 
length(Object) - Method in class org.jruby.ext.ffi.jffi.DelegatingPointerParameterStrategy
 
length(Object) - Method in class org.jruby.ext.ffi.jffi.PointerParameterStrategy
 
length(Object) - Method in class org.jruby.ext.ffi.jffi.StringParameterStrategy
 
length() - Method in class org.jruby.ext.ffi.Type.Array
 
length(ThreadContext) - Method in class org.jruby.ext.ffi.Type.Array
 
length() - Method in class org.jruby.ext.stringio.StringIO
 
length(ThreadContext) - Method in class org.jruby.ext.thread.Queue
 
length(ThreadContext) - Method in class org.jruby.java.proxies.ArrayJavaProxy
 
length() - Method in class org.jruby.javasupport.JavaArray
 
length() - Method in class org.jruby.javasupport.JavaObject
 
length() - Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
length() - Method in class org.jruby.RubyArray
rb_ary_length
length() - Method in class org.jruby.RubyString
rb_str_length
length() - Method in class org.jruby.RubySymbol
 
length() - Method in class org.jruby.truffle.runtime.core.RubyString
 
length() - Method in class org.jruby.util.ClasspathResource
 
length() - Method in class org.jruby.util.EmptyFileResource
 
length() - Method in interface org.jruby.util.FileResource
 
length(Encoding, byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
length() - Method in class org.jruby.util.URLResource
 
length19() - Method in class org.jruby.RubyString
 
less(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.LessNode
 
less(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.BignumNodes.LessNode
 
less(RubyBignum, double) - Method in class org.jruby.truffle.nodes.core.BignumNodes.LessNode
 
less(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.LessNode
 
less(VirtualFrame, RubyBasicObject, Object) - Method in class org.jruby.truffle.nodes.core.ComparableNodes.LessNode
 
less(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LessNode
 
less(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LessNode
 
less(int, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LessNode
 
less(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LessNode
 
less(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LessNode
 
less(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LessNode
 
less(long, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LessNode
 
less(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LessNode
 
less(double, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.FloatNodes.EqualNode
 
less(double, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.FloatNodes.GreaterEqualNode
 
less(double, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.FloatNodes.GreaterNode
 
less(double, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.FloatNodes.LessEqualNode
 
less(double, int) - Method in class org.jruby.truffle.nodes.core.FloatNodes.LessNode
 
less(double, long) - Method in class org.jruby.truffle.nodes.core.FloatNodes.LessNode
 
less(double, double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.LessNode
 
less(double, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FloatNodes.LessNode
 
less(double, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.FloatNodes.LessNode
 
lessEqual(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.LessEqualNode
 
lessEqual(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.BignumNodes.LessEqualNode
 
lessEqual(RubyBignum, double) - Method in class org.jruby.truffle.nodes.core.BignumNodes.LessEqualNode
 
lessEqual(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.LessEqualNode
 
lessEqual(VirtualFrame, RubyBasicObject, Object) - Method in class org.jruby.truffle.nodes.core.ComparableNodes.LessEqualNode
 
lessEqual(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LessEqualNode
 
lessEqual(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LessEqualNode
 
lessEqual(int, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LessEqualNode
 
lessEqual(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LessEqualNode
 
lessEqual(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LessEqualNode
 
lessEqual(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LessEqualNode
 
lessEqual(long, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LessEqualNode
 
lessEqual(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LessEqualNode
 
lessEqual(double, int) - Method in class org.jruby.truffle.nodes.core.FloatNodes.LessEqualNode
 
lessEqual(double, long) - Method in class org.jruby.truffle.nodes.core.FloatNodes.LessEqualNode
 
lessEqual(double, double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.LessEqualNode
 
lessEqual(double, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FloatNodes.LessEqualNode
 
level(ThreadContext) - Method in class org.jruby.ext.socket.Option
 
level - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
level() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
LevelFlipFlopStateNode - Class in org.jruby.truffle.nodes.methods.locals
 
LevelFlipFlopStateNode(SourceSection, int, FrameSlot) - Constructor for class org.jruby.truffle.nodes.methods.locals.LevelFlipFlopStateNode
 
levelFromArg(IRubyObject) - Static method in class org.jruby.ext.socket.RubyBasicSocket
 
lex(int, int, String, Object) - Method in class org.jruby.parser.YYDebug
 
lexer - Variable in class org.jruby.parser.ParserSupport
 
lexer - Variable in class org.jruby.parser.RubyParser
 
LexerSource - Class in org.jruby.lexer.yacc
This class is what feeds the lexer.
LexerSource(String, List<String>, int) - Constructor for class org.jruby.lexer.yacc.LexerSource
Create our food-source for the lexer
lexicalScope - Variable in class org.jruby.truffle.nodes.dispatch.DispatchHeadNode
 
lexicalScope - Variable in class org.jruby.truffle.nodes.objects.OpenModuleNode
 
LexicalScope - Class in org.jruby.truffle.runtime
 
LexicalScope(LexicalScope, RubyModule) - Constructor for class org.jruby.truffle.runtime.LexicalScope
 
LexicalScope(LexicalScope) - Constructor for class org.jruby.truffle.runtime.LexicalScope
 
LexicalScopeNode - Class in org.jruby.truffle.nodes.objects
Find the RubyModule enclosing us lexically.
LexicalScopeNode(RubyContext, SourceSection, LexicalScope) - Constructor for class org.jruby.truffle.nodes.objects.LexicalScopeNode
 
lexicalSearchConst(ThreadContext, StaticScope, String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
lexicalSearchConst(ThreadContext, StaticScope, MutableCallSite, String, boolean) - Static method in class org.jruby.ir.targets.Bootstrap
 
lexicalSearchConst(String) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Lookup a constant from a lexical scope.
lexicalSearchConst(String) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
lexicalSearchConst(String) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
LexicalSearchConstInstr - Class in org.jruby.ir.instructions
 
LexicalSearchConstInstr(Variable, Operand, String) - Constructor for class org.jruby.ir.instructions.LexicalSearchConstInstr
 
LexicalSearchConstInstr(LexicalSearchConstInstr) - Method in class org.jruby.ir.IRVisitor
 
LexicalSearchConstInstr(LexicalSearchConstInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
lgamma(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
Based on Gergő Nemes's Gamma Function approximation formula, we compute Log Gamma function for real number x.
lgamma(int) - Method in class org.jruby.truffle.nodes.core.MathNodes.LGammaNode
 
lgamma(long) - Method in class org.jruby.truffle.nodes.core.MathNodes.LGammaNode
 
lgamma(RubyBignum) - Method in class org.jruby.truffle.nodes.core.MathNodes.LGammaNode
 
lgamma(double) - Method in class org.jruby.truffle.nodes.core.MathNodes.LGammaNode
 
lgamma(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.core.MathNodes.LGammaNode
 
LIBC - Static variable in class org.jruby.ext.ffi.Platform
 
libPattern - Variable in class org.jruby.ext.ffi.Platform
 
LIBPREFIX - Static variable in class org.jruby.ext.ffi.Platform
 
library(ThreadContext) - Method in class org.jruby.ext.ffi.jffi.DynamicLibrary.Symbol
 
Library - Interface in org.jruby.runtime.load
 
library - Variable in class org.jruby.runtime.load.LoadService.SearchState
 
librarySearcher - Variable in class org.jruby.runtime.load.LoadService
 
LIBSUFFIX - Static variable in class org.jruby.ext.ffi.Platform
 
limit(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
Retrieve vpPrecLimit.
limit(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
Set new vpPrecLimit if Fixnum and return the old value.
line(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
line(int, Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
line - Variable in class org.jruby.lexer.yacc.LexerSource
 
line - Variable in class org.jruby.runtime.backtrace.BacktraceElement
 
line - Variable in class org.jruby.runtime.Binding
 
line() - Method in class org.jruby.runtime.invokedynamic.GlobalSite
 
line() - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
line() - Method in class org.jruby.runtime.invokedynamic.VariableSite
 
line_width(ThreadContext) - Method in class org.jruby.ext.psych.PsychEmitter
 
line_width_set(ThreadContext, IRubyObject) - Method in class org.jruby.ext.psych.PsychEmitter
 
linearization() - Method in class org.jruby.ir.IRScope
 
linearize(CFG) - Static method in class org.jruby.ir.representations.CFGLinearizer
 
LinearizeCFG - Class in org.jruby.ir.passes
 
LinearizeCFG() - Constructor for class org.jruby.ir.passes.LinearizeCFG
 
lineno(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
lineno(ThreadContext) - Method in class org.jruby.ext.tracepoint.TracePoint
 
lineno() - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
lineno(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
lineno(ThreadContext) - Method in class org.jruby.RubyIO
Returns the current line number.
lineno(ThreadContext) - Method in class org.jruby.RubyThread.Location
 
lineno_set(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
lineno_set(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
Sets the current line number.
lineNumber - Variable in class org.jruby.ir.instructions.LineNumberInstr
 
lineNumber - Variable in class org.jruby.runtime.IRBlockBody
 
LineNumberInstr - Class in org.jruby.ir.instructions
 
LineNumberInstr(int) - Constructor for class org.jruby.ir.instructions.LineNumberInstr
 
LineNumberInstr(LineNumberInstr) - Method in class org.jruby.ir.IRVisitor
 
LineNumberInstr(LineNumberInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
lineOffset - Variable in class org.jruby.lexer.yacc.LexerSource
 
lines(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.ext.stringio.StringIO
 
lines(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyArgsFile
 
lines(ThreadContext, Block) - Method in class org.jruby.RubyIO
 
lines(ThreadContext, Block) - Method in class org.jruby.RubyString
 
lines(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
 
lines19(ThreadContext, Block) - Method in class org.jruby.RubyIO
Deprecated.
lines20(ThreadContext, Block) - Method in class org.jruby.RubyString
 
lines20(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
 
linger(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.Option
 
linger(ThreadContext) - Method in class org.jruby.ext.socket.Option
 
link(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
linux_p(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.Platform
 
list(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyEncoding
 
list(ThreadContext, IRubyObject) - Static method in class org.jruby.RubySignal
 
list(IRubyObject) - Static method in class org.jruby.RubyThread
 
list(Block) - Method in class org.jruby.RubyThreadGroup
 
list() - Method in class org.jruby.truffle.nodes.core.EncodingNodes.ListNode
 
list() - Method in class org.jruby.util.ClasspathResource
 
list() - Method in class org.jruby.util.EmptyFileResource
 
list() - Method in interface org.jruby.util.FileResource
 
list(FilenameFilter) - Method in class org.jruby.util.JRubyFile
 
list(FilenameFilter) - Method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
list() - Method in class org.jruby.util.NormalizedFile
 
list(FilenameFilter) - Method in class org.jruby.util.NormalizedFile
 
list() - Method in class org.jruby.util.URLResource
 
list_append(Node, Node) - Method in class org.jruby.parser.ParserSupport
 
list_concat(Node, Node) - Method in class org.jruby.parser.ParserSupport
 
listContains(String) - Static method in class org.jruby.util.cli.Options
 
listen(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyServerSocket
 
listen(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubySocket
 
listen(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyTCPServer
 
listen(IRubyObject) - Method in class org.jruby.ext.socket.RubyTCPServer
Deprecated.
listen(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyUNIXServer
 
listFiles() - Method in class org.jruby.util.JRubyFile
 
listFiles(FileFilter) - Method in class org.jruby.util.JRubyFile
 
listFiles(FilenameFilter) - Method in class org.jruby.util.JRubyFile
 
listFiles() - Method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
listFiles(FileFilter) - Method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
listFiles(FilenameFilter) - Method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
listFiles() - Method in class org.jruby.util.NormalizedFile
 
listFiles(FileFilter) - Method in class org.jruby.util.NormalizedFile
 
listFiles(FilenameFilter) - Method in class org.jruby.util.NormalizedFile
 
listIterator() - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
listIterator(int) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
listIterator() - Method in class org.jruby.RubyArray
 
listIterator(int) - Method in class org.jruby.RubyArray
 
ListNode - Class in org.jruby.ast
All Nodes which have a list representation inherit this.
ListNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.ListNode
Create a new ListNode.
ListNode(ISourcePosition) - Constructor for class org.jruby.ast.ListNode
 
listPrefix(String) - Static method in class org.jruby.util.cli.Options
 
listRoots() - Static method in class org.jruby.util.JRubyFile
 
listRoots() - Static method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
listRoots() - Static method in class org.jruby.util.NormalizedFile
 
Literal - Interface in org.jruby.ast.java_signature
 
literal_concat(ISourcePosition, Node, Node) - Method in class org.jruby.parser.ParserSupport
 
LiteralNode - Class in org.jruby.ast
This is not a node in the classic sense in that it has no defined or interpret method which can be called.
LiteralNode(ISourcePosition, String) - Constructor for class org.jruby.ast.LiteralNode
 
LITTLE_ENDIAN - Static variable in class org.jruby.ext.ffi.Platform
 
LITTLE_ENDIAN - Static variable in class org.jruby.platform.Platform
 
LiveVariableAnalysis - Class in org.jruby.ir.passes
 
LiveVariableAnalysis() - Constructor for class org.jruby.ir.passes.LiveVariableAnalysis
 
LiveVariableNode - Class in org.jruby.ir.dataflow.analyses
 
LiveVariableNode(LiveVariablesProblem, BasicBlock) - Constructor for class org.jruby.ir.dataflow.analyses.LiveVariableNode
 
LiveVariablesProblem - Class in org.jruby.ir.dataflow.analyses
 
LiveVariablesProblem(IRScope) - Constructor for class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
 
ljust(IRubyObject) - Method in class org.jruby.RubyString
rb_str_ljust
ljust(IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
ljust(RubyString, int, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.StringNodes.LjustNode
 
ljust(RubyString, int, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.LjustNode
 
ljust(String, int, String) - Static method in class org.jruby.truffle.runtime.core.RubyString
 
ljust19(IRubyObject) - Method in class org.jruby.RubyString
 
ljust19(IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
lload(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
LLVP_NAME - Static variable in class org.jruby.ir.dataflow.DataFlowConstants
 
lmul() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
lneg() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
load(ThreadContext, IRubyObject, IRubyObject[], Block) - Method in class org.jruby.ast.executable.AbstractScript
Deprecated.
load(ThreadContext, IRubyObject, boolean) - Method in class org.jruby.ast.executable.AbstractScript
 
load(ThreadContext, IRubyObject, IRubyObject[], Block) - Method in interface org.jruby.ast.executable.Script
Deprecated.
load(ThreadContext, IRubyObject, boolean) - Method in interface org.jruby.ast.executable.Script
 
load(Ruby, boolean) - Method in class org.jruby.embed.osgi.internal.OSGiBundleLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.bigdecimal.BigDecimalLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.coverage.CoverageLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.digest.DigestLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.digest.MD5
 
load(Ruby, boolean) - Method in class org.jruby.ext.digest.RMD160
 
load(Ruby, boolean) - Method in class org.jruby.ext.digest.SHA1
 
load(Ruby, boolean) - Method in class org.jruby.ext.digest.SHA2
 
load(Ruby, boolean) - Method in class org.jruby.ext.etc.EtcLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.fcntl.FcntlLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.ffi.FFIService
 
load(Ruby, boolean) - Method in class org.jruby.ext.fiber.ThreadFiberLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.io.wait.IOWaitLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.jruby.JRubyLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.jruby.JRubySerializationLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.jruby.JRubyUtilLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.LateLoadingLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.mathn.Complex
 
load(Ruby, boolean) - Method in class org.jruby.ext.mathn.Rational
 
load(Ruby, boolean) - Method in class org.jruby.ext.net.protocol.NetProtocolBufferedIOLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.nkf.NKFLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.pathname.PathnameLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.psych.PsychLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.rbconfig.RbConfigLibrary
Just enough configuration settings (most don't make sense in Java) to run the rubytests unit tests.
load(Ruby, boolean) - Method in class org.jruby.ext.socket.SocketLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.stringio.StringIOLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.strscan.StringScannerLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.tempfile.TempfileLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.thread.ThreadLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.timeout.Timeout
 
load(Ruby, boolean) - Method in class org.jruby.ext.weakref.WeakRefLibrary
 
load(Ruby, boolean) - Method in class org.jruby.ext.zlib.ZlibLibrary
 
load(IRManager, IRReaderDecoder) - Static method in class org.jruby.ir.persistence.IRReader
 
load(Ruby, boolean) - Method in class org.jruby.javasupport.Java
 
load(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
load(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyMarshal
 
load(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyNameError.RubyNameErrorMessage
 
load(IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyTime
 
load(Ruby, boolean) - Method in class org.jruby.runtime.load.ClassExtensionLibrary
 
load(Ruby, boolean) - Method in class org.jruby.runtime.load.ExternalScript
 
load(Ruby) - Method in interface org.jruby.runtime.load.IAutoloadMethod
 
load(Ruby, boolean) - Method in class org.jruby.runtime.load.JarredScript
 
load(Ruby, boolean) - Method in class org.jruby.runtime.load.JavaCompiledScript
 
load(Ruby, boolean) - Method in interface org.jruby.runtime.load.Library
 
load(String, boolean) - Method in class org.jruby.runtime.load.LoadService
 
load(Ruby, boolean) - Method in class org.jruby.runtime.load.LoadService.ScriptClassSearcher.ScriptClassLibrary
Deprecated.
 
load(RubyString) - Method in class org.jruby.truffle.nodes.core.KernelNodes.LoadNode
 
load(Source, RubyNode, NodeWrapper) - Method in class org.jruby.truffle.runtime.RubyContext
 
load19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
loadArgs() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
LoadArgumentsTranslator - Class in org.jruby.truffle.translator
 
LoadArgumentsTranslator(RubyNode, RubyContext, Source, boolean, BodyTranslator) - Constructor for class org.jruby.truffle.translator.LoadArgumentsTranslator
 
loadArray(SourceSection) - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
loadBlock() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
loadBlockType() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
loadBoolean(MutableCallSite, boolean, ThreadContext) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
loadBooleanBootstrap(MethodHandles.Lookup, String, MethodType) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
loadClass(String) - Method in interface org.jruby.util.ClassDefiningClassLoader
 
loadClass(String, boolean) - Method in class org.jruby.util.JRubyClassLoader
 
loadConstantSet(RubyModule, Class<E>) - Method in class org.jruby.Ruby
 
loadConstantSet(RubyModule, String) - Method in class org.jruby.Ruby
 
loadContext() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
loadedFeatures - Variable in class org.jruby.runtime.load.LoadService
 
loadedFeaturesDup - Variable in class org.jruby.runtime.load.LoadService
 
loadEncoding(ByteList) - Method in class org.jruby.runtime.encoding.EncodingService
 
loadError(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
loadErrorCannotLoad(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
loadExtension(String, BasicLibraryService, boolean) - Method in class org.jruby.Ruby
Load the given BasicLibraryService instance, wrapping it in Ruby framing to ensure it is isolated from any parent scope.
loadFence() - Static method in class org.jruby.util.unsafe.UnsafeHolder
 
loadFile(String, InputStream, boolean) - Method in class org.jruby.Ruby
 
loadFile(String, RubyNode) - Method in class org.jruby.truffle.runtime.RubyContext
 
loadFrameClass() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
LoadFrameClosure(LoadFrameClosureInstr) - Method in class org.jruby.ir.IRVisitor
 
LoadFrameClosure(LoadFrameClosureInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
LoadFrameClosureInstr - Class in org.jruby.ir.instructions
Load the block passed to this scope via the on-heap frame (or similar cross-call structure).
LoadFrameClosureInstr(Variable) - Constructor for class org.jruby.ir.instructions.LoadFrameClosureInstr
 
loadFromClassLoader(ClassLoader, String, boolean) - Method in class org.jruby.runtime.load.LoadService
 
LoadImplicitClosure(LoadImplicitClosureInstr) - Method in class org.jruby.ir.IRVisitor
 
LoadImplicitClosure(LoadImplicitClosureInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
LoadImplicitClosureInstr - Class in org.jruby.ir.instructions
Load the "implicit" closure for this scope.
LoadImplicitClosureInstr(Variable) - Constructor for class org.jruby.ir.instructions.LoadImplicitClosureInstr
 
loadJavaClass(String) - Method in class org.jruby.javasupport.JavaSupport
 
loadJavaClassQuiet(String) - Method in class org.jruby.javasupport.JavaSupport
 
loadJavaClassVerbose(String) - Method in class org.jruby.javasupport.JavaSupport
 
loadLocal(int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
LoadLocalVarInstr - Class in org.jruby.ir.instructions
 
LoadLocalVarInstr(IRScope, TemporaryLocalVariable, LocalVariable) - Constructor for class org.jruby.ir.instructions.LoadLocalVarInstr
 
LoadLocalVarInstr(LoadLocalVarInstr) - Method in class org.jruby.ir.IRVisitor
 
LoadLocalVarInstr(LoadLocalVarInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
LoadLocalVarPlacementNode - Class in org.jruby.ir.dataflow.analyses
 
LoadLocalVarPlacementNode(LoadLocalVarPlacementProblem, BasicBlock) - Constructor for class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementNode
 
LoadLocalVarPlacementProblem - Class in org.jruby.ir.dataflow.analyses
 
LoadLocalVarPlacementProblem() - Constructor for class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementProblem
 
loadName - Variable in class org.jruby.runtime.load.LoadService.SearchState
 
loadNil(MutableCallSite, ThreadContext) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
loadPath - Variable in class org.jruby.runtime.load.LoadService
 
loadPathLooksLikeClasspathURL(String) - Method in class org.jruby.runtime.load.LoadService
 
loadPathLooksLikeJarURL(String) - Method in class org.jruby.runtime.load.LoadService
 
loadPaths() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
loadRubyCore(String) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
loadRuntime() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Push the JRuby runtime on the stack.
loadRuntime() - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
loadRuntime() - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
loadRuntime(MutableCallSite, ThreadContext) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
loadScript(Script) - Method in class org.jruby.Ruby
 
loadScript(Script, boolean) - Method in class org.jruby.Ruby
 
loadScriptFromFile(Ruby, InputStream, String) - Static method in class org.jruby.runtime.load.CompiledScriptLoader
 
loadSelf() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
LoadService - Class in org.jruby.runtime.load
How require works in JRuby
LoadService(Ruby) - Constructor for class org.jruby.runtime.load.LoadService
 
LoadService.BailoutSearcher - Class in org.jruby.runtime.load
Deprecated.
LoadService.BailoutSearcher() - Constructor for class org.jruby.runtime.load.LoadService.BailoutSearcher
Deprecated.
 
LoadService.ClassLoaderSearcher - Class in org.jruby.runtime.load
Deprecated.
LoadService.ClassLoaderSearcher() - Constructor for class org.jruby.runtime.load.LoadService.ClassLoaderSearcher
Deprecated.
 
LoadService.ExtensionSearcher - Class in org.jruby.runtime.load
Deprecated.
LoadService.ExtensionSearcher() - Constructor for class org.jruby.runtime.load.LoadService.ExtensionSearcher
Deprecated.
 
LoadService.LoadSearcher - Interface in org.jruby.runtime.load
Deprecated.
LoadService.NormalSearcher - Class in org.jruby.runtime.load
Deprecated.
LoadService.NormalSearcher() - Constructor for class org.jruby.runtime.load.LoadService.NormalSearcher
Deprecated.
 
LoadService.ScriptClassSearcher - Class in org.jruby.runtime.load
Deprecated.
LoadService.ScriptClassSearcher() - Constructor for class org.jruby.runtime.load.LoadService.ScriptClassSearcher
Deprecated.
 
LoadService.ScriptClassSearcher.ScriptClassLibrary - Class in org.jruby.runtime.load
Deprecated.
 
LoadService.ScriptClassSearcher.ScriptClassLibrary(Script) - Constructor for class org.jruby.runtime.load.LoadService.ScriptClassSearcher.ScriptClassLibrary
Deprecated.
 
LoadService.SearchState - Class in org.jruby.runtime.load
 
LoadService.SearchState(String) - Constructor for class org.jruby.runtime.load.LoadService.SearchState
 
LoadService.SourceBailoutSearcher - Class in org.jruby.runtime.load
Deprecated.
LoadService.SourceBailoutSearcher() - Constructor for class org.jruby.runtime.load.LoadService.SourceBailoutSearcher
Deprecated.
 
LoadService.SuffixType - Enum in org.jruby.runtime.load
 
LoadServiceResource - Class in org.jruby.runtime.load
Simple struct to capture name separate from URL.
LoadServiceResource(URL, String) - Constructor for class org.jruby.runtime.load.LoadServiceResource
 
LoadServiceResource(URL, String, boolean) - Constructor for class org.jruby.runtime.load.LoadServiceResource
 
LoadServiceResource(File, String) - Constructor for class org.jruby.runtime.load.LoadServiceResource
 
LoadServiceResource(File, String, boolean) - Constructor for class org.jruby.runtime.load.LoadServiceResource
 
LoadServiceResourceInputStream - Class in org.jruby.runtime.load
 
LoadServiceResourceInputStream(byte[]) - Constructor for class org.jruby.runtime.load.LoadServiceResourceInputStream
Construct a LoadServiceResourceInputStream from the given bytes.
LoadServiceResourceInputStream(InputStream) - Constructor for class org.jruby.runtime.load.LoadServiceResourceInputStream
Construct a new LoadServiceInputStream by reading all bytes from the specified stream.
loadStaticScope() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
loadStaticScope(MutableCallSite, AbstractScript, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
loadSuperName() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
loadUnboxedArgument(SkinnyMethodAdapter, int, Class) - Static method in class org.jruby.compiler.util.HandleFactory
 
local(int, String, Class) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
local(int, String, Type) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
local(Variable, Type) - Method in class org.jruby.ir.targets.MethodData
 
local(Variable) - Method in class org.jruby.ir.targets.MethodData
 
local(String) - Method in class org.jruby.ir.targets.MethodData
 
local(String, Type) - Method in class org.jruby.ir.targets.MethodData
 
local_address(ThreadContext) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
local_class_p() - Method in class org.jruby.javasupport.JavaClass
 
local_variables(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
Returns an Array with the names of all local variables.
local_variables19(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
LocalAsgnNode - Class in org.jruby.ast
An assignment to a local variable.
LocalAsgnNode(ISourcePosition, String, int, Node) - Constructor for class org.jruby.ast.LocalAsgnNode
 
LocalContext - Class in org.jruby.embed.internal
 
LocalContext(RubyInstanceConfig, LocalVariableBehavior, boolean) - Constructor for class org.jruby.embed.internal.LocalContext
 
LocalContextProvider - Interface in org.jruby.embed.internal
LocalContextProvider provides an instance of LocalContext from a specified scope defined by LocalContextScope.
LocalContextScope - Enum in org.jruby.embed
LocalContextState defines four scopes to maintain LocalContext.
LOCALE - Static variable in class org.jruby.RubyEncoding
 
locale_charmap(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyEncoding
 
LocalFlipFlopStateNode - Class in org.jruby.truffle.nodes.methods.locals
 
LocalFlipFlopStateNode(SourceSection, FrameSlot) - Constructor for class org.jruby.truffle.nodes.methods.locals.LocalFlipFlopStateNode
 
LocalGlobalVariable - Class in org.jruby.embed.variable
An implementation of BiVariable for JSR223 style global variable.
localJumpError(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
LocalOptimizationPass - Class in org.jruby.ir.passes
 
LocalOptimizationPass() - Constructor for class org.jruby.ir.passes.LocalOptimizationPass
 
localtime() - Method in class org.jruby.RubyTime
 
localtime19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyTime
 
LocalVariable(LocalVariable) - Method in class org.jruby.ir.IRVisitor
 
LocalVariable - Class in org.jruby.ir.operands
 
LocalVariable(String, int, int) - Constructor for class org.jruby.ir.operands.LocalVariable
 
LocalVariable(OperandType, String, int, int) - Constructor for class org.jruby.ir.operands.LocalVariable
 
LocalVariable(LocalVariable) - Method in class org.jruby.ir.targets.JVMVisitor
 
LocalVariableBehavior - Enum in org.jruby.embed
 
localVariableGet(RubyBinding, RubySymbol) - Method in class org.jruby.truffle.nodes.core.BindingNodes.LocalVariableGetNode
 
localVariables() - Method in class org.jruby.truffle.nodes.core.KernelNodes.LocalVariablesNode
 
localVariableSetNode(RubyBinding, RubySymbol, Object) - Method in class org.jruby.truffle.nodes.core.BindingNodes.LocalVariableSetNode
 
LocalVarNode - Class in org.jruby.ast
Access a local variable
LocalVarNode(ISourcePosition, int, String) - Constructor for class org.jruby.ast.LocalVarNode
 
lock(ThreadContext) - Method in class org.jruby.ext.thread.Mutex
 
lock(Lock) - Method in class org.jruby.RubyThread
Acquire the given lock, holding a reference to it for cleanup on thread termination.
lock() - Method in class org.jruby.util.io.OpenFile
 
LOCK_EX - Static variable in class org.jruby.RubyFile
 
LOCK_EX - Static variable in class org.jruby.util.io.PosixShim
 
LOCK_NB - Static variable in class org.jruby.RubyFile
 
LOCK_NB - Static variable in class org.jruby.util.io.PosixShim
 
LOCK_SH - Static variable in class org.jruby.RubyFile
 
LOCK_SH - Static variable in class org.jruby.util.io.PosixShim
 
LOCK_UN - Static variable in class org.jruby.RubyFile
 
LOCK_UN - Static variable in class org.jruby.util.io.PosixShim
 
locked_p(ThreadContext) - Method in class org.jruby.ext.thread.Mutex
 
lockedByMe() - Method in class org.jruby.util.io.OpenFile
 
lockInterruptibly(Lock) - Method in class org.jruby.RubyThread
Acquire the given lock interruptibly, holding a reference to it for cleanup on thread termination.
lockProxy() - Method in class org.jruby.javasupport.JavaClass
 
log10(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
Returns the base 10 logarithm of x.
log10_19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
log2(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
Returns the base 2 logarithm of x.
log2_19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
log_19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyMath
Returns the natural logarithm of x.
LOG_BACKTRACES - Static variable in class org.jruby.RubyInstanceConfig
 
LOG_BACKTRACES - Static variable in class org.jruby.util.cli.Options
 
LOG_CALLERS - Static variable in class org.jruby.RubyInstanceConfig
 
LOG_CALLERS - Static variable in class org.jruby.util.cli.Options
 
LOG_EXCEPTIONS - Static variable in class org.jruby.RubyInstanceConfig
 
LOG_EXCEPTIONS - Static variable in class org.jruby.util.cli.Options
 
LOG_WARNINGS - Static variable in class org.jruby.RubyInstanceConfig
 
LOG_WARNINGS - Static variable in class org.jruby.util.cli.Options
 
logBacktrace(RubyStackTraceElement[]) - Static method in class org.jruby.runtime.backtrace.TraceType
 
Logger - Interface in org.jruby.util.log
 
LOGGER_CLASS - Static variable in class org.jruby.util.cli.Options
 
LoggerFactory - Class in org.jruby.util.log
 
LoggerFactory() - Constructor for class org.jruby.util.log.LoggerFactory
 
logicalClass - Variable in class org.jruby.truffle.runtime.core.RubyBasicObject
The class of the object, not a singleton class.
LONG - Static variable in class org.jruby.ast.java_signature.PrimitiveTypeNode
 
LONG - Static variable in class org.jruby.parser.JavaSignatureParser
 
long2big(long) - Static method in class org.jruby.RubyBignum
 
LONG_MAX - Static variable in class org.jruby.RubyBignum
 
LONG_MIN - Static variable in class org.jruby.RubyBignum
 
LONG_SIZE - Static variable in class org.jruby.ext.ffi.ArrayMemoryIO
 
LONG_SIZE - Static variable in class org.jruby.ext.ffi.SwappedMemoryIO
 
LONG_TYPE - Static variable in class org.jruby.ir.targets.JVM
 
longCopyOf(int[]) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
longSize - Variable in class org.jruby.ext.ffi.Platform
 
longSize() - Method in class org.jruby.ext.ffi.Platform
Gets the size of a C 'long' on the native platform.
longToBinaryByteList(long) - Static method in class org.jruby.util.ConvertBytes
 
longToBinaryBytes(long) - Static method in class org.jruby.util.ConvertBytes
 
longToByteArray(long, int, boolean) - Static method in class org.jruby.util.ConvertBytes
 
longToByteList(long) - Static method in class org.jruby.util.ConvertBytes
 
longToByteList(long, int) - Static method in class org.jruby.util.ConvertBytes
 
longToByteList(long, int, byte[]) - Static method in class org.jruby.util.ConvertBytes
 
longToCharBytes(long) - Static method in class org.jruby.util.ConvertBytes
 
longToHexByteList(long) - Static method in class org.jruby.util.ConvertBytes
 
longToHexByteList(long, boolean) - Static method in class org.jruby.util.ConvertBytes
 
longToHexBytes(long) - Static method in class org.jruby.util.ConvertBytes
 
longToHexBytes(long, boolean) - Static method in class org.jruby.util.ConvertBytes
 
longToOctalByteList(long) - Static method in class org.jruby.util.ConvertBytes
 
longToOctalBytes(long) - Static method in class org.jruby.util.ConvertBytes
 
longValue(IRubyObject) - Static method in class org.jruby.ext.ffi.Util
Converts characters like 'a' or 't' to an integer value
longValue() - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
lookup(String) - Static method in class org.jruby.internal.runtime.methods.MethodNodes
 
lookup(long) - Method in class org.jruby.RubySymbol.SymbolTable
 
lookup(String) - Method in class org.jruby.RubySymbol.SymbolTable
Deprecated.
lookup() - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
lookup(RubyClass, Object, String, boolean) - Method in class org.jruby.truffle.nodes.dispatch.DispatchNode
 
lookup(VirtualFrame) - Method in class org.jruby.truffle.nodes.supercall.AbstractGeneralSuperCallNode
 
lookupClassVariable(RubyModule, String) - Static method in class org.jruby.truffle.runtime.ModuleOperations
 
lookupConstant(RubyModule, String, boolean) - Method in class org.jruby.truffle.nodes.dispatch.DispatchNode
 
lookupConstant(RubyContext, LexicalScope, RubyModule, String) - Static method in class org.jruby.truffle.runtime.ModuleOperations
 
lookupExistingLVar(String) - Method in class org.jruby.ir.IRBindingEvalScript
 
lookupExistingLVar(String) - Method in class org.jruby.ir.IRScope
 
lookupForExistingModule(VirtualFrame, RubyModule) - Method in class org.jruby.truffle.nodes.objects.DefineOrGetModuleNode
 
lookupMethod(RubyModule, String) - Static method in class org.jruby.truffle.runtime.ModuleOperations
 
lookupPointerMemoryIO(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
lookupPointerParameterStrategy(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
lookupSuperMethod(RubyModule, String, RubyClass) - Static method in class org.jruby.truffle.runtime.ModuleOperations
 
lookupswitch(Label, int[], Label[]) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
loop(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
loop(VirtualFrame) - Method in class org.jruby.truffle.nodes.core.KernelNodes.LoopNode
 
lor() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
lower(RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.LeftShiftNode
 
LPAREN - Static variable in class org.jruby.parser.JavaSignatureParser
 
lrem() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
lreturn() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
lseek(long, int) - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Perform a low-level seek operation on the associated channel if it is instanceof FileChannel, or raise PipeException if it is not a FileChannel.
lseek(long, int) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
Implementation of libc "lseek", which seeks on seekable streams, raises EPIPE if the fd is assocated with a pipe, socket, or FIFO, and doesn't do anything for other cases (like stdio).
lseek(long, int) - Method in class org.jruby.util.io.CRLFStreamWrapper
 
lseek(ChannelFD, long, int) - Method in class org.jruby.util.io.PosixShim
 
lseek(long, int) - Method in interface org.jruby.util.io.Stream
Perform a seek based on pos().
lshl() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
lshr() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
lstat(ThreadContext) - Method in class org.jruby.RubyFile
 
lstat(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
lstat() - Method in class org.jruby.util.ClasspathResource
 
lstat() - Method in class org.jruby.util.EmptyFileResource
 
lstat() - Method in interface org.jruby.util.FileResource
 
lstat() - Method in class org.jruby.util.URLResource
 
lstore(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
lstrip(ThreadContext) - Method in class org.jruby.RubyString
rb_str_lstrip / rb_str_lstrip_bang
lstrip19(ThreadContext) - Method in class org.jruby.RubyString
 
lstrip_bang(ThreadContext) - Method in class org.jruby.RubyString
 
lstrip_bang19(ThreadContext) - Method in class org.jruby.RubyString
 
lsub() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
LT - Static variable in class org.jruby.parser.JavaSignatureParser
 
LtCallSite - Class in org.jruby.runtime.callsite
 
LtCallSite() - Constructor for class org.jruby.runtime.callsite.LtCallSite
 
lushr() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
LVP_NAME - Static variable in class org.jruby.ir.dataflow.DataFlowConstants
 
lxor() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 

M

mac_p(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.Platform
 
magnitude(ThreadContext) - Method in class org.jruby.RubyFixnum
fix_abs/1.9
magnitude(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
flo_quo
magnitude(ThreadContext) - Method in class org.jruby.RubyFloat
flo_abs/1.9
magnitude(ThreadContext) - Method in class org.jruby.RubyNumeric
num_abs/1.9
main(String[]) - Static method in class org.jruby.anno.InvokerGenerator
 
main(String[]) - Static method in class org.jruby.compiler.util.HandleFactory
 
main(String[]) - Static method in class org.jruby.compiler.util.HandleFactory.Tool
 
main(String[]) - Static method in class org.jruby.JarBootstrapMain
 
main(String[]) - Static method in class org.jruby.javasupport.bsf.BSFExample
 
main(String[]) - Static method in class org.jruby.lexer.JavaSignatureLexer
Runs the scanner on input files.
Main - Class in org.jruby
Class used to launch the interpreter.
Main(RubyInstanceConfig) - Constructor for class org.jruby.Main
 
Main(InputStream, PrintStream, PrintStream) - Constructor for class org.jruby.Main
 
Main() - Constructor for class org.jruby.Main
 
main(String[]) - Static method in class org.jruby.main.DripMain
 
main(String[]) - Static method in class org.jruby.Main
This is the command-line entry point for JRuby, and should ONLY be used by Java when starting up JRuby from a command-line.
main(String[]) - Static method in class org.jruby.main.NailServerMain
 
main(String[]) - Static method in class org.jruby.platform.Platform
 
main(IRubyObject) - Static method in class org.jruby.RubyThread
 
main(String[]) - Static method in class org.jruby.util.RubyDateFormatter
 
Main.Status - Class in org.jruby
 
MainExitException - Exception in org.jruby.exceptions
 
MainExitException(int, String) - Constructor for exception org.jruby.exceptions.MainExitException
 
MainExitException(int, boolean) - Constructor for exception org.jruby.exceptions.MainExitException
 
MainNodes - Class in org.jruby.truffle.nodes.core
 
MainNodes() - Constructor for class org.jruby.truffle.nodes.core.MainNodes
 
MainNodes.PrivateNode - Class in org.jruby.truffle.nodes.core
 
MainNodes.PrivateNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MainNodes.PrivateNode
 
MainNodes.PrivateNode(MainNodes.PrivateNode) - Constructor for class org.jruby.truffle.nodes.core.MainNodes.PrivateNode
 
MainNodes.PublicNode - Class in org.jruby.truffle.nodes.core
 
MainNodes.PublicNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MainNodes.PublicNode
 
MainNodes.PublicNode(MainNodes.PublicNode) - Constructor for class org.jruby.truffle.nodes.core.MainNodes.PublicNode
 
MainNodesFactory - Class in org.jruby.truffle.nodes.core
 
MainNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.MainNodesFactory
 
MainNodesFactory.PrivateNodeFactory - Class in org.jruby.truffle.nodes.core
 
MainNodesFactory.PublicNodeFactory - Class in org.jruby.truffle.nodes.core
 
mainThread(IRubyObject) - Static method in class org.jruby.RubyThread
 
make_link(ThreadContext, IRubyObject) - Method in class org.jruby.ext.pathname.RubyPathname
 
make_symlink(ThreadContext, IRubyObject) - Method in class org.jruby.ext.pathname.RubyPathname
 
makeArgumentScope() - Method in class org.jruby.parser.StaticScope
 
makeEconvException(Ruby, EConv) - Static method in class org.jruby.util.io.EncodingUtils
 
makeGeneric(VirtualFrame, Object[]) - Method in class org.jruby.truffle.nodes.literal.ArrayLiteralNode
 
makeIndependent() - Method in class org.jruby.RubyString
 
makeMetaClass(RubyClass) - Method in class org.jruby.RubyBasicObject
rb_make_metaclass Will create a new meta class, insert this in the chain of classes for this specific object, and return the generated meta class.
makeMetaClass(RubyClass) - Method in class org.jruby.RubyClass
rb_make_metaclass
makeNullNil(Node) - Method in class org.jruby.parser.ParserSupport
 
MakeOpenFile() - Method in class org.jruby.RubyIO
 
makePointer(int) - Method in class org.jruby.lexer.yacc.LexerSource
 
makeReadConversion(ThreadContext, int) - Method in class org.jruby.util.io.OpenFile
 
makeReadConversion(ThreadContext) - Method in class org.jruby.util.io.OpenFile
 
makeReadNode() - Method in class org.jruby.truffle.nodes.methods.locals.WriteLevelVariableNode
 
makeReadNode() - Method in class org.jruby.truffle.nodes.methods.locals.WriteLocalVariableNode
 
makeReadNode() - Method in class org.jruby.truffle.nodes.objects.WriteInstanceVariableNode
 
makeReadNode() - Method in interface org.jruby.truffle.nodes.WriteNode
Return a new node that performs the equivalent read operation to this node's write.
makeShared(Ruby, int, int) - Method in class org.jruby.RubyString
 
makeShared(Ruby, RubyClass, int, int) - Method in class org.jruby.RubyString
 
makeShared19(Ruby, int, int) - Method in class org.jruby.RubyString
 
makeShared19(Ruby, RubyClass, int, int) - Method in class org.jruby.RubyString
 
makeSharedString(Ruby, int, int) - Method in class org.jruby.RubyString
 
makeSharedString19(Ruby, int, int) - Method in class org.jruby.RubyString
 
makeString(String) - Method in class org.jruby.truffle.runtime.RubyContext
 
makeString(String, Encoding) - Method in class org.jruby.truffle.runtime.RubyContext
 
makeString(char) - Method in class org.jruby.truffle.runtime.RubyContext
 
makeString(ByteList) - Method in class org.jruby.truffle.runtime.RubyContext
 
makeWriteConversion(ThreadContext) - Method in class org.jruby.util.io.OpenFile
 
makeWriteNode(RubyNode) - Method in class org.jruby.truffle.nodes.methods.locals.ReadLevelVariableNode
 
makeWriteNode(RubyNode) - Method in class org.jruby.truffle.nodes.methods.locals.ReadLocalVariableNode
 
makeWriteNode(RubyNode) - Method in class org.jruby.truffle.nodes.objects.ReadInstanceVariableNode
 
makeWriteNode(RubyNode) - Method in interface org.jruby.truffle.nodes.ReadNode
Return a new node that performs the equivalent write operation to this node's read, using the supplied node for the right-hand-side.
MANAGEMENT_ENABLED - Static variable in class org.jruby.util.cli.Options
 
manager - Variable in class org.jruby.ir.IRBuilder
 
mangledFilenameForStartupClasspath(String) - Static method in class org.jruby.util.JavaNameMangler
 
mangleFilenameForClasspath(String) - Static method in class org.jruby.util.JavaNameMangler
 
mangleFilenameForClasspath(String, String, String) - Static method in class org.jruby.util.JavaNameMangler
 
mangleFilenameForClasspath(String, String, String, boolean, boolean) - Static method in class org.jruby.util.JavaNameMangler
 
mangleMethodName(String) - Static method in class org.jruby.util.JavaNameMangler
 
mangleStringForCleanJavaIdentifier(String) - Static method in class org.jruby.util.JavaNameMangler
 
MANT_DIG - Static variable in class org.jruby.RubyFloat
 
ManyVarsDynamicScope - Class in org.jruby.runtime.scope
Represents the the dynamic portion of scoping information.
ManyVarsDynamicScope(StaticScope, DynamicScope) - Constructor for class org.jruby.runtime.scope.ManyVarsDynamicScope
 
ManyVarsDynamicScope(StaticScope) - Constructor for class org.jruby.runtime.scope.ManyVarsDynamicScope
 
map(String...) - Static method in class org.jruby.runtime.Helpers
 
map19(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
map19(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
map_bang(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_collect_bang
map_bang(ThreadContext, Block) - Method in class org.jruby.util.collections.StringArraySet
 
MapBasedClassValue<T> - Class in org.jruby.util.collections
A simple Map-based cache of proxies.
MapBasedClassValue(ClassValueCalculator<T>) - Constructor for class org.jruby.util.collections.MapBasedClassValue
 
mapBuckets(VirtualFrame, RubyHash, RubyProc) - Method in class org.jruby.truffle.nodes.core.HashNodes.MapNode
 
mapFloat(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MapNode
 
mapInPlaceFixnumInteger(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MapInPlaceNode
 
mapInPlaceObject(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MapInPlaceNode
 
mapIntegerFixnum(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MapNode
 
MapJavaProxy - Class in org.jruby.java.proxies
 
MapJavaProxy(Ruby, RubyClass) - Constructor for class org.jruby.java.proxies.MapJavaProxy
 
MapJavaProxy(Ruby, RubyClass, Map) - Constructor for class org.jruby.java.proxies.MapJavaProxy
 
mapLibraryName(String) - Method in class org.jruby.ext.ffi.Platform
 
mapLongFixnum(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MapNode
 
mapNull(RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MapNode
 
mapObject(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MapNode
 
mapPackedArray(VirtualFrame, RubyHash, RubyProc) - Method in class org.jruby.truffle.nodes.core.HashNodes.MapNode
 
MappedType - Class in org.jruby.ext.ffi
A type which represents a conversion to/from a native type.
mapSymbol(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Enums
 
mark(int) - Method in class org.jruby.embed.io.ReaderInputStream
Marks the current position in this input stream.
mark(ThreadContext) - Method in class org.jruby.ext.psych.PsychParser
 
mark(Label) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
markDead() - Method in class org.jruby.ir.instructions.Instr
 
markDeadInstructions() - Method in class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
 
markRescueEntryBB() - Method in class org.jruby.ir.representations.BasicBlock
 
markSupported() - Method in class org.jruby.embed.io.ReaderInputStream
Tests if this input stream supports the mark and reset methods.
marshal - Variable in class org.jruby.RubyClass
 
marshal(Object, MarshalStream) - Method in class org.jruby.RubyClass
 
marshal_dump(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
marshal_dump(ThreadContext) - Method in class org.jruby.ext.thread.ConditionVariable
 
marshal_dump(ThreadContext) - Method in class org.jruby.ext.thread.Queue
 
marshal_dump() - Method in class org.jruby.java.proxies.JavaProxy
 
marshal_dump() - Method in class org.jruby.javasupport.JavaObject
 
marshal_dump(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_marshal_dump
marshal_dump(ThreadContext) - Method in class org.jruby.RubyRandom
 
marshal_dump(ThreadContext) - Method in class org.jruby.RubyRational
nurat_marshal_dump
marshal_load(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.Addrinfo
 
marshal_load(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.JavaProxy
 
marshal_load(ThreadContext, IRubyObject) - Method in class org.jruby.javasupport.JavaObject
 
marshal_load(ThreadContext, IRubyObject) - Method in class org.jruby.RubyComplex
nucomp_marshal_load
marshal_load(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRandom
 
marshal_load(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
nurat_marshal_load
MARSHAL_MAJOR - Static variable in class org.jruby.runtime.Constants
 
MARSHAL_MINOR - Static variable in class org.jruby.runtime.Constants
 
MarshalCache - Class in org.jruby.runtime.marshal
 
MarshalCache() - Constructor for class org.jruby.runtime.marshal.MarshalCache
 
MarshalEncoding - Interface in org.jruby.runtime.encoding
 
MarshalStream - Class in org.jruby.runtime.marshal
Marshals objects into Ruby's binary marshal format.
MarshalStream(Ruby, OutputStream, int) - Constructor for class org.jruby.runtime.marshal.MarshalStream
 
marshalTo(RubyArray, MarshalStream) - Static method in class org.jruby.RubyArray
 
marshalTo(RubyBignum, MarshalStream) - Static method in class org.jruby.RubyBignum
 
marshalTo(MarshalStream) - Method in class org.jruby.RubyBoolean
 
marshalTo(RubyClass, MarshalStream) - Static method in class org.jruby.RubyClass
 
marshalTo(RubyFloat, MarshalStream) - Static method in class org.jruby.RubyFloat
 
marshalTo(RubyHash, MarshalStream) - Static method in class org.jruby.RubyHash
 
marshalTo(RubyModule, MarshalStream) - Static method in class org.jruby.RubyModule
 
marshalTo(RubyRegexp, MarshalStream) - Static method in class org.jruby.RubyRegexp
 
marshalTo(RubyStruct, MarshalStream) - Static method in class org.jruby.RubyStruct
 
marshalTo(Ruby, Object, RubyClass, MarshalStream) - Method in interface org.jruby.runtime.ObjectMarshal
 
maskWithNetworkMask(SocketUtilsIPV6.IPv6NetworkMask) - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
Mask the address with the given network mask.
match(byte[]) - Static method in class org.jruby.lexer.yacc.KeywordMatch
 
match(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
String#match(pattern) rb_str_match_m
match(RubyRegexp, RubyString) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.CaseEqualNode
 
match(RubyRegexp) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.InspectNode
 
match(RubyRegexp, RubyString) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.MatchNode
 
match(RubyRegexp, RubyString) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.MatchOperatorNode
 
match(RubyRegexp, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.MatchOperatorNode
 
match(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.MatchNode
 
match(RubyString, RubyRegexp) - Method in class org.jruby.truffle.nodes.core.StringNodes.MatchNode
 
match(RubyString, RubyRegexp) - Method in class org.jruby.truffle.nodes.core.StringNodes.MatchOperatorNode
 
match12(byte[]) - Static method in class org.jruby.lexer.yacc.KeywordMatch
 
match19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
 
match19(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyString
 
match2(byte[]) - Static method in class org.jruby.lexer.yacc.KeywordMatch
 
match2AndUpdateScope(IRubyObject, ThreadContext, IRubyObject, String) - Static method in class org.jruby.runtime.Helpers
 
match2AndUpdateScope19(IRubyObject, ThreadContext, IRubyObject, String) - Static method in class org.jruby.runtime.Helpers
 
Match2CaptureNode - Class in org.jruby.ast
 
Match2CaptureNode(ISourcePosition, Node, Node, int[]) - Constructor for class org.jruby.ast.Match2CaptureNode
 
Match2Instr - Class in org.jruby.ir.instructions
 
Match2Instr(Variable, Operand, Operand) - Constructor for class org.jruby.ir.instructions.Match2Instr
 
Match2Instr(Match2Instr) - Method in class org.jruby.ir.IRVisitor
 
Match2Instr(Match2Instr) - Method in class org.jruby.ir.targets.JVMVisitor
 
Match2Node - Class in org.jruby.ast
 
Match2Node(ISourcePosition, Node, Node) - Constructor for class org.jruby.ast.Match2Node
 
match3(ThreadContext, RubyRegexp, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
match3(byte[]) - Static method in class org.jruby.lexer.yacc.KeywordMatch
 
match3(RubyRegexp, IRubyObject, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
match3_19(RubyRegexp, IRubyObject, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
Match3Instr - Class in org.jruby.ir.instructions
 
Match3Instr(Variable, Operand, Operand) - Constructor for class org.jruby.ir.instructions.Match3Instr
 
Match3Instr(Match3Instr) - Method in class org.jruby.ir.IRVisitor
 
Match3Instr(Match3Instr) - Method in class org.jruby.ir.targets.JVMVisitor
 
Match3Node - Class in org.jruby.ast
 
Match3Node(ISourcePosition, Node, Node) - Constructor for class org.jruby.ast.Match3Node
 
match4(byte[]) - Static method in class org.jruby.lexer.yacc.KeywordMatch
 
match5(byte[]) - Static method in class org.jruby.lexer.yacc.KeywordMatch
 
match6(byte[]) - Static method in class org.jruby.lexer.yacc.KeywordMatch
 
match8(byte[]) - Static method in class org.jruby.lexer.yacc.KeywordMatch
 
match_last(IRubyObject) - Static method in class org.jruby.RubyRegexp
rb_reg_match_last
match_m(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRegexp
rb_reg_match_m
match_m19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyRegexp
 
match_m19(ThreadContext, IRubyObject, boolean, Block) - Method in class org.jruby.RubyRegexp
 
match_m19(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyRegexp
 
match_p(IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
match_post(IRubyObject) - Static method in class org.jruby.RubyRegexp
rb_reg_match_post
match_pre(IRubyObject) - Static method in class org.jruby.RubyRegexp
rb_reg_match_pre
matchCommon(ByteList, boolean, boolean) - Method in class org.jruby.truffle.runtime.core.RubyRegexp
 
matchCommon(ByteList, boolean, boolean, Matcher, int, int) - Method in class org.jruby.truffle.runtime.core.RubyRegexp
 
MatchDataNodes - Class in org.jruby.truffle.nodes.core
 
MatchDataNodes() - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes
 
MatchDataNodes.BeginNode - Class in org.jruby.truffle.nodes.core
 
MatchDataNodes.BeginNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.BeginNode
 
MatchDataNodes.BeginNode(MatchDataNodes.BeginNode) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.BeginNode
 
MatchDataNodes.CapturesNode - Class in org.jruby.truffle.nodes.core
 
MatchDataNodes.CapturesNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.CapturesNode
 
MatchDataNodes.CapturesNode(MatchDataNodes.CapturesNode) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.CapturesNode
 
MatchDataNodes.EndNode - Class in org.jruby.truffle.nodes.core
 
MatchDataNodes.EndNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.EndNode
 
MatchDataNodes.EndNode(MatchDataNodes.EndNode) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.EndNode
 
MatchDataNodes.GetIndexNode - Class in org.jruby.truffle.nodes.core
 
MatchDataNodes.GetIndexNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.GetIndexNode
 
MatchDataNodes.GetIndexNode(MatchDataNodes.GetIndexNode) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.GetIndexNode
 
MatchDataNodes.PostMatchNode - Class in org.jruby.truffle.nodes.core
 
MatchDataNodes.PostMatchNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.PostMatchNode
 
MatchDataNodes.PostMatchNode(MatchDataNodes.PostMatchNode) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.PostMatchNode
 
MatchDataNodes.PreMatchNode - Class in org.jruby.truffle.nodes.core
 
MatchDataNodes.PreMatchNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.PreMatchNode
 
MatchDataNodes.PreMatchNode(MatchDataNodes.PreMatchNode) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.PreMatchNode
 
MatchDataNodes.ToANode - Class in org.jruby.truffle.nodes.core
 
MatchDataNodes.ToANode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.ToANode
 
MatchDataNodes.ToANode(MatchDataNodes.ToANode) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.ToANode
 
MatchDataNodes.ToSNode - Class in org.jruby.truffle.nodes.core
 
MatchDataNodes.ToSNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.ToSNode
 
MatchDataNodes.ToSNode(MatchDataNodes.ToSNode) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.ToSNode
 
MatchDataNodes.ValuesAtNode - Class in org.jruby.truffle.nodes.core
 
MatchDataNodes.ValuesAtNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.ValuesAtNode
 
MatchDataNodes.ValuesAtNode(MatchDataNodes.ValuesAtNode) - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodes.ValuesAtNode
 
MatchDataNodesFactory - Class in org.jruby.truffle.nodes.core
 
MatchDataNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.MatchDataNodesFactory
 
MatchDataNodesFactory.BeginNodeFactory - Class in org.jruby.truffle.nodes.core
 
MatchDataNodesFactory.CapturesNodeFactory - Class in org.jruby.truffle.nodes.core
 
MatchDataNodesFactory.EndNodeFactory - Class in org.jruby.truffle.nodes.core
 
MatchDataNodesFactory.GetIndexNodeFactory - Class in org.jruby.truffle.nodes.core
 
MatchDataNodesFactory.PostMatchNodeFactory - Class in org.jruby.truffle.nodes.core
 
MatchDataNodesFactory.PreMatchNodeFactory - Class in org.jruby.truffle.nodes.core
 
MatchDataNodesFactory.ToANodeFactory - Class in org.jruby.truffle.nodes.core
 
MatchDataNodesFactory.ToSNodeFactory - Class in org.jruby.truffle.nodes.core
 
MatchDataNodesFactory.ValuesAtNodeFactory - Class in org.jruby.truffle.nodes.core
 
matched(ThreadContext) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
matched_p(ThreadContext) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
matched_size() - Method in class org.jruby.ext.strscan.RubyStringScanner
 
matchedsize(ThreadContext) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
matcherMatch(Ruby, Matcher, int, int, int) - Static method in class org.jruby.RubyRegexp
 
matcherSearch(Ruby, Matcher, int, int, int) - Static method in class org.jruby.RubyRegexp
 
matches(String, Class[]) - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
matchingCallableArityFour(Ruby, Map, JavaCallable[], IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.java.dispatch.CallableSelector
 
matchingCallableArityN(Ruby, Map, ParameterTypes[], IRubyObject[], int) - Static method in class org.jruby.java.dispatch.CallableSelector
 
matchingCallableArityN(Ruby, Map, JavaCallable[], IRubyObject[], int) - Static method in class org.jruby.java.dispatch.CallableSelector
 
matchingCallableArityOne(Ruby, Map, JavaCallable[], IRubyObject) - Static method in class org.jruby.java.dispatch.CallableSelector
 
matchingCallableArityThree(Ruby, Map, JavaCallable[], IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.java.dispatch.CallableSelector
 
matchingCallableArityTwo(Ruby, Map, JavaCallable[], IRubyObject, IRubyObject) - Static method in class org.jruby.java.dispatch.CallableSelector
 
MatchInstr - Class in org.jruby.ir.instructions
 
MatchInstr(Variable, Operand) - Constructor for class org.jruby.ir.instructions.MatchInstr
 
MatchInstr(MatchInstr) - Method in class org.jruby.ir.IRVisitor
 
MatchInstr(MatchInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
matchMarker(ByteList, boolean, boolean) - Method in class org.jruby.lexer.yacc.ByteArrayLexerSource
 
matchMarker(ByteList, boolean, boolean) - Method in class org.jruby.lexer.yacc.InputStreamLexerSource
 
matchMarker(ByteList, boolean, boolean) - Method in class org.jruby.lexer.yacc.LexerSource
Match marker against input consumering lexer source as it goes...Unless it does not match then it reverts lexer source back to point when this method was invoked.
MatchNode - Class in org.jruby.ast
 
MatchNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.MatchNode
 
matchNumber - Variable in class org.jruby.ir.operands.NthRef
 
matchShortOption(String) - Method in class org.jruby.ext.nkf.Options
 
mathDomainError(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
MathLinker - Class in org.jruby.runtime.invokedynamic
 
MathLinker() - Constructor for class org.jruby.runtime.invokedynamic.MathLinker
 
MathNodes - Class in org.jruby.truffle.nodes.core
 
MathNodes() - Constructor for class org.jruby.truffle.nodes.core.MathNodes
 
MathNodes.ACosHNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.ACosHNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ACosHNode
 
MathNodes.ACosHNode(MathNodes.ACosHNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ACosHNode
 
MathNodes.ACosNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.ACosNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ACosNode
 
MathNodes.ACosNode(MathNodes.ACosNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ACosNode
 
MathNodes.ASinHNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.ASinHNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ASinHNode
 
MathNodes.ASinHNode(MathNodes.ASinHNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ASinHNode
 
MathNodes.ASinNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.ASinNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ASinNode
 
MathNodes.ASinNode(MathNodes.ASinNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ASinNode
 
MathNodes.ATan2Node - Class in org.jruby.truffle.nodes.core
 
MathNodes.ATan2Node(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ATan2Node
 
MathNodes.ATan2Node(MathNodes.ATan2Node) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ATan2Node
 
MathNodes.ATanHNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.ATanHNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ATanHNode
 
MathNodes.ATanHNode(MathNodes.ATanHNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ATanHNode
 
MathNodes.ATanNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.ATanNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ATanNode
 
MathNodes.ATanNode(MathNodes.ATanNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ATanNode
 
MathNodes.CbRtNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.CbRtNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.CbRtNode
 
MathNodes.CbRtNode(MathNodes.CbRtNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.CbRtNode
 
MathNodes.CosHNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.CosHNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.CosHNode
 
MathNodes.CosHNode(MathNodes.CosHNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.CosHNode
 
MathNodes.CosNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.CosNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.CosNode
 
MathNodes.CosNode(MathNodes.CosNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.CosNode
 
MathNodes.ErfcNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.ErfcNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ErfcNode
 
MathNodes.ErfcNode(MathNodes.ErfcNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ErfcNode
 
MathNodes.ErfNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.ErfNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ErfNode
 
MathNodes.ErfNode(MathNodes.ErfNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ErfNode
 
MathNodes.ExpNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.ExpNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ExpNode
 
MathNodes.ExpNode(MathNodes.ExpNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.ExpNode
 
MathNodes.FrExpNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.FrExpNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.FrExpNode
 
MathNodes.FrExpNode(MathNodes.FrExpNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.FrExpNode
 
MathNodes.GammaNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.GammaNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.GammaNode
 
MathNodes.GammaNode(MathNodes.GammaNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.GammaNode
 
MathNodes.HypotNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.HypotNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.HypotNode
 
MathNodes.HypotNode(MathNodes.HypotNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.HypotNode
 
MathNodes.LdexpNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.LdexpNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.LdexpNode
 
MathNodes.LdexpNode(MathNodes.LdexpNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.LdexpNode
 
MathNodes.LGammaNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.LGammaNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.LGammaNode
 
MathNodes.LGammaNode(MathNodes.LGammaNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.LGammaNode
 
MathNodes.Log10Node - Class in org.jruby.truffle.nodes.core
 
MathNodes.Log10Node(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.Log10Node
 
MathNodes.Log10Node(MathNodes.Log10Node) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.Log10Node
 
MathNodes.Log2Node - Class in org.jruby.truffle.nodes.core
 
MathNodes.Log2Node(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.Log2Node
 
MathNodes.Log2Node(MathNodes.Log2Node) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.Log2Node
 
MathNodes.LogNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.LogNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.LogNode
 
MathNodes.LogNode(MathNodes.LogNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.LogNode
 
MathNodes.SimpleDyadicMathNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.SimpleDyadicMathNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
MathNodes.SimpleDyadicMathNode(MathNodes.SimpleDyadicMathNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.SimpleDyadicMathNode
 
MathNodes.SimpleMonadicMathNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.SimpleMonadicMathNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.SimpleMonadicMathNode
 
MathNodes.SimpleMonadicMathNode(MathNodes.SimpleMonadicMathNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.SimpleMonadicMathNode
 
MathNodes.SinHNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.SinHNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.SinHNode
 
MathNodes.SinHNode(MathNodes.SinHNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.SinHNode
 
MathNodes.SinNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.SinNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.SinNode
 
MathNodes.SinNode(MathNodes.SinNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.SinNode
 
MathNodes.SqrtNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.SqrtNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.SqrtNode
 
MathNodes.SqrtNode(MathNodes.SqrtNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.SqrtNode
 
MathNodes.TanHNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.TanHNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.TanHNode
 
MathNodes.TanHNode(MathNodes.TanHNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.TanHNode
 
MathNodes.TanNode - Class in org.jruby.truffle.nodes.core
 
MathNodes.TanNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.TanNode
 
MathNodes.TanNode(MathNodes.TanNode) - Constructor for class org.jruby.truffle.nodes.core.MathNodes.TanNode
 
MathNodesFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.MathNodesFactory
 
MathNodesFactory.ACosHNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.ACosNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.ASinHNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.ASinNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.ATan2NodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.ATanHNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.ATanNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.CbRtNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.CosHNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.CosNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.ErfcNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.ErfNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.ExpNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.FrExpNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.GammaNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.HypotNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.LdexpNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.LGammaNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.Log10NodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.Log2NodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.LogNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.SimpleDyadicMathNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.SimpleMonadicMathNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.SinHNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.SinNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.SqrtNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.TanHNodeFactory - Class in org.jruby.truffle.nodes.core
 
MathNodesFactory.TanNodeFactory - Class in org.jruby.truffle.nodes.core
 
max(ThreadContext) - Method in class org.jruby.ext.thread.SizedQueue
 
max(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
max(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
MAX - Static variable in class org.jruby.RubyFixnum
 
max(ThreadContext, Block) - Method in class org.jruby.RubyRange
 
max(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyRange
 
max(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MaxBlockNode
 
max(VirtualFrame, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MaxNode
 
max - Variable in class org.jruby.util.StringSupport.TR
 
MAX_10_EXP - Static variable in class org.jruby.RubyFloat
 
MAX_ARGUMENTS - Static variable in class org.jruby.ir.targets.IRBytecodeAdapter
 
max_by(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
max_by(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
MAX_EXP - Static variable in class org.jruby.RubyFloat
 
MAX_MARSHAL_FIXNUM - Static variable in class org.jruby.RubyFixnum
 
MAX_METHODS - Static variable in class org.jruby.runtime.MethodIndex
Deprecated.
max_set(ThreadContext, IRubyObject) - Method in class org.jruby.ext.thread.SizedQueue
 
MAX_SPECIFIC_ARITY_HASH - Static variable in class org.jruby.runtime.Helpers
 
MAX_SPECIFIC_ARITY_OBJECT_ARRAY - Static variable in class org.jruby.runtime.Helpers
 
maxArgsCount - Variable in class org.jruby.ast.ArgsNode
 
maxgroups(IRubyObject) - Static method in class org.jruby.RubyProcess
 
maxgroups_set(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
maximumAddressWithNetworkMask(SocketUtilsIPV6.IPv6NetworkMask) - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
Calculate the maximum address with the given network mask.
MBCLEN_CHARFOUND_LEN(int) - Static method in class org.jruby.util.StringSupport
 
MBCLEN_CHARFOUND_P(int) - Static method in class org.jruby.util.StringSupport
 
MBCLEN_INVALID_P(int) - Static method in class org.jruby.util.StringSupport
 
MBCLEN_NEEDMORE(int) - Static method in class org.jruby.util.StringSupport
 
MBCLEN_NEEDMORE_P(int) - Static method in class org.jruby.util.StringSupport
 
MD5 - Class in org.jruby.ext.digest
 
MD5() - Constructor for class org.jruby.ext.digest.MD5
 
mday() - Method in class org.jruby.RubyTime
 
mdump() - Method in class org.jruby.RubyTime
 
member_class_p() - Method in class org.jruby.javasupport.JavaClass
 
members(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.Struct
 
members(ThreadContext) - Method in class org.jruby.ext.ffi.Struct
 
members(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout
Gets a ruby array of the names of all members of this struct.
members(IRubyObject, Block) - Static method in class org.jruby.RubyStruct
 
members() - Method in class org.jruby.RubyStruct
 
members(IRubyObject, Block) - Static method in class org.jruby.RubyStruct.StructMethods
 
members19(IRubyObject, Block) - Static method in class org.jruby.RubyStruct
 
members19() - Method in class org.jruby.RubyStruct
 
memchr(boolean[], int, int, boolean) - Static method in class org.jruby.runtime.Helpers
 
memchr(byte[], int, int, int) - Static method in class org.jruby.util.StringSupport
 
Memo<T> - Class in org.jruby.util
 
Memo() - Constructor for class org.jruby.util.Memo
 
Memo(T) - Constructor for class org.jruby.util.Memo
 
memoryClass - Variable in class org.jruby.ext.ffi.FFI
 
MemoryIO - Class in org.jruby.ext.ffi
Abstracted memory operations.
MemoryIO(boolean, long) - Constructor for class org.jruby.ext.ffi.MemoryIO
 
MemoryObject - Class in org.jruby.ext.ffi
 
MemoryObject(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.MemoryObject
 
MemoryPointer - Class in org.jruby.ext.ffi
 
MemoryPointer(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.MemoryPointer
 
MemoryUtil - Class in org.jruby.ext.ffi
 
memptrClass - Variable in class org.jruby.ext.ffi.FFI
 
merge(ThreadContext, IRubyObject, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_merge
merge(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyHash
rb_hash_merge
merge_bang(ThreadContext, IRubyObject, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_merge_bang
merge_bang(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyHash
rb_hash_update
merge_bang19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyHash
rb_hash_update
mergeBucketsBuckets(RubyHash, RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.MergeNode
 
mergeKeywordArguments(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
mergePackedArrayNull(RubyHash, RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.MergeNode
 
mergePackedArrayPackedArray(VirtualFrame, RubyHash, RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.MergeNode
 
message - Variable in class org.jruby.RubyException
 
message(ThreadContext) - Method in class org.jruby.RubyException
 
message(RubyException) - Method in class org.jruby.truffle.nodes.core.ExceptionNodes.MessageNode
 
MetaClass - Class in org.jruby
 
MetaClass(Ruby, RubyClass, IRubyObject) - Constructor for class org.jruby.MetaClass
rb_class_boot (for MetaClasses) (in makeMetaClass(RubyClass))
metaClass - Variable in class org.jruby.RubyBasicObject
The class of this object
metaclass(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
metaClass - Variable in class org.jruby.truffle.runtime.core.RubyBasicObject
Either the singleton class if it exists or the logicalClass.
method - Variable in class org.jruby.AbstractRubyMethod
 
method - Variable in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
method - Variable in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
method() - Method in class org.jruby.ir.targets.JVM
 
method - Variable in class org.jruby.ir.targets.MethodData
 
method(IRubyObject) - Method in class org.jruby.RubyBasicObject
rb_obj_method call-seq: obj.method(sym) => method Looks up the named method as a receiver in obj, returning a Method object (or raising NameError).
method - Variable in class org.jruby.runtime.backtrace.BacktraceElement
 
method - Variable in class org.jruby.runtime.Binding
 
method - Variable in class org.jruby.runtime.callsite.CacheEntry
 
method(Object, RubySymbol) - Method in class org.jruby.truffle.nodes.core.KernelNodes.MethodNode
 
method - Variable in class org.jruby.truffle.nodes.supercall.AbstractGeneralSuperCallNode
 
method19(IRubyObject) - Method in class org.jruby.RubyBasicObject
 
method19(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
method_added(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
method_defined_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
method_id(ThreadContext) - Method in class org.jruby.ext.tracepoint.TracePoint
 
METHOD_INDEX - Static variable in class org.jruby.truffle.runtime.RubyArguments
 
METHOD_MANGLE - Static variable in class org.jruby.javasupport.JavaClass
 
method_missing(IRubyObject[]) - Method in class org.jruby.demo.ext.MethodMissing
 
method_missing(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
method_missing19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyBasicObject
 
METHOD_NAMES - Static variable in class org.jruby.runtime.MethodIndex
Deprecated.
method_removed(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
method_undefined(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
methodArgs(IRubyObject) - Static method in class org.jruby.ext.jruby.JRubyLibrary.MethodExtensions
 
MethodArgs - Interface in org.jruby.internal.runtime.methods
Any class which can expose information about the arguments it requires
MethodArgs2 - Interface in org.jruby.internal.runtime.methods
 
MethodBlock - Class in org.jruby.runtime
Internal live representation of a block ({...} or do ...
MethodBlock(RubyMethod, StaticScope) - Constructor for class org.jruby.runtime.MethodBlock
 
methodCache - Variable in class org.jruby.ast.executable.RuntimeCache
 
MethodCacheMBean - Interface in org.jruby.management
 
methodData() - Method in class org.jruby.ir.targets.JVM
 
MethodData - Class in org.jruby.ir.targets
 
MethodData(IRBytecodeAdapter, IRScope, Signature, int) - Constructor for class org.jruby.ir.targets.MethodData
 
MethodData - Class in org.jruby.runtime.ivars
Abstraction of all metadata about a method.
MethodData(String, String, Collection<String>) - Constructor for class org.jruby.runtime.ivars.MethodData
 
methodData(Invocation) - Static method in class org.jruby.runtime.profile.builtin.ProfilePrinter
 
MethodDefinitionNode - Class in org.jruby.truffle.nodes.methods
Define a method.
MethodDefinitionNode(RubyContext, SourceSection, String, SharedMethodInfo, boolean, CallTarget) - Constructor for class org.jruby.truffle.nodes.methods.MethodDefinitionNode
 
MethodDefNode - Class in org.jruby.ast
 
MethodDefNode(ISourcePosition, ArgumentNode, ArgsNode, StaticScope, Node) - Constructor for class org.jruby.ast.MethodDefNode
 
MethodEnhancer - Interface in org.jruby.runtime.profile
Implementations of this interface will be used to enhance methods with profiling information/ callbacks.
MethodFactory - Class in org.jruby.ext.ffi.jffi
Common method factory definitions
MethodFactory() - Constructor for class org.jruby.ext.ffi.jffi.MethodFactory
 
MethodFactory - Class in org.jruby.runtime
MethodFactory is used to generate "invokers" or "method handles" given a target class, method name, and other characteristics.
MethodFactory() - Constructor for class org.jruby.runtime.MethodFactory
 
MethodFactory.MethodDefiningCallback - Interface in org.jruby.runtime
Deprecated.
MethodIndex - Class in org.jruby.runtime
 
MethodIndex() - Constructor for class org.jruby.runtime.MethodIndex
 
methodInvalidator - Variable in class org.jruby.RubyModule
 
MethodInvoker - Class in org.jruby.java.invokers
 
MethodLike - Interface in org.jruby.truffle.runtime.methods
 
methodLocation - Variable in class org.jruby.RubyModule
 
MethodMethod - Class in org.jruby.internal.runtime.methods
 
MethodMethod(RubyModule, RubyUnboundMethod, Visibility) - Constructor for class org.jruby.internal.runtime.methods.MethodMethod
Constructor for MethodMethod.
MethodMissing - Class in org.jruby.demo.ext
This is a demonstration of how to bind method_missing in a JRuby extension
MethodMissing(Ruby, RubyClass) - Constructor for class org.jruby.demo.ext.MethodMissing
 
methodMissing(CacheEntry, IRubyObject) - Method in class org.jruby.ir.targets.InvokeSite
 
methodMissing(CacheEntry, IRubyObject) - Method in class org.jruby.ir.targets.NormalInvokeSite
 
methodMissing(CacheEntry, IRubyObject) - Method in class org.jruby.ir.targets.SelfInvokeSite
 
methodMissing(ThreadContext, IRubyObject, String, Visibility, CallType, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
methodMissing(ThreadContext, IRubyObject, RubyModule, String, IRubyObject[], Block) - Method in class org.jruby.RubyKernel.MethodMissingMethod
 
methodMissing(DynamicMethod, IRubyObject) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
methodMissing(DynamicMethod, IRubyObject) - Method in class org.jruby.runtime.callsite.FunctionalCachingCallSite
 
methodMissing(DynamicMethod, IRubyObject) - Method in class org.jruby.runtime.callsite.NormalCachingCallSite
 
methodMissing(DynamicMethod, IRubyObject) - Method in class org.jruby.runtime.callsite.SuperCallSite
 
methodMissing(DynamicMethod, IRubyObject) - Method in class org.jruby.runtime.callsite.VariableCachingCallSite
 
methodMissing(CacheEntry, CallType, String, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
methodMissing(Object, Object[], UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.MethodMissingNode
 
methodMissing(Object, Object[], RubyProc) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.MethodMissingNode
 
methodMissing(RubyModule, RubySymbol) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ConstMissingNode
 
methodMissingDirect(ThreadContext, IRubyObject, RubySymbol, Visibility, CallType, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
MethodMissingMethod - Class in org.jruby.internal.runtime.methods
 
MethodMissingMethod(RubyModule, RubyString) - Constructor for class org.jruby.internal.runtime.methods.MethodMissingMethod
 
methodName - Variable in class org.jruby.AbstractRubyMethod
 
methodName - Variable in class org.jruby.ir.instructions.NonlocalReturnInstr
 
methodName - Variable in class org.jruby.ir.targets.InvokeSite
 
methodName - Variable in class org.jruby.runtime.CallSite
The method name this site calls and caches
methodName(int) - Method in class org.jruby.runtime.profile.builtin.ProfilePrinter
 
MethodNames - Enum in org.jruby.runtime.invokedynamic
Represents Ruby method names invoked dynamically from Java Code.
MethodNodes - Class in org.jruby.internal.runtime.methods
 
MethodNodes(ArgsNode, Node) - Constructor for class org.jruby.internal.runtime.methods.MethodNodes
 
MethodNodes - Class in org.jruby.truffle.nodes.core
 
MethodNodes() - Constructor for class org.jruby.truffle.nodes.core.MethodNodes
 
MethodNodes.CallNode - Class in org.jruby.truffle.nodes.core
 
MethodNodes.CallNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MethodNodes.CallNode
 
MethodNodes.CallNode(MethodNodes.CallNode) - Constructor for class org.jruby.truffle.nodes.core.MethodNodes.CallNode
 
MethodNodes.NameNode - Class in org.jruby.truffle.nodes.core
 
MethodNodes.NameNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.MethodNodes.NameNode
 
MethodNodes.NameNode(MethodNodes.NameNode) - Constructor for class org.jruby.truffle.nodes.core.MethodNodes.NameNode
 
MethodNodesFactory - Class in org.jruby.truffle.nodes.core
 
MethodNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.MethodNodesFactory
 
MethodNodesFactory.CallNodeFactory - Class in org.jruby.truffle.nodes.core
 
MethodNodesFactory.NameNodeFactory - Class in org.jruby.truffle.nodes.core
 
methodParameters(Ruby, DynamicMethod) - Static method in class org.jruby.ext.jruby.JRubyLibrary.MethodExtensions
 
METHODS - Static variable in class org.jruby.internal.runtime.methods.JavaMethod
 
methods() - Method in class org.jruby.javasupport.proxy.JavaProxyClass
 
methods(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
rb_obj_methods call-seq: obj.methods => array Returns a list of the names of methods publicly accessible in obj.
methods(ThreadContext, IRubyObject[], boolean) - Method in class org.jruby.RubyBasicObject
 
methods - Variable in class org.jruby.RubyModule
 
methods(RubyBasicObject, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.MethodsNode
 
methods(RubyBasicObject, boolean) - Method in class org.jruby.truffle.nodes.core.KernelNodes.MethodsNode
 
methods(RubyBasicObject, boolean) - Method in class org.jruby.truffle.nodes.core.KernelNodes.PublicMethodsNode
 
methods(RubyBasicObject, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.PublicMethodsNode
 
methods19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
 
methods19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
MethodSignatureNode - Class in org.jruby.ast.java_signature
Java Method signature declaration
MethodSignatureNode(String, List<ParameterNode>) - Constructor for class org.jruby.ast.java_signature.MethodSignatureNode
 
methodToReturnFrom - Variable in exception org.jruby.ir.runtime.IRReturnJump
 
MethodWithNodes - Interface in org.jruby.internal.runtime.methods
 
microseconds() - Method in class org.jruby.RubyTime
 
MigrateNode - Class in org.jruby.truffle.nodes.objectstorage
 
MigrateNode(Shape, WriteObjectFieldNode) - Constructor for class org.jruby.truffle.nodes.objectstorage.MigrateNode
 
millisecondsInCurrentSecond(long) - Static method in class org.jruby.truffle.runtime.core.TimeOperations
 
millisecondsToNanoseconds(long) - Static method in class org.jruby.truffle.runtime.core.TimeOperations
 
millisecondsToSeconds(long) - Static method in class org.jruby.truffle.runtime.core.TimeOperations
 
MIME_DETECT - Static variable in class org.jruby.ext.nkf.RubyNKF
Deprecated.
min(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
min(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
MIN - Static variable in class org.jruby.RubyFixnum
 
min(ThreadContext, Block) - Method in class org.jruby.RubyRange
 
min(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyRange
 
min() - Method in class org.jruby.RubyTime
 
min(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MinBlockNode
 
min(VirtualFrame, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MinNode
 
MIN_10_EXP - Static variable in class org.jruby.RubyFloat
 
min_by(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
min_by(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
MIN_EXP - Static variable in class org.jruby.RubyFloat
 
MIN_MARSHAL_FIXNUM - Static variable in class org.jruby.RubyFixnum
 
minmax(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
minmax_by(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
minus_one(Ruby) - Static method in class org.jruby.RubyFixnum
 
MinusCallSite - Class in org.jruby.runtime.callsite
 
MinusCallSite() - Constructor for class org.jruby.runtime.callsite.MinusCallSite
 
minVarargsArity - Variable in class org.jruby.java.invokers.RubyToJavaInvoker
 
MISSING - Static variable in class org.jruby.truffle.nodes.dispatch.DispatchNode
 
MissingArgumentBehaviour - Enum in org.jruby.truffle.nodes.methods.arguments
 
missingBehavior - Variable in class org.jruby.truffle.nodes.dispatch.DispatchHeadNode
 
MissingBehavior - Enum in org.jruby.truffle.nodes.dispatch
 
MissingKeywordArgumentNode - Class in org.jruby.truffle.nodes.methods.arguments
 
MissingKeywordArgumentNode(RubyContext, SourceSection, String) - Constructor for class org.jruby.truffle.nodes.methods.arguments.MissingKeywordArgumentNode
 
mix(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
mix(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyModule
 
mkdir(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyDir
Creates the directory specified by path.
mkdir(RubyString) - Method in class org.jruby.truffle.nodes.core.DirNodes.MkdirNode
 
mkdir19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyDir
 
mod(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.ModNode
 
mod(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.BignumNodes.ModNode
 
mod(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.ModNode
 
mod(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ModNode
 
mod(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ModNode
 
mod(int, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ModNode
 
mod(long, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ModNode
 
mod(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ModNode
 
mod(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ModNode
 
mod(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ModNode
 
mod(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ModNode
 
mod(double, int) - Method in class org.jruby.truffle.nodes.core.FloatNodes.ModNode
 
mod(double, long) - Method in class org.jruby.truffle.nodes.core.FloatNodes.ModNode
 
mod(double, double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.ModNode
 
mod(double, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FloatNodes.ModNode
 
mod(long) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
mod(RubyBignum) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
ModCallSite - Class in org.jruby.runtime.callsite
 
ModCallSite() - Constructor for class org.jruby.runtime.callsite.ModCallSite
 
mode(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
mode() - Method in class org.jruby.RubyFileStat
 
MODE_BTMODE(int, int, int, int) - Static method in class org.jruby.util.io.EncodingUtils
 
ModeFlags - Class in org.jruby.util.io
This file represents the POSIX-like mode flags an open channel (as in a ChannelDescriptor) can have.
ModeFlags() - Constructor for class org.jruby.util.io.ModeFlags
Construct a new ModeFlags object with the default read-only flag.
ModeFlags(long) - Constructor for class org.jruby.util.io.ModeFlags
Construct a new ModeFlags object with the specified flags
ModeFlags(String) - Constructor for class org.jruby.util.io.ModeFlags
 
modes - Variable in class org.jruby.util.io.ChannelStream
Deprecated.
 
Modifier - Enum in org.jruby.ast.java_signature
valid method declaration modifiers
modifiers - Variable in class org.jruby.anno.JavaMethodDescriptor
 
modifiers - Variable in class org.jruby.ast.java_signature.SignatureNode
 
modifiers() - Method in class org.jruby.javasupport.JavaAccessibleObject
 
modifiers() - Method in class org.jruby.javasupport.JavaClass
 
modifiesCode() - Method in enum org.jruby.ir.Operation
 
modify() - Method in class org.jruby.RubyHash
rb_hash_modify
modify() - Method in class org.jruby.RubyString
rb_str_modify
modify(int) - Method in class org.jruby.RubyString
rb_str_modify (with length bytes ensured)
modify(int) - Method in class org.jruby.truffle.runtime.core.RubyString
 
modify(int) - Method in interface org.jruby.util.ByteListHolder
 
modify19() - Method in class org.jruby.RubyString
 
modify19(int) - Method in class org.jruby.RubyString
Deprecated.
modifyCheck() - Method in class org.jruby.RubyString
Check that the string can be modified, raising error otherwise.
modifyExpand(int) - Method in class org.jruby.RubyString
rb_str_modify_expand
MODULE_ALLOCATOR - Static variable in class org.jruby.RubyModule
 
module_eval(ThreadContext, Block) - Method in class org.jruby.RubyModule
 
module_eval(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyModule
 
module_eval(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyModule
 
module_eval(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyModule
 
module_eval(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyModule
Deprecated.
module_exec(ThreadContext, Block) - Method in class org.jruby.RubyModule
 
module_exec(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyModule
 
module_function(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_modfunc
ModuleChain - Interface in org.jruby.truffle.runtime
Either an IncludedModule, a RubyClass or a RubyModule.
ModuleFor(int) - Static method in class org.jruby.ir.operands.ScopeModule
 
moduleFunction(RubyModule, Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ModuleFunctionNode
 
ModuleNode - Class in org.jruby.ast
Represents a module definition.
ModuleNode(ISourcePosition, Colon3Node, StaticScope, Node) - Constructor for class org.jruby.ast.ModuleNode
 
ModuleNodes - Class in org.jruby.truffle.nodes.core
 
ModuleNodes() - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes
 
ModuleNodes.AliasMethodNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.AliasMethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.AliasMethodNode
 
ModuleNodes.AliasMethodNode(ModuleNodes.AliasMethodNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.AliasMethodNode
 
ModuleNodes.AncestorsNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.AncestorsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.AncestorsNode
 
ModuleNodes.AncestorsNode(ModuleNodes.AncestorsNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.AncestorsNode
 
ModuleNodes.AppendFeaturesNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.AppendFeaturesNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.AppendFeaturesNode
 
ModuleNodes.AppendFeaturesNode(ModuleNodes.AppendFeaturesNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.AppendFeaturesNode
 
ModuleNodes.AttrAccessorNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.AttrAccessorNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.AttrAccessorNode
 
ModuleNodes.AttrAccessorNode(ModuleNodes.AttrAccessorNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.AttrAccessorNode
 
ModuleNodes.AttrReaderNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.AttrReaderNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.AttrReaderNode
 
ModuleNodes.AttrReaderNode(ModuleNodes.AttrReaderNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.AttrReaderNode
 
ModuleNodes.AttrWriterNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.AttrWriterNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.AttrWriterNode
 
ModuleNodes.AttrWriterNode(ModuleNodes.AttrWriterNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.AttrWriterNode
 
ModuleNodes.ClassEvalNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.ClassEvalNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ClassEvalNode
 
ModuleNodes.ClassEvalNode(ModuleNodes.ClassEvalNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ClassEvalNode
 
ModuleNodes.ClassExecNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.ClassExecNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ClassExecNode
 
ModuleNodes.ClassExecNode(ModuleNodes.ClassExecNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ClassExecNode
 
ModuleNodes.ClassVariableDefinedNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.ClassVariableDefinedNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ClassVariableDefinedNode
 
ModuleNodes.ClassVariableDefinedNode(ModuleNodes.ClassVariableDefinedNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ClassVariableDefinedNode
 
ModuleNodes.ClassVariableGetNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.ClassVariableGetNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ClassVariableGetNode
 
ModuleNodes.ClassVariableGetNode(ModuleNodes.ClassVariableGetNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ClassVariableGetNode
 
ModuleNodes.ClassVariablesNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.ClassVariablesNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ClassVariablesNode
 
ModuleNodes.ClassVariablesNode(ModuleNodes.ClassVariablesNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ClassVariablesNode
 
ModuleNodes.CompareNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.CompareNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.CompareNode
 
ModuleNodes.CompareNode(ModuleNodes.CompareNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.CompareNode
 
ModuleNodes.ConstantsNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.ConstantsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ConstantsNode
 
ModuleNodes.ConstantsNode(ModuleNodes.ConstantsNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ConstantsNode
 
ModuleNodes.ConstDefinedNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.ConstDefinedNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ConstDefinedNode
 
ModuleNodes.ConstDefinedNode(ModuleNodes.ConstDefinedNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ConstDefinedNode
 
ModuleNodes.ConstGetNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.ConstGetNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ConstGetNode
 
ModuleNodes.ConstGetNode(ModuleNodes.ConstGetNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ConstGetNode
 
ModuleNodes.ConstMissingNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.ConstMissingNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ConstMissingNode
 
ModuleNodes.ConstMissingNode(ModuleNodes.ConstMissingNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ConstMissingNode
 
ModuleNodes.ConstSetNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.ConstSetNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ConstSetNode
 
ModuleNodes.ConstSetNode(ModuleNodes.ConstSetNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ConstSetNode
 
ModuleNodes.ContainsInstanceNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.ContainsInstanceNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ContainsInstanceNode
 
ModuleNodes.ContainsInstanceNode(ModuleNodes.ContainsInstanceNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ContainsInstanceNode
 
ModuleNodes.DefineMethodNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.DefineMethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.DefineMethodNode
 
ModuleNodes.DefineMethodNode(ModuleNodes.DefineMethodNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.DefineMethodNode
 
ModuleNodes.IncludeNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.IncludeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.IncludeNode
 
ModuleNodes.IncludeNode(ModuleNodes.IncludeNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.IncludeNode
 
ModuleNodes.IncludePNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.IncludePNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.IncludePNode
 
ModuleNodes.IncludePNode(ModuleNodes.IncludePNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.IncludePNode
 
ModuleNodes.InitializeCopyNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.InitializeCopyNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.InitializeCopyNode
 
ModuleNodes.InitializeCopyNode(ModuleNodes.InitializeCopyNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.InitializeCopyNode
 
ModuleNodes.InitializeNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.InitializeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.InitializeNode
 
ModuleNodes.InitializeNode(ModuleNodes.InitializeNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.InitializeNode
 
ModuleNodes.InstanceMethodNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.InstanceMethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.InstanceMethodNode
 
ModuleNodes.InstanceMethodNode(ModuleNodes.InstanceMethodNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.InstanceMethodNode
 
ModuleNodes.InstanceMethodsNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.InstanceMethodsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.InstanceMethodsNode
 
ModuleNodes.InstanceMethodsNode(ModuleNodes.InstanceMethodsNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.InstanceMethodsNode
 
ModuleNodes.IsSubclassOfNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.IsSubclassOfNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.IsSubclassOfNode
 
ModuleNodes.IsSubclassOfNode(ModuleNodes.IsSubclassOfNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.IsSubclassOfNode
 
ModuleNodes.MethodDefinedNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.MethodDefinedNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.MethodDefinedNode
 
ModuleNodes.MethodDefinedNode(ModuleNodes.MethodDefinedNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.MethodDefinedNode
 
ModuleNodes.ModuleFunctionNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.ModuleFunctionNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ModuleFunctionNode
 
ModuleNodes.ModuleFunctionNode(ModuleNodes.ModuleFunctionNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ModuleFunctionNode
 
ModuleNodes.NameNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.NameNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.NameNode
 
ModuleNodes.NameNode(ModuleNodes.NameNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.NameNode
 
ModuleNodes.NestingNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.NestingNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.NestingNode
 
ModuleNodes.NestingNode(ModuleNodes.NestingNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.NestingNode
 
ModuleNodes.PrivateClassMethodNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.PrivateClassMethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.PrivateClassMethodNode
 
ModuleNodes.PrivateClassMethodNode(ModuleNodes.PrivateClassMethodNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.PrivateClassMethodNode
 
ModuleNodes.PrivateConstantNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.PrivateConstantNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.PrivateConstantNode
 
ModuleNodes.PrivateConstantNode(ModuleNodes.PrivateConstantNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.PrivateConstantNode
 
ModuleNodes.PrivateInstanceMethodsNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.PrivateInstanceMethodsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.PrivateInstanceMethodsNode
 
ModuleNodes.PrivateInstanceMethodsNode(ModuleNodes.PrivateInstanceMethodsNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.PrivateInstanceMethodsNode
 
ModuleNodes.PrivateNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.PrivateNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.PrivateNode
 
ModuleNodes.PrivateNode(ModuleNodes.PrivateNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.PrivateNode
 
ModuleNodes.ProtectedNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.ProtectedNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ProtectedNode
 
ModuleNodes.ProtectedNode(ModuleNodes.ProtectedNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.ProtectedNode
 
ModuleNodes.PublicClassMethodNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.PublicClassMethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.PublicClassMethodNode
 
ModuleNodes.PublicClassMethodNode(ModuleNodes.PublicClassMethodNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.PublicClassMethodNode
 
ModuleNodes.PublicConstantNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.PublicConstantNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.PublicConstantNode
 
ModuleNodes.PublicConstantNode(ModuleNodes.PublicConstantNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.PublicConstantNode
 
ModuleNodes.PublicInstanceMethodsNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.PublicInstanceMethodsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.PublicInstanceMethodsNode
 
ModuleNodes.PublicInstanceMethodsNode(ModuleNodes.PublicInstanceMethodsNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.PublicInstanceMethodsNode
 
ModuleNodes.PublicNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.PublicNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.PublicNode
 
ModuleNodes.PublicNode(ModuleNodes.PublicNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.PublicNode
 
ModuleNodes.RemoveClassVariableNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.RemoveClassVariableNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.RemoveClassVariableNode
 
ModuleNodes.RemoveClassVariableNode(ModuleNodes.RemoveClassVariableNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.RemoveClassVariableNode
 
ModuleNodes.RemoveMethodNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.RemoveMethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.RemoveMethodNode
 
ModuleNodes.RemoveMethodNode(ModuleNodes.RemoveMethodNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.RemoveMethodNode
 
ModuleNodes.UndefMethodNode - Class in org.jruby.truffle.nodes.core
 
ModuleNodes.UndefMethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.UndefMethodNode
 
ModuleNodes.UndefMethodNode(ModuleNodes.UndefMethodNode) - Constructor for class org.jruby.truffle.nodes.core.ModuleNodes.UndefMethodNode
 
ModuleNodesFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.ModuleNodesFactory
 
ModuleNodesFactory.AliasMethodNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.AncestorsNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.AppendFeaturesNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.AttrAccessorNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.AttrReaderNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.AttrWriterNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.ClassEvalNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.ClassExecNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.ClassVariableDefinedNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.ClassVariableGetNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.ClassVariablesNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.CompareNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.ConstantsNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.ConstDefinedNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.ConstGetNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.ConstMissingNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.ConstSetNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.ContainsInstanceNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.DefineMethodNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.IncludeNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.IncludePNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.InitializeCopyNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.InitializeNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.InstanceMethodNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.InstanceMethodsNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.IsSubclassOfNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.MethodDefinedNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.ModuleFunctionNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.NameNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.NestingNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.PrivateClassMethodNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.PrivateConstantNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.PrivateInstanceMethodsNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.PrivateNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.ProtectedNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.PublicClassMethodNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.PublicConstantNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.PublicInstanceMethodsNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.PublicNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.RemoveClassVariableNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.RemoveMethodNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleNodesFactory.UndefMethodNodeFactory - Class in org.jruby.truffle.nodes.core
 
ModuleOperations - Class in org.jruby.truffle.runtime
 
ModuleOperations() - Constructor for class org.jruby.truffle.runtime.ModuleOperations
 
ModuleVariableFor(int) - Static method in class org.jruby.ir.operands.TemporaryCurrentModuleVariable
 
ModuleVersionGuardInstr - Class in org.jruby.ir.instructions
This instruction will be generated whenever speculative optimizations are performed based on assuming that an object's metaclass is C (as determined by the version number of C -- where the version number changes every time C's class structure changes).
ModuleVersionGuardInstr(RubyModule, int, Operand, Label) - Constructor for class org.jruby.ir.instructions.ModuleVersionGuardInstr
 
ModuleVersionGuardInstr(ModuleVersionGuardInstr) - Method in class org.jruby.ir.IRVisitor
 
ModuleVersionGuardInstr(ModuleVersionGuardInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
modulo(ThreadContext, IRubyObject) - Method in class org.jruby.RubyNumeric
num_modulo
modulo19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyNumeric
num_modulo
monitorenter() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
monitorexit() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
month() - Method in class org.jruby.RubyTime
 
MORE_CHAR_FINISHED - Static variable in class org.jruby.util.io.OpenFile
 
MORE_CHAR_SUSPENDED - Static variable in class org.jruby.util.io.OpenFile
 
moreChar(ThreadContext) - Method in class org.jruby.util.io.OpenFile
 
MRI_PRIMES - Static variable in class org.jruby.RubyHash
 
MRIBacktraceFormatter - Class in org.jruby.truffle.runtime.backtrace
 
MRIBacktraceFormatter() - Constructor for class org.jruby.truffle.runtime.backtrace.MRIBacktraceFormatter
 
mriStyleString() - Method in class org.jruby.runtime.backtrace.RubyStackTraceElement
 
MSG_DONTROUTE - Static variable in class org.jruby.ext.socket.RubySocket
 
MSG_OOB - Static variable in class org.jruby.ext.socket.RubySocket
 
MSG_PEEK - Static variable in class org.jruby.ext.socket.RubySocket
 
MSG_WAITALL - Static variable in class org.jruby.ext.socket.RubySocket
 
mtime - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
mtime() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
mtime(ThreadContext) - Method in class org.jruby.RubyFile
 
mtime(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
mtime() - Method in class org.jruby.RubyFileStat
 
mtimeEquals(IRubyObject) - Method in class org.jruby.RubyFileStat
 
mtimeGreaterThan(IRubyObject) - Method in class org.jruby.RubyFileStat
 
mtimeLessThan(IRubyObject) - Method in class org.jruby.RubyFileStat
 
mul(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.MulNode
 
mul(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.BignumNodes.MulNode
 
mul(RubyBignum, double) - Method in class org.jruby.truffle.nodes.core.BignumNodes.MulNode
 
mul(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.MulNode
 
mul(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.MulNode
 
mul(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.MulNode
 
mul(int, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.MulNode
 
mul(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.MulNode
 
mul(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.MulNode
 
mul(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.MulNode
 
mul(long, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.MulNode
 
mul(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.MulNode
 
mul(double, int) - Method in class org.jruby.truffle.nodes.core.FloatNodes.MulNode
 
mul(double, long) - Method in class org.jruby.truffle.nodes.core.FloatNodes.MulNode
 
mul(double, double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.MulNode
 
mul(double, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FloatNodes.MulNode
 
mul(VirtualFrame, double, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.FloatNodes.MulNode
 
MulCallSite - Class in org.jruby.runtime.callsite
 
MulCallSite() - Constructor for class org.jruby.runtime.callsite.MulCallSite
 
mulEmpty(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MulNode
 
mulFloat(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MulNode
 
mulIntegerFixnum(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MulNode
 
mulLongFixnum(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MulNode
 
mulObject(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.MulNode
 
mult2(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
mult219(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
multianewarray(String, int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
MulticastStateManager - Class in org.jruby.ext.socket
 
MulticastStateManager() - Constructor for class org.jruby.ext.socket.MulticastStateManager
 
multicastStateManager - Variable in class org.jruby.ext.socket.RubyBasicSocket
 
MULTIPLE_ASSIGNMENT - Static variable in class org.jruby.runtime.BlockBody
 
MultipleAsgn19Node - Class in org.jruby.ast
 
MultipleAsgn19Node(ISourcePosition, ListNode, Node, ListNode) - Constructor for class org.jruby.ast.MultipleAsgn19Node
 
MultipleAsgnBase - Class in org.jruby.ir.instructions
 
MultipleAsgnBase(Operation, Variable, Operand, int) - Constructor for class org.jruby.ir.instructions.MultipleAsgnBase
 
MultipleAsgnNode - Class in org.jruby.ast
 
MultipleAsgnNode(ISourcePosition, ListNode, Node) - Constructor for class org.jruby.ast.MultipleAsgnNode
 
multiply(RubyBignum) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
multiply(long) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
multiplyWith(ThreadContext, RubyInteger) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
multiplyWith(ThreadContext, RubyFloat) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
multiplyWith(ThreadContext, RubyBignum) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
mulWithOverflow(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.MulNode
 
mulWithOverflow(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.MulNode
 
mulWithOverflow(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.MulNode
 
mulWithOverflow(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.MulNode
 
MurmurHash - Class in org.jruby.util
 
MurmurHash() - Constructor for class org.jruby.util.MurmurHash
 
mustCversion(IRubyObject) - Static method in class org.jruby.ext.strscan.RubyStringScanner
 
Mutex - Class in org.jruby.ext.thread
The "Mutex" class from the 'thread' library.
Mutex(Ruby, RubyClass) - Constructor for class org.jruby.ext.thread.Mutex
 

N

N - Static variable in class org.jruby.util.Random
 
NailMain - Class in org.jruby.util
 
NailMain() - Constructor for class org.jruby.util.NailMain
 
nailMain(NGContext) - Static method in class org.jruby.util.NailMain
 
NailServerMain - Class in org.jruby.main
A wrapper around the default Nailgun server to present a warning if any JRuby flags are passed.
NailServerMain() - Constructor for class org.jruby.main.NailServerMain
 
name(ThreadContext) - Method in class org.jruby.AbstractRubyMethod
 
name - Variable in class org.jruby.anno.JavaMethodDescriptor
 
name - Variable in class org.jruby.ast.Colon3Node
 
name - Variable in class org.jruby.ast.java_signature.SignatureNode
 
name - Variable in class org.jruby.ast.java_signature.TypeNode
 
name() - Method in class org.jruby.compiler.JITCompiler.JITClassGenerator
 
name(ThreadContext) - Method in class org.jruby.ext.ffi.jffi.DynamicLibrary
 
NAME - Static variable in class org.jruby.ext.ffi.Platform
 
name(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout.Field
 
name(ThreadContext) - Method in class org.jruby.ext.socket.Ifaddr
 
name - Variable in class org.jruby.internal.runtime.methods.DynamicMethod
The simple, base name this method was defined under.
NAME - Static variable in class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
 
NAME - Static variable in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementProblem
 
NAME - Static variable in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisProblem
 
name - Variable in class org.jruby.ir.instructions.CallBase
 
name - Variable in class org.jruby.ir.operands.LocalVariable
 
name() - Method in class org.jruby.ir.targets.InvokeSite
 
name() - Method in class org.jruby.javasupport.JavaAccessibleObject
 
name() - Method in class org.jruby.javasupport.JavaClass
 
name() - Method in class org.jruby.javasupport.JavaField
 
name() - Method in class org.jruby.javasupport.JavaMethod
 
name() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
name - Variable in enum org.jruby.lexer.yacc.RubyLexer.Keyword
 
NAME - Static variable in class org.jruby.platform.Platform
 
name() - Method in class org.jruby.RubyModule
 
name() - Method in class org.jruby.RubyNameError
 
name - Variable in class org.jruby.runtime.component.VariableEntry
 
name - Variable in class org.jruby.runtime.GlobalVariable
 
name() - Method in class org.jruby.runtime.GlobalVariable
 
name() - Method in class org.jruby.runtime.invokedynamic.GlobalSite
 
name() - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
name() - Method in class org.jruby.runtime.invokedynamic.RubyConstantCallSite
 
name() - Method in class org.jruby.runtime.invokedynamic.VariableSite
 
name - Variable in class org.jruby.runtime.ivars.VariableAccessor
the name of the variable
name(RubyMethod) - Method in class org.jruby.truffle.nodes.core.MethodNodes.NameNode
 
name(RubyModule) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.NameNode
 
name - Variable in class org.jruby.truffle.nodes.objects.DefineOrGetModuleNode
 
name19() - Method in class org.jruby.RubyModule
 
NAME_INDEX - Static variable in class org.jruby.internal.runtime.methods.InvocationMethodFactory
The lvar index method name being invoked
name_list(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyEncoding
 
named_captures(ThreadContext) - Method in class org.jruby.RubyRegexp
rb_reg_named_captures
nameError(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
nameErrorInstanceNameNotAllowable(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
nameErrorPrivateConstant(RubyModule, String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
nameErrorReadOnly(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
nameErrorUndefinedLocalVariableOrMethod(String, String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
nameErrorUninitializedConstant(RubyModule, String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
nameNode - Variable in class org.jruby.ast.MethodDefNode
 
nameOnInspection() - Method in class org.jruby.javasupport.JavaCallable
 
nameOnInspection() - Method in class org.jruby.javasupport.JavaConstructor
 
nameOnInspection() - Method in class org.jruby.javasupport.JavaMethod
 
nameOnInspection() - Method in class org.jruby.javasupport.proxy.JavaProxyClass
 
nameOnInspection() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
nameOnInspection() - Method in class org.jruby.javasupport.proxy.JavaProxyConstructor
 
names(ThreadContext) - Method in class org.jruby.RubyEncoding
 
names(ThreadContext, Block) - Method in class org.jruby.RubyMatchData
 
names(ThreadContext) - Method in class org.jruby.RubyRegexp
rb_reg_names
NAN - Static variable in class org.jruby.RubyFloat
 
nan(double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.NaNNode
 
nan_p(ThreadContext) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
nan_p() - Method in class org.jruby.RubyFloat
flo_is_nan_p
nanosecondsToMilliseconds(long) - Static method in class org.jruby.truffle.runtime.core.TimeOperations
 
nanoString(long) - Static method in class org.jruby.runtime.profile.builtin.ProfilePrinter
 
NATIVE - Static variable in class org.jruby.parser.JavaSignatureParser
 
NATIVE_ENABLED - Static variable in class org.jruby.RubyInstanceConfig
Indicates the global default for whether native code is enabled.
NATIVE_ENABLED - Static variable in class org.jruby.util.cli.Options
 
NATIVE_EXEC - Static variable in class org.jruby.util.cli.Options
 
NATIVE_NET_PROTOCOL - Static variable in class org.jruby.RubyInstanceConfig
Enable use of the native Java version of the 'net/protocol' library.
NATIVE_NET_PROTOCOL - Static variable in class org.jruby.util.cli.Options
 
native_read(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.IOModule
 
native_type(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.ffi.DataConverter
 
native_type(ThreadContext) - Method in class org.jruby.ext.ffi.Enum
 
native_type(ThreadContext) - Method in class org.jruby.ext.ffi.MappedType
 
native_type(ThreadContext) - Method in class org.jruby.ext.ffi.StructByReference
 
NATIVE_VERBOSE - Static variable in class org.jruby.util.cli.Options
 
nativeCall - Variable in class org.jruby.internal.runtime.methods.DynamicMethod
Single-arity native call
NativeCallbackFactory - Class in org.jruby.ext.ffi.jffi
 
NativeCallbackFactory(Ruby, CallbackInfo) - Constructor for class org.jruby.ext.ffi.jffi.NativeCallbackFactory
 
nativeCalls - Variable in class org.jruby.internal.runtime.methods.DynamicMethod
Alternate-arity NativeCalls
NativeDataConverter - Class in org.jruby.ext.ffi.jffi
 
NativeDataConverter() - Constructor for class org.jruby.ext.ffi.jffi.NativeDataConverter
 
NativeDataConverter(boolean, boolean) - Constructor for class org.jruby.ext.ffi.jffi.NativeDataConverter
 
nativeEnabled - Static variable in class org.jruby.RubyInstanceConfig
Deprecated.
NativeException - Class in org.jruby
 
NativeException(Ruby, RubyClass, Throwable) - Constructor for class org.jruby.NativeException
 
NativeInvoker - Class in org.jruby.ext.ffi.jffi
 
NativeInvoker(RubyModule, Function, Signature) - Constructor for class org.jruby.ext.ffi.jffi.NativeInvoker
 
NativeThread - Class in org.jruby.internal.runtime
 
NativeThread(RubyThread, IRubyObject[], Block) - Constructor for class org.jruby.internal.runtime.NativeThread
 
NativeThread(RubyThread, Thread) - Constructor for class org.jruby.internal.runtime.NativeThread
 
nativeThread() - Method in class org.jruby.internal.runtime.NativeThread
 
nativeThread() - Method in interface org.jruby.internal.runtime.ThreadLike
 
nativeType() - Method in class org.jruby.ext.ffi.jffi.DataConverters.CallbackDataConverter
 
nativeType() - Method in class org.jruby.ext.ffi.jffi.DataConverters.ChainedDataConverter
 
nativeType() - Method in class org.jruby.ext.ffi.jffi.DataConverters.IntOrEnumConverter
 
nativeType() - Method in class org.jruby.ext.ffi.jffi.DataConverters.MappedDataConverter
 
nativeType() - Method in class org.jruby.ext.ffi.jffi.NativeDataConverter
 
NativeType - Enum in org.jruby.ext.ffi
Native types
nativeType - Variable in class org.jruby.ext.ffi.Type
 
NEED_NEWLINE_DECORATOR_ON_READ() - Method in class org.jruby.util.io.OpenFile
 
NEED_NEWLINE_DECORATOR_ON_READ_CHECK() - Method in class org.jruby.util.io.OpenFile
 
NEED_NEWLINE_DECORATOR_ON_WRITE() - Method in class org.jruby.util.io.OpenFile
 
needsDeclarationFrame() - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
needsDefinitionCheck() - Method in class org.jruby.ast.ClassVarAsgnNode
 
needsDefinitionCheck() - Method in class org.jruby.ast.ClassVarDeclNode
 
needsDefinitionCheck() - Method in class org.jruby.ast.ConstDeclNode
 
needsDefinitionCheck() - Method in class org.jruby.ast.DAsgnNode
 
needsDefinitionCheck() - Method in class org.jruby.ast.DVarNode
 
needsDefinitionCheck() - Method in class org.jruby.ast.FalseNode
 
needsDefinitionCheck() - Method in class org.jruby.ast.GlobalAsgnNode
 
needsDefinitionCheck() - Method in class org.jruby.ast.LocalAsgnNode
 
needsDefinitionCheck() - Method in class org.jruby.ast.LocalVarNode
 
needsDefinitionCheck() - Method in class org.jruby.ast.Match2Node
 
needsDefinitionCheck() - Method in class org.jruby.ast.Match3Node
 
needsDefinitionCheck() - Method in class org.jruby.ast.MultipleAsgnNode
 
needsDefinitionCheck() - Method in class org.jruby.ast.NilNode
 
needsDefinitionCheck() - Method in class org.jruby.ast.Node
Check whether the given node is considered always "defined" or whether it has some form of definition check.
needsDefinitionCheck() - Method in class org.jruby.ast.OpAsgnNode
 
needsDefinitionCheck() - Method in class org.jruby.ast.OpElementAsgnNode
 
needsDefinitionCheck() - Method in class org.jruby.ast.SelfNode
 
needsDefinitionCheck() - Method in class org.jruby.ast.TrueNode
 
needsFrame() - Method in enum org.jruby.anno.FrameField
 
needsImplementer() - Method in class org.jruby.RubyModule
 
needsReadConversion() - Method in class org.jruby.util.io.OpenFile
 
needsScope() - Method in enum org.jruby.anno.FrameField
 
needsSplat19(int, boolean) - Static method in class org.jruby.runtime.Helpers
We need to splat incoming array to a block when |a, *b| (any required + rest) or |a, b| (>1 required).
needsWriteConversion(ThreadContext) - Method in class org.jruby.util.io.OpenFile
 
neg(RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.NegNode
 
neg(int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.NegNode
 
neg(long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.NegNode
 
neg(double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.NegNode
 
negate(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_negate
negate(IRubyObject, Ruby) - Static method in class org.jruby.runtime.Helpers
 
negate() - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
negateComplexNode(ComplexNode) - Method in class org.jruby.parser.ParserSupport
 
negateFloat(FloatNode) - Method in class org.jruby.parser.ParserSupport
 
negateInteger(Node) - Method in class org.jruby.parser.ParserSupport
 
negateNumeric(ISourcePosition, Node) - Method in class org.jruby.parser.ParserSupport
 
negateRational(RationalNode) - Method in class org.jruby.parser.ParserSupport
 
negWithOverflow(int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.NegNode
 
negWithOverflow(long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.NegNode
 
nemes_gamma(double) - Static method in class org.jruby.RubyMath
 
nesting(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyModule
Return an array of nested modules or classes.
nesting() - Method in class org.jruby.truffle.nodes.core.ModuleNodes.NestingNode
 
netmask(ThreadContext) - Method in class org.jruby.ext.socket.Ifaddr
 
NetProtocolBufferedIO - Class in org.jruby.ext.net.protocol
 
NetProtocolBufferedIO() - Constructor for class org.jruby.ext.net.protocol.NetProtocolBufferedIO
 
NetProtocolBufferedIO.NativeImpl - Class in org.jruby.ext.net.protocol
 
NetProtocolBufferedIO.NativeImpl(SelectableChannel) - Constructor for class org.jruby.ext.net.protocol.NetProtocolBufferedIO.NativeImpl
 
NetProtocolBufferedIOLibrary - Class in org.jruby.ext.net.protocol
 
NetProtocolBufferedIOLibrary() - Constructor for class org.jruby.ext.net.protocol.NetProtocolBufferedIOLibrary
 
NEVER - Static variable in class org.jruby.RubyBasicObject
A value that is used as a null sentinel in among other places the RubyArray implementation.
new19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyTime
 
new_args(ISourcePosition, ListNode, ListNode, RestArgNode, ListNode, ArgsTailHolder) - Method in class org.jruby.parser.ParserSupport
 
new_args_tail(ISourcePosition, ListNode, String, BlockArgNode) - Method in class org.jruby.parser.ParserSupport
 
new_array(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.java.proxies.JavaProxy
 
new_array(IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
new_array(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
new_attrassign(ISourcePosition, Node, String, Node) - Method in class org.jruby.parser.ParserSupport
 
new_bv(String) - Method in class org.jruby.parser.ParserSupport
 
new_call(Node, String, Node, Node) - Method in class org.jruby.parser.ParserSupport
 
new_colon2(ISourcePosition, Node, String) - Method in class org.jruby.parser.ParserSupport
 
new_colon3(ISourcePosition, String) - Method in class org.jruby.parser.ParserSupport
 
new_complex(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
new_complex(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
new_complex(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
new_defined(ISourcePosition, Node) - Method in class org.jruby.parser.ParserSupport
 
new_fcall(String) - Method in class org.jruby.parser.ParserSupport
 
new_float(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
new_float19(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
new_hash(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
new_instance(IRubyObject[]) - Method in class org.jruby.javasupport.JavaConstructor
 
new_instance(Object[]) - Method in class org.jruby.javasupport.JavaConstructor
 
new_instance(IRubyObject[], Block) - Method in class org.jruby.javasupport.proxy.JavaProxyConstructor
 
new_instance2(IRubyObject[], Block) - Method in class org.jruby.javasupport.proxy.JavaProxyConstructor
 
new_integer(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
new_integer19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
new_integer19(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
new_local(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyTime
 
new_opElementAsgnNode(Node, String, Node, Node) - Method in class org.jruby.parser.ParserSupport
 
new_proxy_instance2(IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.javasupport.Java
 
new_rational(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
new_rational(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
new_rational(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
new_string(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
new_string19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
NEW_STYLE_EXTENSION - Static variable in class org.jruby.javasupport.Java
 
new_super(ISourcePosition, Node) - Method in class org.jruby.parser.ParserSupport
 
new_utc(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyTime
 
new_yield(ISourcePosition, Node) - Method in class org.jruby.parser.ParserSupport
 
newAlias(ISourcePosition, Node, Node) - Method in class org.jruby.parser.ParserSupport
 
newAllocatedString(Ruby, RubyClass) - Static method in class org.jruby.RubyString
 
newAndNode(ISourcePosition, Node, Node) - Method in class org.jruby.parser.ParserSupport
 
newArgSizeMismatchError(Ruby, Class...) - Static method in class org.jruby.javasupport.JavaMethod
 
newArgumentError(String) - Method in class org.jruby.Ruby
 
newArgumentError(int, int) - Method in class org.jruby.Ruby
 
newArgumentError(String, int, int) - Method in class org.jruby.Ruby
 
newArityError(ThreadContext, int, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newarray(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
newArray() - Method in class org.jruby.Ruby
 
newArray(IRubyObject) - Method in class org.jruby.Ruby
 
newArray(IRubyObject, IRubyObject) - Method in class org.jruby.Ruby
 
newArray(IRubyObject...) - Method in class org.jruby.Ruby
 
newArray(List<IRubyObject>) - Method in class org.jruby.Ruby
 
newArray(int) - Method in class org.jruby.Ruby
 
newArray(Ruby, long) - Static method in class org.jruby.RubyArray
rb_ary_new2
newArray(Ruby, int) - Static method in class org.jruby.RubyArray
 
newArray(Ruby) - Static method in class org.jruby.RubyArray
rb_ary_new
newArray(Ruby, IRubyObject) - Static method in class org.jruby.RubyArray
 
newArray(Ruby, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyArray
rb_assoc_new
newArray(Ruby, IRubyObject[]) - Static method in class org.jruby.RubyArray
rb_ary_new4, rb_ary_new3
newArray(Ruby, Collection<? extends IRubyObject>) - Static method in class org.jruby.RubyArray
 
newArrayLight() - Method in class org.jruby.Ruby
 
newArrayLight(Ruby, long) - Static method in class org.jruby.RubyArray
 
newArrayLight(Ruby, int) - Static method in class org.jruby.RubyArray
 
newArrayLight(Ruby) - Static method in class org.jruby.RubyArray
rb_ary_new
newArrayLight(Ruby, IRubyObject) - Static method in class org.jruby.RubyArray
 
newArrayLight(Ruby, IRubyObject...) - Static method in class org.jruby.RubyArray
 
newArrayNoCopy(IRubyObject...) - Method in class org.jruby.Ruby
 
newArrayNoCopy(Ruby, IRubyObject[]) - Static method in class org.jruby.RubyArray
 
newArrayNoCopy(Ruby, IRubyObject[], int) - Static method in class org.jruby.RubyArray
 
newArrayNoCopy(Ruby, IRubyObject[], int, int) - Static method in class org.jruby.RubyArray
 
newArrayNoCopyLight(IRubyObject...) - Method in class org.jruby.Ruby
 
newArrayNoCopyLight(Ruby, IRubyObject[]) - Static method in class org.jruby.RubyArray
 
newArrayNode(ISourcePosition, Node) - Method in class org.jruby.parser.ParserSupport
 
newBigDecimal(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal.BigDecimalKernelMethods
 
newBignum(Ruby, long) - Static method in class org.jruby.RubyBignum
 
newBignum(Ruby, double) - Static method in class org.jruby.RubyBignum
 
newBignum(Ruby, BigInteger) - Static method in class org.jruby.RubyBignum
 
newBignum(Ruby, String) - Static method in class org.jruby.RubyBignum
 
newBinding() - Method in class org.jruby.Ruby
 
newBinding(Binding) - Method in class org.jruby.Ruby
 
newBinding(Ruby, Binding) - Static method in class org.jruby.RubyBinding
 
newBinding(Ruby) - Static method in class org.jruby.RubyBinding
Deprecated.
newBinding(Ruby, IRubyObject) - Static method in class org.jruby.RubyBinding
Deprecated.
newBlockPassProc(Block.Type, Block) - Method in class org.jruby.Ruby
 
newBlockScope(StaticScope) - Method in class org.jruby.parser.StaticScopeFactory
 
newBlockScope(StaticScope, String[]) - Method in class org.jruby.parser.StaticScopeFactory
 
newBoolean(ThreadContext, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newBoolean(Ruby, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newBoolean(ThreadContext, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newBoolean(Ruby, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newBoolean(boolean) - Method in class org.jruby.Ruby
 
newBoolean(Ruby, boolean) - Static method in class org.jruby.RubyBoolean
 
newByteListFromRaw(Ruby, String, String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
newCacheEntry(String, DynamicMethod, int) - Method in class org.jruby.RubyModule.CacheEntryFactory
 
newCacheEntry(String, DynamicMethod, int) - Method in class org.jruby.RubyModule.ProfilingCacheEntryFactory
 
newCacheEntry(String, DynamicMethod, int) - Method in class org.jruby.RubyModule.SynchronizedCacheEntryFactory
 
newCallbackInfo(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.ffi.CallbackInfo
CallbackInfo.new
newCallClosure(IRubyObject, RubyModule, Arity, BlockCallback, ThreadContext) - Static method in class org.jruby.runtime.CallBlock
 
newCallClosure(IRubyObject, RubyModule, Arity, BlockCallback, ThreadContext) - Static method in class org.jruby.runtime.CallBlock19
 
newCaseNode(ISourcePosition, Node, Node) - Method in class org.jruby.parser.ParserSupport
Ok I admit that this is somewhat ugly.
newChannelFD(Ruby, Channel) - Static method in class org.jruby.ext.socket.RubyBasicSocket
 
newClass(Ruby, RubyClass) - Static method in class org.jruby.RubyClass
Construct a new class with the given name scoped under Object (global) and with Object as its immediate superclass.
newClass(Ruby, RubyClass, CallSite[]) - Static method in class org.jruby.RubyClass
A variation on newClass that allow passing in an array of supplementary call sites to improve dynamic invocation.
newClass(Ruby, RubyClass, String, ObjectAllocator, RubyModule, boolean) - Static method in class org.jruby.RubyClass
Construct a new class with the given name, allocator, parent class, and containing class.
newClass(Ruby, RubyClass, String, ObjectAllocator, RubyModule, boolean, CallSite[]) - Static method in class org.jruby.RubyClass
A variation on newClass that allows passing in an array of supplementary call sites to improve dynamic invocation performance.
newClassForIR(ThreadContext, String, IRubyObject, RubyModule, Object, boolean) - Static method in class org.jruby.runtime.Helpers
 
newCompiledBlock(Arity, StaticScope, CompiledBlockCallback, boolean, int) - Static method in class org.jruby.runtime.CompiledBlock
 
newCompiledBlock(Arity, StaticScope, CompiledBlockCallback19, boolean, int, String[]) - Static method in class org.jruby.runtime.CompiledBlock19
 
newCompiledBlockLight(Arity, StaticScope, CompiledBlockCallback, boolean, int) - Static method in class org.jruby.runtime.CompiledBlockLight
 
newCompiledBlockLight(Arity, StaticScope, CompiledBlockCallback19, boolean, int, String[]) - Static method in class org.jruby.runtime.CompiledBlockLight19
Deprecated.
 
newCompiledClassBody(ThreadContext, MethodHandle, IRScope, Object, Object) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
newCompiledClosure(ThreadContext, IRubyObject, Arity, StaticScope, CompiledBlockCallback, boolean, int) - Static method in class org.jruby.runtime.CompiledBlock
 
newCompiledClosure(ThreadContext, IRubyObject, BlockBody) - Static method in class org.jruby.runtime.CompiledBlock
 
newCompiledClosure(ThreadContext, IRubyObject, Arity, StaticScope, CompiledBlockCallback19, boolean, int) - Static method in class org.jruby.runtime.CompiledBlock19
 
newCompiledClosure(ThreadContext, IRubyObject, BlockBody) - Static method in class org.jruby.runtime.CompiledBlock19
 
newCompiledClosureLight(ThreadContext, IRubyObject, Arity, StaticScope, CompiledBlockCallback, boolean, int) - Static method in class org.jruby.runtime.CompiledBlockLight
 
newCompiledClosureLight(ThreadContext, IRubyObject, Arity, StaticScope, CompiledBlockCallback19, boolean, int) - Static method in class org.jruby.runtime.CompiledBlockLight19
Deprecated.
 
newCompiledMetaClass(ThreadContext, MethodHandle, IRScope, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
Construct a new DynamicMethod to wrap the given IRModuleBody and singletonizable object.
newCompiledModuleBody(ThreadContext, MethodHandle, IRScope, Object) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
newCompiledSharedScopeClosure(ThreadContext, IRubyObject, Arity, DynamicScope, CompiledBlockCallback, boolean, int) - Static method in class org.jruby.runtime.CompiledSharedScopeBlock
 
newComplexBang(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComplex
f_complex_new_bang1
newComplexCanonicalize(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyComplex
rb_complex_new1
newComplexCanonicalize(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComplex
rb_complex_new
newComplexConvert(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyComplex
rb_Complex1
newComplexConvert(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComplex
rb_Complex/rb_Complex2
newComplexRaw(Ruby, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComplex
rb_complex_raw
newComplexRaw(Ruby, IRubyObject) - Static method in class org.jruby.RubyComplex
rb_complex_raw1
newConcurrencyError(String) - Method in class org.jruby.Ruby
 
newCondition(Channel, int, Object) - Static method in class org.jruby.util.io.BlockingIO
 
newCondition(Channel, int) - Static method in class org.jruby.util.io.BlockingIO
 
newConstantInvalidator() - Static method in class org.jruby.runtime.opto.OptoFactory
 
newConstantWrapper(Class, Object) - Static method in class org.jruby.runtime.opto.OptoFactory
Create a new "constant" representation for this object, conforming to the given concrete type.
newContext(Ruby) - Static method in class org.jruby.runtime.ThreadContext
 
newConverterNotFoundError(String) - Method in class org.jruby.Ruby
 
newData(RubyClass, Object) - Method in class org.jruby.Ruby
 
newDecoder() - Method in class org.jruby.util.encoding.ISO_8859_16
 
newDRegexp(Ruby, RubyString, RegexpOptions) - Static method in class org.jruby.RubyRegexp
 
newDRegexp(Ruby, RubyString, int) - Static method in class org.jruby.RubyRegexp
 
newDRegexpEmbedded(Ruby, RubyString, int) - Static method in class org.jruby.RubyRegexp
 
newDRegexpEmbedded19(Ruby, IRubyObject[], int) - Static method in class org.jruby.RubyRegexp
 
newDummyScope(StaticScope, DynamicScope) - Static method in class org.jruby.runtime.DynamicScope
 
newDynamicRegexp(ThreadContext, IRubyObject[], int) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
newDynamicScope(ThreadContext) - Method in class org.jruby.ir.interpreter.ClosureInterpreterContext
Blocks have more complicated logic for pushing a dynamic scope (see InterpretedIRBlockBody).
newDynamicScope(ThreadContext) - Method in class org.jruby.ir.interpreter.InterpreterContext
Get a new dynamic scope.
newDynamicScope(StaticScope, DynamicScope) - Static method in class org.jruby.runtime.DynamicScope
 
newDynamicScope(StaticScope, DynamicScope, EvalType) - Static method in class org.jruby.runtime.DynamicScope
 
newDynamicScope(StaticScope) - Static method in class org.jruby.runtime.DynamicScope
 
newEmptyArray() - Method in class org.jruby.Ruby
 
newEmptyArray(Ruby) - Static method in class org.jruby.RubyArray
 
newEmptyString(Ruby) - Static method in class org.jruby.RubyString
 
newEmptyString(Ruby, RubyClass) - Static method in class org.jruby.RubyString
 
newEmptyString(Ruby, RubyClass, Encoding) - Static method in class org.jruby.RubyString
 
newEmptyString(Ruby, Encoding) - Static method in class org.jruby.RubyString
 
newEncoder() - Method in class org.jruby.util.encoding.ISO_8859_16
 
newEncoding(Ruby, byte[], int, int, boolean) - Static method in class org.jruby.RubyEncoding
 
newEncoding(RubyContext, Encoding, byte[], int, int, boolean) - Static method in class org.jruby.truffle.runtime.core.RubyEncoding
 
newEncodingCompatibilityError(String) - Method in class org.jruby.Ruby
 
newEncodingError(String) - Method in class org.jruby.Ruby
 
newEnumerator(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyEnumerator
 
newEnumerator(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyEnumerator
 
newEnumerator(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyEnumerator
 
newEOFError() - Method in class org.jruby.Ruby
 
newEOFError(String) - Method in class org.jruby.Ruby
 
newErrnoEACCESError(String) - Method in class org.jruby.Ruby
 
newErrnoEADDRFromBindException(BindException) - Method in class org.jruby.Ruby
 
newErrnoEADDRFromBindException(BindException, String) - Method in class org.jruby.Ruby
 
newErrnoEADDRINUSEError() - Method in class org.jruby.Ruby
 
newErrnoEADDRINUSEError(String) - Method in class org.jruby.Ruby
 
newErrnoEADDRNOTAVAILError(String) - Method in class org.jruby.Ruby
 
newErrnoEAGAINError(String) - Method in class org.jruby.Ruby
 
newErrnoEAGAINReadableError(String) - Method in class org.jruby.Ruby
 
newErrnoEAGAINWritableError(String) - Method in class org.jruby.Ruby
 
newErrnoEBADFError() - Method in class org.jruby.Ruby
 
newErrnoEBADFError(String) - Method in class org.jruby.Ruby
 
newErrnoECHILDError() - Method in class org.jruby.Ruby
 
newErrnoECONNABORTEDError() - Method in class org.jruby.Ruby
 
newErrnoECONNREFUSEDError() - Method in class org.jruby.Ruby
 
newErrnoECONNRESETError() - Method in class org.jruby.Ruby
 
newErrnoEDESTADDRREQError(String) - Method in class org.jruby.Ruby
 
newErrnoEDOMError(String) - Method in class org.jruby.Ruby
 
newErrnoEEXISTError(String) - Method in class org.jruby.Ruby
 
newErrnoEHOSTUNREACHError(String) - Method in class org.jruby.Ruby
 
newErrnoEINPROGRESSError() - Method in class org.jruby.Ruby
 
newErrnoEINPROGRESSError(String) - Method in class org.jruby.Ruby
 
newErrnoEINPROGRESSWritableError() - Method in class org.jruby.Ruby
 
newErrnoEINPROGRESSWritableError(String) - Method in class org.jruby.Ruby
 
newErrnoEINTRError() - Method in class org.jruby.Ruby
 
newErrnoEINVALError() - Method in class org.jruby.Ruby
 
newErrnoEINVALError(String) - Method in class org.jruby.Ruby
 
newErrnoEISCONNError() - Method in class org.jruby.Ruby
 
newErrnoEISCONNError(String) - Method in class org.jruby.Ruby
 
newErrnoEISDirError(String) - Method in class org.jruby.Ruby
 
newErrnoEISDirError() - Method in class org.jruby.Ruby
 
newErrnoELOOPError() - Method in class org.jruby.Ruby
 
newErrnoEMFILEError() - Method in class org.jruby.Ruby
 
newErrnoENFILEError() - Method in class org.jruby.Ruby
 
newErrnoENOENTError() - Method in class org.jruby.Ruby
 
newErrnoENOENTError(String) - Method in class org.jruby.Ruby
 
newErrnoENOPROTOOPTError() - Method in class org.jruby.Ruby
 
newErrnoENOTCONNError(String) - Method in class org.jruby.Ruby
 
newErrnoENOTCONNError() - Method in class org.jruby.Ruby
 
newErrnoENOTDIRError(String) - Method in class org.jruby.Ruby
 
newErrnoENOTEMPTYError(String) - Method in class org.jruby.Ruby
 
newErrnoENOTSOCKError(String) - Method in class org.jruby.Ruby
 
newErrnoEPERMError(String) - Method in class org.jruby.Ruby
 
newErrnoEPIPEError() - Method in class org.jruby.Ruby
 
newErrnoESPIPEError() - Method in class org.jruby.Ruby
 
newErrnoESPIPEError(String) - Method in class org.jruby.Ruby
 
newErrnoESRCHError() - Method in class org.jruby.Ruby
 
newErrnoEWOULDBLOCKError() - Method in class org.jruby.Ruby
 
newErrnoFromErrno(Errno, String) - Method in class org.jruby.Ruby
 
newErrnoFromInt(int, String, String) - Method in class org.jruby.Ruby
 
newErrnoFromInt(int, String) - Method in class org.jruby.Ruby
 
newErrnoFromInt(int) - Method in class org.jruby.Ruby
 
newErrnoFromLastPOSIXErrno() - Method in class org.jruby.Ruby
 
newEvalScope(StaticScope) - Method in class org.jruby.parser.StaticScopeFactory
 
newEvalScope(StaticScope, String[]) - Method in class org.jruby.parser.StaticScopeFactory
 
newEvStrNode(ISourcePosition, Node) - Method in class org.jruby.parser.ParserSupport
 
newException(Ruby, RubyClass, String) - Static method in class org.jruby.RubyException
 
newException(ThreadContext, RubyClass, IRubyObject) - Static method in class org.jruby.RubyException
 
newFiberError(String) - Method in class org.jruby.Ruby
 
newFileStat(String, boolean) - Method in class org.jruby.Ruby
 
newFileStat(FileDescriptor) - Method in class org.jruby.Ruby
 
newFileStat(Ruby, String, boolean) - Static method in class org.jruby.RubyFileStat
 
newFileStat(Ruby, FileDescriptor) - Static method in class org.jruby.RubyFileStat
 
newFileStat(Ruby, int) - Static method in class org.jruby.RubyFileStat
 
newFixnum(long) - Method in class org.jruby.Ruby
 
newFixnum(int) - Method in class org.jruby.Ruby
 
newFixnum(Constant) - Method in class org.jruby.Ruby
 
newFixnum(Ruby, long) - Static method in class org.jruby.RubyFixnum
 
newFixnum(long) - Method in class org.jruby.RubyFixnum
 
newFloat(double) - Method in class org.jruby.Ruby
 
newFloat(Ruby, double) - Static method in class org.jruby.RubyFloat
 
newFloat32(ThreadContext, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newFloat32(Ruby, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newFloat32(ThreadContext, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newFloat32(Ruby, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newFloat64(ThreadContext, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newFloat64(Ruby, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newFloatDomainError(String) - Method in class org.jruby.Ruby
 
newFrozen() - Method in class org.jruby.RubyString
 
newFrozenError(String) - Method in class org.jruby.Ruby
 
newFrozenError(String, boolean) - Method in class org.jruby.Ruby
 
newFrozenString(ThreadContext, MutableCallSite, ByteList, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
newFrozenStringFromRaw(Ruby, String, String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
newFunction(Ruby, Pointer, CallbackInfo) - Method in class org.jruby.ext.ffi.Factory
 
newFunction(Ruby, Pointer, CallbackInfo) - Method in class org.jruby.ext.ffi.jffi.Factory
 
newFunction(Ruby, Pointer, CallbackInfo) - Method in class org.jruby.ext.ffi.NoImplFactory
 
newFunctionalCachingCallSite(String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
newGlobalInvalidator(int) - Static method in class org.jruby.runtime.opto.OptoFactory
 
newHash(Ruby) - Static method in class org.jruby.RubyHash
rb_hash_new
newHash(Ruby, Map, IRubyObject) - Static method in class org.jruby.RubyHash
rb_hash_new
newIllegalSequence(String) - Method in class org.jruby.Ruby
 
newIncludeClass(RubyClass) - Method in class org.jruby.IncludedModuleWrapper
Deprecated.
newIncludeClass(RubyClass) - Method in class org.jruby.RubyModule
Deprecated.
newIndexError(String) - Method in class org.jruby.Ruby
 
newInputStream() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
newInputStream() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
newInputStream() - Method in interface org.jruby.util.io.Stream
 
newInstance(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
newInstance(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
newInstance(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.io.FileDescriptorIO
 
newInstance(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.ffi.jffi.Function
 
newInstance(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.ffi.jffi.JFFIInvoker
 
newInstance(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.ffi.jffi.VariadicInvoker
 
newInstance(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.Type.Array
 
newInstance(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.jruby.JRubyObjectInputStream
 
newInstance(ThreadContext, RubyClass, IRubyObject) - Static method in class org.jruby.ext.pathname.RubyPathname
 
newInstance(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.pathname.RubyPathname
 
newInstance(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.thread.ConditionVariable
 
newInstance(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.thread.Mutex
 
newInstance(IRubyObject, IRubyObject) - Static method in class org.jruby.ext.weakref.WeakRef
 
newInstance(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
newInstance(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
newInstance(IRubyObject, Block) - Static method in class org.jruby.ext.zlib.RubyGzipFile
 
newInstance(Object[], JavaProxyInvocationHandler) - Method in class org.jruby.javasupport.proxy.JavaProxyConstructor
 
newInstance(IRubyObject, Object[]) - Method in class org.jruby.javasupport.proxy.JavaProxyConstructor
 
newInstance() - Static method in class org.jruby.Ruby
Returns a new instance of the JRuby runtime configured with defaults.
newInstance(RubyInstanceConfig) - Static method in class org.jruby.Ruby
Returns a new instance of the JRuby runtime configured as specified.
newInstance(InputStream, PrintStream, PrintStream) - Static method in class org.jruby.Ruby
Returns a new instance of the JRuby runtime configured with the given input, output and error streams and otherwise default configuration (except where specified system properties alter defaults).
newInstance(ThreadContext, Block) - Method in class org.jruby.RubyClass
rb_class_new_instance
newInstance(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyClass
 
newInstance(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyClass
 
newInstance(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyClass
 
newInstance(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyClass
 
newInstance(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyComplex
Deprecated.
newInstance(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComplex
 
newInstance(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComplex
 
newInstance(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
 
newInstance(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyProc
Create a new instance of a Proc object.
newInstance(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyRational
Deprecated.
newInstance(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyRational
 
newInstance(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyRational
 
newInstance(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyString
rb_str_s_new
newInstance(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyStruct
Create new Struct class.
newInstance(Ruby, int, String) - Static method in class org.jruby.RubySystemExit
 
newInstance(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyThread
Thread.new
newInstance(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyTime
newInstance(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyTime
 
newInstance(VirtualFrame, RubyClass, Object[], UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ClassNodes.NewNode
 
newInstance(VirtualFrame, RubyClass, Object[], RubyProc) - Method in class org.jruby.truffle.nodes.core.ClassNodes.NewNode
 
newInstanceBang(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyComplex
Deprecated.
newInstanceBang(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComplex
 
newInstanceBang(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComplex
 
newInstanceDirect(ThreadContext, Object...) - Method in class org.jruby.javasupport.JavaConstructor
 
newInstanceDirect(ThreadContext) - Method in class org.jruby.javasupport.JavaConstructor
 
newInstanceDirect(ThreadContext, Object) - Method in class org.jruby.javasupport.JavaConstructor
 
newInstanceDirect(ThreadContext, Object, Object) - Method in class org.jruby.javasupport.JavaConstructor
 
newInstanceDirect(ThreadContext, Object, Object, Object) - Method in class org.jruby.javasupport.JavaConstructor
 
newInstanceDirect(ThreadContext, Object, Object, Object, Object) - Method in class org.jruby.javasupport.JavaConstructor
 
newInstanceNew(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComplex
 
newInstanceNew(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComplex
 
newInterfaceImpl(IRubyObject, Class[]) - Static method in class org.jruby.javasupport.Java
 
newInternalFromJavaExternal(Ruby, String) - Static method in class org.jruby.RubyString
Return a new Ruby String encoded as the default internal encoding given a Java String that has come from an external source.
newInterpretedClassBody(ThreadContext, IRScope, Object, Object) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
newInterpretedMetaClass(Ruby, IRScope, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
Construct a new DynamicMethod to wrap the given IRModuleBody and singletonizable object.
newInterpretedModuleBody(ThreadContext, IRScope, Object) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
Construct a new DynamicMethod to wrap the given IRModuleBody and singletonizable object.
newInterruptedRegexpError(String) - Method in class org.jruby.Ruby
 
newInvalidByteSequenceError(String) - Method in class org.jruby.Ruby
 
newInvalidEncoding(String) - Method in class org.jruby.Ruby
 
newIO(Ruby, Channel) - Static method in class org.jruby.RubyIO
 
newIOError(String) - Method in class org.jruby.Ruby
 
newIOErrorFromException(IOException) - Method in class org.jruby.Ruby
Java does not give us enough information for specific error conditions so we are reduced to divining them through string matches...
newIOOptions(Ruby, ModeFlags) - Static method in class org.jruby.RubyIO
 
newIOOptions(Ruby, long) - Static method in class org.jruby.RubyIO
 
newIOOptions(Ruby, int) - Static method in class org.jruby.RubyIO
 
newIOOptions(Ruby, String) - Static method in class org.jruby.RubyIO
 
newIOOptions(Ruby, IOOptions, int) - Static method in class org.jruby.RubyIO
 
newIRBlockScope(StaticScope) - Static method in class org.jruby.parser.StaticScopeFactory
 
newIRBuilder(IRManager) - Static method in class org.jruby.ir.IRBuilder
 
newKeyError(String) - Method in class org.jruby.Ruby
 
newLabel() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
newLexicalVersion() - Method in class org.jruby.truffle.runtime.core.RubyModule
 
newLightweightStopIterationError(String) - Method in class org.jruby.Ruby
Generate a StopIteration exception.
NEWLINE - Static variable in class org.jruby.ext.stringio.StringIO
 
newline_node(Node, ISourcePosition) - Method in class org.jruby.parser.ParserSupport
Wraps node with NEWLINE node.
NewlineNode - Class in org.jruby.ast
A new (logical) source code line.
NewlineNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.NewlineNode
 
newLiteralLambda(ThreadContext, Block, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
newLoadError(String) - Method in class org.jruby.Ruby
 
newLoadError(String, String) - Method in class org.jruby.Ruby
 
newLocal(String, Type) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
newLocalJumpError(RubyLocalJumpError.Reason, IRubyObject, String) - Method in class org.jruby.Ruby
 
newLocalJumpErrorNoBlock() - Method in class org.jruby.Ruby
 
newLocalScope(StaticScope) - Method in class org.jruby.parser.StaticScopeFactory
 
newLocalScope(StaticScope, String[]) - Method in class org.jruby.parser.StaticScopeFactory
 
newLocationArray(Ruby, RubyStackTraceElement[]) - Static method in class org.jruby.RubyThread.Location
 
newMap() - Method in class org.jruby.util.collections.WeakValuedIdentityMap
 
newMap() - Method in class org.jruby.util.collections.WeakValuedMap
Construct the backing store map for this WeakValuedMap.
newMappedType(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.MappedType
 
newMathDomainError(String) - Method in class org.jruby.Ruby
 
newMethod(RubyModule, String, RubyModule, String, DynamicMethod, IRubyObject) - Static method in class org.jruby.RubyMethod
 
newMethod(IRubyObject, String, boolean, Visibility) - Method in class org.jruby.RubyModule
 
newMethod(IRubyObject, String, boolean, Visibility, boolean) - Method in class org.jruby.RubyModule
 
newMethod(IRubyObject, String, boolean, Visibility, boolean, boolean) - Method in class org.jruby.RubyModule
 
newMethodEnhancer(Ruby) - Method in class org.jruby.runtime.profile.builtin.BuiltinProfilingService
 
newMethodEnhancer(Ruby) - Method in interface org.jruby.runtime.profile.ProfilingService
 
newMethodInvalidator(RubyModule) - Static method in class org.jruby.runtime.opto.OptoFactory
 
newMethodNotFoundError(Ruby, Class, String, String) - Static method in class org.jruby.javasupport.JavaMethod
 
newModeFlags(Ruby, long) - Static method in class org.jruby.RubyIO
 
newModeFlags(Ruby, int) - Static method in class org.jruby.RubyIO
 
newModeFlags(Ruby, String) - Static method in class org.jruby.RubyIO
 
newModule(Ruby) - Static method in class org.jruby.RubyModule
rb_module_new
newModule(Ruby, String, RubyModule, boolean) - Static method in class org.jruby.RubyModule
rb_module_new/rb_define_module_id/rb_name_class/rb_set_class_path
newNameError(String, String) - Method in class org.jruby.Ruby
 
newNameError(String, String, Throwable) - Method in class org.jruby.Ruby
 
newNameError(String, String, Throwable, boolean) - Method in class org.jruby.Ruby
 
newNameErrorObject(String, IRubyObject) - Method in class org.jruby.Ruby
 
newNil(ThreadContext, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newNil(Ruby, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newNil(ThreadContext, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newNil(Ruby, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newNoMethodError(String, String, IRubyObject) - Method in class org.jruby.Ruby
 
newNormalCachingCallSite(String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
newNotImplementedError(String) - Method in class org.jruby.Ruby
 
newNumeric() - Method in class org.jruby.Ruby
 
newNumeric(Ruby) - Static method in class org.jruby.RubyNumeric
 
newobj(String) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
newObject(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.digest.RubyDigest.DigestInstance
 
newObjectAdapter() - Method in class org.jruby.embed.ScriptingContainer
Returns an instance of EmbedRubyObjectAdapter for embedders to invoke methods defined by Ruby.
newObjectAdapter() - Static method in class org.jruby.javasupport.JavaEmbedUtils
 
newOrNode(ISourcePosition, Node, Node) - Method in class org.jruby.parser.ParserSupport
 
newOutputStream() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
newOutputStream() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
newOutputStream() - Method in interface org.jruby.util.io.Stream
 
newPathname(IRubyObject, IRubyObject) - Static method in class org.jruby.ext.pathname.RubyPathname.PathnameKernelMethods
 
newPointer32(ThreadContext, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newPointer32(Ruby, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newPointer32(ThreadContext, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newPointer32(Ruby, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newPointer64(ThreadContext, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newPointer64(Ruby, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newPrinter(RubyInstanceConfig.ProfilingMode, ProfileData) - Static method in class org.jruby.runtime.profile.builtin.ProfilePrinter
Printer implementation factory for supported profiling modes.
newProc(Ruby, Block) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
newProc(Block.Type, Block) - Method in class org.jruby.Ruby
 
newProc(Ruby, Block.Type) - Static method in class org.jruby.RubyProc
Deprecated.
newProc(Ruby, Block, Block.Type) - Static method in class org.jruby.RubyProc
 
newProc(Ruby, Block, Block.Type, ISourcePosition) - Static method in class org.jruby.RubyProc
 
newProc(Ruby, Block, Block.Type, String, int) - Static method in class org.jruby.RubyProc
 
newProcessStatus(Ruby, long, long) - Static method in class org.jruby.RubyProcess.RubyStatus
 
newProfileCollection(ThreadContext) - Method in class org.jruby.runtime.profile.builtin.BuiltinProfilingService
 
newProfileCollection(ThreadContext) - Method in interface org.jruby.runtime.profile.ProfilingService
 
newProfileReporter(ThreadContext) - Method in class org.jruby.runtime.profile.builtin.BuiltinProfilingService
 
newProfileReporter(ThreadContext) - Method in interface org.jruby.runtime.profile.ProfilingService
 
newProxiedArray(Ruby, Class, int) - Static method in class org.jruby.java.util.ArrayUtils
 
newProxiedArray(Ruby, Class, JavaUtil.JavaConverter, int) - Static method in class org.jruby.java.util.ArrayUtils
 
newProxyClass(Ruby, ClassLoader, String, Class, Class[], Set) - Method in class org.jruby.javasupport.proxy.JavaProxyClassFactory
 
newProxyInstance(Ruby, Class, Class[], Class[], Object[], JavaProxyInvocationHandler) - Static method in class org.jruby.javasupport.proxy.JavaProxyClass
 
newRaiseException(RubyClass, String) - Method in class org.jruby.Ruby
 
newRaiseException(Ruby) - Method in exception org.jruby.util.ResourceException.IOError
 
newRaiseException(Ruby) - Method in exception org.jruby.util.ResourceException
 
newRange(ThreadContext, IRubyObject, IRubyObject, boolean) - Static method in class org.jruby.RubyRange
 
newRangeError(String) - Method in class org.jruby.Ruby
 
newRational(long, long) - Method in class org.jruby.Ruby
 
newRational(Ruby, long, long) - Static method in class org.jruby.RubyRational
 
newRationalConvert(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyRational
rb_Rational1
newRationalConvert(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyRational
rb_Rational/rb_Rational2
newRationalReduced(long, long) - Method in class org.jruby.Ruby
 
newRedoLocalJumpError() - Method in class org.jruby.Ruby
 
newRegexp(Ruby, String, RegexpOptions) - Static method in class org.jruby.RubyRegexp
 
newRegexp(Ruby, ByteList, int) - Static method in class org.jruby.RubyRegexp
 
newRegexp(Ruby, ByteList, RegexpOptions) - Static method in class org.jruby.RubyRegexp
 
newRegexp(Ruby, ByteList) - Static method in class org.jruby.RubyRegexp
 
newRegexpError(String) - Method in class org.jruby.Ruby
 
newRegexpNode(ISourcePosition, Node, RegexpNode) - Method in class org.jruby.parser.ParserSupport
 
newRequiredKeywordArgumentError(ThreadContext, String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
newRubyClassFromIR(Ruby, IRScope, Object, Object) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
newRubyNameError(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyNameError
 
newRuntimeAdapter() - Method in class org.jruby.embed.ScriptingContainer
Returns an instance of EmbedRubyRuntimeAdapter for embedders to parse scripts.
newRuntimeAdapter() - Static method in class org.jruby.javasupport.JavaEmbedUtils
 
newRuntimeError(String) - Method in class org.jruby.Ruby
 
newSecurityError(String) - Method in class org.jruby.Ruby
 
newSeed(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyRandom
 
newSigned16(ThreadContext, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newSigned16(Ruby, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newSigned16(ThreadContext, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newSigned16(Ruby, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newSigned16(Ruby, short) - Static method in class org.jruby.ext.ffi.Util
 
newSigned32(ThreadContext, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newSigned32(Ruby, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newSigned32(ThreadContext, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newSigned32(Ruby, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newSigned32(Ruby, int) - Static method in class org.jruby.ext.ffi.Util
 
newSigned64(ThreadContext, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newSigned64(Ruby, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newSigned64(Ruby, long) - Static method in class org.jruby.ext.ffi.Util
 
newSigned8(ThreadContext, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newSigned8(Ruby, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newSigned8(ThreadContext, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newSigned8(Ruby, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newSigned8(Ruby, byte) - Static method in class org.jruby.ext.ffi.Util
 
newSmallHash(Ruby) - Static method in class org.jruby.RubyHash
rb_hash_new
newSplatNode(ISourcePosition, Node) - Method in class org.jruby.parser.ParserSupport
 
newStandardError(String) - Method in class org.jruby.Ruby
 
newStaticScope(StaticScope, StaticScope.Type, String[]) - Static method in class org.jruby.parser.StaticScopeFactory
 
newStr(Ruby, ByteList) - Method in class org.jruby.ext.zlib.RubyGzipFile
 
newString(ThreadContext, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newString(Ruby, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newString(ThreadContext, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newString(Ruby, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newString() - Method in class org.jruby.Ruby
 
newString(String) - Method in class org.jruby.Ruby
 
newString(ByteList) - Method in class org.jruby.Ruby
 
newString(CharSequence) - Method in class org.jruby.RubyString
Deprecated. 
newString(ByteList) - Method in class org.jruby.RubyString
Deprecated. 
newString(Ruby, RubyClass, CharSequence) - Static method in class org.jruby.RubyString
Deprecated.
newString(Ruby, CharSequence) - Static method in class org.jruby.RubyString
 
newString(Ruby, String) - Static method in class org.jruby.RubyString
 
newString(Ruby, String, Encoding) - Static method in class org.jruby.RubyString
 
newString(Ruby, byte[]) - Static method in class org.jruby.RubyString
 
newString(Ruby, byte[], int, int) - Static method in class org.jruby.RubyString
 
newString(Ruby, byte[], int, int, Encoding) - Static method in class org.jruby.RubyString
 
newString(Ruby, ByteList) - Static method in class org.jruby.RubyString
 
newString(Ruby, ByteList, Encoding) - Static method in class org.jruby.RubyString
 
newString(ThreadContext, ByteList, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
newStringLight(Ruby, ByteList) - Static method in class org.jruby.RubyString
 
newStringLight(Ruby, int) - Static method in class org.jruby.RubyString
 
newStringLight(Ruby, int, Encoding) - Static method in class org.jruby.RubyString
 
newStringNoCopy(Ruby, ByteList) - Static method in class org.jruby.RubyString
 
newStringNoCopy(Ruby, RubyClass, ByteList) - Static method in class org.jruby.RubyString
 
newStringNoCopy(Ruby, byte[], int, int) - Static method in class org.jruby.RubyString
 
newStringNoCopy(Ruby, byte[]) - Static method in class org.jruby.RubyString
 
newStringNoCopy(Ruby, RubyClass, ByteList, Encoding, int) - Static method in class org.jruby.RubyString
 
newStringNoCopy(Ruby, ByteList, Encoding, int) - Static method in class org.jruby.RubyString
 
newStringShared(ByteList) - Method in class org.jruby.Ruby
Deprecated.
newStringShared(Ruby, RubyString) - Static method in class org.jruby.RubyString
 
newStringShared(Ruby, ByteList) - Static method in class org.jruby.RubyString
 
newStringShared(Ruby, ByteList, Encoding) - Static method in class org.jruby.RubyString
 
newStringShared(Ruby, ByteList, int) - Static method in class org.jruby.RubyString
 
newStringShared(Ruby, RubyClass, ByteList) - Static method in class org.jruby.RubyString
 
newStringShared(Ruby, RubyClass, ByteList, Encoding) - Static method in class org.jruby.RubyString
 
newStringShared(Ruby, byte[]) - Static method in class org.jruby.RubyString
 
newStringShared(Ruby, byte[], Encoding) - Static method in class org.jruby.RubyString
 
newStringShared(Ruby, byte[], int, int) - Static method in class org.jruby.RubyString
 
newStringShared(Ruby, byte[], int, int, Encoding) - Static method in class org.jruby.RubyString
 
newStruct(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyStruct
Create new Structure.
newStruct(IRubyObject, Block) - Static method in class org.jruby.RubyStruct
 
newStruct(IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyStruct
 
newStruct(IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyStruct
 
newStruct(IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyStruct
 
newStruct(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyStruct.StructMethods
 
newStruct(IRubyObject, Block) - Static method in class org.jruby.RubyStruct.StructMethods
 
newStruct(IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyStruct.StructMethods
 
newStruct(IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyStruct.StructMethods
 
newStruct(IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyStruct.StructMethods
 
newStructByReference(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.StructByReference
 
newStructByValue(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.StructByValue
 
newStructLayout(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.ffi.StructLayout
 
newSValueNode(ISourcePosition, Node) - Method in class org.jruby.parser.ParserSupport
 
newSymbol(String) - Method in class org.jruby.Ruby
 
newSymbol(ByteList) - Method in class org.jruby.Ruby
 
newSymbol(Ruby, IRubyObject) - Static method in class org.jruby.RubySymbol
 
newSymbol(Ruby, String) - Static method in class org.jruby.RubySymbol
 
newSymbol(Ruby, String, Encoding) - Static method in class org.jruby.RubySymbol
 
newSymbol(RubyContext, String) - Static method in class org.jruby.truffle.runtime.core.RubySymbol
 
newSymbol(String) - Method in class org.jruby.truffle.runtime.RubyContext
 
newSymbol(ByteList) - Method in class org.jruby.truffle.runtime.RubyContext
 
newSyntaxError(String) - Method in class org.jruby.Ruby
 
newSystemCallError(String) - Method in class org.jruby.Ruby
 
newSystemExit(int) - Method in class org.jruby.Ruby
 
newSystemExit(int, String) - Method in class org.jruby.Ruby
 
newSystemStackError(String) - Method in class org.jruby.Ruby
 
newSystemStackError(String, StackOverflowError) - Method in class org.jruby.Ruby
 
newTaintedString(Ruby, byte[]) - Static method in class org.jruby.ext.ffi.MemoryUtil
Creates a ruby string from a byte array and sets the taint flag on it
newTemporaryLocalVariable(int) - Method in class org.jruby.ir.IRManager
Temporary local variables are immutable and always start from a low index value and increment up to a higher index value per scope.
newThread(Runnable) - Method in class org.jruby.threading.DaemonThreadFactory
 
newThreadError(String) - Method in class org.jruby.Ruby
 
newTime(long) - Method in class org.jruby.Ruby
 
newTime(Ruby, long) - Static method in class org.jruby.RubyTime
 
newTime(Ruby, DateTime) - Static method in class org.jruby.RubyTime
 
newTime(Ruby, DateTime, long) - Static method in class org.jruby.RubyTime
 
newtok() - Method in class org.jruby.lexer.yacc.RubyLexer
 
newTypeError(String) - Method in class org.jruby.Ruby
 
newTypeError(IRubyObject, RubyClass) - Method in class org.jruby.Ruby
 
newTypeError(IRubyObject, RubyModule) - Method in class org.jruby.Ruby
 
newTypeError(IRubyObject, String) - Method in class org.jruby.Ruby
 
newUnboundMethod(RubyModule, String, RubyModule, String, DynamicMethod) - Static method in class org.jruby.RubyUnboundMethod
 
newUndef(ISourcePosition, Node) - Method in class org.jruby.parser.ParserSupport
 
newUndefined(Ruby, String) - Static method in class org.jruby.internal.runtime.GlobalVariable
 
newUndefinedConversionError(String) - Method in class org.jruby.Ruby
 
newUnicodeString(Ruby, String) - Static method in class org.jruby.RubyString
 
newUnicodeString(Ruby, CharSequence) - Static method in class org.jruby.RubyString
 
newUnsigned16(ThreadContext, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newUnsigned16(Ruby, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newUnsigned16(ThreadContext, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newUnsigned16(Ruby, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newUnsigned16(Ruby, short) - Static method in class org.jruby.ext.ffi.Util
 
newUnsigned32(ThreadContext, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newUnsigned32(Ruby, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newUnsigned32(ThreadContext, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newUnsigned32(Ruby, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newUnsigned32(Ruby, int) - Static method in class org.jruby.ext.ffi.Util
 
newUnsigned64(ThreadContext, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newUnsigned64(Ruby, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newUnsigned64(Ruby, long) - Static method in class org.jruby.ext.ffi.Util
 
newUnsigned8(ThreadContext, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newUnsigned8(Ruby, int) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newUnsigned8(ThreadContext, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newUnsigned8(Ruby, long) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
newUnsigned8(Ruby, byte) - Static method in class org.jruby.ext.ffi.Util
 
newUSASCIIString(Ruby, String) - Static method in class org.jruby.RubyString
 
newUsAsciiStringNoCopy(Ruby, ByteList) - Static method in class org.jruby.RubyString
 
newUsAsciiStringShared(Ruby, ByteList) - Static method in class org.jruby.RubyString
 
newUsAsciiStringShared(Ruby, byte[], int, int) - Static method in class org.jruby.RubyString
 
newUTF16String(Ruby, String) - Static method in class org.jruby.RubyString
 
newUTF16String(Ruby, CharSequence) - Static method in class org.jruby.RubyString
 
newUTF8String(Ruby, String) - Static method in class org.jruby.RubyString
 
newUTF8String(Ruby, CharSequence) - Static method in class org.jruby.RubyString
 
newVersion() - Method in class org.jruby.truffle.runtime.core.RubyModule
 
newWhenNode(ISourcePosition, Node, Node, Node) - Method in class org.jruby.parser.ParserSupport
 
newYielder(ThreadContext, Block) - Static method in class org.jruby.RubyYielder
 
newZeroDivisionError() - Method in class org.jruby.Ruby
 
next() - Method in class org.jruby.RubyArray.RubyArrayConversionIterator
 
next(ThreadContext) - Method in class org.jruby.RubyEnumerator
 
next - Variable in class org.jruby.truffle.nodes.dispatch.CachedDispatchNode
 
next - Variable in class org.jruby.truffle.nodes.objectstorage.ReadObjectFieldChainNode
 
next - Variable in class org.jruby.truffle.nodes.objectstorage.WriteObjectFieldChainNode
 
next_float() - Method in class org.jruby.RubyFloat
 
NEXT_LocalJumpError - Static variable in class org.jruby.ir.operands.IRException
 
NextException - Exception in org.jruby.truffle.runtime.control
Controls moving to the next iteration in a control structure or method.
NextException(Object) - Constructor for exception org.jruby.truffle.runtime.control.NextException
 
NextNode - Class in org.jruby.ast
Represents a 'next' statement.
NextNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.NextNode
 
NextNode - Class in org.jruby.truffle.nodes.control
 
NextNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.control.NextNode
 
nextToken() - Method in class org.jruby.lexer.yacc.RubyLexer
 
nextValues(ThreadContext) - Method in class org.jruby.RubyEnumerator
 
NIL - Static variable in class org.jruby.ast.NilImplicitNode
 
Nil(Nil) - Method in class org.jruby.ir.IRVisitor
 
Nil - Class in org.jruby.ir.operands
Represents nil.
Nil() - Constructor for class org.jruby.ir.operands.Nil
 
Nil(OperandType) - Constructor for class org.jruby.ir.operands.Nil
 
nil(ThreadContext, MutableCallSite) - Static method in class org.jruby.ir.targets.Bootstrap
 
Nil(Nil) - Method in class org.jruby.ir.targets.JVMVisitor
 
nil - Variable in class org.jruby.runtime.ThreadContext
 
nil() - Method in class org.jruby.truffle.nodes.core.KernelNodes.NilNode
 
NIL - Static variable in class org.jruby.truffle.runtime.ObjectIDOperations
 
NIL_ALLOCATOR - Static variable in class org.jruby.RubyNil
 
NIL_F - Static variable in class org.jruby.RubyBasicObject
This flag is a bit funny.
nil_p(ThreadContext) - Method in class org.jruby.RubyBasicObject
rb_false call_seq: nil.nil? => true .nil? => false Only the object nil responds true to nil?.
nil_p(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
nil_p() - Method in class org.jruby.RubyNil
 
NIL_PREFILLED_ARRAY_SIZE - Static variable in class org.jruby.Ruby
 
NilImplicitNode - Class in org.jruby.ast
A node which behaves like a nil node, but is not actually present in the AST as a syntactical element (e.g.
NilImplicitNode() - Constructor for class org.jruby.ast.NilImplicitNode
 
NilLiteralNode - Class in org.jruby.truffle.nodes.literal
 
NilLiteralNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.literal.NilLiteralNode
 
NilNode - Class in org.jruby.ast
represents 'nil'
NilNode(ISourcePosition) - Constructor for class org.jruby.ast.NilNode
 
nitems() - Method in class org.jruby.RubyArray
rb_ary_nitems
nkf(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.nkf.RubyNKF
 
NKFCharsetMap - Static variable in class org.jruby.ext.nkf.RubyNKF
 
NKFLibrary - Class in org.jruby.ext.nkf
 
NKFLibrary() - Constructor for class org.jruby.ext.nkf.NKFLibrary
 
nlink() - Method in class org.jruby.RubyFileStat
 
NO_ARGS - Static variable in interface org.jruby.javasupport.proxy.InternalJavaProxy
 
NO_ARGUMENTS - Static variable in class org.jruby.runtime.Arity
 
NO_ARGUMENTS - Static variable in class org.jruby.runtime.Signature
 
NO_DEPENDENCIES - Static variable in class org.jruby.ir.passes.CompilerPass
 
NO_ENTRY - Static variable in class org.jruby.RubyHash
 
NO_FILE_CLASS - Static variable in interface org.jruby.Profile
 
NO_FRAME_DUMMY_SCOPE - Static variable in enum org.jruby.internal.runtime.methods.CallConfiguration
Deprecated.
NO_FRAME_NO_SCOPE - Static variable in enum org.jruby.internal.runtime.methods.CallConfiguration
Deprecated.
NO_METHOD - Static variable in class org.jruby.runtime.MethodIndex
Deprecated.
NO_UNWRAP_PROCESS_STREAMS - Static variable in class org.jruby.RubyInstanceConfig
 
noArguments() - Static method in class org.jruby.runtime.Arity
 
noBlockToYieldTo(Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
noClass() - Method in class org.jruby.truffle.nodes.methods.AliasNode
 
NOCONV - Static variable in class org.jruby.ext.nkf.RubyNKF
Deprecated.
Node - Class in org.jruby.ast
Base class for all Nodes in the AST
Node(ISourcePosition) - Constructor for class org.jruby.ast.Node
 
node - Variable in class org.jruby.ast.SplatNode
 
node - Variable in class org.jruby.ast.SValueNode
 
node_assign(Node, Node) - Method in class org.jruby.parser.ParserSupport
 
NodeType - Enum in org.jruby.ast
 
NodeVisitor<T> - Interface in org.jruby.ast.visitor
Visitor interface to be implemented by visitors of the jRuby AST.
NodeWrapper - Interface in org.jruby.truffle.translator
 
NoFunctionalitySignalFacade - Class in org.jruby.util
 
NoFunctionalitySignalFacade() - Constructor for class org.jruby.util.NoFunctionalitySignalFacade
 
NOGUARDS_COMPILE_ENABLED - Static variable in class org.jruby.RubyInstanceConfig
Enable compiler "noguards" optimizations.
NoImplFactory - Class in org.jruby.ext.ffi
An instance of Factory that is used when no FFI implementation can be found.
NoImplFactory(String) - Constructor for class org.jruby.ext.ffi.NoImplFactory
 
noMethodError(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
noMethodError(String, String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
NONASCII_TO_ASCII - Static variable in class org.jruby.RubyConverter
 
NONBLOCK - Static variable in class org.jruby.util.io.ModeFlags
nonblock flag, to perform all operations non-blocking.
NONE - Static variable in class org.jruby.truffle.runtime.LexicalScope
 
none_p(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
none_p(ThreadContext, IRubyObject, Block, Arity) - Static method in class org.jruby.RubyEnumerable
 
none_p19(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
NonIRObjectFactory - Class in org.jruby.ir.persistence.read.parser
 
NonIRObjectFactory() - Constructor for class org.jruby.ir.persistence.read.parser.NonIRObjectFactory
 
NonLocalControlFlowNode - Interface in org.jruby.ast
Marker interface for return, break, next, redo, retry
NonlocalReturnInstr - Class in org.jruby.ir.instructions
 
NonlocalReturnInstr(Operand, String) - Constructor for class org.jruby.ir.instructions.NonlocalReturnInstr
 
NonlocalReturnInstr(NonlocalReturnInstr) - Method in class org.jruby.ir.IRVisitor
 
NonlocalReturnInstr(NonlocalReturnInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
nonZero(int) - Method in class org.jruby.truffle.nodes.core.NumericNodes.NonZeroNode
 
nonZero(long) - Method in class org.jruby.truffle.nodes.core.NumericNodes.NonZeroNode
 
nonZero(RubyBignum) - Method in class org.jruby.truffle.nodes.core.NumericNodes.NonZeroNode
 
nonZero(double) - Method in class org.jruby.truffle.nodes.core.NumericNodes.NonZeroNode
 
nonzero_p() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
nonzero_p(ThreadContext) - Method in class org.jruby.RubyNumeric
num_nonzero_p
nop() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
NOP - Static variable in class org.jruby.ir.instructions.NopInstr
 
NopInstr - Class in org.jruby.ir.instructions
 
NopInstr(NopInstr) - Method in class org.jruby.ir.IRVisitor
 
NopInstr(NopInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
NoResultCallInstr - Class in org.jruby.ir.instructions
 
NoResultCallInstr(Operation, CallType, String, Operand, Operand[], Operand) - Constructor for class org.jruby.ir.instructions.NoResultCallInstr
 
NoResultCallInstr(NoResultCallInstr) - Method in class org.jruby.ir.IRVisitor
 
NoResultCallInstr(NoResultCallInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
NormalCacheEntryFactory - Static variable in class org.jruby.RubyModule
 
NormalCachingCallSite - Class in org.jruby.runtime.callsite
 
NormalCachingCallSite(String) - Constructor for class org.jruby.runtime.callsite.NormalCachingCallSite
 
NormalInvokeSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
NormalInvokeSite(MethodType, String) - Constructor for class org.jruby.ir.targets.NormalInvokeSite
 
normaliseIndex(int) - Method in class org.jruby.truffle.runtime.core.RubyArray
 
normaliseIndex(int, int) - Static method in class org.jruby.truffle.runtime.core.RubyArray
 
normaliseIndex(int) - Method in class org.jruby.truffle.runtime.core.RubyString
 
NormalizedFile - Class in org.jruby.util
This class provides a File implementation that normalizes all path separators to forward slashes.
NormalizedFile(String) - Constructor for class org.jruby.util.NormalizedFile
 
NormalizedFile(URI) - Constructor for class org.jruby.util.NormalizedFile
 
NormalizedFile(File, String) - Constructor for class org.jruby.util.NormalizedFile
 
NormalizedFile(String, String) - Constructor for class org.jruby.util.NormalizedFile
 
normalizeSeps(String) - Static method in class org.jruby.util.JRubyFile
 
not(boolean) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.NotNode
 
NOT_ALLOCATABLE_ALLOCATOR - Static variable in interface org.jruby.runtime.ObjectAllocator
 
NOT_MARSHALABLE_MARSHAL - Static variable in interface org.jruby.runtime.ObjectMarshal
 
NotCompilableException - Exception in org.jruby.compiler
 
NotCompilableException(String) - Constructor for exception org.jruby.compiler.NotCompilableException
 
NotCompilableException(Throwable) - Constructor for exception org.jruby.compiler.NotCompilableException
 
NotCompilableException(String, Throwable) - Constructor for exception org.jruby.compiler.NotCompilableException
 
notDesignedForCompilation() - Static method in class org.jruby.truffle.nodes.RubyNode
 
notImplemented - Variable in class org.jruby.internal.runtime.methods.DynamicMethod
Whether this method is "not implemented".
notMatch(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.NotMatchNode
 
NotNode - Class in org.jruby.truffle.nodes.control
Represents a Ruby not or ! expression.
NotNode(RubyContext, SourceSection, BooleanCastNode) - Constructor for class org.jruby.truffle.nodes.control.NotNode
 
notSameClass(Object, Object) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.ReferenceEqualNode
 
notSymbol(RubySymbol, Object) - Method in class org.jruby.truffle.nodes.core.SymbolNodes.EqualNode
 
notVisibleAndNotMethodMissing(DynamicMethod, String, IRubyObject, CallType) - Method in class org.jruby.RubyClass
 
NoVarsDynamicScope - Class in org.jruby.runtime.scope
This is a DynamicScope that does not support any variables.
NoVarsDynamicScope(StaticScope, DynamicScope) - Constructor for class org.jruby.runtime.scope.NoVarsDynamicScope
 
NoVarsDynamicScope(StaticScope) - Constructor for class org.jruby.runtime.scope.NoVarsDynamicScope
 
now - Variable in class org.jruby.util.StringSupport.TR
 
nprocessors(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.etc.RubyEtc
 
nread(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.io.wait.IOWaitLibrary
 
nsec() - Method in class org.jruby.RubyTime
 
nth(Encoding, byte[], int, int, int) - Static method in class org.jruby.util.StringSupport
 
nth_match(int, IRubyObject) - Static method in class org.jruby.RubyRegexp
rb_reg_nth_match
nthMatch(ThreadContext, int) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
NthRef(NthRef) - Method in class org.jruby.ir.IRVisitor
 
NthRef - Class in org.jruby.ir.operands
 
NthRef(int) - Constructor for class org.jruby.ir.operands.NthRef
 
NthRef(NthRef) - Method in class org.jruby.ir.targets.JVMVisitor
 
NthRefNode - Class in org.jruby.ast
Represents a $number ($0..$9) variable.
NthRefNode(ISourcePosition, int) - Constructor for class org.jruby.ast.NthRefNode
 
NTPlatform - Class in org.jruby.platform
 
NTPlatform() - Constructor for class org.jruby.platform.NTPlatform
 
NULL - Static variable in class org.jruby.runtime.ivars.MethodData
 
NULL_ARRAY - Static variable in interface org.jruby.runtime.builtin.IRubyObject
 
NULL_BLOCK - Static variable in class org.jruby.runtime.Block
All Block variables should either refer to a real block or this NULL_BLOCK.
NULL_BODY - Static variable in class org.jruby.runtime.BlockBody
 
NULL_CACHE - Static variable in class org.jruby.runtime.callsite.CacheEntry
 
NULL_CLASS_ARRAY - Static variable in class org.jruby.runtime.CallbackFactory
Deprecated.
NULL_OPTIONS - Static variable in class org.jruby.util.RegexpOptions
 
null_p(ThreadContext) - Method in class org.jruby.ext.ffi.Pointer
Tests if this Pointer represents the C NULL value.
null_p(ThreadContext) - Method in class org.jruby.ext.ffi.Struct
 
NullBlock(NullBlock) - Method in class org.jruby.ir.IRVisitor
 
NullBlock - Class in org.jruby.ir.operands
Represents Block.NULL block, the block that cannot be yielded.
NullBlock(NullBlock) - Method in class org.jruby.ir.targets.JVMVisitor
 
NullBlockBody - Class in org.jruby.runtime
 
NullBlockBody() - Constructor for class org.jruby.runtime.NullBlockBody
 
NullChannel - Class in org.jruby.util.io
 
NullChannel() - Constructor for class org.jruby.util.io.NullChannel
 
nullFreeComment - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
nullFreeOrigName - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
NullMemoryIO - Class in org.jruby.ext.ffi
An implementation of MemoryIO that throws an exception on any access.
NullMemoryIO(Ruby) - Constructor for class org.jruby.ext.ffi.NullMemoryIO
 
NullMethod - Class in org.jruby.internal.runtime.methods
This class represents a singleton type of method used as a marker for breaking method lookup loops.
nullPointer - Variable in class org.jruby.ext.ffi.FFI
 
nullToNil(IRubyObject, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
nullToNil(IRubyObject, Ruby) - Static method in class org.jruby.runtime.Helpers
 
nullToNil(IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
NullWarnings - Class in org.jruby.common
A Warnings implementation which silently ignores everything.
NullWarnings(Ruby) - Constructor for class org.jruby.common.NullWarnings
 
num2chr(IRubyObject) - Static method in class org.jruby.RubyNumeric
NUM2CHR
num2dbl(IRubyObject) - Static method in class org.jruby.RubyNumeric
rb_num2dbl and NUM2DBL
num2fix(IRubyObject) - Static method in class org.jruby.RubyNumeric
rb_num2fix
num2int(IRubyObject) - Static method in class org.jruby.RubyNumeric
rb_num2int, NUM2INT
num2long(IRubyObject) - Static method in class org.jruby.RubyNumeric
rb_num2long and FIX2LONG (numeric.c)
num_imaginary(ThreadContext) - Method in class org.jruby.RubyNumeric
num_imaginary
num_waiting(ThreadContext) - Method in class org.jruby.ext.thread.Queue
 
NUMBERED_BIGINTEGER_COUNT - Static variable in class org.jruby.ast.executable.AbstractScript
 
NUMBERED_BLOCKBODY_COUNT - Static variable in class org.jruby.ast.executable.AbstractScript
 
NUMBERED_BLOCKCALLBACK_COUNT - Static variable in class org.jruby.ast.executable.AbstractScript
 
NUMBERED_CALLSITE_COUNT - Static variable in class org.jruby.ast.executable.AbstractScript
 
NUMBERED_CONSTANT_COUNT - Static variable in class org.jruby.ast.executable.AbstractScript
 
NUMBERED_CONSTANTFROM_COUNT - Static variable in class org.jruby.ast.executable.AbstractScript
 
NUMBERED_ENCODING_COUNT - Static variable in class org.jruby.ast.executable.AbstractScript
 
NUMBERED_FIXNUM_COUNT - Static variable in class org.jruby.ast.executable.AbstractScript
 
NUMBERED_FLOAT_COUNT - Static variable in class org.jruby.ast.executable.AbstractScript
 
NUMBERED_METHOD_COUNT - Static variable in class org.jruby.ast.executable.AbstractScript
 
NUMBERED_REGEXP_COUNT - Static variable in class org.jruby.ast.executable.AbstractScript
 
NUMBERED_SCOPE_COUNT - Static variable in class org.jruby.ast.executable.AbstractScript
 
NUMBERED_STRING_COUNT - Static variable in class org.jruby.ast.executable.AbstractScript
 
NUMBERED_SYMBOL_COUNT - Static variable in class org.jruby.ast.executable.AbstractScript
 
NUMBERED_VARIABLEREADER_COUNT - Static variable in class org.jruby.ast.executable.AbstractScript
 
NUMBERED_VARIABLEWRITER_COUNT - Static variable in class org.jruby.ast.executable.AbstractScript
 
numberOfLeadingOnes() - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
 
numberOfLeadingZeroes() - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
 
numberOfTrailingOnes() - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
 
numberOfTrailingZeroes() - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
 
numerator(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_numerator
numerator(ThreadContext) - Method in class org.jruby.RubyFloat
flo_numerator
numerator(ThreadContext) - Method in class org.jruby.RubyInteger
 
numerator(ThreadContext) - Method in class org.jruby.RubyNumeric
num_numerator
numerator(ThreadContext) - Method in class org.jruby.RubyRational
nurat_numerator
Numeric - Class in org.jruby.util
 
Numeric() - Constructor for class org.jruby.util.Numeric
 
Numeric.ComplexPatterns - Class in org.jruby.util
 
Numeric.ComplexPatterns() - Constructor for class org.jruby.util.Numeric.ComplexPatterns
 
Numeric.RationalPatterns - Class in org.jruby.util
 
Numeric.RationalPatterns() - Constructor for class org.jruby.util.Numeric.RationalPatterns
 
NUMERIC_ALLOCATOR - Static variable in class org.jruby.RubyNumeric
 
NumericNodes - Class in org.jruby.truffle.nodes.core
 
NumericNodes() - Constructor for class org.jruby.truffle.nodes.core.NumericNodes
 
NumericNodes.NonZeroNode - Class in org.jruby.truffle.nodes.core
 
NumericNodes.NonZeroNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.NumericNodes.NonZeroNode
 
NumericNodes.NonZeroNode(NumericNodes.NonZeroNode) - Constructor for class org.jruby.truffle.nodes.core.NumericNodes.NonZeroNode
 
NumericNodes.PosNode - Class in org.jruby.truffle.nodes.core
 
NumericNodes.PosNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.NumericNodes.PosNode
 
NumericNodes.PosNode(NumericNodes.PosNode) - Constructor for class org.jruby.truffle.nodes.core.NumericNodes.PosNode
 
NumericNodes.StepNode - Class in org.jruby.truffle.nodes.core
 
NumericNodes.StepNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.NumericNodes.StepNode
 
NumericNodes.StepNode(NumericNodes.StepNode) - Constructor for class org.jruby.truffle.nodes.core.NumericNodes.StepNode
 
NumericNodesFactory - Class in org.jruby.truffle.nodes.core
 
NumericNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.NumericNodesFactory
 
NumericNodesFactory.NonZeroNodeFactory - Class in org.jruby.truffle.nodes.core
 
NumericNodesFactory.PosNodeFactory - Class in org.jruby.truffle.nodes.core
 
NumericNodesFactory.StepNodeFactory - Class in org.jruby.truffle.nodes.core
 
numericQuo(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyRational
numeric_quo
numWaiting - Variable in class org.jruby.ext.thread.Queue
 
nurat_rationalize_internal(ThreadContext, IRubyObject[]) - Static method in class org.jruby.util.Numeric
 

O

O_NONBLOCK - Static variable in class org.jruby.ext.socket.RubyUNIXSocket
 
OBJ_INIT_COPY(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyBasicObject
 
obj_to_enum(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
objAsString(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyString
rb_obj_as_string
object(Object) - Method in class org.jruby.ext.ffi.jffi.DelegatingPointerParameterStrategy
 
object(Object) - Method in class org.jruby.ext.ffi.jffi.PointerParameterStrategy
 
object(Object) - Method in class org.jruby.ext.ffi.jffi.StringParameterStrategy
 
OBJECT - Static variable in class org.jruby.ir.targets.JVM
 
object - Variable in class org.jruby.java.proxies.JavaProxy
 
OBJECT_ALLOCATOR - Static variable in class org.jruby.RubyObject
Default allocator instance for all Ruby objects.
OBJECT_ARRAY - Static variable in class org.jruby.ir.targets.JVM
 
OBJECT_ARRAY_TYPE - Static variable in class org.jruby.ir.targets.JVM
 
OBJECT_ID_IDENTIFIER - Static variable in class org.jruby.truffle.runtime.core.RubyBasicObject
 
OBJECT_PROXY_CACHE - Static variable in class org.jruby.javasupport.Java
 
OBJECT_TYPE - Static variable in class org.jruby.ir.targets.JVM
 
OBJECT_VAR0_ALLOCATOR - Static variable in class org.jruby.RubyObject
 
OBJECT_VAR1_ALLOCATOR - Static variable in class org.jruby.RubyObject
 
OBJECT_VAR2_ALLOCATOR - Static variable in class org.jruby.RubyObject
 
OBJECT_VAR3_ALLOCATOR - Static variable in class org.jruby.RubyObject
 
OBJECT_VAR4_ALLOCATOR - Static variable in class org.jruby.RubyObject
 
OBJECT_VAR5_ALLOCATOR - Static variable in class org.jruby.RubyObject
 
OBJECT_VAR6_ALLOCATOR - Static variable in class org.jruby.RubyObject
 
OBJECT_VAR7_ALLOCATOR - Static variable in class org.jruby.RubyObject
 
OBJECT_VAR8_ALLOCATOR - Static variable in class org.jruby.RubyObject
 
OBJECT_VAR9_ALLOCATOR - Static variable in class org.jruby.RubyObject
 
ObjectAllocator - Interface in org.jruby.runtime
 
ObjectClass(ObjectClass) - Method in class org.jruby.ir.IRVisitor
 
ObjectClass - Class in org.jruby.ir.operands
 
ObjectClass() - Constructor for class org.jruby.ir.operands.ObjectClass
 
ObjectClass(ObjectClass) - Method in class org.jruby.ir.targets.JVMVisitor
 
objectFromJavaProxy(IRubyObject) - Static method in class org.jruby.javasupport.JavaUtil
 
objectID(RubyNilClass) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.IDNode
 
objectID(int) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.IDNode
 
objectID(long) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.IDNode
 
objectID(double) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.IDNode
 
objectID(RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.IDNode
 
ObjectIdentityInvalidator - Class in org.jruby.runtime.opto
 
ObjectIdentityInvalidator() - Constructor for class org.jruby.runtime.opto.ObjectIdentityInvalidator
 
objectIDFalse(boolean) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.IDNode
 
ObjectIDOperations - Class in org.jruby.truffle.runtime
Object IDs distribution We try to respect MRI scheme when it makes sense (Fixnum for the moment).
ObjectIDOperations() - Constructor for class org.jruby.truffle.runtime.ObjectIDOperations
 
objectIDSmallFixnumOverflow(long) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.IDNode
 
objectIDTrue(boolean) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.IDNode
 
objectInfect(Object) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.ObjectInfectPrimitiveNode
 
ObjectLiteralNode - Class in org.jruby.truffle.nodes.literal
 
ObjectLiteralNode(RubyContext, SourceSection, Object) - Constructor for class org.jruby.truffle.nodes.literal.ObjectLiteralNode
 
ObjectMarshal - Interface in org.jruby.runtime
 
ObjectProxyCache<T,A> - Class in org.jruby.javasupport.util
Maps Java objects to their proxies.
ObjectProxyCache() - Constructor for class org.jruby.javasupport.util.ObjectProxyCache
 
ObjectProxyCache(ObjectProxyCache.ReferenceType) - Constructor for class org.jruby.javasupport.util.ObjectProxyCache
 
ObjectProxyCache(int, int, ObjectProxyCache.ReferenceType) - Constructor for class org.jruby.javasupport.util.ObjectProxyCache
 
ObjectProxyCache.ReferenceType - Enum in org.jruby.javasupport.util
 
ObjectSpace - Class in org.jruby.runtime
FIXME: This version is faster than the previous, but both suffer from a crucial flaw: It is impossible to create an ObjectSpace with an iterator that doesn't either: a.
ObjectSpace() - Constructor for class org.jruby.runtime.ObjectSpace
 
OBJECTSPACE_ENABLED - Static variable in class org.jruby.util.cli.Options
 
ObjectSpaceManager - Class in org.jruby.truffle.runtime.subsystems
Supports the Ruby ObjectSpace module.
ObjectSpaceManager(RubyContext) - Constructor for class org.jruby.truffle.runtime.subsystems.ObjectSpaceManager
 
ObjectSpaceManager.ObjectGraphVisitor - Interface in org.jruby.truffle.runtime.subsystems
 
ObjectSpaceNodes - Class in org.jruby.truffle.nodes.core
 
ObjectSpaceNodes() - Constructor for class org.jruby.truffle.nodes.core.ObjectSpaceNodes
 
ObjectSpaceNodes.DefineFinalizerNode - Class in org.jruby.truffle.nodes.core
 
ObjectSpaceNodes.DefineFinalizerNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ObjectSpaceNodes.DefineFinalizerNode
 
ObjectSpaceNodes.DefineFinalizerNode(ObjectSpaceNodes.DefineFinalizerNode) - Constructor for class org.jruby.truffle.nodes.core.ObjectSpaceNodes.DefineFinalizerNode
 
ObjectSpaceNodes.EachObjectNode - Class in org.jruby.truffle.nodes.core
 
ObjectSpaceNodes.EachObjectNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ObjectSpaceNodes.EachObjectNode
 
ObjectSpaceNodes.EachObjectNode(ObjectSpaceNodes.EachObjectNode) - Constructor for class org.jruby.truffle.nodes.core.ObjectSpaceNodes.EachObjectNode
 
ObjectSpaceNodes.ID2RefNode - Class in org.jruby.truffle.nodes.core
 
ObjectSpaceNodes.ID2RefNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ObjectSpaceNodes.ID2RefNode
 
ObjectSpaceNodes.ID2RefNode(ObjectSpaceNodes.ID2RefNode) - Constructor for class org.jruby.truffle.nodes.core.ObjectSpaceNodes.ID2RefNode
 
ObjectSpaceNodes.UndefineFinalizerNode - Class in org.jruby.truffle.nodes.core
 
ObjectSpaceNodes.UndefineFinalizerNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ObjectSpaceNodes.UndefineFinalizerNode
 
ObjectSpaceNodes.UndefineFinalizerNode(ObjectSpaceNodes.UndefineFinalizerNode) - Constructor for class org.jruby.truffle.nodes.core.ObjectSpaceNodes.UndefineFinalizerNode
 
ObjectSpaceNodesFactory - Class in org.jruby.truffle.nodes.core
 
ObjectSpaceNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.ObjectSpaceNodesFactory
 
ObjectSpaceNodesFactory.DefineFinalizerNodeFactory - Class in org.jruby.truffle.nodes.core
 
ObjectSpaceNodesFactory.EachObjectNodeFactory - Class in org.jruby.truffle.nodes.core
 
ObjectSpaceNodesFactory.ID2RefNodeFactory - Class in org.jruby.truffle.nodes.core
 
ObjectSpaceNodesFactory.UndefineFinalizerNodeFactory - Class in org.jruby.truffle.nodes.core
 
objectToSymbolString(IRubyObject) - Static method in class org.jruby.RubySymbol
Properly stringify an object for the current "raw bytes" representation of a symbol.
objEncoding(ThreadContext, IRubyObject) - Static method in class org.jruby.util.io.EncodingUtils
 
objInitCopy(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyBasicObject
 
obliterateProcess(Process) - Static method in class org.jruby.RubyIO
Try for around 1s to destroy the child process.
oct(ThreadContext) - Method in class org.jruby.RubyString
rb_str_oct
oct19(ThreadContext) - Method in class org.jruby.RubyString
 
octLength(byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
octLength(byte[], int, int, Encoding) - Static method in class org.jruby.util.StringSupport
 
odd_p(ThreadContext) - Method in class org.jruby.RubyFixnum
 
odd_p(ThreadContext) - Method in class org.jruby.RubyInteger
 
off - Variable in class org.jruby.util.io.OpenFile.Buffer
 
offset - Variable in class org.jruby.ext.ffi.ArrayMemoryIO
 
offset(Object) - Method in class org.jruby.ext.ffi.jffi.DelegatingPointerParameterStrategy
 
offset(Object) - Method in class org.jruby.ext.ffi.jffi.PointerParameterStrategy
 
offset(Object) - Method in class org.jruby.ext.ffi.jffi.StringParameterStrategy
 
offset() - Method in class org.jruby.ext.ffi.StructLayout.Field
 
offset(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout.Field
 
offset() - Method in class org.jruby.ext.ffi.StructLayout.Member
 
offset - Variable in class org.jruby.ir.operands.LocalVariable
 
offset - Variable in class org.jruby.ir.operands.TemporaryLocalVariable
 
offset - Variable in class org.jruby.lexer.yacc.LexerSource
 
offset(ThreadContext, IRubyObject) - Method in class org.jruby.RubyMatchData
match_offset
offset(Encoding, byte[], int, int, int) - Static method in class org.jruby.util.StringSupport
 
offset(RubyString, int) - Static method in class org.jruby.util.StringSupport
 
offset19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyMatchData
 
offset_of(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.Struct
 
offset_of(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Struct
 
offset_of(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.StructLayout
 
offsets(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.Struct
 
offsets(ThreadContext) - Method in class org.jruby.ext.ffi.Struct
 
offsets(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout
Gets a ruby array of the offsets of all members of this struct.
oflagsFrom(POSIX, Channel) - Static method in class org.jruby.util.io.ModeFlags
Build a set of mode flags using the specified channel's actual capabilities.
onBackEdge - Variable in class org.jruby.ir.instructions.ThreadPollInstr
 
OnceNode - Class in org.jruby.truffle.nodes.control
 
OnceNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.control.OnceNode
 
one(Ruby) - Static method in class org.jruby.RubyFixnum
 
ONE_ARGUMENT - Static variable in class org.jruby.runtime.Arity
 
ONE_ARGUMENT - Static variable in class org.jruby.runtime.Signature
 
one_p(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
one_p(ThreadContext, IRubyObject, Block, Arity) - Static method in class org.jruby.RubyEnumerable
 
one_p19(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
ONE_REQUIRED - Static variable in class org.jruby.runtime.Arity
 
ONE_REQUIRED - Static variable in class org.jruby.runtime.Signature
 
OneArgOperandAttrAssignInstr - Class in org.jruby.ir.instructions.specialized
 
OneArgOperandAttrAssignInstr(Operand, String, Operand[]) - Constructor for class org.jruby.ir.instructions.specialized.OneArgOperandAttrAssignInstr
 
OneFixnumArgNoBlockCallInstr - Class in org.jruby.ir.instructions.specialized
 
OneFixnumArgNoBlockCallInstr(Variable, String, Operand, Operand[]) - Constructor for class org.jruby.ir.instructions.specialized.OneFixnumArgNoBlockCallInstr
 
OneFixnumArgNoBlockCallInstr(OneFixnumArgNoBlockCallInstr) - Method in class org.jruby.ir.IRVisitor
 
OneFixnumArgNoBlockCallInstr(OneFixnumArgNoBlockCallInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
OneFloatArgNoBlockCallInstr - Class in org.jruby.ir.instructions.specialized
 
OneFloatArgNoBlockCallInstr(Variable, String, Operand, Operand[]) - Constructor for class org.jruby.ir.instructions.specialized.OneFloatArgNoBlockCallInstr
 
OneFloatArgNoBlockCallInstr(OneFloatArgNoBlockCallInstr) - Method in class org.jruby.ir.IRVisitor
 
OneFloatArgNoBlockCallInstr(OneFloatArgNoBlockCallInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
OneOperandArgBlockCallInstr - Class in org.jruby.ir.instructions.specialized
 
OneOperandArgBlockCallInstr(Variable, String, Operand, Operand[], Operand) - Constructor for class org.jruby.ir.instructions.specialized.OneOperandArgBlockCallInstr
 
OneOperandArgNoBlockCallInstr - Class in org.jruby.ir.instructions.specialized
 
OneOperandArgNoBlockCallInstr(Variable, String, Operand, Operand[]) - Constructor for class org.jruby.ir.instructions.specialized.OneOperandArgNoBlockCallInstr
 
OneOperandArgNoBlockCallInstr(OneOperandArgNoBlockCallInstr) - Method in class org.jruby.ir.IRVisitor
 
OneOperandArgNoBlockCallInstr(OneOperandArgNoBlockCallInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
OneOperandArgNoBlockNoResultCallInstr - Class in org.jruby.ir.instructions.specialized
 
OneOperandArgNoBlockNoResultCallInstr(CallType, String, Operand, Operand[], Operand) - Constructor for class org.jruby.ir.instructions.specialized.OneOperandArgNoBlockNoResultCallInstr
 
OneOperandBranchInstr - Class in org.jruby.ir.instructions
 
OneOperandBranchInstr(Operation, Operand[]) - Constructor for class org.jruby.ir.instructions.OneOperandBranchInstr
 
OneShotClassLoader - Class in org.jruby.util
Represents a class loader designed to load exactly one class.
OneShotClassLoader(JRubyClassLoader) - Constructor for class org.jruby.util.OneShotClassLoader
 
OneVarDynamicScope - Class in org.jruby.runtime.scope
This is a DynamicScope that supports exactly three variables.
OneVarDynamicScope(StaticScope, DynamicScope) - Constructor for class org.jruby.runtime.scope.OneVarDynamicScope
 
OneVarDynamicScope(StaticScope) - Constructor for class org.jruby.runtime.scope.OneVarDynamicScope
 
op_abs(ThreadContext) - Method in class org.jruby.RubyRational
nurat_abs
op_add(ThreadContext, IRubyObject) - Method in class org.jruby.RubyComplex
nucomp_add
op_add(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
nurat_add
op_and(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_and
op_and(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_and
op_and(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
fix_and
op_and(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_and(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyNil
nil_and
op_and(IRubyObject) - Method in class org.jruby.RubyProcess.RubyStatus
 
op_and19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
 
op_append(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
rb_io_addstr
op_aref(ThreadContext, IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
op_aref(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.ArrayJavaProxy
 
op_aref(ThreadContext, IRubyObject[]) - Method in class org.jruby.java.proxies.ArrayJavaProxy
 
op_aref(ThreadContext, IRubyObject[]) - Method in class org.jruby.java.proxies.ArrayJavaProxyCreator
 
op_aref(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.java.proxies.JavaInterfaceTemplate
 
op_aref(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.java.proxies.JavaProxy
 
op_aref(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_aref
op_aref(IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_aref
op_aref(IRubyObject) - Method in class org.jruby.RubyFixnum
fix_aref
op_aref(ThreadContext, IRubyObject) - Method in class org.jruby.RubyGlobal.CaseInsensitiveStringOnlyRubyHash
 
op_aref(ThreadContext, IRubyObject) - Method in class org.jruby.RubyGlobal.StringOnlyRubyHash
 
op_aref(ThreadContext, IRubyObject) - Method in class org.jruby.RubyHash
rb_hash_aref
op_aref(IRubyObject) - Method in class org.jruby.RubyMatchData
match_aref
op_aref(IRubyObject, IRubyObject) - Method in class org.jruby.RubyMatchData
match_aref
op_aref(ThreadContext, IRubyObject) - Method in class org.jruby.RubyObjectSpace.WeakMap
 
op_aref(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyObjectSpace.WeakMap
 
op_aref(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
rb_str_aref, rb_str_aref_m
op_aref(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_aref(ThreadContext, IRubyObject) - Method in class org.jruby.RubySymbol
 
op_aref(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubySymbol
 
op_aref(IRubyObject) - Method in class org.jruby.RubyThread
 
op_aref19(IRubyObject) - Method in class org.jruby.RubyMatchData
match_aref
op_aref19(IRubyObject, IRubyObject) - Method in class org.jruby.RubyMatchData
match_aref
op_aref19(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
op_aref19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_aset(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.java.proxies.ArrayJavaProxy
 
op_aset(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_aset
op_aset(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyGlobal.CaseInsensitiveStringOnlyRubyHash
 
op_aset(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyGlobal.StringOnlyRubyHash
 
op_aset(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyHash
rb_hash_aset
op_aset(IRubyObject, IRubyObject) - Method in class org.jruby.RubyHash
Deprecated.
op_aset(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
rb_str_aset, rb_str_aset_m
op_aset(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
op_aset(IRubyObject, IRubyObject) - Method in class org.jruby.RubyThread
 
op_aset19(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
Deprecated.
op_aset19(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyGlobal.StringOnlyRubyHash
Deprecated.
op_aset19(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyHash
Deprecated.
op_aset19(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
op_aset19(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
op_asetForString(Ruby, RubyString, IRubyObject) - Method in class org.jruby.RubyHash
 
op_asetSmallForString(Ruby, RubyString, IRubyObject) - Method in class org.jruby.RubyHash
 
op_binmode(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
op_binmode(ThreadContext) - Method in class org.jruby.RubyIO
 
op_ceil(ThreadContext) - Method in class org.jruby.RubyRational
nurat_ceil
op_ceil(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
 
op_cmp(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_cmp(ThreadContext, IRubyObject) - Method in class org.jruby.ext.pathname.RubyPathname
 
op_cmp(IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
op_cmp(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_cmp
op_cmp(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBasicObject
 
op_cmp(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_cmp
op_cmp(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
fix_cmp
op_cmp(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_cmp(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
flo_cmp
op_cmp(ThreadContext, double) - Method in class org.jruby.RubyFloat
 
op_cmp(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
op_cmp(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_cmp
op_cmp(IRubyObject) - Method in class org.jruby.RubyNumeric
num_cmp
op_cmp(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
nurat_cmp
op_cmp(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_cmp(RubyString) - Method in class org.jruby.RubyString
rb_str_cmp
op_cmp(ThreadContext, IRubyObject) - Method in class org.jruby.RubySymbol
 
op_cmp(ThreadContext, IRubyObject) - Method in class org.jruby.RubyTime
 
OP_CMP - Static variable in class org.jruby.runtime.MethodIndex
Deprecated.
op_coerce(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
nurat_coerce
op_diff(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_diff
op_div(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_div(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_div(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_div
op_div(ThreadContext, IRubyObject) - Method in class org.jruby.RubyComplex
nucomp_div / nucomp_quo
op_div(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
 
op_div(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_div(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
nurat_div
op_div19(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_div19(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_divmod(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
nurat_divmod
op_divmod19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
 
op_eql(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaProxyMethods
 
op_eql19(ThreadContext, IRubyObject) - Method in class org.jruby.AbstractRubyMethod
 
op_eql19(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_eql19
op_eql19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyHash
rb_hash_eql
op_eql19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyMethod
 
op_eqq(IRubyObject, ThreadContext, IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
op_eqq(ThreadContext, IRubyObject) - Method in class org.jruby.ir.operands.UndefinedValue
 
op_eqq(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBasicObject
 
op_eqq(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyException
 
op_eqq(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
op_eqq(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_eqq
op_eqq(ThreadContext, IRubyObject) - Method in class org.jruby.RubyObject
rb_equal The Ruby "===" method is used by default in case/when statements.
op_eqq(ThreadContext, IRubyObject) - Method in class org.jruby.RubySymbol
 
op_eqq(ThreadContext, IRubyObject) - Method in class org.jruby.RubyTime
 
op_eqq(ThreadContext, IRubyObject) - Method in interface org.jruby.runtime.builtin.IRubyObject
 
op_equal(IRubyObject, ThreadContext, IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
op_equal(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.digest.RubyDigest.DigestInstance
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.MemoryPointer
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Pointer
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Type.Builtin
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.ext.pathname.RubyPathname
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.ir.operands.UndefinedValue
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_equal
op_equal(IRubyObject) - Method in class org.jruby.javasupport.JavaAccessibleObject
 
op_equal(IRubyObject) - Method in class org.jruby.javasupport.JavaField
 
op_equal(IRubyObject) - Method in class org.jruby.javasupport.JavaObject
 
op_equal(JavaProxy, IRubyObject) - Static method in class org.jruby.javasupport.JavaObject
 
op_equal(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaProxyMethods
 
op_equal(IRubyObject) - Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_equal
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBasicObject
 
op_equal(IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_eq
op_equal(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComparable
cmp_equal (cmp_eq inlined here)
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyComplex
nucomp_equal_p
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyConverter
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyException
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
fix_equal
op_equal(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
flo_eq
op_equal(ThreadContext, double) - Method in class org.jruby.RubyFloat
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyHash
rb_hash_equal
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyMethod
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
op_equal(IRubyObject) - Method in class org.jruby.RubyProc
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyProcess.RubyStatus
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRange
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
nurat_equal_p
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRegexp
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
rb_str_equal
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyStruct
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyTime
 
op_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyUnboundMethod
 
op_equal(ThreadContext, IRubyObject) - Method in interface org.jruby.runtime.builtin.IRubyObject
 
OP_EQUAL - Static variable in class org.jruby.runtime.MethodIndex
Deprecated.
op_equal19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComparable
 
op_equal19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_equal_19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBasicObject
rb_obj_equal Will by default use identity equality to compare objects.
op_equal_19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRandom
 
op_equal_boolean(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_expt(ThreadContext, IRubyObject) - Method in class org.jruby.RubyComplex
nucomp_expt
op_expt(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
nurat_expt
op_fdiv(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
flo_div
op_fdiv(ThreadContext, double) - Method in class org.jruby.RubyFloat
 
op_fdiv(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
nurat_fdiv
op_floor(ThreadContext) - Method in class org.jruby.RubyRational
nurat_floor
op_floor(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
 
op_format(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_ge(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_ge(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComparable
cmp_ge
op_ge(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
fix_ge
op_ge(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_ge(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
flo_ge
op_ge(ThreadContext, double) - Method in class org.jruby.RubyFloat
 
op_ge(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_ge
op_ge(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_ge(ThreadContext, IRubyObject) - Method in class org.jruby.RubyTime
 
op_ge19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_ge_boolean(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_gt(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_gt(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComparable
cmp_gt
op_gt(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
fix_gt
op_gt(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_gt(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
flo_gt
op_gt(ThreadContext, double) - Method in class org.jruby.RubyFloat
 
op_gt(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_gt
op_gt(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_gt(ThreadContext, IRubyObject) - Method in class org.jruby.RubyTime
 
op_gt19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_gt_boolean(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_idiv(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_idiv
op_idiv(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
nurat_idiv
op_idiv19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
 
op_le(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_le(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComparable
cmp_le
op_le(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
fix_le
op_le(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_le(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
flo_le
op_le(ThreadContext, double) - Method in class org.jruby.RubyFloat
 
op_le(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_le
op_le(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_le(ThreadContext, IRubyObject) - Method in class org.jruby.RubyTime
 
op_le19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_le_boolean(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_lshift(IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_lshift
op_lshift(IRubyObject) - Method in class org.jruby.RubyFixnum
fix_lshift
op_lshift(long) - Method in class org.jruby.RubyFixnum
 
op_lshift(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyYielder
 
op_lt(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_lt(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComparable
cmp_lt
op_lt(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
fix_lt
op_lt(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_lt(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
flo_lt
op_lt(ThreadContext, double) - Method in class org.jruby.RubyFloat
 
op_lt(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_lt
op_lt(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_lt(ThreadContext, IRubyObject) - Method in class org.jruby.RubyTime
 
op_lt19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_lt_boolean(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_match(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBasicObject
rb_obj_pattern_match call-seq: obj =~ other => false Pattern Match---Overridden by descendents (notably Regexp and String) to provide meaningful pattern-match semantics.
op_match(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
op_match(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRegexp
rb_reg_match
op_match(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
rb_str_match
op_match19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBasicObject
 
op_match19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
op_match19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRegexp
 
op_match19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_match19(ThreadContext, IRubyObject) - Method in class org.jruby.RubySymbol
 
op_match2(ThreadContext) - Method in class org.jruby.RubyRegexp
 
op_match2_19(ThreadContext) - Method in class org.jruby.RubyRegexp
 
op_minus(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_minus(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_minus
op_minus(ThreadContext, long) - Method in class org.jruby.RubyBignum
 
op_minus(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
fix_minus
op_minus(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_minus(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
flo_minus
op_minus(ThreadContext, double) - Method in class org.jruby.RubyFloat
 
op_minus(IRubyObject) - Method in class org.jruby.RubyTime
 
op_minus19(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_minus19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyTime
 
op_minus_one(ThreadContext) - Method in class org.jruby.RubyFixnum
 
op_minus_two(ThreadContext) - Method in class org.jruby.RubyFixnum
 
op_mod(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_mod(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_modulo
op_mod(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
fix_mod
op_mod(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_mod(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
flo_mod
op_mod(ThreadContext, double) - Method in class org.jruby.RubyFloat
 
op_mod(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
nurat_mod
op_mod19(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_mod19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_modulo
op_mod19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
flo_mod
op_mod19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
 
op_mul(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_mul(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_mul
op_mul(ThreadContext, long) - Method in class org.jruby.RubyBignum
 
op_mul(ThreadContext, IRubyObject) - Method in class org.jruby.RubyComplex
nucomp_mul
op_mul(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
fix_mul
op_mul(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_mul(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
flo_mul
op_mul(ThreadContext, double) - Method in class org.jruby.RubyFloat
 
op_mul(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
nurat_mul
op_mul(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_mul19(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_mul19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
 
op_mul19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_neg() - Method in class org.jruby.RubyBignum
rb_big_neg
op_neg() - Method in class org.jruby.RubyFixnum
fix_rev
op_not(ThreadContext) - Method in class org.jruby.RubyBasicObject
 
op_not_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBasicObject
 
op_not_match(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBasicObject
 
op_not_match(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
op_num_equal(ThreadContext, IRubyObject) - Method in class org.jruby.RubyNumeric
num_equal, doesn't override RubyObject.op_equal
op_or(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_or
op_or(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_or
op_or(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
fix_or
op_or(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_or(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyNil
nil_or
op_or19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
 
op_plus(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_plus(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
op_plus(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.ArrayJavaProxy
 
op_plus(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_plus
op_plus(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_plus
op_plus(ThreadContext, long) - Method in class org.jruby.RubyBignum
 
op_plus(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
fix_plus
op_plus(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_plus(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
flo_plus
op_plus(ThreadContext, double) - Method in class org.jruby.RubyFloat
 
op_plus(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_plus(IRubyObject) - Method in class org.jruby.RubyTime
 
op_plus19(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_plus19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
op_plus19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyTime
 
op_plus_one(ThreadContext) - Method in class org.jruby.RubyFixnum
 
op_plus_two(ThreadContext) - Method in class org.jruby.RubyFixnum
 
op_pow(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_pow(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_pow
op_pow(ThreadContext, long) - Method in class org.jruby.RubyBignum
 
op_pow(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
fix_pow
op_pow(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_pow(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
flo_pow
op_pow(ThreadContext, double) - Method in class org.jruby.RubyFloat
 
op_pow19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_pow
op_pow19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFloat
 
op_pow_19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
 
op_quo(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_quo19(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_quo20(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_rem(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
nurat_rem
op_round(ThreadContext) - Method in class org.jruby.RubyRational
nurat_round
op_round(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
 
op_rshift(IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_rshift
op_rshift(IRubyObject) - Method in class org.jruby.RubyFixnum
fix_rshift
op_rshift(long) - Method in class org.jruby.RubyFixnum
 
op_rshift(ThreadContext, IRubyObject) - Method in class org.jruby.RubyProcess.RubyStatus
 
op_rshift(Ruby, IRubyObject) - Method in class org.jruby.RubyProcess.RubyStatus
 
op_rshift(IRubyObject) - Method in class org.jruby.RubyProcess.RubyStatus
Deprecated.
op_sub(ThreadContext, IRubyObject) - Method in class org.jruby.RubyComplex
nucomp_sub
op_sub(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
nurat_sub
op_times(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_times
op_times19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_times
op_truncate(ThreadContext) - Method in class org.jruby.RubyRational
nurat_truncate
op_truncate(ThreadContext, IRubyObject) - Method in class org.jruby.RubyRational
 
op_uminus(ThreadContext) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_uminus() - Method in class org.jruby.RubyBignum
rb_big_uminus
op_uminus() - Method in class org.jruby.RubyFixnum
fix_uminus
op_uminus() - Method in class org.jruby.RubyFloat
flo_uminus
op_uminus(ThreadContext) - Method in class org.jruby.RubyNumeric
num_uminus
op_uplus() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
op_uplus() - Method in class org.jruby.RubyNumeric
num_uplus
op_xor(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_xor
op_xor(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
fix_xor
op_xor(ThreadContext, long) - Method in class org.jruby.RubyFixnum
 
op_xor(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyNil
nil_xor
op_xor19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
 
OpAsgnAndNode - Class in org.jruby.ast
 
OpAsgnAndNode(ISourcePosition, Node, Node) - Constructor for class org.jruby.ast.OpAsgnAndNode
 
OpAsgnNode - Class in org.jruby.ast
 
OpAsgnNode(ISourcePosition, Node, Node, String, String) - Constructor for class org.jruby.ast.OpAsgnNode
 
OpAsgnOrNode - Class in org.jruby.ast
 
OpAsgnOrNode(ISourcePosition, Node, Node) - Constructor for class org.jruby.ast.OpAsgnOrNode
 
opAsgnWithMethod(ThreadContext, IRubyObject, IRubyObject, IRubyObject, CallSite, CallSite, CallSite) - Static method in class org.jruby.runtime.Helpers
 
OpClass - Enum in org.jruby.ir
 
opClass - Variable in enum org.jruby.ir.Operation
 
OpElementAsgnNode - Class in org.jruby.ast
Represents an operator assignment to an element.
OpElementAsgnNode(ISourcePosition, Node, String, Node, Node) - Constructor for class org.jruby.ast.OpElementAsgnNode
 
opElementAsgnWithMethod(ThreadContext, IRubyObject, IRubyObject, IRubyObject, CallSite, CallSite, CallSite) - Static method in class org.jruby.runtime.Helpers
 
opElementAsgnWithMethod(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, CallSite, CallSite, CallSite) - Static method in class org.jruby.runtime.Helpers
 
opElementAsgnWithMethod(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, CallSite, CallSite, CallSite) - Static method in class org.jruby.runtime.Helpers
 
opElementAsgnWithMethod(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, CallSite, CallSite, CallSite) - Static method in class org.jruby.runtime.Helpers
 
opElementAsgnWithMethod(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], IRubyObject, CallSite, CallSite, CallSite) - Static method in class org.jruby.runtime.Helpers
 
opElementAsgnWithOrPartTwoNArgs(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], IRubyObject, CallSite) - Static method in class org.jruby.runtime.Helpers
 
opElementAsgnWithOrPartTwoOneArg(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, CallSite) - Static method in class org.jruby.runtime.Helpers
 
opElementAsgnWithOrPartTwoThreeArgs(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], IRubyObject, CallSite) - Static method in class org.jruby.runtime.Helpers
 
opElementAsgnWithOrPartTwoTwoArgs(ThreadContext, IRubyObject, IRubyObject, IRubyObject[], IRubyObject, CallSite) - Static method in class org.jruby.runtime.Helpers
 
OpElementOneArgAndAsgnNode - Class in org.jruby.ast
Represents an operator assignment to an element.
OpElementOneArgAndAsgnNode(ISourcePosition, Node, String, ArrayNode, Node) - Constructor for class org.jruby.ast.OpElementOneArgAndAsgnNode
 
OpElementOneArgAsgnNode - Class in org.jruby.ast
Represents an operator assignment to an element.
OpElementOneArgAsgnNode(ISourcePosition, Node, String, ArrayNode, Node) - Constructor for class org.jruby.ast.OpElementOneArgAsgnNode
 
OpElementOneArgOrAsgnNode - Class in org.jruby.ast
Represents an operator assignment to an element.
OpElementOneArgOrAsgnNode(ISourcePosition, Node, String, ArrayNode, Node) - Constructor for class org.jruby.ast.OpElementOneArgOrAsgnNode
 
open(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.DynamicLibrary
 
open(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.socket.RubyTCPServer
 
open(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.socket.RubyTCPServer
Deprecated.
open(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.socket.RubyTCPSocket
Deprecated.
open(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.socket.RubyUDPSocket
 
open(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.socket.RubyUDPSocket
Deprecated.
open(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.stringio.StringIO
 
open(ThreadContext) - Method in class org.jruby.ext.tempfile.Tempfile
 
open(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.tempfile.Tempfile
 
open(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyDir
Returns a new directory object for path.
open(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
 
open(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
open(VirtualFrame, RubyString, RubyString, RubyProc) - Method in class org.jruby.truffle.nodes.core.IONodes.OpenNode
 
open(RubyContext, String, String) - Static method in class org.jruby.truffle.runtime.core.RubyFile
 
open(String, String, ModeFlags) - Static method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
open(String, String, ModeFlags, ClassLoader) - Static method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
open(String, String, ModeFlags, int, POSIX) - Static method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
open(String, String, ModeFlags, int, POSIX, ClassLoader) - Static method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
open(Ruby, ChannelDescriptor) - Static method in class org.jruby.util.io.ChannelStream
Deprecated.
 
open(Ruby, ChannelDescriptor, boolean) - Static method in class org.jruby.util.io.ChannelStream
Deprecated.
 
open(String, String, ModeFlags, int) - Method in class org.jruby.util.io.PosixShim
 
open(String, String, ModeFlags, int, ClassLoader) - Method in class org.jruby.util.io.PosixShim
 
open18(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
open18(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
open19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.tempfile.Tempfile
 
open19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
open19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
open19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyDir
 
open19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
openArgsToArgs(Ruby, IRubyObject, RubyHash) - Static method in class org.jruby.util.io.EncodingUtils
 
openChannel(ModeFlags, int) - Method in class org.jruby.util.ClasspathResource
 
openChannel(ModeFlags, int) - Method in class org.jruby.util.EmptyFileResource
 
openChannel(ModeFlags, int) - Method in interface org.jruby.util.FileResource
 
openChannel(ModeFlags, int) - Method in class org.jruby.util.URLResource
 
openConnection(URL) - Method in class org.jruby.util.CompoundJarURLStreamHandler
 
opendir(ThreadContext, Block) - Method in class org.jruby.ext.pathname.RubyPathname
 
openFile(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyFile
 
openFile - Variable in class org.jruby.RubyIO
 
OpenFile - Class in org.jruby.util.io
 
OpenFile(IRubyObject) - Constructor for class org.jruby.util.io.OpenFile
 
OpenFile.Buffer - Class in org.jruby.util.io
 
OpenFile.Buffer() - Constructor for class org.jruby.util.io.OpenFile.Buffer
 
OpenFile.Finalizer - Interface in org.jruby.util.io
 
OpenFile.InternalReadStruct - Class in org.jruby.util.io
 
OpenFile.InternalWriteStruct - Class in org.jruby.util.io
 
OpenModuleNode - Class in org.jruby.truffle.nodes.objects
Open a module and execute a method in it - probably to define new methods.
OpenModuleNode(RubyContext, SourceSection, RubyNode, MethodDefinitionNode, LexicalScope) - Constructor for class org.jruby.truffle.nodes.objects.OpenModuleNode
 
OpenProcess(int, int, int) - Method in interface org.jruby.util.WindowsFFI.Kernel32
 
openWithRetryFrom(Ruby, SelectorProvider) - Static method in class org.jruby.util.io.SelectorFactory
 
Operand - Class in org.jruby.ir.operands
 
Operand(OperandType) - Constructor for class org.jruby.ir.operands.Operand
 
operands - Variable in class org.jruby.ir.instructions.Instr
 
OperandType - Enum in org.jruby.ir.operands
 
Operation - Enum in org.jruby.ir
 
operators - Static variable in interface org.jruby.parser.Tokens
 
opMulOther(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
 
opt - Variable in class org.jruby.ir.instructions.CheckArgsArrayArityInstr
 
opt - Variable in class org.jruby.ir.instructions.CheckArityInstr
 
opt() - Method in class org.jruby.runtime.Signature
 
OptArgMultipleAsgnInstr - Class in org.jruby.ir.instructions
 
OptArgMultipleAsgnInstr(Variable, Operand, int, int) - Constructor for class org.jruby.ir.instructions.OptArgMultipleAsgnInstr
 
OptArgMultipleAsgnInstr(OptArgMultipleAsgnInstr) - Method in class org.jruby.ir.IRVisitor
 
OptArgMultipleAsgnInstr(OptArgMultipleAsgnInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
OptArgNode - Class in org.jruby.ast
 
OptArgNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.OptArgNode
 
optElementOrNull(IRubyObject[], int, int) - Static method in class org.jruby.runtime.Helpers
 
OptimizeDynScopesPass - Class in org.jruby.ir.passes
 
OptimizeDynScopesPass() - Constructor for class org.jruby.ir.passes.OptimizeDynScopesPass
 
OptimizeTempVarsPass - Class in org.jruby.ir.passes
 
OptimizeTempVarsPass() - Constructor for class org.jruby.ir.passes.OptimizeTempVarsPass
 
Option - Class in org.jruby.ext.nkf
 
Option(String, String, String) - Constructor for class org.jruby.ext.nkf.Option
 
Option - Class in org.jruby.ext.socket
 
Option(Ruby, RubyClass) - Constructor for class org.jruby.ext.socket.Option
 
Option(Ruby, ProtocolFamily, SocketLevel, SocketOption, int) - Constructor for class org.jruby.ext.socket.Option
 
Option(Ruby, RubyClass, ProtocolFamily, SocketLevel, SocketOption, int) - Constructor for class org.jruby.ext.socket.Option
 
optional - Variable in class org.jruby.anno.JavaMethodDescriptor
 
OPTIONAL - Static variable in class org.jruby.runtime.Arity
 
optional() - Static method in class org.jruby.runtime.Arity
 
OPTIONAL - Static variable in class org.jruby.runtime.Signature
 
optionFromArg(IRubyObject) - Static method in class org.jruby.ext.socket.RubyBasicSocket
 
Options - Class in org.jruby.ext.nkf
 
Options() - Constructor for class org.jruby.ext.nkf.Options
 
options - Variable in class org.jruby.ir.operands.Regexp
 
options - Variable in class org.jruby.ir.targets.DRegexpObjectSite
 
options - Variable in class org.jruby.ir.targets.RegexpObjectSite
 
options() - Method in class org.jruby.RubyRegexp
 
options(RubyRegexp) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.OptionsNode
 
Options - Class in org.jruby.util.cli
Options defines all configuration settings for JRuby in a consistent form.
Options() - Constructor for class org.jruby.util.cli.Options
 
optname(ThreadContext) - Method in class org.jruby.ext.socket.Option
 
OptoFactory - Class in org.jruby.runtime.opto
A set of factory methods to construct optimizing utilities for compilation, cache invalidation, and so on.
OptoFactory() - Constructor for class org.jruby.runtime.opto.OptoFactory
 
OptoFactory.ConstantFactory - Interface in org.jruby.runtime.opto
A factory for abstract "constant" representations of objects.
or(Object) - Method in class org.jruby.truffle.nodes.core.TrueClassNodes.OrNode
 
or(RubyBignum) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
or(long) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
ord(ThreadContext) - Method in class org.jruby.RubyInteger
int_ord
ord(ThreadContext) - Method in class org.jruby.RubyString
 
ord(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.OrdNode
 
order(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
 
order(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
order(Ruby, ByteOrder) - Method in class org.jruby.ext.ffi.AbstractMemory
 
order() - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
order(Ruby, ByteOrder) - Method in class org.jruby.ext.ffi.Buffer
 
order() - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
order() - Method in class org.jruby.ext.ffi.MemoryIO
Gets the ByteOrder this MemoryIO instance will read/write values to memory in.
order(Ruby, ByteOrder) - Method in class org.jruby.ext.ffi.Pointer
 
order(ThreadContext) - Method in class org.jruby.ext.ffi.Struct
 
order(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.Struct
 
order() - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
orDouble(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.UnionNode
 
org$jruby$AbstractRubyMethod$POPULATOR - Class in org.jruby.gen
 
org$jruby$AbstractRubyMethod$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$AbstractRubyMethod$POPULATOR
 
org$jruby$demo$ext$MethodMissing$POPULATOR - Class in org.jruby.gen
 
org$jruby$demo$ext$MethodMissing$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$demo$ext$MethodMissing$POPULATOR
 
org$jruby$ext$bigdecimal$RubyBigDecimal$BigDecimalKernelMethods$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$bigdecimal$RubyBigDecimal$BigDecimalKernelMethods$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$bigdecimal$RubyBigDecimal$BigDecimalKernelMethods$POPULATOR
 
org$jruby$ext$bigdecimal$RubyBigDecimal$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$bigdecimal$RubyBigDecimal$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$bigdecimal$RubyBigDecimal$POPULATOR
 
org$jruby$ext$coverage$CoverageModule$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$coverage$CoverageModule$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$coverage$CoverageModule$POPULATOR
 
org$jruby$ext$digest$RubyDigest$DigestBase$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$digest$RubyDigest$DigestBase$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$digest$RubyDigest$DigestBase$POPULATOR
 
org$jruby$ext$digest$RubyDigest$DigestClass$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$digest$RubyDigest$DigestClass$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$digest$RubyDigest$DigestClass$POPULATOR
 
org$jruby$ext$digest$RubyDigest$DigestInstance$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$digest$RubyDigest$DigestInstance$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$digest$RubyDigest$DigestInstance$POPULATOR
 
org$jruby$ext$digest$RubyDigest$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$digest$RubyDigest$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$digest$RubyDigest$POPULATOR
 
org$jruby$ext$etc$RubyEtc$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$etc$RubyEtc$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$etc$RubyEtc$POPULATOR
 
org$jruby$ext$ffi$AbstractInvoker$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$AbstractInvoker$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$AbstractInvoker$POPULATOR
 
org$jruby$ext$ffi$AbstractMemory$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$AbstractMemory$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$AbstractMemory$POPULATOR
 
org$jruby$ext$ffi$AutoPointer$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$AutoPointer$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$AutoPointer$POPULATOR
 
org$jruby$ext$ffi$Buffer$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$Buffer$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$Buffer$POPULATOR
 
org$jruby$ext$ffi$CallbackInfo$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$CallbackInfo$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$CallbackInfo$POPULATOR
 
org$jruby$ext$ffi$DataConverter$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$DataConverter$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$DataConverter$POPULATOR
 
org$jruby$ext$ffi$Enum$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$Enum$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$Enum$POPULATOR
 
org$jruby$ext$ffi$Enums$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$Enums$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$Enums$POPULATOR
 
org$jruby$ext$ffi$io$FileDescriptorIO$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$io$FileDescriptorIO$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$io$FileDescriptorIO$POPULATOR
 
org$jruby$ext$ffi$IOModule$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$IOModule$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$IOModule$POPULATOR
 
org$jruby$ext$ffi$jffi$DynamicLibrary$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$jffi$DynamicLibrary$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$jffi$DynamicLibrary$POPULATOR
 
org$jruby$ext$ffi$jffi$DynamicLibrary$Symbol$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$jffi$DynamicLibrary$Symbol$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$jffi$DynamicLibrary$Symbol$POPULATOR
 
org$jruby$ext$ffi$jffi$Factory$LastError$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$jffi$Factory$LastError$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$jffi$Factory$LastError$POPULATOR
 
org$jruby$ext$ffi$jffi$Function$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$jffi$Function$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$jffi$Function$POPULATOR
 
org$jruby$ext$ffi$jffi$JFFIInvoker$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$jffi$JFFIInvoker$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$jffi$JFFIInvoker$POPULATOR
 
org$jruby$ext$ffi$jffi$VariadicInvoker$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$jffi$VariadicInvoker$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$jffi$VariadicInvoker$POPULATOR
 
org$jruby$ext$ffi$MappedType$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$MappedType$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$MappedType$POPULATOR
 
org$jruby$ext$ffi$MemoryPointer$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$MemoryPointer$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$MemoryPointer$POPULATOR
 
org$jruby$ext$ffi$Platform$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$Platform$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$Platform$POPULATOR
 
org$jruby$ext$ffi$Pointer$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$Pointer$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$Pointer$POPULATOR
 
org$jruby$ext$ffi$Struct$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$Struct$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$Struct$POPULATOR
 
org$jruby$ext$ffi$StructByReference$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$StructByReference$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$StructByReference$POPULATOR
 
org$jruby$ext$ffi$StructByValue$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$StructByValue$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$StructByValue$POPULATOR
 
org$jruby$ext$ffi$StructLayout$ArrayField$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$StructLayout$ArrayField$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$StructLayout$ArrayField$POPULATOR
 
org$jruby$ext$ffi$StructLayout$ArrayProxy$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$StructLayout$ArrayProxy$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$StructLayout$ArrayProxy$POPULATOR
 
org$jruby$ext$ffi$StructLayout$CharArrayProxy$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$StructLayout$CharArrayProxy$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$StructLayout$CharArrayProxy$POPULATOR
 
org$jruby$ext$ffi$StructLayout$Field$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$StructLayout$Field$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$StructLayout$Field$POPULATOR
 
org$jruby$ext$ffi$StructLayout$FunctionField$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$StructLayout$FunctionField$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$StructLayout$FunctionField$POPULATOR
 
org$jruby$ext$ffi$StructLayout$InnerStructField$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$StructLayout$InnerStructField$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$StructLayout$InnerStructField$POPULATOR
 
org$jruby$ext$ffi$StructLayout$MappedField$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$StructLayout$MappedField$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$StructLayout$MappedField$POPULATOR
 
org$jruby$ext$ffi$StructLayout$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$StructLayout$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$StructLayout$POPULATOR
 
org$jruby$ext$ffi$Type$Array$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$Type$Array$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$Type$Array$POPULATOR
 
org$jruby$ext$ffi$Type$Builtin$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$Type$Builtin$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$Type$Builtin$POPULATOR
 
org$jruby$ext$ffi$Type$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$ffi$Type$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$ffi$Type$POPULATOR
 
org$jruby$ext$fiber$ThreadFiber$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$fiber$ThreadFiber$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$fiber$ThreadFiber$POPULATOR
 
org$jruby$ext$io$wait$IOWaitLibrary$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$io$wait$IOWaitLibrary$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$io$wait$IOWaitLibrary$POPULATOR
 
org$jruby$ext$jruby$JRubyExecutionContextLocal$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$jruby$JRubyExecutionContextLocal$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$jruby$JRubyExecutionContextLocal$POPULATOR
 
org$jruby$ext$jruby$JRubyFiberLocal$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$jruby$JRubyFiberLocal$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$jruby$JRubyFiberLocal$POPULATOR
 
org$jruby$ext$jruby$JRubyLibrary$JRubyConfig$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$jruby$JRubyLibrary$JRubyConfig$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$jruby$JRubyLibrary$JRubyConfig$POPULATOR
 
org$jruby$ext$jruby$JRubyLibrary$MethodExtensions$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$jruby$JRubyLibrary$MethodExtensions$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$jruby$JRubyLibrary$MethodExtensions$POPULATOR
 
org$jruby$ext$jruby$JRubyLibrary$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$jruby$JRubyLibrary$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$jruby$JRubyLibrary$POPULATOR
 
org$jruby$ext$jruby$JRubyObjectInputStream$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$jruby$JRubyObjectInputStream$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$jruby$JRubyObjectInputStream$POPULATOR
 
org$jruby$ext$jruby$JRubyUtilLibrary$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$jruby$JRubyUtilLibrary$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$jruby$JRubyUtilLibrary$POPULATOR
 
org$jruby$ext$jruby$JRubyUtilLibrary$StringUtils$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$jruby$JRubyUtilLibrary$StringUtils$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$jruby$JRubyUtilLibrary$StringUtils$POPULATOR
 
org$jruby$ext$net$protocol$NetProtocolBufferedIO$NativeImpl$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$net$protocol$NetProtocolBufferedIO$NativeImpl$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$net$protocol$NetProtocolBufferedIO$NativeImpl$POPULATOR
 
org$jruby$ext$net$protocol$NetProtocolBufferedIO$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$net$protocol$NetProtocolBufferedIO$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$net$protocol$NetProtocolBufferedIO$POPULATOR
 
org$jruby$ext$nkf$RubyNKF$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$nkf$RubyNKF$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$nkf$RubyNKF$POPULATOR
 
org$jruby$ext$pathname$RubyPathname$PathnameKernelMethods$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$pathname$RubyPathname$PathnameKernelMethods$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$pathname$RubyPathname$PathnameKernelMethods$POPULATOR
 
org$jruby$ext$pathname$RubyPathname$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$pathname$RubyPathname$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$pathname$RubyPathname$POPULATOR
 
org$jruby$ext$psych$PsychEmitter$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$psych$PsychEmitter$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$psych$PsychEmitter$POPULATOR
 
org$jruby$ext$psych$PsychParser$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$psych$PsychParser$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$psych$PsychParser$POPULATOR
 
org$jruby$ext$psych$PsychToRuby$ClassLoader$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$psych$PsychToRuby$ClassLoader$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$psych$PsychToRuby$ClassLoader$POPULATOR
 
org$jruby$ext$psych$PsychToRuby$ToRuby$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$psych$PsychToRuby$ToRuby$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$psych$PsychToRuby$ToRuby$POPULATOR
 
org$jruby$ext$psych$PsychYamlTree$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$psych$PsychYamlTree$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$psych$PsychYamlTree$POPULATOR
 
org$jruby$ext$rbconfig$RbConfigLibrary$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$rbconfig$RbConfigLibrary$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$rbconfig$RbConfigLibrary$POPULATOR
 
org$jruby$ext$securerandom$SecureRandomLibrary$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$securerandom$SecureRandomLibrary$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$securerandom$SecureRandomLibrary$POPULATOR
 
org$jruby$ext$socket$Addrinfo$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$socket$Addrinfo$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$socket$Addrinfo$POPULATOR
 
org$jruby$ext$socket$Ifaddr$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$socket$Ifaddr$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$socket$Ifaddr$POPULATOR
 
org$jruby$ext$socket$Option$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$socket$Option$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$socket$Option$POPULATOR
 
org$jruby$ext$socket$RubyBasicSocket$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$socket$RubyBasicSocket$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$socket$RubyBasicSocket$POPULATOR
 
org$jruby$ext$socket$RubyIPSocket$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$socket$RubyIPSocket$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$socket$RubyIPSocket$POPULATOR
 
org$jruby$ext$socket$RubyServerSocket$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$socket$RubyServerSocket$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$socket$RubyServerSocket$POPULATOR
 
org$jruby$ext$socket$RubySocket$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$socket$RubySocket$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$socket$RubySocket$POPULATOR
 
org$jruby$ext$socket$RubyTCPServer$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$socket$RubyTCPServer$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$socket$RubyTCPServer$POPULATOR
 
org$jruby$ext$socket$RubyTCPSocket$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$socket$RubyTCPSocket$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$socket$RubyTCPSocket$POPULATOR
 
org$jruby$ext$socket$RubyUDPSocket$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$socket$RubyUDPSocket$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$socket$RubyUDPSocket$POPULATOR
 
org$jruby$ext$socket$RubyUNIXServer$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$socket$RubyUNIXServer$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$socket$RubyUNIXServer$POPULATOR
 
org$jruby$ext$socket$RubyUNIXSocket$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$socket$RubyUNIXSocket$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$socket$RubyUNIXSocket$POPULATOR
 
org$jruby$ext$stringio$StringIO$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$stringio$StringIO$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$stringio$StringIO$POPULATOR
 
org$jruby$ext$strscan$RubyStringScanner$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$strscan$RubyStringScanner$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$strscan$RubyStringScanner$POPULATOR
 
org$jruby$ext$tempfile$Tempfile$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$tempfile$Tempfile$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$tempfile$Tempfile$POPULATOR
 
org$jruby$ext$thread$ConditionVariable$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$thread$ConditionVariable$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$thread$ConditionVariable$POPULATOR
 
org$jruby$ext$thread$Mutex$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$thread$Mutex$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$thread$Mutex$POPULATOR
 
org$jruby$ext$thread$Queue$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$thread$Queue$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$thread$Queue$POPULATOR
 
org$jruby$ext$thread$SizedQueue$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$thread$SizedQueue$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$thread$SizedQueue$POPULATOR
 
org$jruby$ext$timeout$Timeout$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$timeout$Timeout$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$timeout$Timeout$POPULATOR
 
org$jruby$ext$timeout$Timeout$TimeoutToplevel$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$timeout$Timeout$TimeoutToplevel$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$timeout$Timeout$TimeoutToplevel$POPULATOR
 
org$jruby$ext$tracepoint$TracePoint$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$tracepoint$TracePoint$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$tracepoint$TracePoint$POPULATOR
 
org$jruby$ext$weakref$WeakRef$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$weakref$WeakRef$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$weakref$WeakRef$POPULATOR
 
org$jruby$ext$zlib$JZlibDeflate$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$zlib$JZlibDeflate$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$zlib$JZlibDeflate$POPULATOR
 
org$jruby$ext$zlib$JZlibInflate$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$zlib$JZlibInflate$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$zlib$JZlibInflate$POPULATOR
 
org$jruby$ext$zlib$JZlibRubyGzipReader$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$zlib$JZlibRubyGzipReader$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$zlib$JZlibRubyGzipReader$POPULATOR
 
org$jruby$ext$zlib$JZlibRubyGzipWriter$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$zlib$JZlibRubyGzipWriter$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$zlib$JZlibRubyGzipWriter$POPULATOR
 
org$jruby$ext$zlib$RubyGzipFile$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$zlib$RubyGzipFile$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$zlib$RubyGzipFile$POPULATOR
 
org$jruby$ext$zlib$RubyZlib$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$zlib$RubyZlib$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$zlib$RubyZlib$POPULATOR
 
org$jruby$ext$zlib$ZStream$POPULATOR - Class in org.jruby.gen
 
org$jruby$ext$zlib$ZStream$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$ext$zlib$ZStream$POPULATOR
 
org$jruby$java$addons$ArrayJavaAddons$POPULATOR - Class in org.jruby.gen
 
org$jruby$java$addons$ArrayJavaAddons$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$java$addons$ArrayJavaAddons$POPULATOR
 
org$jruby$java$addons$IOJavaAddons$AnyIO$POPULATOR - Class in org.jruby.gen
 
org$jruby$java$addons$IOJavaAddons$AnyIO$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$java$addons$IOJavaAddons$AnyIO$POPULATOR
 
org$jruby$java$addons$IOJavaAddons$POPULATOR - Class in org.jruby.gen
 
org$jruby$java$addons$IOJavaAddons$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$java$addons$IOJavaAddons$POPULATOR
 
org$jruby$java$addons$KernelJavaAddons$POPULATOR - Class in org.jruby.gen
 
org$jruby$java$addons$KernelJavaAddons$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$java$addons$KernelJavaAddons$POPULATOR
 
org$jruby$java$addons$StringJavaAddons$POPULATOR - Class in org.jruby.gen
 
org$jruby$java$addons$StringJavaAddons$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$java$addons$StringJavaAddons$POPULATOR
 
org$jruby$java$proxies$ArrayJavaProxy$POPULATOR - Class in org.jruby.gen
 
org$jruby$java$proxies$ArrayJavaProxy$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$java$proxies$ArrayJavaProxy$POPULATOR
 
org$jruby$java$proxies$ArrayJavaProxyCreator$POPULATOR - Class in org.jruby.gen
 
org$jruby$java$proxies$ArrayJavaProxyCreator$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$java$proxies$ArrayJavaProxyCreator$POPULATOR
 
org$jruby$java$proxies$InterfaceJavaProxy$JavaInterfaceExtender$POPULATOR - Class in org.jruby.gen
 
org$jruby$java$proxies$InterfaceJavaProxy$JavaInterfaceExtender$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$java$proxies$InterfaceJavaProxy$JavaInterfaceExtender$POPULATOR
 
org$jruby$java$proxies$JavaInterfaceTemplate$POPULATOR - Class in org.jruby.gen
 
org$jruby$java$proxies$JavaInterfaceTemplate$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$java$proxies$JavaInterfaceTemplate$POPULATOR
 
org$jruby$java$proxies$JavaProxy$POPULATOR - Class in org.jruby.gen
 
org$jruby$java$proxies$JavaProxy$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$java$proxies$JavaProxy$POPULATOR
 
org$jruby$java$proxies$MapJavaProxy$POPULATOR - Class in org.jruby.gen
 
org$jruby$java$proxies$MapJavaProxy$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$java$proxies$MapJavaProxy$POPULATOR
 
org$jruby$javasupport$Java$JavaProxyClassMethods$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$Java$JavaProxyClassMethods$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$Java$JavaProxyClassMethods$POPULATOR
 
org$jruby$javasupport$Java$NewStyleExtensionInherited$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$Java$NewStyleExtensionInherited$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$Java$NewStyleExtensionInherited$POPULATOR
 
org$jruby$javasupport$Java$OldStyleExtensionInherited$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$Java$OldStyleExtensionInherited$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$Java$OldStyleExtensionInherited$POPULATOR
 
org$jruby$javasupport$Java$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$Java$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$Java$POPULATOR
 
org$jruby$javasupport$JavaAccessibleObject$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$JavaAccessibleObject$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$JavaAccessibleObject$POPULATOR
 
org$jruby$javasupport$JavaArrayUtilities$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$JavaArrayUtilities$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$JavaArrayUtilities$POPULATOR
 
org$jruby$javasupport$JavaCallable$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$JavaCallable$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$JavaCallable$POPULATOR
 
org$jruby$javasupport$JavaClass$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$JavaClass$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$JavaClass$POPULATOR
 
org$jruby$javasupport$JavaConstructor$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$JavaConstructor$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$JavaConstructor$POPULATOR
 
org$jruby$javasupport$JavaField$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$JavaField$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$JavaField$POPULATOR
 
org$jruby$javasupport$JavaMethod$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$JavaMethod$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$JavaMethod$POPULATOR
 
org$jruby$javasupport$JavaObject$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$JavaObject$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$JavaObject$POPULATOR
 
org$jruby$javasupport$JavaProxyMethods$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$JavaProxyMethods$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$JavaProxyMethods$POPULATOR
 
org$jruby$javasupport$JavaUtilities$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$JavaUtilities$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$JavaUtilities$POPULATOR
 
org$jruby$javasupport$proxy$JavaProxyClass$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$proxy$JavaProxyClass$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$proxy$JavaProxyClass$POPULATOR
 
org$jruby$javasupport$proxy$JavaProxyClass$ProxyMethodImpl$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$proxy$JavaProxyClass$ProxyMethodImpl$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$proxy$JavaProxyClass$ProxyMethodImpl$POPULATOR
 
org$jruby$javasupport$proxy$JavaProxyConstructor$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$proxy$JavaProxyConstructor$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$proxy$JavaProxyConstructor$POPULATOR
 
org$jruby$javasupport$proxy$JavaProxyReflectionObject$POPULATOR - Class in org.jruby.gen
 
org$jruby$javasupport$proxy$JavaProxyReflectionObject$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$javasupport$proxy$JavaProxyReflectionObject$POPULATOR
 
org$jruby$NativeException$POPULATOR - Class in org.jruby.gen
 
org$jruby$NativeException$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$NativeException$POPULATOR
 
org$jruby$RubyArgsFile$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyArgsFile$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyArgsFile$POPULATOR
 
org$jruby$RubyArray$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyArray$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyArray$POPULATOR
 
org$jruby$RubyBasicObject$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyBasicObject$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyBasicObject$POPULATOR
 
org$jruby$RubyBignum$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyBignum$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyBignum$POPULATOR
 
org$jruby$RubyBinding$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyBinding$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyBinding$POPULATOR
 
org$jruby$RubyBoolean$False$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyBoolean$False$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyBoolean$False$POPULATOR
 
org$jruby$RubyBoolean$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyBoolean$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyBoolean$POPULATOR
 
org$jruby$RubyBoolean$True$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyBoolean$True$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyBoolean$True$POPULATOR
 
org$jruby$RubyClass$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyClass$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyClass$POPULATOR
 
org$jruby$RubyClassPathVariable$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyClassPathVariable$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyClassPathVariable$POPULATOR
 
org$jruby$RubyComparable$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyComparable$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyComparable$POPULATOR
 
org$jruby$RubyComplex$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyComplex$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyComplex$POPULATOR
 
org$jruby$RubyContinuation$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyContinuation$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyContinuation$POPULATOR
 
org$jruby$RubyConverter$EncodingErrorMethods$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyConverter$EncodingErrorMethods$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyConverter$EncodingErrorMethods$POPULATOR
 
org$jruby$RubyConverter$InvalidByteSequenceErrorMethods$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyConverter$InvalidByteSequenceErrorMethods$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyConverter$InvalidByteSequenceErrorMethods$POPULATOR
 
org$jruby$RubyConverter$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyConverter$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyConverter$POPULATOR
 
org$jruby$RubyConverter$UndefinedConversionErrorMethods$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyConverter$UndefinedConversionErrorMethods$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyConverter$UndefinedConversionErrorMethods$POPULATOR
 
org$jruby$RubyDir$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyDir$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyDir$POPULATOR
 
org$jruby$RubyEncoding$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyEncoding$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyEncoding$POPULATOR
 
org$jruby$RubyEnumerable$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyEnumerable$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyEnumerable$POPULATOR
 
org$jruby$RubyEnumerator$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyEnumerator$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyEnumerator$POPULATOR
 
org$jruby$RubyException$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyException$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyException$POPULATOR
 
org$jruby$RubyFile$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyFile$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyFile$POPULATOR
 
org$jruby$RubyFileStat$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyFileStat$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyFileStat$POPULATOR
 
org$jruby$RubyFileTest$FileTestFileMethods$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyFileTest$FileTestFileMethods$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyFileTest$FileTestFileMethods$POPULATOR
 
org$jruby$RubyFileTest$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyFileTest$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyFileTest$POPULATOR
 
org$jruby$RubyFixnum$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyFixnum$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyFixnum$POPULATOR
 
org$jruby$RubyFloat$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyFloat$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyFloat$POPULATOR
 
org$jruby$RubyGC$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyGC$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyGC$POPULATOR
 
org$jruby$RubyGenerator$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyGenerator$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyGenerator$POPULATOR
 
org$jruby$RubyGlobal$CaseInsensitiveStringOnlyRubyHash$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyGlobal$CaseInsensitiveStringOnlyRubyHash$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyGlobal$CaseInsensitiveStringOnlyRubyHash$POPULATOR
 
org$jruby$RubyHash$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyHash$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyHash$POPULATOR
 
org$jruby$RubyInteger$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyInteger$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyInteger$POPULATOR
 
org$jruby$RubyIO$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyIO$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyIO$POPULATOR
 
org$jruby$RubyKernel$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyKernel$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyKernel$POPULATOR
 
org$jruby$RubyLocalJumpError$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyLocalJumpError$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyLocalJumpError$POPULATOR
 
org$jruby$RubyMarshal$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyMarshal$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyMarshal$POPULATOR
 
org$jruby$RubyMatchData$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyMatchData$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyMatchData$POPULATOR
 
org$jruby$RubyMath$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyMath$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyMath$POPULATOR
 
org$jruby$RubyMethod$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyMethod$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyMethod$POPULATOR
 
org$jruby$RubyModule$ModuleKernelMethods$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyModule$ModuleKernelMethods$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyModule$ModuleKernelMethods$POPULATOR
 
org$jruby$RubyModule$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyModule$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyModule$POPULATOR
 
org$jruby$RubyNameError$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyNameError$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyNameError$POPULATOR
 
org$jruby$RubyNameError$RubyNameErrorMessage$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyNameError$RubyNameErrorMessage$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyNameError$RubyNameErrorMessage$POPULATOR
 
org$jruby$RubyNil$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyNil$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyNil$POPULATOR
 
org$jruby$RubyNoMethodError$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyNoMethodError$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyNoMethodError$POPULATOR
 
org$jruby$RubyNumeric$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyNumeric$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyNumeric$POPULATOR
 
org$jruby$RubyObjectSpace$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyObjectSpace$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyObjectSpace$POPULATOR
 
org$jruby$RubyObjectSpace$WeakMap$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyObjectSpace$WeakMap$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyObjectSpace$WeakMap$POPULATOR
 
org$jruby$RubyProc$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyProc$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyProc$POPULATOR
 
org$jruby$RubyProcess$GroupID$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyProcess$GroupID$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyProcess$GroupID$POPULATOR
 
org$jruby$RubyProcess$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyProcess$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyProcess$POPULATOR
 
org$jruby$RubyProcess$RubyStatus$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyProcess$RubyStatus$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyProcess$RubyStatus$POPULATOR
 
org$jruby$RubyProcess$Sys$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyProcess$Sys$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyProcess$Sys$POPULATOR
 
org$jruby$RubyProcess$UserID$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyProcess$UserID$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyProcess$UserID$POPULATOR
 
org$jruby$RubyRandom$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyRandom$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyRandom$POPULATOR
 
org$jruby$RubyRange$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyRange$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyRange$POPULATOR
 
org$jruby$RubyRational$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyRational$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyRational$POPULATOR
 
org$jruby$RubyRegexp$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyRegexp$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyRegexp$POPULATOR
 
org$jruby$RubySignal$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubySignal$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubySignal$POPULATOR
 
org$jruby$RubyString$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyString$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyString$POPULATOR
 
org$jruby$RubyStruct$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyStruct$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyStruct$POPULATOR
 
org$jruby$RubyStruct$StructMethods$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyStruct$StructMethods$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyStruct$StructMethods$POPULATOR
 
org$jruby$RubySymbol$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubySymbol$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubySymbol$POPULATOR
 
org$jruby$RubySystemCallError$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubySystemCallError$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubySystemCallError$POPULATOR
 
org$jruby$RubySystemExit$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubySystemExit$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubySystemExit$POPULATOR
 
org$jruby$RubyThread$Location$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyThread$Location$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyThread$Location$POPULATOR
 
org$jruby$RubyThread$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyThread$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyThread$POPULATOR
 
org$jruby$RubyThreadGroup$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyThreadGroup$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyThreadGroup$POPULATOR
 
org$jruby$RubyTime$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyTime$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyTime$POPULATOR
 
org$jruby$RubyUnboundMethod$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyUnboundMethod$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyUnboundMethod$POPULATOR
 
org$jruby$RubyYielder$POPULATOR - Class in org.jruby.gen
 
org$jruby$RubyYielder$POPULATOR() - Constructor for class org.jruby.gen.org$jruby$RubyYielder$POPULATOR
 
org.jruby - package org.jruby
 
org.jruby.anno - package org.jruby.anno
 
org.jruby.ant - package org.jruby.ant
 
org.jruby.ast - package org.jruby.ast
 
org.jruby.ast.executable - package org.jruby.ast.executable
 
org.jruby.ast.java_signature - package org.jruby.ast.java_signature
 
org.jruby.ast.types - package org.jruby.ast.types
 
org.jruby.ast.util - package org.jruby.ast.util
 
org.jruby.ast.visitor - package org.jruby.ast.visitor
 
org.jruby.common - package org.jruby.common
 
org.jruby.compiler - package org.jruby.compiler
 
org.jruby.compiler.impl - package org.jruby.compiler.impl
 
org.jruby.compiler.util - package org.jruby.compiler.util
 
org.jruby.demo.ext - package org.jruby.demo.ext
 
org.jruby.embed - package org.jruby.embed
 
org.jruby.embed.bsf - package org.jruby.embed.bsf
 
org.jruby.embed.internal - package org.jruby.embed.internal
 
org.jruby.embed.io - package org.jruby.embed.io
 
org.jruby.embed.jsr223 - package org.jruby.embed.jsr223
 
org.jruby.embed.osgi - package org.jruby.embed.osgi
JRuby Embed OSGi support
org.jruby.embed.osgi.internal - package org.jruby.embed.osgi.internal
 
org.jruby.embed.osgi.utils - package org.jruby.embed.osgi.utils
 
org.jruby.embed.util - package org.jruby.embed.util
 
org.jruby.embed.variable - package org.jruby.embed.variable
 
org.jruby.evaluator - package org.jruby.evaluator
 
org.jruby.exceptions - package org.jruby.exceptions
 
org.jruby.ext - package org.jruby.ext
 
org.jruby.ext.bigdecimal - package org.jruby.ext.bigdecimal
 
org.jruby.ext.coverage - package org.jruby.ext.coverage
 
org.jruby.ext.digest - package org.jruby.ext.digest
 
org.jruby.ext.etc - package org.jruby.ext.etc
 
org.jruby.ext.fcntl - package org.jruby.ext.fcntl
 
org.jruby.ext.ffi - package org.jruby.ext.ffi
 
org.jruby.ext.ffi.io - package org.jruby.ext.ffi.io
 
org.jruby.ext.ffi.jffi - package org.jruby.ext.ffi.jffi
 
org.jruby.ext.fiber - package org.jruby.ext.fiber
 
org.jruby.ext.io.wait - package org.jruby.ext.io.wait
 
org.jruby.ext.jruby - package org.jruby.ext.jruby
 
org.jruby.ext.mathn - package org.jruby.ext.mathn
 
org.jruby.ext.net.protocol - package org.jruby.ext.net.protocol
 
org.jruby.ext.nkf - package org.jruby.ext.nkf
 
org.jruby.ext.pathname - package org.jruby.ext.pathname
 
org.jruby.ext.psych - package org.jruby.ext.psych
 
org.jruby.ext.rbconfig - package org.jruby.ext.rbconfig
 
org.jruby.ext.securerandom - package org.jruby.ext.securerandom
 
org.jruby.ext.socket - package org.jruby.ext.socket
 
org.jruby.ext.stringio - package org.jruby.ext.stringio
 
org.jruby.ext.strscan - package org.jruby.ext.strscan
 
org.jruby.ext.tempfile - package org.jruby.ext.tempfile
 
org.jruby.ext.thread - package org.jruby.ext.thread
 
org.jruby.ext.timeout - package org.jruby.ext.timeout
 
org.jruby.ext.tracepoint - package org.jruby.ext.tracepoint
 
org.jruby.ext.weakref - package org.jruby.ext.weakref
 
org.jruby.ext.zlib - package org.jruby.ext.zlib
 
org.jruby.gen - package org.jruby.gen
 
org.jruby.internal.runtime - package org.jruby.internal.runtime
 
org.jruby.internal.runtime.methods - package org.jruby.internal.runtime.methods
 
org.jruby.ir - package org.jruby.ir
 
org.jruby.ir.dataflow - package org.jruby.ir.dataflow
 
org.jruby.ir.dataflow.analyses - package org.jruby.ir.dataflow.analyses
 
org.jruby.ir.instructions - package org.jruby.ir.instructions
 
org.jruby.ir.instructions.boxing - package org.jruby.ir.instructions.boxing
 
org.jruby.ir.instructions.defined - package org.jruby.ir.instructions.defined
 
org.jruby.ir.instructions.specialized - package org.jruby.ir.instructions.specialized
 
org.jruby.ir.interpreter - package org.jruby.ir.interpreter
 
org.jruby.ir.listeners - package org.jruby.ir.listeners
 
org.jruby.ir.operands - package org.jruby.ir.operands
 
org.jruby.ir.passes - package org.jruby.ir.passes
 
org.jruby.ir.persistence - package org.jruby.ir.persistence
 
org.jruby.ir.persistence.read.parser - package org.jruby.ir.persistence.read.parser
 
org.jruby.ir.persistence.util - package org.jruby.ir.persistence.util
 
org.jruby.ir.representations - package org.jruby.ir.representations
 
org.jruby.ir.runtime - package org.jruby.ir.runtime
 
org.jruby.ir.targets - package org.jruby.ir.targets
 
org.jruby.ir.transformations.inlining - package org.jruby.ir.transformations.inlining
 
org.jruby.ir.util - package org.jruby.ir.util
 
org.jruby.java.addons - package org.jruby.java.addons
 
org.jruby.java.codegen - package org.jruby.java.codegen
 
org.jruby.java.dispatch - package org.jruby.java.dispatch
 
org.jruby.java.invokers - package org.jruby.java.invokers
 
org.jruby.java.proxies - package org.jruby.java.proxies
 
org.jruby.java.util - package org.jruby.java.util
 
org.jruby.javasupport - package org.jruby.javasupport
 
org.jruby.javasupport.bsf - package org.jruby.javasupport.bsf
 
org.jruby.javasupport.proxy - package org.jruby.javasupport.proxy
 
org.jruby.javasupport.util - package org.jruby.javasupport.util
 
org.jruby.lexer - package org.jruby.lexer
 
org.jruby.lexer.yacc - package org.jruby.lexer.yacc
 
org.jruby.main - package org.jruby.main
 
org.jruby.management - package org.jruby.management
 
org.jruby.parser - package org.jruby.parser
 
org.jruby.platform - package org.jruby.platform
 
org.jruby.runtime - package org.jruby.runtime
 
org.jruby.runtime.backtrace - package org.jruby.runtime.backtrace
 
org.jruby.runtime.builtin - package org.jruby.runtime.builtin
 
org.jruby.runtime.callback - package org.jruby.runtime.callback
 
org.jruby.runtime.callsite - package org.jruby.runtime.callsite
 
org.jruby.runtime.component - package org.jruby.runtime.component
 
org.jruby.runtime.encoding - package org.jruby.runtime.encoding
 
org.jruby.runtime.invokedynamic - package org.jruby.runtime.invokedynamic
 
org.jruby.runtime.ivars - package org.jruby.runtime.ivars
 
org.jruby.runtime.load - package org.jruby.runtime.load
 
org.jruby.runtime.marshal - package org.jruby.runtime.marshal
 
org.jruby.runtime.opto - package org.jruby.runtime.opto
 
org.jruby.runtime.profile - package org.jruby.runtime.profile
The profile package contains the api to implement an profiler for jruby.
org.jruby.runtime.profile.builtin - package org.jruby.runtime.profile.builtin
This package contains the implementation of ProfilingService and all related classes will be used for all profiling methods which are shipped with jruby.
org.jruby.runtime.scope - package org.jruby.runtime.scope
 
org.jruby.threading - package org.jruby.threading
 
org.jruby.truffle - package org.jruby.truffle
 
org.jruby.truffle.nodes - package org.jruby.truffle.nodes
 
org.jruby.truffle.nodes.cast - package org.jruby.truffle.nodes.cast
 
org.jruby.truffle.nodes.control - package org.jruby.truffle.nodes.control
 
org.jruby.truffle.nodes.conversion - package org.jruby.truffle.nodes.conversion
 
org.jruby.truffle.nodes.core - package org.jruby.truffle.nodes.core
 
org.jruby.truffle.nodes.dispatch - package org.jruby.truffle.nodes.dispatch
 
org.jruby.truffle.nodes.globals - package org.jruby.truffle.nodes.globals
 
org.jruby.truffle.nodes.hash - package org.jruby.truffle.nodes.hash
 
org.jruby.truffle.nodes.instrument - package org.jruby.truffle.nodes.instrument
 
org.jruby.truffle.nodes.literal - package org.jruby.truffle.nodes.literal
 
org.jruby.truffle.nodes.methods - package org.jruby.truffle.nodes.methods
 
org.jruby.truffle.nodes.methods.arguments - package org.jruby.truffle.nodes.methods.arguments
 
org.jruby.truffle.nodes.methods.locals - package org.jruby.truffle.nodes.methods.locals
 
org.jruby.truffle.nodes.objects - package org.jruby.truffle.nodes.objects
 
org.jruby.truffle.nodes.objectstorage - package org.jruby.truffle.nodes.objectstorage
 
org.jruby.truffle.nodes.respondto - package org.jruby.truffle.nodes.respondto
 
org.jruby.truffle.nodes.rubinius - package org.jruby.truffle.nodes.rubinius
 
org.jruby.truffle.nodes.supercall - package org.jruby.truffle.nodes.supercall
 
org.jruby.truffle.nodes.yield - package org.jruby.truffle.nodes.yield
 
org.jruby.truffle.runtime - package org.jruby.truffle.runtime
 
org.jruby.truffle.runtime.backtrace - package org.jruby.truffle.runtime.backtrace
 
org.jruby.truffle.runtime.control - package org.jruby.truffle.runtime.control
 
org.jruby.truffle.runtime.core - package org.jruby.truffle.runtime.core
 
org.jruby.truffle.runtime.hash - package org.jruby.truffle.runtime.hash
 
org.jruby.truffle.runtime.methods - package org.jruby.truffle.runtime.methods
 
org.jruby.truffle.runtime.signal - package org.jruby.truffle.runtime.signal
 
org.jruby.truffle.runtime.subsystems - package org.jruby.truffle.runtime.subsystems
 
org.jruby.truffle.runtime.util - package org.jruby.truffle.runtime.util
 
org.jruby.truffle.translator - package org.jruby.truffle.translator
 
org.jruby.util - package org.jruby.util
 
org.jruby.util.cli - package org.jruby.util.cli
 
org.jruby.util.collections - package org.jruby.util.collections
 
org.jruby.util.encoding - package org.jruby.util.encoding
 
org.jruby.util.func - package org.jruby.util.func
 
org.jruby.util.io - package org.jruby.util.io
 
org.jruby.util.log - package org.jruby.util.log
 
org.jruby.util.unsafe - package org.jruby.util.unsafe
 
orig_name() - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
orig_name() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
origin - Variable in class org.jruby.IncludedModule
The module to which this include origins.
original_name(ThreadContext) - Method in class org.jruby.RubyMethod
 
originalFillInStackTrace() - Method in exception org.jruby.exceptions.JumpException
 
originModule - Variable in class org.jruby.AbstractRubyMethod
 
originName - Variable in class org.jruby.AbstractRubyMethod
 
orIntegerFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.UnionNode
 
orLongFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.UnionNode
 
OrNode - Class in org.jruby.ast
represents '||' (or) statements
OrNode(ISourcePosition, Node, Node) - Constructor for class org.jruby.ast.OrNode
 
OrNode - Class in org.jruby.truffle.nodes.control
Represents a Ruby or or || expression.
OrNode(RubyContext, SourceSection, RubyNode, RubyNode) - Constructor for class org.jruby.truffle.nodes.control.OrNode
 
orObject(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.UnionNode
 
orXor(boolean) - Method in class org.jruby.truffle.nodes.core.FalseClassNodes.OrXorNode
 
OS - Static variable in class org.jruby.ext.ffi.Platform
 
OS - Static variable in class org.jruby.platform.Platform
 
OS_AMIGA - Static variable in class org.jruby.ext.zlib.Zlib
 
OS_ATARI - Static variable in class org.jruby.ext.zlib.Zlib
 
os_code() - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
os_code() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
OS_CODE - Static variable in class org.jruby.ext.zlib.Zlib
 
OS_CPM - Static variable in class org.jruby.ext.zlib.Zlib
 
OS_MACOS - Static variable in class org.jruby.ext.zlib.Zlib
 
OS_MSDOS - Static variable in class org.jruby.ext.zlib.Zlib
 
OS_NAMES - Static variable in class org.jruby.platform.Platform
 
OS_OS2 - Static variable in class org.jruby.ext.zlib.Zlib
 
OS_QDOS - Static variable in class org.jruby.ext.zlib.Zlib
 
OS_RISCOS - Static variable in class org.jruby.ext.zlib.Zlib
 
OS_TOPS20 - Static variable in class org.jruby.ext.zlib.Zlib
 
OS_UNIX - Static variable in class org.jruby.ext.zlib.Zlib
 
OS_UNKNOWN - Static variable in class org.jruby.ext.zlib.Zlib
 
OS_VMCMS - Static variable in class org.jruby.ext.zlib.Zlib
 
OS_VMS - Static variable in class org.jruby.ext.zlib.Zlib
 
OS_WIN32 - Static variable in class org.jruby.ext.zlib.Zlib
 
OS_ZSYSTEM - Static variable in class org.jruby.ext.zlib.Zlib
 
osCode - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
OSEnvironment - Class in org.jruby.util
 
OSEnvironment() - Constructor for class org.jruby.util.OSEnvironment
 
OSGI_BUNDLE_CLASSPATH_SCHEME - Static variable in class org.jruby.embed.osgi.internal.OSGiLoadService
 
OSGI_DEFAULT - Static variable in class org.jruby.embed.osgi.internal.OSGiLoadService
 
OSGiBundleClassLoaderHelper - Class in org.jruby.embed.osgi.utils
Various introspection tricks to access the file system from OSGi.
OSGiBundleClassLoaderHelper() - Constructor for class org.jruby.embed.osgi.utils.OSGiBundleClassLoaderHelper
 
OSGiBundleLibrary - Class in org.jruby.embed.osgi.internal
 
OSGiBundleLibrary(Bundle) - Constructor for class org.jruby.embed.osgi.internal.OSGiBundleLibrary
 
OSGiBundlesSearcher - Class in org.jruby.embed.osgi.internal
 
OSGiBundlesSearcher() - Constructor for class org.jruby.embed.osgi.internal.OSGiBundlesSearcher
 
OSGiFileLocator - Class in org.jruby.embed.osgi.utils
Helper methods for the Ruby Runtime.
OSGiFileLocator() - Constructor for class org.jruby.embed.osgi.utils.OSGiFileLocator
 
OSGiLoadService - Class in org.jruby.embed.osgi.internal
 
OSGiLoadService(Ruby) - Constructor for class org.jruby.embed.osgi.internal.OSGiLoadService
Default constructor Optional constructor (why?)
OSGiScriptingContainer - Class in org.jruby.embed.osgi
Helpers to create a ScriptingContainer and set it up so it lives as well as possible in the OSGi world.
OSGiScriptingContainer(Bundle) - Constructor for class org.jruby.embed.osgi.OSGiScriptingContainer
 
OSGiScriptingContainer(Bundle, LocalContextScope, LocalVariableBehavior) - Constructor for class org.jruby.embed.osgi.OSGiScriptingContainer
 
OTHER - Static variable in class org.jruby.ext.nkf.RubyNKF
Deprecated.
other2long(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
other2ptr(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
other2u64(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
OUT - Static variable in class org.jruby.ext.ffi.Buffer
Indicates that the Buffer is used for data copied OUT from native memory
outDegree(BasicBlock) - Method in class org.jruby.ir.representations.CFG
 
OutputStrings - Class in org.jruby.util.cli
Utility methods to generate the command-line output strings for help, extended options, properties, version, and copyright strings.
OutputStrings() - Constructor for class org.jruby.util.cli.OutputStrings
 
owned_p(ThreadContext) - Method in class org.jruby.ext.thread.Mutex
 
owned_p() - Method in class org.jruby.RubyFileStat
 
owned_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
owned_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
owner(ThreadContext) - Method in class org.jruby.AbstractRubyMethod
 
owner(ThreadContext) - Method in class org.jruby.RubyMethod
 

P

p(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
p(Class) - Static method in class org.jruby.util.CodegenUtils
Creates a class path name, from a Class.
p - Variable in class org.jruby.util.StringSupport.TR
 
pack(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
 
pack(RubyArray, RubyString) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PackNode
 
pack(MethodLike, MaterializedFrame, Object, RubyProc, Object[]) - Static method in class org.jruby.truffle.runtime.RubyArguments
 
Pack - Class in org.jruby.util
 
Pack() - Constructor for class org.jruby.util.Pack
 
pack(Ruby, RubyArray, ByteList) - Static method in class org.jruby.util.Pack
Same as pack but defaults tainting of output to false.
pack(ThreadContext, Ruby, RubyArray, RubyString) - Static method in class org.jruby.util.Pack
 
Pack.Converter - Class in org.jruby.util
 
Pack.Converter(int) - Constructor for class org.jruby.util.Pack.Converter
 
Pack.Converter(int, String) - Constructor for class org.jruby.util.Pack.Converter
 
pack_sockaddr_in(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.RubySocket
 
pack_sockaddr_in(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.SocketUtils
 
pack_sockaddr_in(ThreadContext, int, String) - Static method in class org.jruby.util.io.Sockaddr
 
pack_sockaddr_in(ThreadContext, InetSocketAddress) - Static method in class org.jruby.util.io.Sockaddr
 
pack_sockaddr_un(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.RubySocket
 
pack_sockaddr_un(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.socket.SocketUtils
 
packet_inspect() - Method in class org.jruby.ext.socket.Addrinfo
 
packInt_i(ByteList, int) - Static method in class org.jruby.util.Pack
 
packSockaddrFromAddress(ThreadContext, InetSocketAddress) - Static method in class org.jruby.util.io.Sockaddr
 
pad(PrintStream, int, String) - Static method in class org.jruby.runtime.profile.builtin.ProfilePrinter
 
pad(PrintStream, int, String, boolean) - Static method in class org.jruby.runtime.profile.builtin.ProfilePrinter
 
pairs - Variable in class org.jruby.ir.operands.Hash
 
panic(RubyContext, Node, String) - Static method in class org.jruby.truffle.runtime.DebugOperations
 
PANIC_FORMATTER - Static variable in class org.jruby.truffle.runtime.backtrace.Backtrace
 
PARAGRAPH_DELIMETER - Static variable in class org.jruby.RubyIO
 
PARAGRAPH_DELIMETER - Static variable in interface org.jruby.util.io.Stream
 
PARAGRAPH_SEPARATOR - Static variable in class org.jruby.RubyIO
 
PARAGRAPH_SEPARATOR - Static variable in interface org.jruby.util.io.Stream
 
param_types(ThreadContext) - Method in class org.jruby.ext.ffi.CallbackInfo
 
parameter_annotations() - Method in class org.jruby.javasupport.JavaCallable
 
parameter_types() - Method in class org.jruby.javasupport.JavaCallable
 
parameterCallSite0 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterCallSite1 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterCallSite2 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterCallSite3 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterCallSite4 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterCallSite5 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterCallSite6 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
ParameterCollector - Class in org.jruby.truffle.translator
Collects paramter names from a JRuby AST.
ParameterCollector() - Constructor for class org.jruby.truffle.translator.ParameterCollector
 
parameterConverter0 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterConverter1 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterConverter2 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterConverter3 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterConverter4 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterConverter5 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterInfo0 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterInfo1 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterInfo2 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterInfo3 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterInfo4 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterInfo5 - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
parameterList - Variable in class org.jruby.ast.java_signature.SignatureNode
 
parameterList - Variable in class org.jruby.runtime.CompiledBlock19
 
parameterList - Variable in class org.jruby.runtime.IRBlockBody
 
parameterListToParameters(Ruby, String[], boolean) - Static method in class org.jruby.runtime.Helpers
 
ParameterNode - Class in org.jruby.ast.java_signature
 
ParameterNode(TypeNode, String) - Constructor for class org.jruby.ast.java_signature.ParameterNode
 
ParameterNode(TypeNode, String, boolean) - Constructor for class org.jruby.ast.java_signature.ParameterNode
 
ParameterNode(TypeNode, String, boolean, boolean) - Constructor for class org.jruby.ast.java_signature.ParameterNode
 
parameters(ThreadContext) - Method in class org.jruby.AbstractRubyMethod
 
parameters - Variable in class org.jruby.anno.JavaMethodDescriptor
 
parameters(ThreadContext) - Method in class org.jruby.RubyMethod
 
parameters(ThreadContext) - Method in class org.jruby.RubyProc
 
parameters(RubyProc) - Method in class org.jruby.truffle.nodes.core.ProcNodes.ParametersNode
 
parameterTypes - Variable in class org.jruby.ext.ffi.CallbackInfo
 
parameterTypes - Variable in class org.jruby.javasupport.JavaCallable
 
ParameterTypes - Interface in org.jruby.javasupport
 
params(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.zlib.JZlibDeflate
 
params(Class...) - Static method in class org.jruby.util.CodegenUtils
 
params(Class, int) - Static method in class org.jruby.util.CodegenUtils
 
params(Class, Class, int) - Static method in class org.jruby.util.CodegenUtils
 
params(Class, Class, Class, int) - Static method in class org.jruby.util.CodegenUtils
 
params(Class, Class, Class, Class, int) - Static method in class org.jruby.util.CodegenUtils
 
params(Class, Class, Class, Class, Class, int) - Static method in class org.jruby.util.CodegenUtils
 
params(Class, Class, int, Class) - Static method in class org.jruby.util.CodegenUtils
 
params(Class, Class, Class, int, Class) - Static method in class org.jruby.util.CodegenUtils
 
params(Class, Class, Class, Class, int, Class) - Static method in class org.jruby.util.CodegenUtils
 
params(Class, Class, Class, Class, Class, int, Class) - Static method in class org.jruby.util.CodegenUtils
 
params(Class, Class[], int) - Static method in class org.jruby.util.CodegenUtils
 
parent - Variable in class org.jruby.RubyModule
The class/module within whose namespace this class/module resides.
parent - Variable in class org.jruby.runtime.DynamicScope
 
parent - Variable in class org.jruby.truffle.translator.BodyTranslator
 
parent - Variable in class org.jruby.truffle.translator.TranslatorEnvironment
 
parentAncestors() - Method in class org.jruby.truffle.runtime.core.RubyModule
 
parentModule - Variable in class org.jruby.truffle.runtime.core.RubyModule
 
parentSourceSection - Variable in class org.jruby.truffle.translator.Translator
 
parse(String, int...) - Method in interface org.jruby.embed.EmbedRubyRuntimeAdapter
Parses a script and return an object which can be run().
parse(Reader, String, int...) - Method in interface org.jruby.embed.EmbedRubyRuntimeAdapter
Parses a script given by a reader and return an object which can be run().
parse(PathType, String, int...) - Method in interface org.jruby.embed.EmbedRubyRuntimeAdapter
Parses a script read from a specified path and return an object which can be run().
parse(InputStream, String, int...) - Method in interface org.jruby.embed.EmbedRubyRuntimeAdapter
Parses a script given by a input stream and return an object which can be run().
parse(String, int...) - Method in class org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl
 
parse(Reader, String, int...) - Method in class org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl
 
parse(PathType, String, int...) - Method in class org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl
 
parse(InputStream, String, int...) - Method in class org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl
 
parse(Ruby, String, String, int) - Method in class org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl
 
parse(Ruby, InputStream, String, int) - Method in class org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl
 
parse(Bundle, String, int...) - Method in class org.jruby.embed.osgi.OSGiScriptingContainer
Parses a script given by a input stream and return an object which can be run().
parse(String, int...) - Method in class org.jruby.embed.ScriptingContainer
Parses a script and return an object which can be run().
parse(Reader, String, int...) - Method in class org.jruby.embed.ScriptingContainer
Parses a script given by a reader and return an object which can be run().
parse(PathType, String, int...) - Method in class org.jruby.embed.ScriptingContainer
Parses a script read from a specified path and return an object which can be run().
parse(InputStream, String, int...) - Method in class org.jruby.embed.ScriptingContainer
Parses a script given by a input stream and return an object which can be run().
parse(Options, String) - Method in class org.jruby.ext.nkf.CommandParser
 
parse(ThreadContext, IRubyObject) - Method in class org.jruby.ext.psych.PsychParser
 
parse(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.psych.PsychParser
 
parse(InputStream) - Static method in class org.jruby.parser.JavaSignatureParser
 
parse(String, ByteList, DynamicScope, ParserConfiguration) - Method in class org.jruby.parser.Parser
 
parse(String, byte[], DynamicScope, ParserConfiguration) - Method in class org.jruby.parser.Parser
 
parse(String, InputStream, DynamicScope, ParserConfiguration) - Method in class org.jruby.parser.Parser
 
parse(String, LexerSource, DynamicScope, ParserConfiguration) - Method in class org.jruby.parser.Parser
 
parse(ParserConfiguration, LexerSource) - Method in class org.jruby.parser.RubyParser
The parse method use an lexer stream and parse it to an AST node structure
parse(String, String, DynamicScope, int, boolean) - Method in class org.jruby.Ruby
Deprecated.
parse(ByteList, String, DynamicScope, int, boolean) - Method in class org.jruby.Ruby
 
parse(Ruby, String, String, int) - Method in interface org.jruby.RubyRuntimeAdapter
 
parse(Ruby, InputStream, String, int) - Method in interface org.jruby.RubyRuntimeAdapter
 
parse(RubyContext, Node, ArgsNode, Node, RubyNode) - Method in class org.jruby.truffle.translator.TranslatorDriver
 
parse(RubyContext, Source, Encoding, TranslatorDriver.ParserContext, MaterializedFrame, RubyNode, NodeWrapper) - Method in class org.jruby.truffle.translator.TranslatorDriver
 
parse(RubyNode, RubyContext, Source, TranslatorDriver.ParserContext, MaterializedFrame, RootNode, NodeWrapper) - Method in class org.jruby.truffle.translator.TranslatorDriver
 
parse(ByteList, boolean, boolean) - Method in class org.jruby.util.ConvertDouble.DoubleConverter
 
parse(String, ParsePosition) - Method in class org.jruby.util.RubyDateFormat
Deprecated.
 
parse(String, ParsePosition) - Method in class org.jruby.util.RubyDateFormatter
 
parseAsBlock(DynamicScope) - Method in class org.jruby.parser.ParserConfiguration
If we are performing an eval we should pass existing scope in.
parseBlockDescriptor(String) - Static method in class org.jruby.runtime.Helpers
 
parseByteOrder(Ruby, IRubyObject) - Static method in class org.jruby.ext.ffi.Util
 
parseDouble(String) - Static method in class org.jruby.util.SafeDoubleParser
Safe way of parsing a Double value from a String
ParseEnvironment - Class in org.jruby.truffle.translator
Translator environment, unique per parse/translation.
ParseEnvironment(RubyContext) - Constructor for class org.jruby.truffle.translator.ParseEnvironment
 
parseEval(String, String, DynamicScope, int) - Method in class org.jruby.Ruby
 
parseEval(ByteList, String, DynamicScope, int) - Method in class org.jruby.Ruby
 
ParseFailedException - Exception in org.jruby.embed
This class is a generic unchecked exception raised during parsing.
ParseFailedException(Throwable) - Constructor for exception org.jruby.embed.ParseFailedException
 
ParseFailedException(String, Throwable) - Constructor for exception org.jruby.embed.ParseFailedException
 
parseFile(InputStream, String, DynamicScope) - Method in class org.jruby.Ruby
 
parseFile(String, InputStream, DynamicScope) - Method in class org.jruby.Ruby
 
parseFile(InputStream, String, DynamicScope, int) - Method in class org.jruby.Ruby
 
parseFile(String, InputStream, DynamicScope, int) - Method in class org.jruby.Ruby
 
parseFileFromMain(InputStream, String, DynamicScope) - Method in class org.jruby.Ruby
 
parseFileFromMain(String, InputStream, DynamicScope) - Method in class org.jruby.Ruby
 
parseFloat(String) - Static method in class org.jruby.util.SafeFloatParser
Safe way of parsing a Float value from a String
parseFromMain(InputStream, String) - Method in class org.jruby.Ruby
Parse the script contained in the given input stream, using the given filename as the name of the script, and return the root Node.
parseFromMain(String, InputStream) - Method in class org.jruby.Ruby
 
parseInline(InputStream, String, DynamicScope) - Method in class org.jruby.Ruby
 
parseIOOptions(IRubyObject) - Method in class org.jruby.RubyIO
 
parseMagicComment(ByteList) - Method in class org.jruby.lexer.yacc.RubyLexer
 
parseModeEncoding(ThreadContext, IOEncodable, String, int[]) - Static method in class org.jruby.util.io.EncodingUtils
 
parseOption(String) - Static method in class org.jruby.ext.nkf.RubyNKF
 
Parser - Class in org.jruby.parser
Serves as a simple facade for all the parsing magic.
Parser(Ruby) - Constructor for class org.jruby.parser.Parser
 
PARSER_DETAILED_SOURCE_POSITIONS - Static variable in class org.jruby.util.cli.Options
 
PARSER_WARN_ARGUMENT_PREFIX - Static variable in class org.jruby.util.cli.Options
 
PARSER_WARN_GROUPED_EXPRESSIONS - Static variable in class org.jruby.util.cli.Options
 
PARSER_WARN_LOCAL_SHADOWING - Static variable in class org.jruby.util.cli.Options
 
PARSER_WARN_NOT_REACHED - Static variable in class org.jruby.util.cli.Options
 
PARSER_WARN_REGEX_CONDITION - Static variable in class org.jruby.util.cli.Options
 
PARSER_WARN_USELESSS_USE_OF - Static variable in class org.jruby.util.cli.Options
 
ParserConfiguration - Class in org.jruby.parser
 
ParserConfiguration(Ruby, int, boolean, boolean, boolean) - Constructor for class org.jruby.parser.ParserConfiguration
 
ParserConfiguration(Ruby, int, boolean, boolean, RubyInstanceConfig) - Constructor for class org.jruby.parser.ParserConfiguration
 
ParserConfiguration(Ruby, int, boolean, boolean, boolean, RubyInstanceConfig) - Constructor for class org.jruby.parser.ParserConfiguration
 
ParseResult - Interface in org.jruby
 
ParserState - Interface in org.jruby.parser
 
ParserStats - Class in org.jruby.management
 
ParserStats(Ruby) - Constructor for class org.jruby.management.ParserStats
 
ParserStatsMBean - Interface in org.jruby.management
 
ParserSupport - Class in org.jruby.parser
 
ParserSupport() - Constructor for class org.jruby.parser.ParserSupport
 
ParserSyntaxException - Exception in org.jruby.parser
 
ParserSyntaxException(String, String...) - Constructor for exception org.jruby.parser.ParserSyntaxException
 
parseShebangOptions(InputStream) - Method in class org.jruby.RubyInstanceConfig
The intent here is to gather up any options that might have been specified in the shebang line and return them so they can be merged into the ones specified on the command-line.
parseString(RubyLexer, LexerSource) - Method in class org.jruby.lexer.yacc.HeredocTerm
 
parseString(RubyLexer, LexerSource) - Method in class org.jruby.lexer.yacc.StringTerm
 
parseString(RubyLexer, LexerSource) - Method in class org.jruby.lexer.yacc.StrTerm
 
parseStringIntoBuffer(RubyLexer, LexerSource, ByteList) - Method in class org.jruby.lexer.yacc.StringTerm
 
parseTree() - Method in class org.jruby.truffle.nodes.core.TruffleDebugNodes.ParseTreeNode
 
ParsingAndRunManager - Class in org.jruby
 
ParsingAndRunManager() - Constructor for class org.jruby.ParsingAndRunManager
 
PARTIAL_INPUT - Static variable in class org.jruby.RubyConverter
 
partition(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
partition(ThreadContext, Block) - Method in class org.jruby.RubyString
 
partition(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
 
pass(IRubyObject) - Static method in class org.jruby.RubyThread
 
pass() - Method in class org.jruby.truffle.nodes.core.ThreadNodes.PassNode
 
passwd(IRubyObject, Block) - Static method in class org.jruby.ext.etc.RubyEtc
 
path(ThreadContext) - Method in class org.jruby.ext.socket.RubyUNIXServer
 
path(ThreadContext) - Method in class org.jruby.ext.socket.RubyUNIXSocket
 
path(ThreadContext) - Method in class org.jruby.ext.tracepoint.TracePoint
 
path(ThreadContext) - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
path(ThreadContext) - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
path(ThreadContext) - Method in class org.jruby.RubyDir
 
path - Variable in class org.jruby.RubyFile
Deprecated.
path(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
path(ThreadContext) - Method in class org.jruby.RubyFile
 
path(ThreadContext) - Method in class org.jruby.RubyThread.Location
 
path(RubyString) - Method in class org.jruby.truffle.nodes.core.FileNodes.PathNode
 
path2class(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.psych.PsychToRuby.ClassLoader
 
PATH_SPLIT - Static variable in class org.jruby.util.JavaNameMangler
 
PathnameLibrary - Class in org.jruby.ext.pathname
 
PathnameLibrary() - Constructor for class org.jruby.ext.pathname.PathnameLibrary
 
PathType - Enum in org.jruby.embed
The path type that tells from where Ruby runtime should load the specified file.
pauseAllThreadsAndExecute(Consumer<RubyThread>) - Method in class org.jruby.truffle.runtime.subsystems.SafepointManager
 
pauseAllThreadsAndExecuteSignalHandler(Consumer<RubyThread>) - Method in class org.jruby.truffle.runtime.subsystems.SafepointManager
 
peek(ThreadContext, IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
peek(int) - Method in class org.jruby.lexer.yacc.ByteArrayLexerSource
 
peek(int) - Method in class org.jruby.lexer.yacc.InputStreamLexerSource
Is the next character equal to 'to'
peek(int) - Method in class org.jruby.lexer.yacc.LexerSource
 
peek(ThreadContext) - Method in class org.jruby.RubyEnumerator
 
peekValues(ThreadContext) - Method in class org.jruby.RubyEnumerator
 
peep(ThreadContext, IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
PEEPHOLE_OPTZ - Static variable in class org.jruby.RubyInstanceConfig
Enable compiler peephole optimizations.
peeraddr(ThreadContext) - Method in class org.jruby.ext.socket.RubyIPSocket
 
peeraddr() - Method in class org.jruby.ext.socket.RubyIPSocket
Deprecated.
peeraddr(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyTCPServer
 
peeraddr(ThreadContext) - Method in class org.jruby.ext.socket.RubyUNIXServer
 
peeraddr(ThreadContext) - Method in class org.jruby.ext.socket.RubyUNIXSocket
 
peeraddr19(ThreadContext) - Method in class org.jruby.ext.socket.RubyIPSocket
 
peeraddr19(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyIPSocket
 
pend - Variable in class org.jruby.util.StringSupport.TR
 
pending_interrupt_p(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyThread
 
pending_interrupt_p(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyThread
 
performNormalMethodChecksAndDetermineVisibility(Ruby, RubyModule, String, Visibility) - Static method in class org.jruby.runtime.Helpers
 
performSingletonMethodChecks(Ruby, IRubyObject, String) - Static method in class org.jruby.runtime.Helpers
 
PerlHash - Class in org.jruby.util
Perl's Hash implementation.
PerlHash() - Constructor for class org.jruby.util.PerlHash
 
PermissionDeniedException - Exception in org.jruby.util.io
Deprecated.
PermissionDeniedException() - Constructor for exception org.jruby.util.io.PermissionDeniedException
Deprecated.
 
PermissionDeniedException(String) - Constructor for exception org.jruby.util.io.PermissionDeniedException
Deprecated.
 
permutation(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
rb_ary_permutation
permutation(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
permutation(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PermutationNode
 
persist(IRWriterEncoder, IRScope) - Static method in class org.jruby.ir.persistence.IRWriter
 
persistent(IRubyObject, IRubyObject) - Static method in class org.jruby.java.proxies.JavaProxy
 
persistent(ThreadContext, IRubyObject) - Static method in class org.jruby.java.proxies.JavaProxy
 
PersistentLocalVariable - Class in org.jruby.embed.variable
An implementation of BiVariable for a persistent local variable.
pfamily(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
PhantomReferenceReaper<T> - Class in org.jruby.util
 
PhantomReferenceReaper(T) - Constructor for class org.jruby.util.PhantomReferenceReaper
 
pid(ThreadContext) - Method in class org.jruby.RubyIO
Return the process id (pid) of the process this IO object spawned.
pid(IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
pid(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess
 
pid(Ruby) - Static method in class org.jruby.RubyProcess
 
pid(ThreadContext) - Method in class org.jruby.RubyProcess.RubyStatus
 
pid() - Method in class org.jruby.truffle.nodes.core.ProcessNodes.PidNode
 
pipe(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyIO
 
pipe() - Method in class org.jruby.util.io.PosixShim
 
pipe19(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyIO
 
pipe19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyIO
 
pipe19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
 
PIPE_BUF - Static variable in class org.jruby.util.io.OpenFile
 
PIPE_FINALIZE - Static variable in class org.jruby.util.io.OpenFile
 
pipe_p() - Method in class org.jruby.RubyFileStat
 
pipe_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
pipe_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
PipeException - Exception in org.jruby.util.io
 
PipeException() - Constructor for exception org.jruby.util.io.PipeException
 
pipeOpen(ThreadContext, IRubyObject, String, int, IOEncodable) - Static method in class org.jruby.util.io.PopenExecutor
 
Platform - Class in org.jruby.ext.ffi
 
Platform(Platform.OS_TYPE) - Constructor for class org.jruby.ext.ffi.Platform
 
Platform - Class in org.jruby.platform
Platform specific constants.
Platform() - Constructor for class org.jruby.platform.Platform
 
PLATFORM - Static variable in class org.jruby.runtime.Constants
 
Platform.CPU_TYPE - Enum in org.jruby.ext.ffi
 
Platform.OS_TYPE - Enum in org.jruby.ext.ffi
 
PlusCallSite - Class in org.jruby.runtime.callsite
 
PlusCallSite() - Constructor for class org.jruby.runtime.callsite.PlusCallSite
 
Pointer - Class in org.jruby.ext.ffi
C memory pointer operations.
Pointer(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.Pointer
 
Pointer(Ruby, MemoryIO) - Constructor for class org.jruby.ext.ffi.Pointer
 
Pointer(Ruby, MemoryIO, long, int) - Constructor for class org.jruby.ext.ffi.Pointer
 
Pointer(Ruby, RubyClass, MemoryIO) - Constructor for class org.jruby.ext.ffi.Pointer
 
Pointer(Ruby, RubyClass, MemoryIO, long) - Constructor for class org.jruby.ext.ffi.Pointer
 
Pointer(Ruby, RubyClass, MemoryIO, long, int) - Constructor for class org.jruby.ext.ffi.Pointer
 
pointer(ThreadContext) - Method in class org.jruby.ext.ffi.Struct
 
pointerClass - Variable in class org.jruby.ext.ffi.FFI
 
pointerParameterStrategy(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
PointerParameterStrategy - Class in org.jruby.ext.ffi.jffi
 
pointerValue32(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
pointerValue64(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
polar(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyComplex
nucomp_s_polar
polar(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_polar
polar(ThreadContext) - Method in class org.jruby.RubyNumeric
numeric_polar
polar19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyComplex
nucomp_s_polar
poll() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
poll() - Method in class org.jruby.truffle.runtime.subsystems.SafepointManager
 
pollAndGetClass(ThreadContext, IRubyObject) - Method in class org.jruby.ir.targets.InvokeSite
 
pollAndGetClass(ThreadContext, IRubyObject, RubyModule, String) - Static method in class org.jruby.runtime.callsite.SuperCallSite
 
pollAndGetClass(ThreadContext, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
pollThreadEvents() - Method in class org.jruby.RubyThread
 
pollThreadEvents(ThreadContext) - Method in class org.jruby.RubyThread
 
pollThreadEvents() - Method in class org.jruby.runtime.ThreadContext
 
POOL_MAX - Static variable in class org.jruby.RubyInstanceConfig
Maximum thread pool size (integer, default Integer.MAX_VALUE).
POOL_MIN - Static variable in class org.jruby.RubyInstanceConfig
Minimum thread pool size (integer, default 0).
POOL_TTL - Static variable in class org.jruby.RubyInstanceConfig
Thread pool time-to-live in seconds.
POOLING_ENABLED - Static variable in class org.jruby.RubyInstanceConfig
Enable a thread pool.
pop() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
pop(ThreadContext) - Method in class org.jruby.ext.thread.Queue
 
pop(ThreadContext, IRubyObject) - Method in class org.jruby.ext.thread.Queue
 
pop(int) - Method in class org.jruby.parser.YYDebug
 
pop(ThreadContext) - Method in class org.jruby.RubyArray
rb_ary_pop
pop(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
 
pop(ThreadContext) - Method in class org.jruby.util.collections.StringArraySet
 
pop(ThreadContext, IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
pop2() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
popArray(IRubyObject[]) - Static method in class org.jruby.ast.util.ArgsUtil
Remove first element from array
popArraySlot(FrameSlot) - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
popBacktrace(ThreadContext) - Static method in class org.jruby.runtime.ThreadContext
 
PopBindingInstr - Class in org.jruby.ir.instructions
 
PopBindingInstr() - Constructor for class org.jruby.ir.instructions.PopBindingInstr
 
PopBindingInstr(PopBindingInstr) - Method in class org.jruby.ir.IRVisitor
 
PopBindingInstr(PopBindingInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
popCatch() - Method in class org.jruby.runtime.ThreadContext
 
popclass() - Method in class org.jruby.ir.targets.JVM
 
popCurrentScope() - Method in class org.jruby.parser.ParserSupport
 
popDynScope() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
popen(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
 
popen(ThreadContext, IRubyObject[], RubyClass, Block) - Static method in class org.jruby.util.io.PopenExecutor
 
popen(Ruby, IRubyObject, ModeFlags) - Static method in class org.jruby.util.ShellLauncher
 
popen(Ruby, IRubyObject[], Map, ModeFlags) - Static method in class org.jruby.util.ShellLauncher
 
popen(Ruby, IRubyObject, IOOptions) - Static method in class org.jruby.util.ShellLauncher
Deprecated.
popen(Ruby, IRubyObject[], Map, IOOptions) - Static method in class org.jruby.util.ShellLauncher
Deprecated.
popen3(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
Deprecated.
popen3(Ruby, IRubyObject[]) - Static method in class org.jruby.util.ShellLauncher
Deprecated.
popen3(Ruby, IRubyObject[], boolean) - Static method in class org.jruby.util.ShellLauncher
Deprecated.
popen3_19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
Deprecated.
popen4(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
Deprecated.
PopenExecutor - Class in org.jruby.util.io
Port of MRI's popen+exec logic.
PopenExecutor() - Constructor for class org.jruby.util.io.PopenExecutor
 
PopenExecutor.ExecArg - Class in org.jruby.util.io
 
PopenExecutor.ExecArg() - Constructor for class org.jruby.util.io.PopenExecutor.ExecArg
 
popenSpecial - Variable in class org.jruby.RubyIO
If the stream is being used for popen, we don't want to destroy the process when we close the stream.
popenSpecial(ThreadContext, IRubyObject[]) - Static method in class org.jruby.RubyIO
Deprecated.
popFloat(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PopNode
 
popFloatInBounds(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PopNode
 
popFrame() - Method in class org.jruby.runtime.ThreadContext
 
PopFrameInstr - Class in org.jruby.ir.instructions
 
PopFrameInstr() - Constructor for class org.jruby.ir.instructions.PopFrameInstr
 
PopFrameInstr(PopFrameInstr) - Method in class org.jruby.ir.IRVisitor
 
PopFrameInstr(PopFrameInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
popIntegerFixnum(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PopNode
 
popIntegerFixnumInBounds(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PopNode
 
popLexicalScope() - Method in class org.jruby.truffle.translator.ParseEnvironment
 
popLexicalScope() - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
popLongFixnum(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PopNode
 
popLongFixnumInBounds(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PopNode
 
popmethod() - Method in class org.jruby.ir.targets.JVM
 
popNil(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PopNode
 
popObject(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PopNode
 
popScope() - Method in class org.jruby.runtime.ThreadContext
 
populate(RubyModule, Class) - Method in class org.jruby.anno.TypePopulator.DefaultTypePopulator
 
populate(RubyModule, Class) - Method in class org.jruby.anno.TypePopulator
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$AbstractRubyMethod$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$demo$ext$MethodMissing$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$bigdecimal$RubyBigDecimal$BigDecimalKernelMethods$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$bigdecimal$RubyBigDecimal$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$coverage$CoverageModule$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$digest$RubyDigest$DigestBase$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$digest$RubyDigest$DigestClass$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$digest$RubyDigest$DigestInstance$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$digest$RubyDigest$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$etc$RubyEtc$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$AbstractInvoker$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$AbstractMemory$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$AutoPointer$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$Buffer$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$CallbackInfo$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$DataConverter$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$Enum$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$Enums$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$io$FileDescriptorIO$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$IOModule$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$jffi$DynamicLibrary$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$jffi$DynamicLibrary$Symbol$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$jffi$Factory$LastError$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$jffi$Function$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$jffi$JFFIInvoker$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$jffi$VariadicInvoker$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$MappedType$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$MemoryPointer$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$Platform$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$Pointer$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$Struct$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$StructByReference$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$StructByValue$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$StructLayout$ArrayField$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$StructLayout$ArrayProxy$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$StructLayout$CharArrayProxy$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$StructLayout$Field$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$StructLayout$FunctionField$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$StructLayout$InnerStructField$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$StructLayout$MappedField$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$StructLayout$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$Type$Array$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$Type$Builtin$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$ffi$Type$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$fiber$ThreadFiber$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$io$wait$IOWaitLibrary$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$jruby$JRubyExecutionContextLocal$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$jruby$JRubyFiberLocal$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$jruby$JRubyLibrary$JRubyConfig$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$jruby$JRubyLibrary$MethodExtensions$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$jruby$JRubyLibrary$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$jruby$JRubyObjectInputStream$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$jruby$JRubyUtilLibrary$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$jruby$JRubyUtilLibrary$StringUtils$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$net$protocol$NetProtocolBufferedIO$NativeImpl$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$net$protocol$NetProtocolBufferedIO$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$nkf$RubyNKF$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$pathname$RubyPathname$PathnameKernelMethods$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$pathname$RubyPathname$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$psych$PsychEmitter$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$psych$PsychParser$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$psych$PsychToRuby$ClassLoader$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$psych$PsychToRuby$ToRuby$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$psych$PsychYamlTree$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$rbconfig$RbConfigLibrary$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$securerandom$SecureRandomLibrary$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$socket$Addrinfo$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$socket$Ifaddr$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$socket$Option$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$socket$RubyBasicSocket$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$socket$RubyIPSocket$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$socket$RubyServerSocket$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$socket$RubySocket$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$socket$RubyTCPServer$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$socket$RubyTCPSocket$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$socket$RubyUDPSocket$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$socket$RubyUNIXServer$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$socket$RubyUNIXSocket$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$stringio$StringIO$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$strscan$RubyStringScanner$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$tempfile$Tempfile$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$thread$ConditionVariable$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$thread$Mutex$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$thread$Queue$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$thread$SizedQueue$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$timeout$Timeout$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$timeout$Timeout$TimeoutToplevel$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$tracepoint$TracePoint$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$weakref$WeakRef$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$zlib$JZlibDeflate$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$zlib$JZlibInflate$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$zlib$JZlibRubyGzipReader$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$zlib$JZlibRubyGzipWriter$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$zlib$RubyGzipFile$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$zlib$RubyZlib$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$ext$zlib$ZStream$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$java$addons$ArrayJavaAddons$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$java$addons$IOJavaAddons$AnyIO$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$java$addons$IOJavaAddons$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$java$addons$KernelJavaAddons$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$java$addons$StringJavaAddons$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$java$proxies$ArrayJavaProxy$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$java$proxies$ArrayJavaProxyCreator$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$java$proxies$InterfaceJavaProxy$JavaInterfaceExtender$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$java$proxies$JavaInterfaceTemplate$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$java$proxies$JavaProxy$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$java$proxies$MapJavaProxy$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$Java$JavaProxyClassMethods$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$Java$NewStyleExtensionInherited$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$Java$OldStyleExtensionInherited$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$Java$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$JavaAccessibleObject$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$JavaArrayUtilities$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$JavaCallable$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$JavaClass$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$JavaConstructor$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$JavaField$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$JavaMethod$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$JavaObject$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$JavaProxyMethods$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$JavaUtilities$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$proxy$JavaProxyClass$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$proxy$JavaProxyClass$ProxyMethodImpl$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$proxy$JavaProxyConstructor$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$javasupport$proxy$JavaProxyReflectionObject$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$NativeException$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyArgsFile$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyArray$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyBasicObject$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyBignum$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyBinding$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyBoolean$False$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyBoolean$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyBoolean$True$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyClass$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyClassPathVariable$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyComparable$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyComplex$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyContinuation$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyConverter$EncodingErrorMethods$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyConverter$InvalidByteSequenceErrorMethods$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyConverter$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyConverter$UndefinedConversionErrorMethods$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyDir$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyEncoding$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyEnumerable$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyEnumerator$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyException$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyFile$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyFileStat$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyFileTest$FileTestFileMethods$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyFileTest$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyFixnum$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyFloat$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyGC$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyGenerator$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyGlobal$CaseInsensitiveStringOnlyRubyHash$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyHash$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyInteger$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyIO$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyKernel$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyLocalJumpError$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyMarshal$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyMatchData$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyMath$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyMethod$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyModule$ModuleKernelMethods$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyModule$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyNameError$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyNameError$RubyNameErrorMessage$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyNil$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyNoMethodError$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyNumeric$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyObjectSpace$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyObjectSpace$WeakMap$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyProc$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyProcess$GroupID$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyProcess$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyProcess$RubyStatus$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyProcess$Sys$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyProcess$UserID$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyRandom$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyRange$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyRational$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyRegexp$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubySignal$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyString$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyStruct$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyStruct$StructMethods$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubySymbol$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubySystemCallError$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubySystemExit$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyThread$Location$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyThread$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyThreadGroup$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyTime$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyUnboundMethod$POPULATOR
 
populate(RubyModule, Class) - Method in class org.jruby.gen.org$jruby$RubyYielder$POPULATOR
 
populateInstanceMethodNames(Set<String>, RubyArray, Visibility, boolean, boolean, boolean) - Method in class org.jruby.RubyModule
 
populateMethod(JavaMethod, int, String, boolean, CallConfiguration, boolean) - Static method in class org.jruby.anno.TypePopulator
 
populateMethod(JavaMethod, int, String, boolean, CallConfiguration, boolean, Class, String, Class, Class[], CallConfiguration) - Static method in class org.jruby.anno.TypePopulator
 
populateModuleMethod(RubyModule, JavaMethod) - Static method in class org.jruby.anno.TypePopulator
 
POPULATOR_SUFFIX - Static variable in class org.jruby.anno.AnnotationBinder
 
portToInt(IRubyObject) - Static method in class org.jruby.ext.socket.SocketUtils
 
pos(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
pos() - Method in class org.jruby.ext.strscan.RubyStringScanner
 
pos() - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
pos() - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
pos(ThreadContext) - Method in class org.jruby.RubyIO
 
pos(int) - Method in class org.jruby.truffle.nodes.core.NumericNodes.PosNode
 
pos(long) - Method in class org.jruby.truffle.nodes.core.NumericNodes.PosNode
 
pos(RubyBignum) - Method in class org.jruby.truffle.nodes.core.NumericNodes.PosNode
 
pos(double) - Method in class org.jruby.truffle.nodes.core.NumericNodes.PosNode
 
pos_set(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
 
position - Variable in class org.jruby.internal.runtime.methods.CompiledMethod
 
position(ISourcePositionHolder, ISourcePositionHolder) - Method in class org.jruby.parser.ParserSupport
 
PositionAware - Interface in org.jruby.runtime
Simple no-pojo methods for Position of a method (in truth we could use this anywhere).
positionEndForScan(ByteList, Matcher, Encoding, int, int) - Static method in class org.jruby.util.StringSupport
rb_str_scan
posix - Variable in class org.jruby.util.io.OpenFile
 
POSIXProcess - Class in org.jruby.util.io
Created by headius on 7/22/14.
POSIXProcess(Ruby, long) - Constructor for class org.jruby.util.io.POSIXProcess
 
PosixShim - Class in org.jruby.util.io
Representations of as many native posix functions as possible applied to an NIO channel
PosixShim(POSIX) - Constructor for class org.jruby.util.io.PosixShim
 
PosixShim.BSDWaitMacros - Class in org.jruby.util.io
 
PosixShim.BSDWaitMacros() - Constructor for class org.jruby.util.io.PosixShim.BSDWaitMacros
 
PosixShim.LinuxWaitMacros - Class in org.jruby.util.io
 
PosixShim.LinuxWaitMacros() - Constructor for class org.jruby.util.io.PosixShim.LinuxWaitMacros
 
PosixShim.WaitMacros - Interface in org.jruby.util.io
 
post(ThreadContext) - Method in class org.jruby.internal.runtime.methods.CompiledIRMetaClassBody
 
post(ThreadContext) - Method in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
post(InterpreterContext, ThreadContext) - Method in class org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody
 
post(ThreadContext, Binding, Visibility, Frame) - Method in class org.jruby.runtime.CompiledBlockLight
 
post(ThreadContext, Binding, Visibility, Frame) - Method in class org.jruby.runtime.CompiledBlockLight19
Deprecated.
 
post(ThreadContext, Binding, Visibility, Frame) - Method in class org.jruby.runtime.ContextAwareBlockBody
 
post(ThreadContext, Binding, Visibility, Frame) - Method in class org.jruby.runtime.MethodBlock
 
post() - Method in class org.jruby.runtime.Signature
 
POST - Static variable in class org.jruby.truffle.nodes.globals.ReadMatchReferenceNode
 
post_match(ThreadContext) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
post_match(ThreadContext) - Method in class org.jruby.RubyMatchData
match_post_match
postBacktraceAndScope(ThreadContext) - Static method in class org.jruby.internal.runtime.methods.JavaMethod
 
postBacktraceDummyScope(ThreadContext) - Static method in class org.jruby.internal.runtime.methods.JavaMethod
 
postBacktraceOnly(ThreadContext) - Static method in class org.jruby.internal.runtime.methods.JavaMethod
 
postBsfApply() - Method in class org.jruby.runtime.ThreadContext
 
postElementOrNil(IRubyObject[], int, int, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
postEvalScriptlet() - Method in class org.jruby.runtime.ThreadContext
 
postEvalWithBinding(Binding, Frame) - Method in class org.jruby.runtime.ThreadContext
 
postExecuteUnder() - Method in class org.jruby.runtime.ThreadContext
 
PostExeNode - Class in org.jruby.ast
Captures END statements (END {...})
PostExeNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.PostExeNode
 
postFrameAndScope(ThreadContext) - Static method in class org.jruby.internal.runtime.methods.JavaMethod
 
postFrameOnly(ThreadContext) - Static method in class org.jruby.internal.runtime.methods.JavaMethod
 
postLoad(ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
postMatch(RubyMatchData) - Method in class org.jruby.truffle.nodes.core.MatchDataNodes.PostMatchNode
 
postMethodBacktraceAndScope() - Method in class org.jruby.runtime.ThreadContext
 
postMethodBacktraceDummyScope() - Method in class org.jruby.runtime.ThreadContext
 
postMethodBacktraceOnly() - Method in class org.jruby.runtime.ThreadContext
 
postMethodFrameAndScope() - Method in class org.jruby.runtime.ThreadContext
 
postMethodFrameOnly() - Method in class org.jruby.runtime.ThreadContext
 
postMethodScopeOnly() - Method in class org.jruby.runtime.ThreadContext
 
postNodeEval() - Method in class org.jruby.runtime.ThreadContext
 
postNoFrameDummyScope(ThreadContext) - Static method in class org.jruby.internal.runtime.methods.JavaMethod
 
postNoop(ThreadContext) - Static method in class org.jruby.internal.runtime.methods.JavaMethod
 
postOpAsgnWithOrAnd(IRubyObject, IRubyObject, ThreadContext, IRubyObject, CallSite) - Static method in class org.jruby.runtime.Helpers
 
postOrderList() - Method in class org.jruby.ir.representations.CFG
 
postReqdArgsCount - Variable in class org.jruby.ir.instructions.ReceivePostReqdArgInstr
The method/block parameter list has these many required parameters after opt+rest args
postScopedBody() - Method in class org.jruby.runtime.ThreadContext
 
postScopeOnly(ThreadContext) - Static method in class org.jruby.internal.runtime.methods.JavaMethod
 
postTrace() - Method in class org.jruby.runtime.ThreadContext
 
postYield(Binding, Frame) - Method in class org.jruby.runtime.ThreadContext
 
postYieldLight(Binding, Frame) - Method in class org.jruby.runtime.ThreadContext
 
postYieldNoScope(Frame) - Method in class org.jruby.runtime.ThreadContext
 
pow(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.PowNode
 
pow(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.BignumNodes.PowNode
 
pow(RubyBignum, double) - Method in class org.jruby.truffle.nodes.core.BignumNodes.PowNode
 
pow(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.PowNode
 
pow(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
pow(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
pow(VirtualFrame, int, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
pow(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
pow(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
pow(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
pow(VirtualFrame, long, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
pow(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
pow(VirtualFrame, Object, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
pow(double, int) - Method in class org.jruby.truffle.nodes.core.FloatNodes.PowNode
 
pow(double, long) - Method in class org.jruby.truffle.nodes.core.FloatNodes.PowNode
 
pow(VirtualFrame, double, double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.PowNode
 
pow(double, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FloatNodes.PowNode
 
pow(VirtualFrame, double, RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.FloatNodes.PowNode
 
pow(int) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
pow(long) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
pow(RubyBignum) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
powTwo(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
powTwo(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
powTwo(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
powTwo(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.PowNode
 
ppid(IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
ppid(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess
 
ppid(Ruby) - Static method in class org.jruby.RubyProcess
 
pre(ThreadContext, IRubyObject, String, Block) - Method in class org.jruby.internal.runtime.methods.CompiledIRMetaClassBody
 
pre(ThreadContext, IRubyObject, String, Block) - Method in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
pre(InterpreterContext, ThreadContext, IRubyObject, String, Block) - Method in class org.jruby.internal.runtime.methods.InterpretedIRMetaClassBody
 
pre(ThreadContext, Binding) - Method in class org.jruby.runtime.CompiledBlockLight
 
pre(ThreadContext, Binding) - Method in class org.jruby.runtime.CompiledBlockLight19
Deprecated.
 
pre(ThreadContext, Binding) - Method in class org.jruby.runtime.CompiledSharedScopeBlock
 
pre(ThreadContext, Binding) - Method in class org.jruby.runtime.ContextAwareBlockBody
 
pre(ThreadContext, Binding) - Method in class org.jruby.runtime.MethodBlock
 
pre() - Method in class org.jruby.runtime.Signature
 
PRE - Static variable in class org.jruby.truffle.nodes.globals.ReadMatchReferenceNode
 
pre_match(ThreadContext) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
pre_match(ThreadContext) - Method in class org.jruby.RubyMatchData
match_pre_match
preAdoptThread() - Method in class org.jruby.runtime.ThreadContext
 
preArgs - Variable in class org.jruby.ir.instructions.ReceiveOptArgInstr
opt args follow pre args
preBacktraceAndScope(ThreadContext, String) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
preBacktraceDummyScope(ThreadContext, String) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
preBacktraceOnly(ThreadContext, String) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
preBsfApply(String[]) - Method in class org.jruby.runtime.ThreadContext
 
preciseCodePoint(Encoding, byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
preciseLength(Encoding, byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
precs(ThreadContext) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
pred(ThreadContext) - Method in class org.jruby.RubyFixnum
 
pred(ThreadContext) - Method in class org.jruby.RubyInteger
 
preEvalScriptlet(DynamicScope) - Method in class org.jruby.runtime.ThreadContext
 
preEvalWithBinding(Binding) - Method in class org.jruby.runtime.ThreadContext
 
PreExe19Node - Class in org.jruby.ast
A pre-execution construction (BEGIN { ...
PreExe19Node(ISourcePosition, StaticScope, Node) - Constructor for class org.jruby.ast.PreExe19Node
 
preExecuteUnder(IRubyObject, RubyModule, Block) - Method in class org.jruby.runtime.ThreadContext
 
PreExeNode - Class in org.jruby.ast
A pre-execution construction (BEGIN { ...
PreExeNode(ISourcePosition, StaticScope, Node) - Constructor for class org.jruby.ast.PreExeNode
 
preExtensionLoad(IRubyObject) - Method in class org.jruby.runtime.ThreadContext
 
PREFER_IPV4 - Static variable in class org.jruby.util.cli.Options
 
prefix - Variable in class org.jruby.ir.operands.Label
 
PREFIX - Static variable in class org.jruby.ir.operands.TemporaryBooleanVariable
 
PREFIX - Static variable in class org.jruby.ir.operands.TemporaryFixnumVariable
 
PREFIX - Static variable in class org.jruby.ir.operands.TemporaryFloatVariable
 
PREFIX - Static variable in class org.jruby.ir.operands.TemporaryLocalReplacementVariable
 
PREFIX - Static variable in class org.jruby.ir.operands.TemporaryLocalVariable
 
preForBlock(Binding) - Method in class org.jruby.runtime.ThreadContext
 
preFrameAndDummyScope(ThreadContext, IRubyObject, String, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
preFrameAndScope(ThreadContext, IRubyObject, String, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
preFrameOnly(ThreadContext, IRubyObject, String, Block) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
preLoad(ThreadContext, String[]) - Static method in class org.jruby.runtime.Helpers
 
preLoad(ThreadContext, String, boolean) - Static method in class org.jruby.runtime.Helpers
 
preLoadCommon(ThreadContext, StaticScope, boolean) - Static method in class org.jruby.runtime.Helpers
 
preMatch(RubyMatchData) - Method in class org.jruby.truffle.nodes.core.MatchDataNodes.PreMatchNode
 
preMethodBacktraceAndScope(String, StaticScope) - Method in class org.jruby.runtime.ThreadContext
 
preMethodBacktraceDummyScope(String, StaticScope) - Method in class org.jruby.runtime.ThreadContext
 
preMethodBacktraceOnly(String) - Method in class org.jruby.runtime.ThreadContext
 
preMethodFrameAndDummyScope(RubyModule, String, IRubyObject, Block, StaticScope) - Method in class org.jruby.runtime.ThreadContext
 
preMethodFrameAndScope(RubyModule, String, IRubyObject, Block, StaticScope) - Method in class org.jruby.runtime.ThreadContext
 
preMethodFrameOnly(RubyModule, String, IRubyObject, Block) - Method in class org.jruby.runtime.ThreadContext
 
preMethodNoFrameAndDummyScope(StaticScope) - Method in class org.jruby.runtime.ThreadContext
 
preMethodScopeOnly(StaticScope) - Method in class org.jruby.runtime.ThreadContext
 
preNodeEval(IRubyObject) - Method in class org.jruby.runtime.ThreadContext
 
preNoFrameDummyScope(ThreadContext) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
preNoop() - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
preOpAsgnWithOrAnd(IRubyObject, ThreadContext, IRubyObject, CallSite) - Static method in class org.jruby.runtime.Helpers
 
PREP - Static variable in class org.jruby.util.io.OpenFile
 
PREP_STDIO_NAME() - Method in class org.jruby.util.io.OpenFile
 
prepareAnnotatedMethod(RubyModule, JavaMethod, JavaMethodDescriptor) - Method in class org.jruby.internal.runtime.methods.InvocationMethodFactory
Use code generation to provide a method handle based on an annotated Java method.
prepareArgs(ThreadContext, Block.Type, BlockBody, IRubyObject[]) - Static method in class org.jruby.RubyProc
For Type.LAMBDA, ensures that the args have the correct arity.
prepareArguments(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.instructions.CallBase
 
prepareArgumentsComplex(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.instructions.CallBase
 
prepareArgumentsForCall(ThreadContext, IRubyObject[], Block.Type) - Method in class org.jruby.runtime.BlockBody
 
prepareArgumentsForCall(ThreadContext, IRubyObject[], Block.Type) - Method in class org.jruby.runtime.IRBlockBody
 
prepareArgumentsSimple(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.instructions.CallBase
 
prepareBacktrace(ThreadContext, boolean) - Method in class org.jruby.RubyException
 
prepareBinder() - Method in class org.jruby.ir.targets.ConstructObjectSite
 
prepareBinder() - Method in class org.jruby.ir.targets.DRegexpObjectSite
 
prepareBinder() - Method in class org.jruby.ir.targets.InvokeSite
 
prepareBinder() - Method in class org.jruby.ir.targets.LazyObjectSite
 
prepareBlock(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.instructions.CallBase
 
prepareClassNamespace(ThreadContext, StaticScope, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
prepareCoverage(String, int[]) - Method in class org.jruby.ext.coverage.CoverageData
 
prepareForCompilation() - Method in class org.jruby.ir.IRMethod
 
prepareForCompilation() - Method in class org.jruby.ir.IRScope
Run any necessary passes to get the IR ready for compilation
prepareForInterpretation() - Method in class org.jruby.ir.IRMethod
Run any necessary passes to get the IR ready for interpretation
prepareForInterpretation() - Method in class org.jruby.ir.IRScope
Run any necessary passes to get the IR ready for interpretation
prepareInstructions() - Method in class org.jruby.ir.IRScope
 
prepareIntegratedBacktrace(ThreadContext, StackTraceElement[]) - Method in class org.jruby.RubyException
Prepare an "integrated" backtrace that includes the normal Ruby trace plus non-filtered Java frames.
prepareLoadSearch(String) - Method in class org.jruby.runtime.load.LoadService.SearchState
 
preparePattern(RubyString) - Method in class org.jruby.RubyRegexp
 
prepareRequireSearch(String) - Method in class org.jruby.runtime.load.LoadService.SearchState
 
prepareSelf(Binding) - Method in class org.jruby.runtime.MethodBlock
 
prepareSuperClass(Ruby, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
prepareTopLevel(RubyClass, IRubyObject) - Method in class org.jruby.runtime.ThreadContext
 
prepend(Node) - Method in class org.jruby.ast.ListNode
 
prepend(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
 
prepend(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
rb_str_prepend
prepend_features(IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_prepend_features
prepended(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
PrependedModule - Class in org.jruby
This class is used as an intermediate superclass for Module#prepend
PrependedModule(Ruby, RubyClass, RubyModule) - Constructor for class org.jruby.PrependedModule
 
prependModule(IRubyObject) - Method in class org.jruby.RubyModule
Prepend a new module to this module or class.
preprocessCheck(Ruby, ByteList) - Static method in class org.jruby.RubyRegexp
 
preprocessDRegexp(Ruby, RubyString[], int) - Static method in class org.jruby.RubyRegexp
 
preprocessDRegexp(Ruby, IRubyObject[], RegexpOptions) - Static method in class org.jruby.RubyRegexp
 
prepStdio(Ruby, InputStream, Channel, int, RubyClass, String) - Static method in class org.jruby.RubyIO
 
prepStdio(Ruby, OutputStream, Channel, int, RubyClass, String) - Static method in class org.jruby.RubyIO
 
preReqdArgsCount - Variable in class org.jruby.ir.instructions.ReceivePostReqdArgInstr
The method/block parameter list has these many required parameters before opt+rest args
preScopedBody(DynamicScope) - Method in class org.jruby.runtime.ThreadContext
 
preScopeOnly(ThreadContext) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
preTrace() - Method in class org.jruby.runtime.ThreadContext
 
pretty(Class, Class...) - Static method in class org.jruby.util.CodegenUtils
 
prettyParams(Class...) - Static method in class org.jruby.util.CodegenUtils
 
prettyShortParams(Class...) - Static method in class org.jruby.util.CodegenUtils
 
prev_float() - Method in class org.jruby.RubyFloat
 
previous - Variable in class org.jruby.RubyModule.WrapperCacheEntryFactory
The CacheEntryFactory being wrapped.
previouslyRun(IRScope) - Method in class org.jruby.ir.passes.AddLocalVarLoadStoreInstructions
 
previouslyRun(IRScope) - Method in class org.jruby.ir.passes.CFGBuilder
 
previouslyRun(IRScope) - Method in class org.jruby.ir.passes.CompilerPass
If this pass has been previous run, then return the data from that last run.
previouslyRun(IRScope) - Method in class org.jruby.ir.passes.LiveVariableAnalysis
 
previouslyRun(IRScope) - Method in class org.jruby.ir.passes.UnboxingPass
 
preYieldLightBlock(Binding, DynamicScope) - Method in class org.jruby.runtime.ThreadContext
 
preYieldNoScope(Binding) - Method in class org.jruby.runtime.ThreadContext
 
preYieldSpecificBlock(Binding, StaticScope) - Method in class org.jruby.runtime.ThreadContext
 
primitive_convert(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyConverter
 
primitive_errinfo(ThreadContext) - Method in class org.jruby.RubyConverter
 
primitive_p() - Method in class org.jruby.javasupport.JavaClass
 
primitive_to_java(IRubyObject, IRubyObject, Block) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
primitiveToWrapper(Class<?>) - Static method in class org.jruby.javasupport.JavaUtil
 
PrimitiveTypeNode - Class in org.jruby.ast.java_signature
For Java primitive types: byte, short, int, long, char, float, double, boolean, void
PrimitiveTypeNode(String, String) - Constructor for class org.jruby.ast.java_signature.PrimitiveTypeNode
 
print(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.stringio.StringIO
 
print(IRubyObject[]) - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
print(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
Print some objects to the stream.
print(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyIO
Print some objects to the stream.
print(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
print(VirtualFrame, Object[]) - Method in class org.jruby.truffle.nodes.core.KernelNodes.PrintNode
 
PRINT_AST_METHOD_NAMES - Static variable in class org.jruby.truffle.translator.Translator
 
PRINT_FULL_AST_METHOD_NAMES - Static variable in class org.jruby.truffle.translator.Translator
 
PRINT_PARSE_TREE_METHOD_NAMES - Static variable in class org.jruby.truffle.translator.Translator
 
printASTBacktrace(Node) - Static method in class org.jruby.truffle.runtime.DebugOperations
 
printBacktrace(PrintStream) - Method in class org.jruby.NativeException
 
printBacktrace(PrintStream) - Method in class org.jruby.RubyException
Print the Ruby exception's backtrace to the given PrintStream.
printBacktrace(PrintStream, int) - Method in class org.jruby.RubyException
Print the Ruby exception's backtrace to the given PrintStream.
printBacktrace(RubyException, boolean) - Method in enum org.jruby.runtime.backtrace.TraceType.Format
 
printBacktrace(RubyException, boolean) - Method in class org.jruby.runtime.backtrace.TraceType
 
printBacktraceJRuby(RubyException, boolean) - Static method in class org.jruby.runtime.backtrace.TraceType
 
printBacktraceMRI(RubyException, boolean) - Static method in class org.jruby.runtime.backtrace.TraceType
 
printError(RubyException) - Method in class org.jruby.Ruby
Prints an error with backtrace to the error stream.
printf(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.stringio.StringIO
 
printf(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
printf(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
 
printf(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
printFooter(PrintStream) - Method in class org.jruby.runtime.profile.builtin.HtmlProfilePrinter
 
printFooter(PrintStream) - Method in class org.jruby.runtime.profile.builtin.JsonProfilePrinter
 
printFooter(PrintStream) - Method in class org.jruby.runtime.profile.builtin.ProfilePrinter
 
printHeader(PrintStream) - Method in class org.jruby.runtime.profile.builtin.FlatProfilePrinter
 
printHeader(PrintStream) - Method in class org.jruby.runtime.profile.builtin.GraphProfilePrinter
 
printHeader(PrintStream) - Method in class org.jruby.runtime.profile.builtin.HtmlProfilePrinter
 
printHeader(PrintStream) - Method in class org.jruby.runtime.profile.builtin.JsonProfilePrinter
 
printHeader(PrintStream) - Method in class org.jruby.runtime.profile.builtin.ProfilePrinter
 
printProfile(PrintStream, boolean) - Method in class org.jruby.runtime.profile.builtin.FlatProfilePrinter
 
printProfile(PrintStream, boolean) - Method in class org.jruby.runtime.profile.builtin.GraphProfilePrinter
 
printProfile(PrintStream, boolean) - Method in class org.jruby.runtime.profile.builtin.HtmlProfilePrinter
 
printProfile(PrintStream, boolean) - Method in class org.jruby.runtime.profile.builtin.JsonProfilePrinter
 
printProfile(ProfilePrinter) - Method in class org.jruby.runtime.profile.builtin.ProfileOutput
 
printProfile(PrintStream) - Method in class org.jruby.runtime.profile.builtin.ProfilePrinter
 
printProfile(PrintStream, boolean) - Method in class org.jruby.runtime.profile.builtin.ProfilePrinter
 
printProfile(RubyIO) - Method in class org.jruby.runtime.profile.builtin.ProfilePrinter
 
printProfileData(ProfileCollection) - Method in class org.jruby.Ruby
TDOD remove the synchronized.
printScope() - Method in class org.jruby.runtime.ThreadContext
 
priority() - Method in class org.jruby.RubyThread
 
priority_set(IRubyObject) - Method in class org.jruby.RubyThread
 
PRIVATE - Static variable in class org.jruby.parser.JavaSignatureParser
 
private_class_method(IRubyObject[]) - Method in class org.jruby.RubyModule
 
private_constant(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
private_constant(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
 
private_instance_methods(IRubyObject[]) - Method in class org.jruby.RubyModule
rb_class_private_instance_methods
private_instance_methods19(IRubyObject[]) - Method in class org.jruby.RubyModule
 
private_iv_get(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.psych.PsychYamlTree
 
private_method_defined(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
private_methods(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
rb_obj_private_methods call-seq: obj.private_methods(all=true) => array Returns the list of private methods accessible to obj.
private_methods(RubyBasicObject, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.PrivateMethodsNode
 
private_methods(RubyBasicObject, boolean) - Method in class org.jruby.truffle.nodes.core.KernelNodes.PrivateMethodsNode
 
private_methods19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
 
private_methods19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
private_p() - Method in class org.jruby.javasupport.JavaClass
 
privateClassMethod(RubyModule, Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.PrivateClassMethodNode
 
privateConstant(RubyModule, Object[]) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.PrivateConstantNode
 
privateInstanceMethods(RubyModule, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.PrivateInstanceMethodsNode
 
privateInstanceMethods(RubyModule, boolean) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.PrivateInstanceMethodsNode
 
privateMethodError(String, String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
probe() - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
probe() - Method in class org.jruby.truffle.nodes.RubyNode
 
probeLite(TruffleEventReceiver) - Method in class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
probeLite(TruffleEventReceiver) - Method in class org.jruby.truffle.nodes.RubyNode
 
problem - Variable in class org.jruby.ir.dataflow.FlowGraphNode
 
proc(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
proc(RubyProc) - Method in class org.jruby.truffle.nodes.core.KernelNodes.LambdaNode
 
proc(RubyProc) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ProcNode
 
proc_1_9(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
PROC_BINDING - Static variable in class org.jruby.truffle.runtime.core.RubyProc
 
procArityOf(Node) - Static method in class org.jruby.runtime.Arity
 
ProcCastNode - Class in org.jruby.truffle.nodes.cast
Casts an object to a Ruby Proc object.
ProcCastNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.cast.ProcCastNode
 
ProcCastNode(ProcCastNode) - Constructor for class org.jruby.truffle.nodes.cast.ProcCastNode
 
ProcCastNodeFactory - Class in org.jruby.truffle.nodes.cast
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.jruby.anno.AnnotationBinder
 
PROCESS_NOUNWRAP - Static variable in class org.jruby.util.cli.Options
 
PROCESS_QUERY_INFORMATION - Static variable in interface org.jruby.util.WindowsFFI.Kernel32
 
PROCESS_TERMINATE - Static variable in interface org.jruby.util.WindowsFFI.Kernel32
 
processArguments(String[]) - Method in class org.jruby.RubyInstanceConfig
 
processArguments() - Method in class org.jruby.util.cli.ArgumentProcessor
 
processArguments(boolean) - Method in class org.jruby.util.cli.ArgumentProcessor
 
processBlockArgument(Ruby, Block) - Static method in class org.jruby.runtime.Helpers
 
processDotfile() - Static method in class org.jruby.Main
 
processMethodDeclaration(ExecutableElement) - Method in class org.jruby.anno.AnnotationBinder
 
processMethodDeclarationMulti(ExecutableElement) - Method in class org.jruby.anno.AnnotationBinder
 
processMethodDeclarations(Map<CharSequence, List<ExecutableElement>>) - Method in class org.jruby.anno.AnnotationBinder
 
ProcessModuleBodyInstr - Class in org.jruby.ir.instructions
 
ProcessModuleBodyInstr(Variable, Operand, Operand) - Constructor for class org.jruby.ir.instructions.ProcessModuleBodyInstr
 
ProcessModuleBodyInstr(ProcessModuleBodyInstr) - Method in class org.jruby.ir.IRVisitor
 
ProcessModuleBodyInstr(ProcessModuleBodyInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
ProcessNodes - Class in org.jruby.truffle.nodes.core
 
ProcessNodes() - Constructor for class org.jruby.truffle.nodes.core.ProcessNodes
 
ProcessNodes.PidNode - Class in org.jruby.truffle.nodes.core
 
ProcessNodes.PidNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ProcessNodes.PidNode
 
ProcessNodes.PidNode(ProcessNodes.PidNode) - Constructor for class org.jruby.truffle.nodes.core.ProcessNodes.PidNode
 
ProcessNodesFactory - Class in org.jruby.truffle.nodes.core
 
ProcessNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.ProcessNodesFactory
 
ProcessNodesFactory.PidNodeFactory - Class in org.jruby.truffle.nodes.core
 
processType(TypeElement) - Method in class org.jruby.anno.AnnotationBinder
 
ProcMethod - Class in org.jruby.internal.runtime.methods
 
ProcMethod(RubyModule, RubyProc, Visibility) - Constructor for class org.jruby.internal.runtime.methods.ProcMethod
Constructor for ProcMethod.
ProcNodes - Class in org.jruby.truffle.nodes.core
 
ProcNodes() - Constructor for class org.jruby.truffle.nodes.core.ProcNodes
 
ProcNodes.ArityNode - Class in org.jruby.truffle.nodes.core
 
ProcNodes.ArityNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ProcNodes.ArityNode
 
ProcNodes.ArityNode(ProcNodes.ArityNode) - Constructor for class org.jruby.truffle.nodes.core.ProcNodes.ArityNode
 
ProcNodes.BindingNode - Class in org.jruby.truffle.nodes.core
 
ProcNodes.BindingNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ProcNodes.BindingNode
 
ProcNodes.BindingNode(ProcNodes.BindingNode) - Constructor for class org.jruby.truffle.nodes.core.ProcNodes.BindingNode
 
ProcNodes.CallNode - Class in org.jruby.truffle.nodes.core
 
ProcNodes.CallNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ProcNodes.CallNode
 
ProcNodes.CallNode(ProcNodes.CallNode) - Constructor for class org.jruby.truffle.nodes.core.ProcNodes.CallNode
 
ProcNodes.InitializeNode - Class in org.jruby.truffle.nodes.core
 
ProcNodes.InitializeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ProcNodes.InitializeNode
 
ProcNodes.InitializeNode(ProcNodes.InitializeNode) - Constructor for class org.jruby.truffle.nodes.core.ProcNodes.InitializeNode
 
ProcNodes.LambdaNode - Class in org.jruby.truffle.nodes.core
 
ProcNodes.LambdaNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ProcNodes.LambdaNode
 
ProcNodes.LambdaNode(ProcNodes.LambdaNode) - Constructor for class org.jruby.truffle.nodes.core.ProcNodes.LambdaNode
 
ProcNodes.ParametersNode - Class in org.jruby.truffle.nodes.core
 
ProcNodes.ParametersNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ProcNodes.ParametersNode
 
ProcNodes.ParametersNode(ProcNodes.ParametersNode) - Constructor for class org.jruby.truffle.nodes.core.ProcNodes.ParametersNode
 
ProcNodesFactory - Class in org.jruby.truffle.nodes.core
 
ProcNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.ProcNodesFactory
 
ProcNodesFactory.ArityNodeFactory - Class in org.jruby.truffle.nodes.core
 
ProcNodesFactory.BindingNodeFactory - Class in org.jruby.truffle.nodes.core
 
ProcNodesFactory.CallNodeFactory - Class in org.jruby.truffle.nodes.core
 
ProcNodesFactory.InitializeNodeFactory - Class in org.jruby.truffle.nodes.core
 
ProcNodesFactory.LambdaNodeFactory - Class in org.jruby.truffle.nodes.core
 
ProcNodesFactory.ParametersNodeFactory - Class in org.jruby.truffle.nodes.core
 
ProcOrNullNode - Class in org.jruby.truffle.nodes.cast
Wraps some node that will produce either a RubyProc or a RubyNilClass and returns null in case of the latter.
ProcOrNullNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.cast.ProcOrNullNode
 
ProcOrNullNode(ProcOrNullNode) - Constructor for class org.jruby.truffle.nodes.cast.ProcOrNullNode
 
ProcOrNullNodeFactory - Class in org.jruby.truffle.nodes.cast
 
ProcSignalHandler - Class in org.jruby.truffle.runtime.signal
 
ProcSignalHandler(RubyContext, RubyProc) - Constructor for class org.jruby.truffle.runtime.signal.ProcSignalHandler
 
product(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyArray
rb_ary_product
product(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ProductNode
 
product19(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyArray
 
Profile - Interface in org.jruby
 
PROFILE_MAX_METHODS - Static variable in class org.jruby.util.cli.Options
 
ProfileCollection - Interface in org.jruby.runtime.profile
Each ThreadContext has an ProfileCollection property in profile mode.
ProfileData - Class in org.jruby.runtime.profile.builtin
Encapsulates the logic of recording and reporting profiled timings of method invocations.
ProfileData(ThreadContext) - Constructor for class org.jruby.runtime.profile.builtin.ProfileData
 
ProfiledMethod - Class in org.jruby.runtime.profile.builtin
A dynamic method + it's invocation name holder for profiling purposes.
ProfiledMethod(String, DynamicMethod) - Constructor for class org.jruby.runtime.profile.builtin.ProfiledMethod
 
ProfiledMethods - Class in org.jruby.runtime.profile.builtin
This is a collection af all methods which will be profiled.
ProfiledMethods(Ruby) - Constructor for class org.jruby.runtime.profile.builtin.ProfiledMethods
 
profileEnter(long) - Method in class org.jruby.runtime.profile.builtin.ProfileData
Begin profiling a new method, aggregating the current time diff in the previous method's profile slot.
profileEnter(long) - Method in interface org.jruby.runtime.profile.ProfileCollection
Begin profiling a new method, aggregating the current time diff in the previous method's profile slot.
profileEnter(int) - Method in class org.jruby.runtime.ThreadContext
 
profileEnter(String, DynamicMethod) - Method in class org.jruby.runtime.ThreadContext
 
profileExit(long, long) - Method in class org.jruby.runtime.profile.builtin.ProfileData
Fall back to previously profiled method after current method has returned.
profileExit(long, long) - Method in interface org.jruby.runtime.profile.ProfileCollection
Fall back to previously profiled method after current method has returned.
profileExit(int, long) - Method in class org.jruby.runtime.ThreadContext
 
ProfileOutput - Class in org.jruby.runtime.profile.builtin
 
ProfileOutput(PrintStream) - Constructor for class org.jruby.runtime.profile.builtin.ProfileOutput
 
ProfileOutput(File) - Constructor for class org.jruby.runtime.profile.builtin.ProfileOutput
 
ProfilePrinter - Class in org.jruby.runtime.profile.builtin
 
ProfilePrinter(ProfileData) - Constructor for class org.jruby.runtime.profile.builtin.ProfilePrinter
 
ProfilePrinter(ProfileData, Invocation) - Constructor for class org.jruby.runtime.profile.builtin.ProfilePrinter
 
Profiler - Class in org.jruby.ir.interpreter
 
Profiler() - Constructor for class org.jruby.ir.interpreter.Profiler
 
ProfileReporter - Interface in org.jruby.runtime.profile
The used ProfilingService will create an instance of this class at the end of each RubyThread or at jruby shutdown the ProfileReporter.report(ProfileCollection) is called with the ProfileCollection associated with the current Thread.
ProfilingDynamicMethod - Class in org.jruby.internal.runtime.methods
A DynamicMethod wrapper that performs timed profiling for each call.
ProfilingDynamicMethod(DynamicMethod) - Constructor for class org.jruby.internal.runtime.methods.ProfilingDynamicMethod
 
ProfilingService - Interface in org.jruby.runtime.profile
A ProfilingService is used to profile jruby programs.
ProfilingServiceLookup - Class in org.jruby.runtime.profile
This helper is used to get the configured ProfilingService for the current Ruby instance.
ProfilingServiceLookup(Ruby) - Constructor for class org.jruby.runtime.profile.ProfilingServiceLookup
 
PROPERTIES - Static variable in class org.jruby.util.cli.Options
 
PropertyName - Enum in org.jruby.embed
Predefined keys of System properties to get configurations
PROTECTED - Static variable in class org.jruby.parser.JavaSignatureParser
 
protected_instance_methods(IRubyObject[]) - Method in class org.jruby.RubyModule
rb_class_protected_instance_methods
protected_instance_methods19(IRubyObject[]) - Method in class org.jruby.RubyModule
 
protected_method_defined(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
protected_methods(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
rb_obj_protected_methods call-seq: obj.protected_methods(all=true) => array Returns the list of protected methods accessible to obj.
protected_methods19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
 
protected_methods19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
protected_p() - Method in class org.jruby.javasupport.JavaClass
 
protectedClass - Variable in class org.jruby.internal.runtime.methods.DynamicMethod
The "protected class" used for calculating protected access.
protection_domain() - Method in class org.jruby.javasupport.JavaClass
 
protocol(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
PROTOCOL - Static variable in class org.jruby.util.CompoundJarURLStreamHandler
 
provide(String) - Method in class org.jruby.runtime.load.LoadService
 
PROXY_CLASS_FACTORY - Static variable in class org.jruby.javasupport.proxy.JavaProxyClassFactory
 
PsychEmitter - Class in org.jruby.ext.psych
 
PsychEmitter(Ruby, RubyClass) - Constructor for class org.jruby.ext.psych.PsychEmitter
 
PsychLibrary - Class in org.jruby.ext.psych
 
PsychLibrary() - Constructor for class org.jruby.ext.psych.PsychLibrary
 
PsychLibrary.YAMLEncoding - Enum in org.jruby.ext.psych
 
PsychParser - Class in org.jruby.ext.psych
 
PsychParser(Ruby, RubyClass) - Constructor for class org.jruby.ext.psych.PsychParser
 
PsychToRuby - Class in org.jruby.ext.psych
 
PsychToRuby() - Constructor for class org.jruby.ext.psych.PsychToRuby
 
PsychToRuby.ClassLoader - Class in org.jruby.ext.psych
 
PsychToRuby.ClassLoader() - Constructor for class org.jruby.ext.psych.PsychToRuby.ClassLoader
 
PsychToRuby.ToRuby - Class in org.jruby.ext.psych
 
PsychToRuby.ToRuby() - Constructor for class org.jruby.ext.psych.PsychToRuby.ToRuby
 
PsychYamlTree - Class in org.jruby.ext.psych
 
PsychYamlTree() - Constructor for class org.jruby.ext.psych.PsychYamlTree
 
ptr - Variable in class org.jruby.ext.ffi.StructLayout.ArrayProxy
 
ptr - Variable in class org.jruby.util.io.OpenFile.Buffer
 
PUBLIC - Static variable in class org.jruby.parser.JavaSignatureParser
 
public_class_method(IRubyObject[]) - Method in class org.jruby.RubyModule
 
public_constant(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
public_constant(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
 
public_instance_method(IRubyObject) - Method in class org.jruby.RubyModule
 
public_instance_methods(IRubyObject[]) - Method in class org.jruby.RubyModule
 
public_instance_methods19(IRubyObject[]) - Method in class org.jruby.RubyModule
 
public_method(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
public_method_defined(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
public_methods(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
rb_obj_public_methods call-seq: obj.public_methods(all=true) => array Returns the list of public methods accessible to obj.
public_methods19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
 
public_methods19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
public_p() - Method in class org.jruby.javasupport.JavaCallable
 
public_p() - Method in class org.jruby.javasupport.JavaClass
 
public_p() - Method in class org.jruby.javasupport.JavaField
 
public_p() - Method in class org.jruby.javasupport.JavaMethod
 
public_send(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
publicClassMethod(RubyModule, Object...) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.PublicClassMethodNode
 
publicConstant(RubyModule, Object[]) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.PublicConstantNode
 
publicInstanceMethods(RubyModule, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.PublicInstanceMethodsNode
 
publicInstanceMethods(RubyModule, boolean) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.PublicInstanceMethodsNode
 
push(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.thread.Queue
 
push(int, Object) - Method in class org.jruby.parser.YYDebug
 
push(IRubyObject) - Method in class org.jruby.RubyArray
 
push_glob(POSIX, String, ByteList, int) - Static method in class org.jruby.util.Dir
 
push_m(IRubyObject[]) - Method in class org.jruby.RubyArray
rb_ary_push_m - instance method push
push_m(IRubyObject[]) - Method in class org.jruby.util.collections.StringArraySet
 
push_m19(IRubyObject[]) - Method in class org.jruby.RubyArray
 
push_m19(IRubyObject[]) - Method in class org.jruby.util.collections.StringArraySet
 
push_pattern - Static variable in class org.jruby.util.Dir
 
pushArraySlot(FrameSlot) - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
pushBacktrace(ThreadContext, String, String, int) - Static method in class org.jruby.runtime.ThreadContext
 
pushBignum(BigInteger) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Load a Bignum onto the stack.
pushBignum(BigInteger) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
pushBignum(BigInteger) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
PushBindingInstr - Class in org.jruby.ir.instructions
 
PushBindingInstr() - Constructor for class org.jruby.ir.instructions.PushBindingInstr
 
PushBindingInstr(PushBindingInstr) - Method in class org.jruby.ir.IRVisitor
 
PushBindingInstr(PushBindingInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
pushBlockBody(Handle, Signature, String) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
pushBlockScope() - Method in class org.jruby.parser.ParserSupport
 
pushBoolean(boolean) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
pushBoolean(boolean) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Load a boolean onto the stack.
pushBoolean(boolean) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
pushBoolean(boolean) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
pushByteList(ByteList) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Stack required: none
pushByteList(ByteList) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
pushByteList(ByteList) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
pushCatch(RubyContinuation.Continuation) - Method in class org.jruby.runtime.ThreadContext
 
pushDRegexp(Runnable, RegexpOptions, int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Build a dynamic regexp.
pushDRegexp(Runnable, RegexpOptions, int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
pushDRegexp(Runnable, RegexpOptions, int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
pushEmpty(RubyArray, Object) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PushOneNode
 
pushEmptyObjects(RubyArray, Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PushNode
 
pushEmptySingleIntegerFixnum(RubyArray, Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PushNode
 
pushEmptySingleIntegerLong(RubyArray, Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PushNode
 
pushEncoding(Encoding) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Push an encoding on the stack.
pushEncoding(Encoding) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
pushEncoding(Encoding) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
pushEvalSimpleFrame(IRubyObject) - Method in class org.jruby.runtime.ThreadContext
 
pushExitBlock(ThreadContext, Block) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
pushExitBlock(RubyProc) - Method in class org.jruby.Ruby
Push block onto exit stack.
pushFixnum(long) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Stack required: none
pushFixnum(long) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
pushFixnum(long) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
pushFloat(double) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Stack required: none
pushFloat(double) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
pushFloat(double) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
pushFrame() - Method in class org.jruby.runtime.ThreadContext
 
PushFrameInstr - Class in org.jruby.ir.instructions
 
PushFrameInstr(String) - Constructor for class org.jruby.ir.instructions.PushFrameInstr
 
PushFrameInstr(PushFrameInstr) - Method in class org.jruby.ir.IRVisitor
 
PushFrameInstr(PushFrameInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
pushFrozenString(ByteList) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Stack required: none
pushFrozenString(ByteList) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
Stack required: none
pushFrozenString(ByteList) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
pushHandle(Handle) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
pushHandlesForDef(String, Map<Integer, MethodType>, MethodType, String, String) - Method in class org.jruby.ir.targets.JVMVisitor
 
pushInt(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
pushIntegerFixnumIntegerFixnum(RubyArray, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PushOneNode
 
pushIntegerFixnumObject(RubyArray, Object) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PushOneNode
 
pushIntegerFixnumSingleIntegerFixnum(RubyArray, Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PushNode
 
pushLexicalScope() - Method in class org.jruby.truffle.translator.ParseEnvironment
 
pushLexicalScope() - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
pushLocalScope() - Method in class org.jruby.parser.ParserSupport
 
pushLongFixnumSingleIntegerFixnum(RubyArray, Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PushNode
 
pushLongFixnumSingleLongFixnum(RubyArray, Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PushNode
 
pushmethod(String, IRScope, Signature, boolean) - Method in class org.jruby.ir.targets.JVM
 
pushNewDynScope() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
pushNil() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Load nil onto the stack.
pushNil() - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
pushNil() - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
pushObject(RubyArray, Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PushNode
 
pushObjectClass() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
pushObjectObject(RubyArray, Object) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.PushOneNode
 
pushRegexp(int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Build and save a literal regular expression.
pushRegexp(int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
pushRegexp(int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
pushScope - Variable in class org.jruby.runtime.CompiledIRBlockBody
 
pushScope - Variable in class org.jruby.runtime.InterpretedIRBlockBody
 
pushScope(DynamicScope) - Method in class org.jruby.runtime.ThreadContext
 
pushscript(String, String) - Method in class org.jruby.ir.targets.JVM
 
pushscript(String, String) - Method in class org.jruby.ir.targets.JVM6
 
pushscript(String, String) - Method in class org.jruby.ir.targets.JVM7
 
pushString(ByteList) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Stack required: none
pushString(ByteList) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
pushString(ByteList) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
pushSymbol(String, Encoding) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Push a symbol on the stack.
pushSymbol(String, Encoding) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
pushSymbol(String, Encoding) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
Push a symbol on the stack
pushUndefined() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
put(K, V) - Method in class org.jruby.embed.internal.BiVariableMap
Associates the specified value with the specified key in this map.
put(Object, K, V) - Method in class org.jruby.embed.internal.BiVariableMap
Associates the specified value with the specified key in this map.
put(String, Object) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
put(String, Object) - Method in class org.jruby.embed.jsr223.JRubyScriptEngineManager
 
put(String, Object) - Method in class org.jruby.embed.ScriptingContainer
Associates the specified value with the specified key in a variable map.
put(Object, String, Object) - Method in class org.jruby.embed.ScriptingContainer
Associates the specified value with the specified key in a variable map.
put(long, byte[], int, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
put(long, short[], int, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
put(long, int[], int, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
put(long, long[], int, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
put(long, float[], int, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
put(long, double[], int, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
put(long, byte[], int, int) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
put(long, short[], int, int) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
put(long, int[], int, int) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
put(long, long[], int, int) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
put(long, float[], int, int) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
put(long, double[], int, int) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
put(long, byte[], int, int) - Method in class org.jruby.ext.ffi.MemoryIO
Writes an array of bytes to the memory area at the specified offset.
put(long, short[], int, int) - Method in class org.jruby.ext.ffi.MemoryIO
Writes an array of shorts to the memory area at the specified offset.
put(long, int[], int, int) - Method in class org.jruby.ext.ffi.MemoryIO
Writes an array of ints to the memory area at the specified offset.
put(long, long[], int, int) - Method in class org.jruby.ext.ffi.MemoryIO
Writes an array of longs to the memory area at the specified offset.
put(long, float[], int, int) - Method in class org.jruby.ext.ffi.MemoryIO
Writes an array of floats to the memory area at the specified offset.
put(long, double[], int, int) - Method in class org.jruby.ext.ffi.MemoryIO
Writes an array of doubles to the memory area at the specified offset.
put(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.StructLayout.ArrayProxy
 
put(ThreadContext, StructLayout.Storage, AbstractMemory, IRubyObject) - Method in class org.jruby.ext.ffi.StructLayout.Member
Writes a ruby value to the native struct member as the appropriate native value.
put(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.StructLayout
Sets the native value of the struct member corresponding to name.
put(long, byte[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
put(long, short[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
put(long, int[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
put(long, long[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
put(long, float[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
put(long, double[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
put(Object, Object) - Method in class org.jruby.java.util.SystemPropertiesMap
 
put(Object, T) - Method in class org.jruby.javasupport.util.ObjectProxyCache
 
put(Object, Object) - Method in class org.jruby.RubyHash
 
put(int, V) - Method in class org.jruby.util.collections.IntHashMap
 
put(Key, Value) - Method in class org.jruby.util.collections.WeakValuedMap
 
put(Selector) - Method in class org.jruby.util.io.SelectorPool
Put a selector back into the pool.
put(Object, Object) - Method in class org.jruby.util.WeakIdentityHashMap
 
put_array_of_float(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of 32 bit floating point values to the memory area.
put_array_of_float64(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of 64 bit floating point values to the memory area.
put_array_of_int16(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of signed 16 bit integer values to the memory area.
put_array_of_int32(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of signed 32 bit integer values to the memory area.
put_array_of_int64(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of signed 64 bit integer values to the memory area.
put_array_of_int8(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of signed 8 bit integer values to the memory area.
put_array_of_long(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of signed long integer values to the memory area.
put_array_of_pointer(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
put_array_of_uint16(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of unsigned 16 bit integer values to the memory area.
put_array_of_uint32(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of unsigned 32 bit integer values to the memory area.
put_array_of_uint64(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of unsigned 64 bit integer values to the memory area.
put_array_of_uint8(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of unsigned 8 bit integer values to the memory area.
put_array_of_ulong(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of unsigned long integer values to the memory area.
put_bytes(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.ffi.AbstractMemory
 
put_callback(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
put_float32(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an 32 bit floating point value to the memory area.
put_float32(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an 32 bit floating point value to the memory area.
put_float64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an 64 bit floating point value to the memory area.
put_float64(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an 64 bit floating point value to the memory area.
put_int16(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 16 bit signed integer value to the memory address.
put_int16(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 16 bit signed integer value to the memory address.
put_int32(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 32 bit signed integer value to the memory address.
put_int32(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 32 bit signed integer value to the memory address.
put_int64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 64 bit integer value to the memory area.
put_int64(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 64 bit integer value to the memory area.
put_int8(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 8 bit signed integer value to the memory area.
put_int8(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 8 bit signed integer value to the memory area.
put_long(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a C long integer value to the memory area.
put_long(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a C long integer value to the memory area.
put_pointer(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
put_pointer(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
put_string(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
put_uint16(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 16 bit unsigned integer value to the memory address.
put_uint16(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 16 bit unsigned integer value to the memory address.
put_uint32(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an 32 bit unsigned integer value to the memory address.
put_uint32(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an 32 bit unsigned integer value to the memory address.
put_uint64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 64 bit unsigned integer value to the memory area.
put_uint64(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 64 bit unsigned integer value to the memory area.
put_uint8(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 8 bit unsigned integer value to the memory area.
put_uint8(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 8 bit unsigned integer value to the memory area.
put_ulong(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a C long integer value to the memory area.
put_ulong(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a C long integer value to the memory area.
putAddress(byte[], int, long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
 
putAddress(long, long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
putAddress(long, long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
putAddress(long, long) - Method in class org.jruby.ext.ffi.MemoryIO
Writes a pointer value to the memory area at the specified offset.
putAddress(long, long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jruby.embed.internal.BiVariableMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class org.jruby.java.util.SystemPropertiesMap
 
putAll(Map) - Method in class org.jruby.RubyHash
 
putAll(Map) - Method in class org.jruby.util.GenericMap
 
putArrayOfFloat32(Ruby, MemoryIO, long, RubyArray) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
putArrayOfFloat64(Ruby, MemoryIO, long, RubyArray) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
putArrayOfSigned16(Ruby, MemoryIO, long, RubyArray) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
putArrayOfSigned32(Ruby, MemoryIO, long, RubyArray) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
putArrayOfSigned64(Ruby, MemoryIO, long, RubyArray) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
putArrayOfSigned8(Ruby, MemoryIO, long, RubyArray) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
putArrayOfUnsigned16(Ruby, MemoryIO, long, RubyArray) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
putArrayOfUnsigned32(Ruby, MemoryIO, long, RubyArray) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
putArrayOfUnsigned64(Ruby, MemoryIO, long, RubyArray) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
putArrayOfUnsigned8(Ruby, MemoryIO, long, RubyArray) - Static method in class org.jruby.ext.ffi.MemoryUtil
 
putback(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyConverter
 
putByte(long, byte) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
putByte(long, byte) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
putByte(long, byte) - Method in class org.jruby.ext.ffi.MemoryIO
Writes an 8 bit integer value to the memory area at the specified offset.
putByte(long, byte) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
putc(ThreadContext, IRubyObject) - Method in class org.jruby.ext.stringio.StringIO
 
putc(IRubyObject) - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
putc(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
 
putc(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyIO
 
putc(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
rb_f_putc
putCachedValue(StructLayout.Member, IRubyObject) - Method in class org.jruby.ext.ffi.Struct
 
putCachedValue(int, IRubyObject) - Method in class org.jruby.ext.ffi.StructLayout.ArrayProxy
 
putCachedValue(StructLayout.Member, IRubyObject) - Method in interface org.jruby.ext.ffi.StructLayout.Storage
 
PutClassVariableInstr - Class in org.jruby.ir.instructions
 
PutClassVariableInstr(Operand, String, Operand) - Constructor for class org.jruby.ir.instructions.PutClassVariableInstr
 
PutClassVariableInstr(PutClassVariableInstr) - Method in class org.jruby.ir.IRVisitor
 
PutClassVariableInstr(PutClassVariableInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
PutConstInstr - Class in org.jruby.ir.instructions
 
PutConstInstr(Operand, String, Operand) - Constructor for class org.jruby.ir.instructions.PutConstInstr
 
PutConstInstr(PutConstInstr) - Method in class org.jruby.ir.IRVisitor
 
PutConstInstr(PutConstInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
putDouble(long, double) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
putDouble(long, double) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
putDouble(long, double) - Method in class org.jruby.ext.ffi.MemoryIO
Writes a 64 bit float value to the memory area at the specified offset.
putDouble(long, double) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
putfield(String, String, String) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
putField(String) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Store instance variable into self.
putField(String) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
putField(String) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
PutFieldInstr - Class in org.jruby.ir.instructions
 
PutFieldInstr(Operand, String, Operand) - Constructor for class org.jruby.ir.instructions.PutFieldInstr
 
PutFieldInstr(PutFieldInstr) - Method in class org.jruby.ir.IRVisitor
 
PutFieldInstr(PutFieldInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
putFloat(long, float) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
putFloat(long, float) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
putFloat(long, float) - Method in class org.jruby.ext.ffi.MemoryIO
Writes a 32 bit float value to the memory area at the specified offset.
putFloat(long, float) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
putFloat32(byte[], int, float) - Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
 
putFloat64(byte[], int, double) - Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
 
PutGlobalVarInstr - Class in org.jruby.ir.instructions
 
PutGlobalVarInstr(String, Operand) - Constructor for class org.jruby.ir.instructions.PutGlobalVarInstr
 
PutGlobalVarInstr(PutGlobalVarInstr) - Method in class org.jruby.ir.IRVisitor
 
PutGlobalVarInstr(PutGlobalVarInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
PutInstr - Class in org.jruby.ir.instructions
 
PutInstr(Operation, Operand, String, Operand) - Constructor for class org.jruby.ir.instructions.PutInstr
 
putInt(long, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
putInt(long, int) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
putInt(long, int) - Method in class org.jruby.ext.ffi.MemoryIO
Writes a 32 bit integer value to the memory area at the specified offset.
putInt(long, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
putInt16(byte[], int, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
 
putInt32(byte[], int, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
 
putInt64(byte[], int, long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
 
putLong(long, long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
putLong(long, long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
putLong(long, long) - Method in class org.jruby.ext.ffi.MemoryIO
Writes a 64 bit integer value to the memory area at the specified offset.
putLong(long, long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
putMemoryIO(long, MemoryIO) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
putMemoryIO(long, MemoryIO) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
putMemoryIO(long, MemoryIO) - Method in class org.jruby.ext.ffi.MemoryIO
Writes a pointer value to the memory area at the specified offset.
putMemoryIO(long, MemoryIO) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
putNativeLong(long, long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
putNativeLong(long, long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
putNativeLong(long, long) - Method in class org.jruby.ext.ffi.MemoryIO
Writes a native long integer value to the memory area at the specified offset.
putNativeLong(long, long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
putReference(StructLayout.Member, Object) - Method in class org.jruby.ext.ffi.Struct
 
putReference(StructLayout.Member, Object) - Method in interface org.jruby.ext.ffi.StructLayout.Storage
 
puts(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.stringio.StringIO
 
puts(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
puts(ThreadContext) - Method in class org.jruby.RubyIO
 
puts(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
 
puts(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyIO
 
puts(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.RubyIO
 
puts(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
 
puts(ThreadContext, IRubyObject, IRubyObject...) - Static method in class org.jruby.RubyIO
 
puts(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
puts(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
puts(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
puts(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
puts(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
puts(Object) - Static method in class org.jruby.RubyObject
Simple helper to print any objects.
puts(RubyFile, RubyString) - Method in class org.jruby.truffle.nodes.core.FileNodes.PutsNode
 
puts0(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyIO
 
puts1(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyIO
 
puts2(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyIO
 
puts3(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyIO
 
putShort(long, short) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
putShort(long, short) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
putShort(long, short) - Method in class org.jruby.ext.ffi.MemoryIO
Writes a 16 bit integer value to the memory area at the specified offset.
putShort(long, short) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
putstatic(String, String, String) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
putZeroTerminatedByteArray(long, byte[], int, int) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
putZeroTerminatedByteArray(long, byte[], int, int) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
putZeroTerminatedByteArray(long, byte[], int, int) - Method in class org.jruby.ext.ffi.MemoryIO
Writes a byte array to memory, and appends a zero terminator
putZeroTerminatedByteArray(long, byte[], int, int) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
pwd() - Method in class org.jruby.truffle.nodes.core.DirNodes.PwdNode
 

Q

Q - Static variable in class org.jruby.parser.JavaSignatureParser
 
QENCODE - Static variable in class org.jruby.ext.nkf.RubyNKF
Deprecated.
QQ - Static variable in class org.jruby.parser.JavaSignatureParser
 
Qsort - Class in org.jruby.util
 
Qsort() - Constructor for class org.jruby.util.Qsort
 
QUESTION - Static variable in class org.jruby.parser.JavaSignatureParser
 
Queue - Class in org.jruby.ext.thread
The "Queue" class from the 'thread' library.
Queue(Ruby, RubyClass) - Constructor for class org.jruby.ext.thread.Queue
 
queue - Variable in class org.jruby.ext.thread.Queue
 
QuitException - Exception in org.jruby.truffle.runtime.control
Controls breaking out of all executions and ending Ruby execution.
QuitException() - Constructor for exception org.jruby.truffle.runtime.control.QuitException
 
quo(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_quo
quo(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFixnum
Deprecated.
quo(ThreadContext, IRubyObject) - Method in class org.jruby.RubyNumeric
num_quo (1.8) quo and fdiv in 1.8 just invokes "/"
quo19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
 
quo_19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyNumeric
num_quo (1.9)
quote(RubyString) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.QuoteNode
 
quote(RubySymbol) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.QuoteNode
 
quote19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyRegexp
rb_reg_s_quote
quote19(ByteList, boolean) - Static method in class org.jruby.RubyRegexp
 

R

RADIX - Static variable in class org.jruby.RubyFloat
 
raise(RubyThread, RubyThread, ThreadService.Event.Type, IRubyObject) - Static method in class org.jruby.internal.runtime.ThreadService.Event
Deprecated.
raise(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
raise(IRubyObject) - Method in class org.jruby.RubyThread
Simplified utility method for just raising an existing exception in this thread.
raise(IRubyObject[], Block) - Method in class org.jruby.RubyThread
 
raise(VirtualFrame, UndefinedPlaceholder, UndefinedPlaceholder, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RaiseNode
 
raise(VirtualFrame, RubyString, UndefinedPlaceholder, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RaiseNode
 
raise(VirtualFrame, RubyClass, UndefinedPlaceholder, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RaiseNode
 
raise(VirtualFrame, RubyClass, RubyString, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RaiseNode
 
raise(RubyException, UndefinedPlaceholder, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RaiseNode
 
raise(VirtualFrame, RubyThread, RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ThreadNodes.RaiseNode
 
raise(VirtualFrame, RubyThread, RubyClass, RubyString) - Method in class org.jruby.truffle.nodes.core.ThreadNodes.RaiseNode
 
raiseArgumentError(JavaMethod, ThreadContext, String, int, int, int) - Static method in class org.jruby.internal.runtime.methods.JavaMethod
 
raiseArgumentError(Ruby, IRubyObject[], int, int) - Static method in class org.jruby.runtime.Arity
 
raiseArgumentError(Ruby, int, int, int) - Static method in class org.jruby.runtime.Arity
 
raiseArgumentError(ThreadContext, int, int, int) - Static method in class org.jruby.runtime.Arity
 
raiseArgumentError(Ruby, int, int, int, boolean) - Static method in class org.jruby.runtime.Arity
 
raiseArgumentError(Ruby, String, int, int, int) - Static method in class org.jruby.runtime.Arity
 
raiseArgumentError(Ruby, String, int, int, int, boolean) - Static method in class org.jruby.runtime.Arity
 
RaiseArgumentErrorInstr - Class in org.jruby.ir.instructions
 
RaiseArgumentErrorInstr(int, int, int, int) - Constructor for class org.jruby.ir.instructions.RaiseArgumentErrorInstr
 
RaiseArgumentErrorInstr(RaiseArgumentErrorInstr) - Method in class org.jruby.ir.IRVisitor
 
raised_exception(ThreadContext) - Method in class org.jruby.ext.tracepoint.TracePoint
 
RaiseException - Exception in org.jruby.exceptions
 
RaiseException(RubyException) - Constructor for exception org.jruby.exceptions.RaiseException
Construct a new RaiseException to wrap the given Ruby exception for Java-land throwing purposes.
RaiseException(RubyException, IRubyObject) - Constructor for exception org.jruby.exceptions.RaiseException
Construct a new RaiseException to wrap the given Ruby exception for Java-land throwing purposes.
RaiseException(Ruby, RubyClass, String, boolean) - Constructor for exception org.jruby.exceptions.RaiseException
 
RaiseException(Ruby, RubyClass, String, IRubyObject, boolean) - Constructor for exception org.jruby.exceptions.RaiseException
 
RaiseException(RubyException, boolean) - Constructor for exception org.jruby.exceptions.RaiseException
 
RaiseException(Throwable, NativeException) - Constructor for exception org.jruby.exceptions.RaiseException
 
RaiseException - Exception in org.jruby.truffle.runtime.control
Ruby exceptions are just Ruby objects, so they cannot also be exceptions unless we made all Ruby objects exceptions.
RaiseException(RubyException) - Constructor for exception org.jruby.truffle.runtime.control.RaiseException
 
RaiseRequiredKeywordArgumentError - Class in org.jruby.ir.instructions
 
RaiseRequiredKeywordArgumentError(String) - Constructor for class org.jruby.ir.instructions.RaiseRequiredKeywordArgumentError
 
RaiseRequiredKeywordArgumentErrorInstr(RaiseRequiredKeywordArgumentError) - Method in class org.jruby.ir.IRVisitor
 
RaiseRequiredKeywordArgumentErrorInstr(RaiseRequiredKeywordArgumentError) - Method in class org.jruby.ir.targets.JVMVisitor
 
Rake - Class in org.jruby.ant
 
Rake() - Constructor for class org.jruby.ant.Rake
 
RakeImport - Class in org.jruby.ant
 
RakeImport() - Constructor for class org.jruby.ant.RakeImport
 
rakeMethod(String, Object...) - Method in class org.jruby.ant.RakeTaskBase
 
RakeTaskBase - Class in org.jruby.ant
 
RakeTaskBase() - Constructor for class org.jruby.ant.RakeTaskBase
 
rand(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyRandom
 
rand(UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RandNode
 
rand18(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
rand19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
randCommon18(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyRandom
 
randCommon19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyRandom
 
randFloat(ThreadContext, RubyRandom.RandomType) - Static method in class org.jruby.RubyRandom
 
randNonZero(int) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RandNode
 
randObj(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyRandom
 
Random - Class in org.jruby.util
 
Random(int) - Constructor for class org.jruby.util.Random
 
Random(int[]) - Constructor for class org.jruby.util.Random
 
Random(Random) - Constructor for class org.jruby.util.Random
 
Random(int[], int) - Constructor for class org.jruby.util.Random
 
random_bytes(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.securerandom.SecureRandomLibrary
 
random_bytes(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.securerandom.SecureRandomLibrary
 
randomReal(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyRandom
 
randomSeed(Ruby) - Static method in class org.jruby.RubyRandom
 
randZero(int) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RandNode
 
range(byte[], int, int, char, int) - Static method in class org.jruby.util.Dir
 
rangeError(String, String, String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
rangeError(RubyRange.IntegerFixnumRange, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
RangeLiteralNode - Class in org.jruby.truffle.nodes.literal
 
RangeLiteralNode(RubyContext, SourceSection, boolean) - Constructor for class org.jruby.truffle.nodes.literal.RangeLiteralNode
 
RangeLiteralNode(RangeLiteralNode) - Constructor for class org.jruby.truffle.nodes.literal.RangeLiteralNode
 
RangeLiteralNodeFactory - Class in org.jruby.truffle.nodes.literal
 
RangeNodes - Class in org.jruby.truffle.nodes.core
 
RangeNodes() - Constructor for class org.jruby.truffle.nodes.core.RangeNodes
 
RangeNodes.CollectNode - Class in org.jruby.truffle.nodes.core
 
RangeNodes.CollectNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.CollectNode
 
RangeNodes.CollectNode(RangeNodes.CollectNode) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.CollectNode
 
RangeNodes.EachNode - Class in org.jruby.truffle.nodes.core
 
RangeNodes.EachNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.EachNode
 
RangeNodes.EachNode(RangeNodes.EachNode) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.EachNode
 
RangeNodes.EqualNode - Class in org.jruby.truffle.nodes.core
 
RangeNodes.EqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.EqualNode
 
RangeNodes.EqualNode(RangeNodes.EqualNode) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.EqualNode
 
RangeNodes.ExcludeEndNode - Class in org.jruby.truffle.nodes.core
 
RangeNodes.ExcludeEndNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.ExcludeEndNode
 
RangeNodes.ExcludeEndNode(RangeNodes.ExcludeEndNode) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.ExcludeEndNode
 
RangeNodes.FirstNode - Class in org.jruby.truffle.nodes.core
 
RangeNodes.FirstNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.FirstNode
 
RangeNodes.FirstNode(RangeNodes.FirstNode) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.FirstNode
 
RangeNodes.IncludeNode - Class in org.jruby.truffle.nodes.core
 
RangeNodes.IncludeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.IncludeNode
 
RangeNodes.IncludeNode(RangeNodes.IncludeNode) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.IncludeNode
 
RangeNodes.LastNode - Class in org.jruby.truffle.nodes.core
 
RangeNodes.LastNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.LastNode
 
RangeNodes.LastNode(RangeNodes.LastNode) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.LastNode
 
RangeNodes.StepNode - Class in org.jruby.truffle.nodes.core
 
RangeNodes.StepNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.StepNode
 
RangeNodes.StepNode(RangeNodes.StepNode) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.StepNode
 
RangeNodes.ToANode - Class in org.jruby.truffle.nodes.core
 
RangeNodes.ToANode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.ToANode
 
RangeNodes.ToANode(RangeNodes.ToANode) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.ToANode
 
RangeNodes.ToSNode - Class in org.jruby.truffle.nodes.core
 
RangeNodes.ToSNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.ToSNode
 
RangeNodes.ToSNode(RangeNodes.ToSNode) - Constructor for class org.jruby.truffle.nodes.core.RangeNodes.ToSNode
 
RangeNodesFactory - Class in org.jruby.truffle.nodes.core
 
RangeNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.RangeNodesFactory
 
RangeNodesFactory.CollectNodeFactory - Class in org.jruby.truffle.nodes.core
 
RangeNodesFactory.EachNodeFactory - Class in org.jruby.truffle.nodes.core
 
RangeNodesFactory.EqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
RangeNodesFactory.ExcludeEndNodeFactory - Class in org.jruby.truffle.nodes.core
 
RangeNodesFactory.FirstNodeFactory - Class in org.jruby.truffle.nodes.core
 
RangeNodesFactory.IncludeNodeFactory - Class in org.jruby.truffle.nodes.core
 
RangeNodesFactory.LastNodeFactory - Class in org.jruby.truffle.nodes.core
 
RangeNodesFactory.StepNodeFactory - Class in org.jruby.truffle.nodes.core
 
RangeNodesFactory.ToANodeFactory - Class in org.jruby.truffle.nodes.core
 
RangeNodesFactory.ToSNodeFactory - Class in org.jruby.truffle.nodes.core
 
rassoc(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
 
rassoc(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_rassoc
rassoc(ThreadContext, IRubyObject) - Method in class org.jruby.RubyHash
 
rat_pat - Static variable in class org.jruby.util.Numeric.RationalPatterns
 
Rational - Class in org.jruby.ext.mathn
 
Rational() - Constructor for class org.jruby.ext.mathn.Rational
 
Rational(Rational) - Method in class org.jruby.ir.IRVisitor
 
Rational - Class in org.jruby.ir.operands
Literal Rational number.
Rational(long, long) - Constructor for class org.jruby.ir.operands.Rational
 
Rational(Rational) - Method in class org.jruby.ir.targets.JVMVisitor
 
rationalize(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyComplex
nucomp_rationalize
rationalize(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyFloat
float_rationalize
rationalize(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyInteger
integer_rationalize
rationalize(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyNil
nilclass_rationalize
rationalize(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyRational
nurat_rationalize
RationalNode - Class in org.jruby.ast
 
RationalNode(ISourcePosition, long, long) - Constructor for class org.jruby.ast.RationalNode
 
rawBytesToString(byte[]) - Static method in class org.jruby.runtime.Helpers
 
rawString() - Method in class org.jruby.lexer.StrftimeLexer
 
rawThreadDump() - Method in class org.jruby.management.Runtime
 
rawThreadDump() - Method in interface org.jruby.management.RuntimeMBean
 
rb_Array(ThreadContext, IRubyObject) - Static method in class org.jruby.util.TypeConverter
 
rb_clear() - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_clear
rb_clear() - Method in class org.jruby.RubyArray
rb_ary_clear
rb_clear() - Method in class org.jruby.RubyHash
rb_hash_clear
rb_int(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.Option
 
rb_int(ThreadContext) - Method in class org.jruby.ext.socket.Option
 
rb_size() - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_size
rb_size() - Method in class org.jruby.RubyHash
rb_hash_size
rb_sys_fail(Ruby, String) - Static method in class org.jruby.ext.socket.RubyUNIXSocket
 
rb_values() - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_values
rb_values() - Method in class org.jruby.RubyHash
rb_hash_values
rbCatch(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
rbCatch19(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
rbCatch19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
rbClone() - Method in class org.jruby.AbstractRubyMethod
 
rbClone(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
rbClone() - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod rbClone.
rbClone() - Method in class org.jruby.java.proxies.MapJavaProxy
 
rbClone() - Method in class org.jruby.RubyBasicObject
 
rbClone(ThreadContext) - Method in class org.jruby.RubyHash
 
rbClone(IRubyObject) - Static method in class org.jruby.RubyKernel
 
rbClone() - Method in class org.jruby.RubyMethod
 
rbClone() - Method in class org.jruby.RubyProc
 
rbClone() - Method in class org.jruby.RubyUnboundMethod
 
rbClone() - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod rbClone.
RbConfigLibrary - Class in org.jruby.ext.rbconfig
 
RbConfigLibrary() - Constructor for class org.jruby.ext.rbconfig.RbConfigLibrary
 
rbEncSetDefaultExternal(ThreadContext, IRubyObject) - Static method in class org.jruby.util.io.EncodingUtils
 
rbEncSetDefaultInternal(ThreadContext, IRubyObject) - Static method in class org.jruby.util.io.EncodingUtils
 
rbEql(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
Equivalent to rb_eql in MRI
rbEqual(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
Equivalent to rb_equal in MRI
rbInspect(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyBasicObject
 
rbIoClose(Ruby) - Method in class org.jruby.RubyFile
 
rbIoClose(Ruby) - Method in class org.jruby.RubyIO
 
rbMethodCallStatus(ThreadContext, DynamicMethod, CallType, IRubyObject) - Static method in class org.jruby.RubyClass
 
rbNew(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.java.proxies.JavaInterfaceTemplate
 
rbPrivate(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_private
rbProtected(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_protected
rbPublic(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
rb_mod_public
RBRACK - Static variable in class org.jruby.parser.JavaSignatureParser
 
rbStrBufCat(Ruby, RubyString, ByteList) - Static method in class org.jruby.util.io.EncodingUtils
 
rbStrBufCat(Ruby, RubyString, byte[], int, int) - Static method in class org.jruby.util.io.EncodingUtils
 
rbStrBufCat(Ruby, ByteList, byte[], int, int) - Static method in class org.jruby.util.io.EncodingUtils
 
rbStrEncode(ThreadContext, IRubyObject, IRubyObject, int, IRubyObject) - Static method in class org.jruby.util.io.EncodingUtils
 
rbSynchronized(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.javasupport.JavaProxyMethods
 
rbThrow(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
rbThrow(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
rbThrow19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
rbThrow19(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
rbToEncoding(ThreadContext, IRubyObject) - Static method in class org.jruby.util.io.EncodingUtils
 
rbuf - Variable in class org.jruby.util.io.OpenFile
 
rbuf_fill(IRubyObject) - Static method in class org.jruby.ext.net.protocol.NetProtocolBufferedIO.NativeImpl
 
RCURLY - Static variable in class org.jruby.parser.JavaSignatureParser
 
rdev() - Method in class org.jruby.RubyFileStat
 
rdevMajor() - Method in class org.jruby.RubyFileStat
 
rdevMinor() - Method in class org.jruby.RubyFileStat
 
RDONLY - Static variable in class org.jruby.util.io.ModeFlags
read-only flag (default value if no other flags set)
RDWR - Static variable in class org.jruby.util.io.ModeFlags
read/write flag
RE_DEFAULT - Static variable in interface org.jruby.parser.ReOptions
 
re_exchange(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess.GroupID
 
re_exchange(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess.UserID
 
re_exchangeable_p(IRubyObject) - Static method in class org.jruby.RubyProcess.GroupID
 
re_exchangeable_p(IRubyObject) - Static method in class org.jruby.RubyProcess.UserID
 
RE_FIXED - Static variable in interface org.jruby.parser.ReOptions
 
RE_LITERAL - Static variable in interface org.jruby.parser.ReOptions
 
RE_MAY_IGNORECASE - Static variable in interface org.jruby.parser.ReOptions
 
RE_OPTION_EXTENDED - Static variable in interface org.jruby.parser.ReOptions
 
RE_OPTION_IGNORECASE - Static variable in interface org.jruby.parser.ReOptions
 
RE_OPTION_LONGEST - Static variable in interface org.jruby.parser.ReOptions
 
RE_OPTION_MULTILINE - Static variable in interface org.jruby.parser.ReOptions
 
RE_OPTION_ONCE - Static variable in interface org.jruby.parser.ReOptions
 
RE_OPTION_POSIXLINE - Static variable in interface org.jruby.parser.ReOptions
 
RE_OPTION_SINGLELINE - Static variable in interface org.jruby.parser.ReOptions
 
RE_UNICODE - Static variable in interface org.jruby.parser.ReOptions
 
react(Join, Object[]) - Method in class org.jruby.util.Join.AsyncReaction
 
react(Join, Object[]) - Method in class org.jruby.util.Join.FastReaction
 
react(Join, Object[]) - Method in class org.jruby.util.Join.SyncReaction
 
read() - Method in class org.jruby.embed.io.ReaderInputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class org.jruby.embed.io.ReaderInputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class org.jruby.embed.io.ReaderInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(ByteBuffer) - Method in class org.jruby.ext.ffi.io.FileDescriptorByteChannel
Reads data from the native unix file descriptor.
read(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.stringio.StringIO
 
read(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
read() - Method in class org.jruby.lexer.yacc.ByteArrayLexerSource
 
read() - Method in class org.jruby.lexer.yacc.InputStreamLexerSource
Read next character from this source
read() - Method in class org.jruby.lexer.yacc.LexerSource
 
read(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyArgsFile
 
read() - Method in class org.jruby.RubyDir
Returns the next entry from this directory.
read(IRubyObject[]) - Method in class org.jruby.RubyIO
 
read(ThreadContext) - Method in class org.jruby.RubyIO
 
read(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
 
read(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyIO
 
read(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyIO
 
read() - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
read(RubyString) - Method in class org.jruby.truffle.nodes.core.FileNodes.ReadFunctionNode
 
read(RubyFile) - Method in class org.jruby.truffle.nodes.core.FileNodes.ReadNode
 
read(RubyString) - Method in class org.jruby.truffle.nodes.core.FileNodes.SizeNode
 
read() - Method in class org.jruby.util.InputStreamMarkCursor
 
read(ReadableByteChannel, ByteBuffer, boolean) - Static method in class org.jruby.util.io.BlockingIO
 
read(int, ByteList) - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Perform a low-level read of the specified number of bytes into the specified byte list.
read(ByteBuffer) - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Perform a low-level read of the remaining number of bytes into the specified byte buffer.
read(int) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
read(ByteBuffer) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
read(ByteBuffer, boolean) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
read() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
read(int) - Method in class org.jruby.util.io.CRLFStreamWrapper
 
read(ByteBuffer) - Method in class org.jruby.util.io.NullChannel
 
read(ChannelFD, byte[], int, int, boolean) - Method in class org.jruby.util.io.PosixShim
 
read(int) - Method in interface org.jruby.util.io.Stream
 
read(ByteBuffer) - Method in class org.jruby.util.IOChannel.IOReadableByteChannel
 
read(ByteBuffer) - Method in class org.jruby.util.IOChannel.IOReadableWritableByteChannel
 
read(CallSite, ByteBuffer) - Method in class org.jruby.util.IOChannel
 
read() - Method in class org.jruby.util.IOInputStream
 
read(byte[]) - Method in class org.jruby.util.IOInputStream
 
read(byte[], int, int) - Method in class org.jruby.util.IOInputStream
 
read19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
 
READ_ACCEPT_OPS - Static variable in class org.jruby.util.io.SelectBlob
Deprecated.
 
READ_ACCEPT_OPS - Static variable in class org.jruby.util.io.SelectExecutor
 
read_array_of_float(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of signed 32 bit floating point values from the memory address.
read_array_of_float64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of signed 64 bit floating point values from the memory address.
read_array_of_int16(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of signed 16 bit integer values from the memory address.
read_array_of_int32(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of signed 32 bit integer values from the memory address.
read_array_of_int64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of signed 64 bit integer values from the memory address.
read_array_of_int8(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of signed 8 bit integer values from the memory address.
read_array_of_long(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of signed long integer values from the memory address.
read_array_of_pointer(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
read_array_of_string(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
 
read_array_of_string(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
read_array_of_type(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
read_array_of_type(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
read_array_of_uint16(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of unsigned 16 bit integer values from the memory address.
read_array_of_uint32(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of unsigned 32 bit integer values from the memory address.
read_array_of_uint64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of unsigned 64 bit integer values from the memory address.
read_array_of_uint8(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of unsigned 8 bit integer values from the memory address.
read_array_of_ulong(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an array of unsigned long integer values from the memory address.
read_bytes(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
read_char(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an 8 bit signed integer value from the memory address.
READ_CHAR_PENDING() - Method in class org.jruby.util.io.OpenFile
 
READ_CHAR_PENDING_COUNT() - Method in class org.jruby.util.io.OpenFile
 
READ_CHAR_PENDING_OFF() - Method in class org.jruby.util.io.OpenFile
 
READ_CHAR_PENDING_PTR() - Method in class org.jruby.util.io.OpenFile
 
READ_CHAR_PENDING_START() - Method in class org.jruby.util.io.OpenFile
 
READ_CHECK(ThreadContext) - Method in class org.jruby.util.io.OpenFile
 
READ_DATA_BUFFERED() - Method in class org.jruby.util.io.OpenFile
 
READ_DATA_PENDING() - Method in class org.jruby.util.io.OpenFile
 
READ_DATA_PENDING_COUNT() - Method in class org.jruby.util.io.OpenFile
 
READ_DATA_PENDING_OFF() - Method in class org.jruby.util.io.OpenFile
 
READ_DATA_PENDING_PTR() - Method in class org.jruby.util.io.OpenFile
 
READ_DATA_PENDING_START() - Method in class org.jruby.util.io.OpenFile
 
read_double(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 64 bit floating point value from the memory address.
read_float(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 32 bit floating point value from the memory address.
read_int(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 32 bit signed integer value from the memory address.
read_long(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a C long integer value from the memory area.
read_long_long(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 64 bit integer value from the memory address.
read_nonblock(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.stringio.StringIO
 
read_nonblock(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyArgsFile
 
read_nonblock(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
 
read_pointer(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
 
read_short(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 16 bit signed integer value from the memory address.
read_string(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
 
read_string(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
read_uchar(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads an 8 bit unsigned integer value from the memory address.
read_uint(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 32 bit unsigned integer value from the memory address.
read_ulong(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a C unsigned long integer value from the memory area.
read_ulong_long(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 64 bit unsigned integer value from the memory address.
read_ushort(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Reads a 16 bit unsigned integer value from the memory address.
READABLE - Static variable in class org.jruby.util.io.OpenFile
 
readable_p() - Method in class org.jruby.RubyFileStat
 
readable_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
readable_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
readable_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
readableReal_p() - Method in class org.jruby.RubyFileStat
 
readagain_bytes(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyConverter.InvalidByteSequenceErrorMethods
 
readall() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
readall do busy loop for the IO which has NONBLOCK bit. You should implement the logic by yourself with fread().
readall() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
readAll(ThreadContext, int, IRubyObject) - Method in class org.jruby.util.io.OpenFile
 
readall() - Method in interface org.jruby.util.io.Stream
 
ReadAllArgumentsNode - Class in org.jruby.truffle.nodes.methods.arguments
 
ReadAllArgumentsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.methods.arguments.ReadAllArgumentsNode
 
ReadBlockNode - Class in org.jruby.truffle.nodes.methods.arguments
Read the block as a Proc.
ReadBlockNode(RubyContext, SourceSection, Object) - Constructor for class org.jruby.truffle.nodes.methods.arguments.ReadBlockNode
 
ReadBooleanObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
ReadBooleanObjectFieldNode(Shape, BooleanLocation, ReadObjectFieldNode) - Constructor for class org.jruby.truffle.nodes.objectstorage.ReadBooleanObjectFieldNode
 
readBufferedData(byte[], int, int) - Method in class org.jruby.util.io.OpenFile
 
readbyte(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
readbyte(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
readbyte(ThreadContext) - Method in class org.jruby.RubyIO
 
readChannel() - Method in class org.jruby.util.io.OpenFile
 
readchar(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
readchar() - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
readchar(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
readchar(ThreadContext) - Method in class org.jruby.RubyIO
 
readchar() - Method in class org.jruby.RubyIO
Read a byte.
ReadClassVariableNode - Class in org.jruby.truffle.nodes.objects
 
ReadClassVariableNode(RubyContext, SourceSection, String, LexicalScope) - Constructor for class org.jruby.truffle.nodes.objects.ReadClassVariableNode
 
readCodepoint(int, Encoding) - Method in class org.jruby.lexer.yacc.LexerSource
 
readComment() - Method in class org.jruby.lexer.yacc.RubyLexer
Read a comment up to end of line.
ReadConstantNode - Class in org.jruby.truffle.nodes
 
ReadConstantNode(RubyContext, SourceSection, String, RubyNode, LexicalScope) - Constructor for class org.jruby.truffle.nodes.ReadConstantNode
 
readconv - Variable in class org.jruby.util.io.OpenFile
 
readDataBuffered() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
readDataBuffered() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
readDataBuffered() - Method in interface org.jruby.util.io.Stream
 
ReadDoubleObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
ReadDoubleObjectFieldNode(Shape, DoubleLocation, ReadObjectFieldNode) - Constructor for class org.jruby.truffle.nodes.objectstorage.ReadDoubleObjectFieldNode
 
readEncoding(Ruby) - Method in class org.jruby.util.io.OpenFile
 
ReaderInputStream - Class in org.jruby.embed.io
A ReaderInputStream converts java.io.Reader to java.io.InputStream.
ReaderInputStream(Reader) - Constructor for class org.jruby.embed.io.ReaderInputStream
Creates ReaderInputStream from a given Reader type object with a default encoding.
ReaderInputStream(Reader, String) - Constructor for class org.jruby.embed.io.ReaderInputStream
Creates ReaderInputStream from a given Reader type object with a specifed encoding.
readEscape() - Method in class org.jruby.lexer.yacc.RubyLexer
 
readFile(File) - Static method in class org.jruby.ir.persistence.util.FileIO
 
ReadHeadObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
ReadHeadObjectFieldNode(Object) - Constructor for class org.jruby.truffle.nodes.objectstorage.ReadHeadObjectFieldNode
 
reading - Variable in class org.jruby.util.io.ChannelStream
Deprecated.
 
ReadInstanceVariableNode - Class in org.jruby.truffle.nodes.objects
 
ReadInstanceVariableNode(RubyContext, SourceSection, Object, RubyNode, boolean) - Constructor for class org.jruby.truffle.nodes.objects.ReadInstanceVariableNode
 
ReadIntegerObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
ReadIntegerObjectFieldNode(Shape, IntLocation, ReadObjectFieldNode) - Constructor for class org.jruby.truffle.nodes.objectstorage.ReadIntegerObjectFieldNode
 
readInternal(ThreadContext, OpenFile, ChannelFD, byte[], int, int) - Static method in class org.jruby.util.io.OpenFile
 
ReadKeywordArgumentNode - Class in org.jruby.truffle.nodes.methods.arguments
 
ReadKeywordArgumentNode(RubyContext, SourceSection, int, String, RubyNode) - Constructor for class org.jruby.truffle.nodes.methods.arguments.ReadKeywordArgumentNode
 
ReadKeywordRestArgumentNode - Class in org.jruby.truffle.nodes.methods.arguments
 
ReadKeywordRestArgumentNode(RubyContext, SourceSection, int, String[]) - Constructor for class org.jruby.truffle.nodes.methods.arguments.ReadKeywordRestArgumentNode
 
ReadLevelVariableNode - Class in org.jruby.truffle.nodes.methods.locals
 
ReadLevelVariableNode(RubyContext, SourceSection, FrameSlot, int) - Constructor for class org.jruby.truffle.nodes.methods.locals.ReadLevelVariableNode
 
ReadLevelVariableNode(ReadLevelVariableNode) - Constructor for class org.jruby.truffle.nodes.methods.locals.ReadLevelVariableNode
 
ReadLevelVariableNodeFactory - Class in org.jruby.truffle.nodes.methods.locals
 
readline(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.stringio.StringIO
 
readline(ThreadContext) - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
readline(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyArgsFile
Read a line.
readline(ThreadContext) - Method in class org.jruby.RubyIO
Read a line.
readline(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
 
readline(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
Deprecated.
readline(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
readLineBytes() - Method in class org.jruby.lexer.yacc.ByteArrayLexerSource
 
readLineBytes() - Method in class org.jruby.lexer.yacc.InputStreamLexerSource
 
readLineBytes() - Method in class org.jruby.lexer.yacc.LexerSource
 
readlines(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.stringio.StringIO
 
readlines(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
readlines(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyArgsFile
 
readlines(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
 
readlines(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
 
readlines(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
readLines(RubyString) - Method in class org.jruby.truffle.nodes.core.IONodes.ReadLinesNode
 
readlines19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
 
readlines19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
Deprecated.
readlink(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
readLink(UnmarshalStream, int) - Method in class org.jruby.runtime.marshal.UnmarshalCache
 
ReadLocalDummyNode - Class in org.jruby.truffle.translator
 
ReadLocalDummyNode(ISourcePosition, SourceSection, FrameSlot) - Constructor for class org.jruby.truffle.translator.ReadLocalDummyNode
 
ReadLocalVariableNode - Class in org.jruby.truffle.nodes.methods.locals
 
ReadLocalVariableNode(RubyContext, SourceSection, FrameSlot) - Constructor for class org.jruby.truffle.nodes.methods.locals.ReadLocalVariableNode
 
ReadLocalVariableNode(ReadLocalVariableNode) - Constructor for class org.jruby.truffle.nodes.methods.locals.ReadLocalVariableNode
 
ReadLocalVariableNodeFactory - Class in org.jruby.truffle.nodes.methods.locals
 
ReadLongObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
ReadLongObjectFieldNode(Shape, LongLocation, ReadObjectFieldNode) - Constructor for class org.jruby.truffle.nodes.objectstorage.ReadLongObjectFieldNode
 
ReadMatchReferenceNode - Class in org.jruby.truffle.nodes.globals
 
ReadMatchReferenceNode(RubyContext, SourceSection, int) - Constructor for class org.jruby.truffle.nodes.globals.ReadMatchReferenceNode
 
ReadMissingObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
ReadMissingObjectFieldNode(Shape, ReadObjectFieldNode) - Constructor for class org.jruby.truffle.nodes.objectstorage.ReadMissingObjectFieldNode
 
readmsg(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
readmsg_nonblock(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
ReadNode - Interface in org.jruby.truffle.nodes
Interface for all nodes which read something, providing a method to transform them to write the same thing.
readnonblock(int) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
readObject() - Method in class org.jruby.ext.jruby.JRubyObjectInputStream
 
ReadObjectFieldChainNode - Class in org.jruby.truffle.nodes.objectstorage
 
ReadObjectFieldChainNode(ReadObjectFieldNode) - Constructor for class org.jruby.truffle.nodes.objectstorage.ReadObjectFieldChainNode
 
ReadObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
ReadObjectFieldNode() - Constructor for class org.jruby.truffle.nodes.objectstorage.ReadObjectFieldNode
 
ReadObjectObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
ReadObjectObjectFieldNode(Shape, Location, ReadObjectFieldNode) - Constructor for class org.jruby.truffle.nodes.objectstorage.ReadObjectObjectFieldNode
 
ReadonlyAccessor - Class in org.jruby.internal.runtime
 
ReadonlyAccessor(String, IAccessor) - Constructor for class org.jruby.internal.runtime.ReadonlyAccessor
 
ReadonlyGlobalVariable - Class in org.jruby.runtime
 
ReadonlyGlobalVariable(Ruby, String, IRubyObject) - Constructor for class org.jruby.runtime.ReadonlyGlobalVariable
 
ReadOptionalArgumentNode - Class in org.jruby.truffle.nodes.methods.arguments
Read an optional argument.
ReadOptionalArgumentNode(RubyContext, SourceSection, int, int, RubyNode) - Constructor for class org.jruby.truffle.nodes.methods.arguments.ReadOptionalArgumentNode
 
readpartial(IRubyObject[]) - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
readpartial(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyArgsFile
 
readpartial(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
 
readpartial(int) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
readPending() - Method in class org.jruby.util.io.OpenFile
 
ReadPostArgumentNode - Class in org.jruby.truffle.nodes.methods.arguments
Read a post-optional argument.
ReadPostArgumentNode(RubyContext, SourceSection, int) - Constructor for class org.jruby.truffle.nodes.methods.arguments.ReadPostArgumentNode
 
ReadPreArgumentNode - Class in org.jruby.truffle.nodes.methods.arguments
Read pre-optional argument.
ReadPreArgumentNode(RubyContext, SourceSection, int, MissingArgumentBehaviour) - Constructor for class org.jruby.truffle.nodes.methods.arguments.ReadPreArgumentNode
 
ReadRestArgumentNode - Class in org.jruby.truffle.nodes.methods.arguments
Read the rest of arguments after a certain point into an array.
ReadRestArgumentNode(RubyContext, SourceSection, int, int, boolean) - Constructor for class org.jruby.truffle.nodes.methods.arguments.ReadRestArgumentNode
 
readSignedByte() - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
readTranscoder - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
readUnsignedByte() - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
readUntil(char) - Method in class org.jruby.lexer.yacc.ByteArrayLexerSource
 
readUntil(char) - Method in class org.jruby.lexer.yacc.InputStreamLexerSource
 
readUntil(char) - Method in class org.jruby.lexer.yacc.LexerSource
 
readUTFEscape(ByteList, boolean, boolean) - Method in class org.jruby.lexer.yacc.RubyLexer
 
readUTFEscapeRegexpLiteral(ByteList) - Method in class org.jruby.lexer.yacc.RubyLexer
 
READWRITE - Static variable in class org.jruby.util.io.OpenFile
 
ready(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.io.wait.IOWaitLibrary
returns non-nil if input available without blocking, false if EOF or not open/readable, otherwise nil.
ready() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
ready() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
ready(Ruby, RubyThread, int, long) - Method in class org.jruby.util.io.OpenFile
Wait until the channel is available for the given operations or the timeout expires.
ready() - Method in interface org.jruby.util.io.Stream
Implement IO#ready? as per io/wait in MRI.
readyNow(ThreadContext) - Method in class org.jruby.util.io.OpenFile
real() - Method in class org.jruby.RubyComplex
nucomp_real
real(ThreadContext) - Method in class org.jruby.RubyNumeric
numeric_real
real_p(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_real_p
realClass - Variable in class org.jruby.runtime.ivars.VariableAccessor
the "real" class associated with this variable
RealClassGenerator - Class in org.jruby.java.codegen
 
RealClassGenerator() - Constructor for class org.jruby.java.codegen.RealClassGenerator
 
realdirpath(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
realFileno - Variable in class org.jruby.util.io.ChannelFD
 
realIo - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
realName() - Method in enum org.jruby.runtime.invokedynamic.MethodNames
 
realpath(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
reason - Variable in exception org.jruby.exceptions.JumpException.FlowControlException
 
reason() - Method in class org.jruby.RubyLocalJumpError
 
rebindToPort(int) - Method in class org.jruby.ext.socket.MulticastStateManager
 
reCache(ThreadContext, StaticScope, String, int) - Method in class org.jruby.ast.executable.RuntimeCache
 
reCacheFrom(RubyModule, ThreadContext, String, int) - Method in class org.jruby.ast.executable.RuntimeCache
 
receiveArg(ThreadContext, IRubyObject[], boolean) - Method in class org.jruby.ir.instructions.ReceiveArgBase
 
receiveArg(ThreadContext, IRubyObject[], boolean) - Method in class org.jruby.ir.instructions.ReceiveKeywordArgInstr
 
receiveArg(ThreadContext, IRubyObject[], boolean) - Method in class org.jruby.ir.instructions.ReceiveKeywordRestArgInstr
 
receiveArg(ThreadContext, IRubyObject[], boolean) - Method in class org.jruby.ir.instructions.ReceiveOptArgInstr
 
receiveArg(ThreadContext, IRubyObject[], boolean) - Method in class org.jruby.ir.instructions.ReceiveRestArgInstr
 
ReceiveArgBase - Class in org.jruby.ir.instructions
 
ReceiveArgBase(Operation, Variable, int) - Constructor for class org.jruby.ir.instructions.ReceiveArgBase
 
receiveArgs(ArgsNode, IRScope) - Method in class org.jruby.ir.IRBuilder
Process all arguments specified for this scope.
receiveBlockArg(IRScope, Variable, Operand, int, boolean) - Method in class org.jruby.ir.IRBuilder
 
receiveBlockArg(ArgsNode, IRScope) - Method in class org.jruby.ir.IRBuilder
Reify the implicit incoming block into a full Proc, for use as "block arg", but only if a block arg is specified in this scope's arguments.
receiveBlockArgs(IterNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
ReceiveExceptionBase - Class in org.jruby.ir.instructions
 
ReceiveExceptionBase(Operation, Variable) - Constructor for class org.jruby.ir.instructions.ReceiveExceptionBase
 
ReceiveJRubyExceptionInstr - Class in org.jruby.ir.instructions
 
ReceiveJRubyExceptionInstr(Variable) - Constructor for class org.jruby.ir.instructions.ReceiveJRubyExceptionInstr
 
ReceiveJRubyExceptionInstr(ReceiveJRubyExceptionInstr) - Method in class org.jruby.ir.IRVisitor
 
ReceiveJRubyExceptionInstr(ReceiveJRubyExceptionInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
receiveKeywordArg(ThreadContext, IRubyObject[], int, String, boolean) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
ReceiveKeywordArgInstr - Class in org.jruby.ir.instructions
 
ReceiveKeywordArgInstr(Variable, String, int) - Constructor for class org.jruby.ir.instructions.ReceiveKeywordArgInstr
 
ReceiveKeywordArgInstr(ReceiveKeywordArgInstr) - Method in class org.jruby.ir.IRVisitor
 
ReceiveKeywordArgInstr(ReceiveKeywordArgInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
receiveKeywordRestArg(ThreadContext, IRubyObject[], int, boolean) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
ReceiveKeywordRestArgInstr - Class in org.jruby.ir.instructions
 
ReceiveKeywordRestArgInstr(Variable, int) - Constructor for class org.jruby.ir.instructions.ReceiveKeywordRestArgInstr
 
ReceiveKeywordRestArgInstr(ReceiveKeywordRestArgInstr) - Method in class org.jruby.ir.IRVisitor
 
ReceiveKeywordRestArgInstr(ReceiveKeywordRestArgInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
receiveMail(ThreadService.Event) - Method in class org.jruby.RubyThread
Deprecated.
receiveMethodArgs(ArgsNode, IRMethod) - Method in class org.jruby.ir.IRBuilder
 
receiveNonBlockArgs(ArgsNode, IRScope) - Method in class org.jruby.ir.IRBuilder
 
receiveOptArg(IRubyObject[], int, int, int, boolean) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
ReceiveOptArgInstr - Class in org.jruby.ir.instructions
 
ReceiveOptArgInstr(Variable, int, int, int) - Constructor for class org.jruby.ir.instructions.ReceiveOptArgInstr
 
ReceiveOptArgInstr(ReceiveOptArgInstr) - Method in class org.jruby.ir.IRVisitor
 
ReceiveOptArgInstr(ReceiveOptArgInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
receivePostReqdArg(IRubyObject[], boolean) - Method in class org.jruby.ir.instructions.ReceivePostReqdArgInstr
 
receivePostReqdArg(IRubyObject[], int, int, int, boolean) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
ReceivePostReqdArgInstr - Class in org.jruby.ir.instructions
This represents a required arg that shows up after optional/rest args in a method/block parameter list.
ReceivePostReqdArgInstr(Variable, int, int, int) - Constructor for class org.jruby.ir.instructions.ReceivePostReqdArgInstr
 
ReceivePostReqdArgInstr(ReceivePostReqdArgInstr) - Method in class org.jruby.ir.IRVisitor
 
ReceivePostReqdArgInstr(ReceivePostReqdArgInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
ReceivePreReqdArgInstr - Class in org.jruby.ir.instructions
 
ReceivePreReqdArgInstr(Variable, int) - Constructor for class org.jruby.ir.instructions.ReceivePreReqdArgInstr
 
ReceivePreReqdArgInstr(ReceivePreReqdArgInstr) - Method in class org.jruby.ir.IRVisitor
 
ReceivePreReqdArgInstr(ReceivePreReqdArgInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
receiver - Variable in class org.jruby.RubyMethod
 
receiver(ThreadContext) - Method in class org.jruby.RubyMethod
 
RECEIVER_INDEX - Static variable in class org.jruby.internal.runtime.methods.InvocationMethodFactory
The lvar index of the method-receiving object
receiveRequiredArg(Node, IRScope, int, boolean, int, int) - Method in class org.jruby.ir.IRBuilder
 
receiveRestArg(ThreadContext, Object[], int, int, boolean) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
ReceiveRestArgInstr - Class in org.jruby.ir.instructions
 
ReceiveRestArgInstr(Variable, int, int) - Constructor for class org.jruby.ir.instructions.ReceiveRestArgInstr
 
ReceiveRestArgInstr(ReceiveRestArgInstr) - Method in class org.jruby.ir.IRVisitor
 
ReceiveRestArgInstr(ReceiveRestArgInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
receiverNode - Variable in class org.jruby.ast.AttrAssignNode
 
ReceiveRubyExceptionInstr - Class in org.jruby.ir.instructions
 
ReceiveRubyExceptionInstr(Variable) - Constructor for class org.jruby.ir.instructions.ReceiveRubyExceptionInstr
 
ReceiveRubyExceptionInstr(ReceiveRubyExceptionInstr) - Method in class org.jruby.ir.IRVisitor
 
ReceiveRubyExceptionInstr(ReceiveRubyExceptionInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
ReceiveSelfInstr - Class in org.jruby.ir.instructions
 
ReceiveSelfInstr(Variable) - Constructor for class org.jruby.ir.instructions.ReceiveSelfInstr
 
ReceiveSelfInstr(ReceiveSelfInstr) - Method in class org.jruby.ir.IRVisitor
 
ReceiveSelfInstr(ReceiveSelfInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
receivesKeywordArgs() - Method in class org.jruby.ir.IRScope
 
receivesKeywordArguments() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
receivesKeywords - Variable in class org.jruby.ir.instructions.CheckArityInstr
 
recordBeginBlock(IRClosure) - Method in class org.jruby.ir.IREvalScript
 
recordBeginBlock(IRClosure) - Method in class org.jruby.ir.IRScope
Record a begin block.
recordBeginBlock(IRClosure) - Method in class org.jruby.ir.IRScriptBody
 
RecordEndBlockInstr - Class in org.jruby.ir.instructions
 
RecordEndBlockInstr(IRScope, WrappedIRClosure) - Constructor for class org.jruby.ir.instructions.RecordEndBlockInstr
 
RecordEndBlockInstr(RecordEndBlockInstr) - Method in class org.jruby.ir.IRVisitor
 
RecordEndBlockInstr(RecordEndBlockInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
recordYieldSite(BasicBlock, YieldInstr) - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
rect(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_rect
rect(ThreadContext) - Method in class org.jruby.RubyNumeric
numeric_rect
RecursiveComparator - Class in org.jruby.util
 
RecursiveComparator() - Constructor for class org.jruby.util.RecursiveComparator
 
RecursiveComparator.Pair - Class in org.jruby.util
 
RecursiveComparator.Pair(IRubyObject, IRubyObject) - Constructor for class org.jruby.util.RecursiveComparator.Pair
 
recursiveListOperation(Callable<T>) - Method in class org.jruby.Ruby
Begin a recursive walk that may make one or more calls to execRecursive.
recv(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyBasicSocket
Deprecated.
recv(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
recv(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
recv(IRubyObject[]) - Method in class org.jruby.ext.socket.RubyBasicSocket
Deprecated.
recv(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyUDPSocket
Overrides BasicSocket#recv
recv(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyUDPSocket
Overrides BasicSocket#recv
recv_io(IRubyObject[]) - Method in class org.jruby.ext.socket.RubyUNIXSocket
 
recv_nonblock(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
recv_nonblock(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
recvfrom(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyIPSocket
 
recvfrom(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyIPSocket
 
recvfrom(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyIPSocket
Deprecated.
recvfrom(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubySocket
 
recvfrom(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubySocket
 
recvfrom(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyUDPSocket
Overrides IPSocket#recvfrom
recvfrom(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyUDPSocket
Overrides IPSocket#recvfrom
recvfrom(IRubyObject[]) - Method in class org.jruby.ext.socket.RubyUDPSocket
Deprecated.
recvfrom(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyUNIXSocket
 
recvfrom_nonblock(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubySocket
 
recvfrom_nonblock(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubySocket
 
recvfrom_nonblock(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyUDPSocket
 
recvfrom_nonblock(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyUDPSocket
 
REDO_LocalJumpError - Static variable in class org.jruby.ir.operands.IRException
 
RedoableNode - Class in org.jruby.truffle.nodes.methods
 
RedoableNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.methods.RedoableNode
 
RedoException - Exception in org.jruby.truffle.runtime.control
Controls re-doing an iteration in a control structure or method.
RedoException() - Constructor for exception org.jruby.truffle.runtime.control.RedoException
 
RedoNode - Class in org.jruby.ast
Represents a 'redo'
RedoNode(ISourcePosition) - Constructor for class org.jruby.ast.RedoNode
 
RedoNode - Class in org.jruby.truffle.nodes.control
 
RedoNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.control.RedoNode
 
reduce(int, int, int, String, short) - Method in class org.jruby.parser.YYDebug
 
ref - Variable in class org.jruby.ir.instructions.PutInstr
 
reference(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.jruby.JRubyLibrary
Wrap the given object as in Java integration and return the wrapper.
Reference - Class in org.jruby.ir.operands
 
Reference(OperandType, String) - Constructor for class org.jruby.ir.operands.Reference
 
reference0(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.jruby.JRubyLibrary
Wrap the given object as in Java integration and return the wrapper.
reference_required(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.ffi.DataConverter
 
reference_required_p(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.DataConverter
 
reference_required_p(ThreadContext) - Method in class org.jruby.ext.ffi.Enum
 
reference_required_p(ThreadContext) - Method in class org.jruby.ext.ffi.StructByReference
 
referenceQueue - Variable in class org.jruby.util.ReferenceReaper
 
ReferenceReaper - Class in org.jruby.util
A general purpose reference tracker & reaper utility class.
ReferenceTypeNode - Class in org.jruby.ast.java_signature
 
ReferenceTypeNode(String) - Constructor for class org.jruby.ast.java_signature.ReferenceTypeNode
 
refillBuffer() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
refillBuffer() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
refillBuffer() - Method in interface org.jruby.util.io.Stream
 
REFLECTED_HANDLES - Static variable in class org.jruby.RubyInstanceConfig
 
REFLECTED_HANDLES - Static variable in class org.jruby.util.cli.Options
 
ReflectedCompiledMethod - Class in org.jruby.internal.runtime.methods
 
ReflectedCompiledMethod(RubyModule, Arity, Visibility, StaticScope, Object, Method, CallConfiguration, ISourcePosition, String) - Constructor for class org.jruby.internal.runtime.methods.ReflectedCompiledMethod
 
ReflectedJavaMethod - Class in org.jruby.internal.runtime.methods
 
ReflectedJavaMethod(RubyModule, Method, JRubyMethod) - Constructor for class org.jruby.internal.runtime.methods.ReflectedJavaMethod
 
ReflectedJavaMultiMethod - Class in org.jruby.internal.runtime.methods
 
ReflectedJavaMultiMethod(RubyModule, List<Method>, List<JRubyMethod>) - Constructor for class org.jruby.internal.runtime.methods.ReflectedJavaMultiMethod
 
reflectedLoad(Ruby, String, String, ClassLoader, boolean) - Static method in class org.jruby.runtime.load.LoadService
Load the org.jruby.runtime.load.Library implementation specified by className.
ReflectionMethodFactory - Class in org.jruby.internal.runtime.methods
This MethodFactory uses reflection to provide method handles.
ReflectionMethodFactory() - Constructor for class org.jruby.internal.runtime.methods.ReflectionMethodFactory
 
ReflectiveOSGiClassLoaderAdapter - Class in org.jruby.embed.osgi.internal
 
ReflectiveOSGiClassLoaderAdapter() - Constructor for class org.jruby.embed.osgi.internal.ReflectiveOSGiClassLoaderAdapter
 
reflectPidFromProcess(Process) - Static method in class org.jruby.util.ShellLauncher
 
Regexp(Regexp) - Method in class org.jruby.ir.IRVisitor
 
Regexp - Class in org.jruby.ir.operands
 
Regexp(Operand, RegexpOptions) - Constructor for class org.jruby.ir.operands.Regexp
 
Regexp(Regexp) - Method in class org.jruby.ir.targets.JVMVisitor
 
regexp(ThreadContext, Block) - Method in class org.jruby.RubyMatchData
 
regexpError(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
regexpFragmentCheck(RegexpNode, ByteList) - Method in class org.jruby.parser.ParserSupport
 
RegexpNode - Class in org.jruby.ast
Represents a simple regular expression literal.
RegexpNode(ISourcePosition, ByteList, RegexpOptions) - Constructor for class org.jruby.ast.RegexpNode
 
RegexpNodes - Class in org.jruby.truffle.nodes.core
 
RegexpNodes() - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes
 
RegexpNodes.CaseEqualNode - Class in org.jruby.truffle.nodes.core
 
RegexpNodes.CaseEqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.CaseEqualNode
 
RegexpNodes.CaseEqualNode(RegexpNodes.CaseEqualNode) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.CaseEqualNode
 
RegexpNodes.EncodingNode - Class in org.jruby.truffle.nodes.core
 
RegexpNodes.EncodingNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.EncodingNode
 
RegexpNodes.EncodingNode(RegexpNodes.EncodingNode) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.EncodingNode
 
RegexpNodes.EqualNode - Class in org.jruby.truffle.nodes.core
 
RegexpNodes.EqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.EqualNode
 
RegexpNodes.EqualNode(RegexpNodes.EqualNode) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.EqualNode
 
RegexpNodes.EscapeNode - Class in org.jruby.truffle.nodes.core
 
RegexpNodes.EscapeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.EscapeNode
 
RegexpNodes.EscapeNode(RegexpNodes.EscapeNode) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.EscapeNode
 
RegexpNodes.EscapingNode - Class in org.jruby.truffle.nodes.core
 
RegexpNodes.EscapingNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.EscapingNode
 
RegexpNodes.EscapingNode(RegexpNodes.EscapingNode) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.EscapingNode
 
RegexpNodes.EscapingYieldingNode - Class in org.jruby.truffle.nodes.core
 
RegexpNodes.EscapingYieldingNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.EscapingYieldingNode
 
RegexpNodes.EscapingYieldingNode(RegexpNodes.EscapingYieldingNode) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.EscapingYieldingNode
 
RegexpNodes.InitializeCopyNode - Class in org.jruby.truffle.nodes.core
 
RegexpNodes.InitializeCopyNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.InitializeCopyNode
 
RegexpNodes.InitializeCopyNode(RegexpNodes.InitializeCopyNode) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.InitializeCopyNode
 
RegexpNodes.InitializeNode - Class in org.jruby.truffle.nodes.core
 
RegexpNodes.InitializeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.InitializeNode
 
RegexpNodes.InitializeNode(RegexpNodes.InitializeNode) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.InitializeNode
 
RegexpNodes.InspectNode - Class in org.jruby.truffle.nodes.core
 
RegexpNodes.InspectNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.InspectNode
 
RegexpNodes.InspectNode(RegexpNodes.InspectNode) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.InspectNode
 
RegexpNodes.MatchNode - Class in org.jruby.truffle.nodes.core
 
RegexpNodes.MatchNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.MatchNode
 
RegexpNodes.MatchNode(RegexpNodes.MatchNode) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.MatchNode
 
RegexpNodes.MatchOperatorNode - Class in org.jruby.truffle.nodes.core
 
RegexpNodes.MatchOperatorNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.MatchOperatorNode
 
RegexpNodes.MatchOperatorNode(RegexpNodes.MatchOperatorNode) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.MatchOperatorNode
 
RegexpNodes.OptionsNode - Class in org.jruby.truffle.nodes.core
 
RegexpNodes.OptionsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.OptionsNode
 
RegexpNodes.OptionsNode(RegexpNodes.OptionsNode) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.OptionsNode
 
RegexpNodes.QuoteNode - Class in org.jruby.truffle.nodes.core
 
RegexpNodes.QuoteNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.QuoteNode
 
RegexpNodes.QuoteNode(RegexpNodes.QuoteNode) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.QuoteNode
 
RegexpNodes.SourceNode - Class in org.jruby.truffle.nodes.core
 
RegexpNodes.SourceNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.SourceNode
 
RegexpNodes.SourceNode(RegexpNodes.SourceNode) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.SourceNode
 
RegexpNodes.ToSNode - Class in org.jruby.truffle.nodes.core
 
RegexpNodes.ToSNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.ToSNode
 
RegexpNodes.ToSNode(RegexpNodes.ToSNode) - Constructor for class org.jruby.truffle.nodes.core.RegexpNodes.ToSNode
 
RegexpNodesFactory - Class in org.jruby.truffle.nodes.core
 
RegexpNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.RegexpNodesFactory
 
RegexpNodesFactory.CaseEqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
RegexpNodesFactory.EncodingNodeFactory - Class in org.jruby.truffle.nodes.core
 
RegexpNodesFactory.EqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
RegexpNodesFactory.EscapeNodeFactory - Class in org.jruby.truffle.nodes.core
 
RegexpNodesFactory.InitializeCopyNodeFactory - Class in org.jruby.truffle.nodes.core
 
RegexpNodesFactory.InitializeNodeFactory - Class in org.jruby.truffle.nodes.core
 
RegexpNodesFactory.InspectNodeFactory - Class in org.jruby.truffle.nodes.core
 
RegexpNodesFactory.MatchNodeFactory - Class in org.jruby.truffle.nodes.core
 
RegexpNodesFactory.MatchOperatorNodeFactory - Class in org.jruby.truffle.nodes.core
 
RegexpNodesFactory.OptionsNodeFactory - Class in org.jruby.truffle.nodes.core
 
RegexpNodesFactory.QuoteNodeFactory - Class in org.jruby.truffle.nodes.core
 
RegexpNodesFactory.SourceNodeFactory - Class in org.jruby.truffle.nodes.core
 
RegexpNodesFactory.ToSNodeFactory - Class in org.jruby.truffle.nodes.core
 
RegexpObjectSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
RegexpObjectSite(MethodType, int) - Constructor for class org.jruby.ir.targets.RegexpObjectSite
 
RegexpOptions - Class in org.jruby.util
 
RegexpOptions() - Constructor for class org.jruby.util.RegexpOptions
 
RegexpOptions(KCode, boolean) - Constructor for class org.jruby.util.RegexpOptions
 
regexps - Variable in class org.jruby.ast.executable.RuntimeCache
 
register(JITCompilerMBean) - Method in interface org.jruby.management.BeanManager
 
register(ConfigMBean) - Method in interface org.jruby.management.BeanManager
 
register(ParserStatsMBean) - Method in interface org.jruby.management.BeanManager
 
register(MethodCacheMBean) - Method in interface org.jruby.management.BeanManager
 
register(Runtime) - Method in interface org.jruby.management.BeanManager
 
register(JITCompilerMBean) - Method in class org.jruby.management.BeanManagerImpl
 
register(ConfigMBean) - Method in class org.jruby.management.BeanManagerImpl
 
register(ParserStatsMBean) - Method in class org.jruby.management.BeanManagerImpl
 
register(MethodCacheMBean) - Method in class org.jruby.management.BeanManagerImpl
 
register(Runtime) - Method in class org.jruby.management.BeanManagerImpl
 
register(IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalCache
 
register(IRubyObject) - Method in class org.jruby.runtime.marshal.UnmarshalCache
 
registerAttachedMethod(DynamicMethod, AbstractInvoker) - Method in class org.jruby.ext.ffi.FFI
 
registerEndBlock(Block, Ruby) - Static method in class org.jruby.runtime.Helpers
 
registerEngineExtension(String, ScriptEngineFactory) - Method in class org.jruby.embed.jsr223.JRubyScriptEngineManager
 
registerEngineMimeType(String, ScriptEngineFactory) - Method in class org.jruby.embed.jsr223.JRubyScriptEngineManager
 
registerEngineName(String, ScriptEngineFactory) - Method in class org.jruby.embed.jsr223.JRubyScriptEngineManager
 
registerFiber(RubyFiber) - Method in class org.jruby.truffle.runtime.subsystems.FiberManager
 
registerInspecting(Object) - Method in class org.jruby.Ruby
 
registerLinkTarget(IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalStream
 
registerLinkTarget(IRubyObject) - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
registerMBeans() - Method in class org.jruby.Ruby
 
registerNewThread(RubyThread) - Method in class org.jruby.internal.runtime.ThreadService
 
registerObjectId(long, IRubyObject) - Method in class org.jruby.runtime.ObjectSpace
 
registerRubyMethods(Ruby, RubyClass) - Static method in class org.jruby.javasupport.JavaAccessibleObject
 
registerRubyMethods(Ruby, RubyClass) - Static method in class org.jruby.javasupport.JavaCallable
 
registerRubyMethods(Ruby, RubyClass) - Static method in class org.jruby.javasupport.JavaObject
 
registerRubyMethods(Ruby, RubyClass) - Static method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
registerSymbol(String) - Method in class org.jruby.runtime.marshal.MarshalCache
 
registerSymbol(String) - Method in class org.jruby.runtime.marshal.MarshalStream
 
registerThread(RubyThread) - Method in class org.jruby.truffle.runtime.subsystems.ThreadManager
 
registerWrapper(int, ChannelFD) - Method in class org.jruby.util.io.FilenoUtil
 
rehash() - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_rehash
rehash() - Method in class org.jruby.RubyHash
rb_hash_rehash
rehash() - Method in class org.jruby.util.collections.IntHashMap
 
Reified - Interface in org.jruby.java.codegen
Marker interface for generated Java classes that represent a reified Ruby class (i.e.
REIFIED_OBJECT_CLASSES - Static variable in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
REIFY - Static variable in class org.jruby.ext.ffi.jffi.DefaultMethod
 
reify() - Method in class org.jruby.RubyClass
 
reify(String) - Method in class org.jruby.RubyClass
 
reify(boolean) - Method in class org.jruby.RubyClass
 
reify(String, boolean) - Method in class org.jruby.RubyClass
Stand up a real Java class for the backing store of this object
REIFY_CLASSES - Static variable in class org.jruby.util.cli.Options
 
REIFY_LOG_ERRORS - Static variable in class org.jruby.RubyInstanceConfig
Log errors that occur during reification.
REIFY_LOGERRORS - Static variable in class org.jruby.util.cli.Options
 
REIFY_RUBY_CLASSES - Static variable in class org.jruby.RubyInstanceConfig
Whether to reify (pre-compile and generate) a Java class per Ruby class.
REIFY_VARIABLES - Static variable in class org.jruby.util.cli.Options
 
ReifyClosureInstr - Class in org.jruby.ir.instructions
 
ReifyClosureInstr(Variable, Variable) - Constructor for class org.jruby.ir.instructions.ReifyClosureInstr
 
ReifyClosureInstr(ReifyClosureInstr) - Method in class org.jruby.ir.IRVisitor
 
ReifyClosureInstr(ReifyClosureInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
REIFYING_OBJECT_ALLOCATOR - Static variable in class org.jruby.RubyObject
 
reifyWithAncestors() - Method in class org.jruby.RubyClass
 
reifyWithAncestors(String) - Method in class org.jruby.RubyClass
 
reifyWithAncestors(boolean) - Method in class org.jruby.RubyClass
 
reifyWithAncestors(String, boolean) - Method in class org.jruby.RubyClass
Reify this class, first reifying all its ancestors.
reject(ThreadContext, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_reject
reject() - Method in class org.jruby.parser.YYDebug
 
reject(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
reject(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
reject(ThreadContext, Block) - Method in class org.jruby.RubyHash
 
reject_bang(ThreadContext, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_reject_bang
reject_bang(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
reject_bang(ThreadContext, Block) - Method in class org.jruby.RubyHash
 
reject_bang(ThreadContext, Block) - Method in class org.jruby.util.collections.StringArraySet
 
reject_bangInternal(ThreadContext, Block) - Method in class org.jruby.RubyHash
rb_hash_reject_bang
rejectBang(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_reject_bang
rejectBang(ThreadContext, Block) - Method in class org.jruby.util.collections.StringArraySet
 
rejectCommon(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_reject_bang
rejectInPlaceNull(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.RejectInPlaceNode
 
rejectInPlaceObject(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.RejectInPlaceNode
 
rejectInternal(ThreadContext, Block) - Method in class org.jruby.RubyHash
rb_hash_reject
remainder(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
remainder(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
rb_big_remainder
remainder(ThreadContext, IRubyObject) - Method in class org.jruby.RubyNumeric
num_remainder
remainder19(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
remainder19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyBignum
 
remainSize() - Method in class org.jruby.util.io.OpenFile
 
remote_address(ThreadContext) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
remove(Object) - Method in class org.jruby.embed.internal.BiVariableMap
Removes the mapping for a key from this map if it is present in a top level.
remove() - Method in class org.jruby.embed.internal.LocalContext
 
remove(String) - Method in class org.jruby.embed.ScriptingContainer
Removes the specified Ruby variable with the specified variable name from a variable map and runtime top level.
remove(Object, String) - Method in class org.jruby.embed.ScriptingContainer
Removes the specified Ruby variable with the specified variable name in a variable map and given receiver.
remove() - Method in class org.jruby.embed.variable.Argv
Removes this object from BiVariableMap.
remove() - Method in interface org.jruby.embed.variable.BiVariable
Attempts to remove this variable/constant from top self or receiver.
remove() - Method in class org.jruby.embed.variable.ClassVariable
Attempts to remove this variable from top self or receiver.
remove() - Method in class org.jruby.embed.variable.Constant
Attempts to remove this constant from top self or receiver.
remove() - Method in class org.jruby.embed.variable.GlobalVariable
Attempts to remove this variable from top self or receiver.
remove() - Method in class org.jruby.embed.variable.InstanceVariable
Attempts to remove this variable from top self or receiver.
remove() - Method in class org.jruby.embed.variable.LocalGlobalVariable
Removes this object from BiVariableMap.
remove() - Method in class org.jruby.embed.variable.PersistentLocalVariable
Attempts to remove this variable from top self or receiver.
remove() - Method in class org.jruby.embed.variable.TransientLocalVariable
Attempts to remove this variable from top self or receiver.
remove(Object) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
remove(int) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
remove(Object) - Method in class org.jruby.java.util.SystemPropertiesMap
 
remove(Object) - Method in class org.jruby.RubyArray
 
remove(int) - Method in class org.jruby.RubyArray
 
remove() - Method in class org.jruby.RubyArray.RubyArrayConversionIterator
 
remove(Object) - Method in class org.jruby.RubyHash
 
remove(RubyThread) - Method in class org.jruby.RubyThreadGroup
 
remove(int) - Method in class org.jruby.util.collections.IntHashMap
 
remove(Object) - Method in class org.jruby.util.collections.WeakHashSet
 
remove(Object) - Method in class org.jruby.util.WeakIdentityHashMap
 
remove(int, Object) - Method in class org.jruby.util.WeakIdentityHashMap
 
remove_class_variable(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
rb_mod_remove_cvar
remove_class_variable19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
remove_const(ThreadContext, IRubyObject) - Method in class org.jruby.RubyModule
 
remove_instance_variable(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
rb_obj_remove_instance_variable call-seq: obj.remove_instance_variable(symbol) => obj Removes the named instance variable from obj, returning that variable's value.
remove_instance_variable(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
remove_method(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
 
removeAll(Collection<?>) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
removeAll(Collection) - Method in class org.jruby.RubyArray
 
removeAll(Collection) - Method in class org.jruby.util.collections.WeakHashSet
 
removeAllOutgoingEdgesForBB(BasicBlock) - Method in class org.jruby.ir.representations.CFG
 
removeAttribute(Object) - Method in class org.jruby.embed.ScriptingContainer
Removes the specified value with the specified key in a attribute map.
removeBB(BasicBlock) - Method in class org.jruby.ir.representations.CFG
 
removeBlockingThread(RubyThread) - Method in class org.jruby.RubyIO
Remove a thread from the list of blocking threads for this IO.
removeBlockingThread(RubyThread) - Method in class org.jruby.util.io.OpenFile
Remove a thread from the list of blocking threads for this IO.
removeBuiltinLibrary(String) - Method in class org.jruby.runtime.load.LoadService
 
removeBundle(Bundle) - Method in class org.jruby.embed.osgi.internal.JRubyOSGiBundleClassLoader
 
removeClassProvider(ClassProvider) - Method in class org.jruby.RubyModule
 
removeClassVariable(String) - Method in class org.jruby.RubyModule
 
removeClassVariable(RubyModule, RubyString) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.RemoveClassVariableNode
 
removeClassVariable(RubyModule, RubySymbol) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.RemoveClassVariableNode
 
removeClassVariable(RubyNode, String) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
removeClosure(IRClosure) - Method in class org.jruby.ir.IRScope
 
removeConstant(RubyNode, String) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
removeCvar(IRubyObject) - Method in class org.jruby.RubyModule
removeEdge(Edge) - Method in class org.jruby.ir.representations.CFG
 
removeEdge(BasicBlock, BasicBlock) - Method in class org.jruby.ir.representations.CFG
 
removeEventHook(EventHook) - Method in class org.jruby.Ruby
 
removeFinalizer(Finalizable) - Method in class org.jruby.Ruby
 
removeFinalizers(IRubyObject) - Static method in class org.jruby.BasicObjectStub
 
removeFinalizers() - Method in class org.jruby.ir.operands.UndefinedValue
 
removeFinalizers() - Method in class org.jruby.RubyBasicObject.Finalizer
 
removeFinalizers() - Method in class org.jruby.RubyBasicObject
Remove all the finalizers for this object.
removeFinalizers() - Method in interface org.jruby.runtime.builtin.IRubyObject
 
removeFinalizers(long) - Method in class org.jruby.runtime.ObjectSpace
 
removeFrom(Object, Object) - Method in class org.jruby.embed.internal.BiVariableMap
Removes the mapping for a key from this map if it is present in a given receiver.
removeInstanceVariable(String) - Method in class org.jruby.BasicObjectStub.DummyInstanceVariables
 
removeInstanceVariable(String) - Method in class org.jruby.RubyBasicObject
 
removeInstanceVariable(String) - Method in interface org.jruby.runtime.builtin.InstanceVariables
Removes the named instance variable, if present, returning its value.
removeInstr(Instr) - Method in class org.jruby.ir.representations.BasicBlock
 
removeInternalFinalizer(Finalizable) - Method in class org.jruby.Ruby
 
removeInternalLoadedFeature(String) - Method in class org.jruby.runtime.load.LoadService
 
removeInternalVariable(String) - Method in class org.jruby.BasicObjectStub.DummyInternalVariables
 
removeInternalVariable(String) - Method in class org.jruby.RubyBasicObject
 
removeInternalVariable(String) - Method in interface org.jruby.runtime.builtin.InternalVariables
Removes the named internal variable, if present, returning its value.
removeListener(CompilerPassListener) - Method in class org.jruby.ir.IRManager
 
removeListener(InstructionsListener) - Method in class org.jruby.ir.IRManager
 
removeListener(IRScopeListener) - Method in class org.jruby.ir.IRManager
 
removeMethod(ThreadContext, String) - Method in class org.jruby.RubyModule
 
removeMethod(RubyModule, RubyString) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.RemoveMethodNode
 
removeMethod(RubyModule, RubySymbol) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.RemoveMethodNode
 
removeMethod(RubyNode, String) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
removeSubclass(RubyClass) - Method in class org.jruby.RubyClass
Remove a subclass from the weak set of subclasses.
removeTrace(IRubyObject) - Method in class org.jruby.internal.runtime.GlobalVariable
 
removeTraces() - Method in class org.jruby.internal.runtime.GlobalVariable
 
rename(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
renameLabel(Label) - Method in class org.jruby.ir.transformations.inlining.SimpleCloneInfo
 
renameVars(Map<Operand, Operand>) - Method in class org.jruby.ir.instructions.Instr
 
reopen(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.stringio.StringIO
 
reopen(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
 
reopen(Channel, ModeFlags) - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
 
reopen(RandomAccessFile, ModeFlags) - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
 
reopenFixnum() - Method in class org.jruby.Ruby
Mark Fixnum as reopened
reopenFloat() - Method in class org.jruby.Ruby
Mark Float as reopened
reopenIO(ThreadContext, RubyIO) - Method in class org.jruby.RubyIO
 
ReOptions - Interface in org.jruby.parser
 
repeated_permutation(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
 
repeatedCombination(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
 
replace(ThreadContext, IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_replace
replace(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_replace
replace(ThreadContext, IRubyObject) - Method in class org.jruby.RubyHash
rb_hash_replace
replace(IRubyObject) - Method in class org.jruby.RubyString
rb_str_replace_m
replace(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ReplaceNode
 
replace(IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
replace19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyHash
 
replace19(IRubyObject) - Method in class org.jruby.RubyString
 
replaceFloat(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ReplaceNode
 
replaceInstrs(List<Instr>) - Method in class org.jruby.ir.representations.BasicBlock
 
replaceIntegerFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ReplaceNode
 
replaceInternal(int, int, ByteListHolder, CodeRangeable) - Static method in class org.jruby.util.StringSupport
 
replaceInternal19(int, int, CodeRangeable, CodeRangeable) - Static method in class org.jruby.util.StringSupport
 
replaceLongFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ReplaceNode
 
replacement(ThreadContext) - Method in class org.jruby.RubyConverter
 
replacement_set(ThreadContext, IRubyObject) - Method in class org.jruby.RubyConverter
 
replaceObject(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ReplaceNode
 
replaceSubclass(RubyClass, RubyClass) - Method in class org.jruby.RubyClass
Replace an existing subclass with a new one.
replaceSwitchPoint() - Method in class org.jruby.runtime.opto.FailoverSwitchPointInvalidator
 
replaceSwitchPoint() - Method in class org.jruby.runtime.opto.SwitchPointInvalidator
 
replicate(ThreadContext, IRubyObject) - Method in class org.jruby.RubyEncoding
 
report(ProfileCollection) - Method in interface org.jruby.runtime.profile.ProfileReporter
At the end of each RubyThread or at jruby shutdown this method is called with the ProfileCollection associated with the current Thread.
ReqdArgMultipleAsgnInstr - Class in org.jruby.ir.instructions
 
ReqdArgMultipleAsgnInstr(Variable, Operand, int, int, int) - Constructor for class org.jruby.ir.instructions.ReqdArgMultipleAsgnInstr
 
ReqdArgMultipleAsgnInstr(Variable, Operand, int) - Constructor for class org.jruby.ir.instructions.ReqdArgMultipleAsgnInstr
 
ReqdArgMultipleAsgnInstr(ReqdArgMultipleAsgnInstr) - Method in class org.jruby.ir.IRVisitor
 
ReqdArgMultipleAsgnInstr(ReqdArgMultipleAsgnInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
require(IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
Require.
require(String) - Method in class org.jruby.runtime.load.LoadService
 
require(Object[]) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ExecNode
 
require(RubyString) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RequireNode
 
require(RubyString) - Method in class org.jruby.truffle.nodes.core.KernelNodes.RequireRelativeNode
 
require(String, String, RubyNode) - Method in class org.jruby.truffle.runtime.subsystems.FeatureManager
 
require19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
required - Variable in class org.jruby.anno.JavaMethodDescriptor
 
required - Variable in class org.jruby.ir.instructions.CheckArgsArrayArityInstr
 
required - Variable in class org.jruby.ir.instructions.CheckArityInstr
 
required - Variable in class org.jruby.ir.instructions.ReceiveKeywordArgInstr
 
required - Variable in class org.jruby.ir.instructions.ReceiveKeywordRestArgInstr
 
required - Variable in class org.jruby.ir.instructions.ReceiveRestArgInstr
Number of arguments already accounted for
required(int) - Static method in class org.jruby.runtime.Arity
 
required() - Method in class org.jruby.runtime.Arity
 
required() - Method in class org.jruby.runtime.Signature
 
requiredArgs - Variable in class org.jruby.ir.instructions.ReceiveOptArgInstr
total number of required args (pre + post)
RequiredKeywordArgumentValueNode - Class in org.jruby.ast
Marker to indicate that rather than assigning nil (where in multiple places we have nulls getting implicitly converted to nils) we should raise an error.
RequiredKeywordArgumentValueNode() - Constructor for class org.jruby.ast.RequiredKeywordArgumentValueNode
 
requiredLibraries() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
requireLocks - Variable in class org.jruby.runtime.load.LoadService
 
reraiseRaiseExceptions(Throwable) - Method in class org.jruby.runtime.load.LoadService
 
RescueAnyNode - Class in org.jruby.truffle.nodes.control
Rescues any exception.
RescueAnyNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.control.RescueAnyNode
 
RescueBodyNode - Class in org.jruby.ast
Represents the contents of a rescue to be evaluated
RescueBodyNode(ISourcePosition, Node, Node, RescueBodyNode) - Constructor for class org.jruby.ast.RescueBodyNode
 
RescueClassesNode - Class in org.jruby.truffle.nodes.control
Rescues any of a set of classes.
RescueClassesNode(RubyContext, SourceSection, RubyNode[], RubyNode) - Constructor for class org.jruby.truffle.nodes.control.RescueClassesNode
 
RescueEQQInstr - Class in org.jruby.ir.instructions
 
RescueEQQInstr(Variable, Operand, Operand) - Constructor for class org.jruby.ir.instructions.RescueEQQInstr
 
RescueEQQInstr(RescueEQQInstr) - Method in class org.jruby.ir.IRVisitor
 
RescueEQQInstr(RescueEQQInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
RescueNode - Class in org.jruby.ast
Represents a rescue statement
RescueNode(ISourcePosition, Node, RescueBodyNode, Node) - Constructor for class org.jruby.ast.RescueNode
 
RescueNode - Class in org.jruby.truffle.nodes.control
Base node for all nodes which may be able to rescue an exception.
RescueNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.control.RescueNode
 
RescueSplatNode - Class in org.jruby.truffle.nodes.control
Rescue any of several classes, that we get from an expression that evaluates to an array of classes.
RescueSplatNode(RubyContext, SourceSection, RubyNode, RubyNode) - Constructor for class org.jruby.truffle.nodes.control.RescueSplatNode
 
reset() - Method in class org.jruby.embed.io.ReaderInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class org.jruby.ext.digest.RubyDigest.DigestBase
 
reset(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.digest.RubyDigest.DigestInstance
 
reset() - Method in class org.jruby.ext.strscan.RubyStringScanner
 
reset() - Method in class org.jruby.ext.zlib.ZStream
 
reset() - Method in class org.jruby.lexer.yacc.RubyLexer
 
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(String) - Method in class org.jruby.truffle.nodes.dispatch.DispatchHeadNode
 
reset() - Method in class org.jruby.util.InputStreamMarkCursor
 
resetAndDispatch(VirtualFrame, Object, Object, RubyProc, Object, String) - Method in class org.jruby.truffle.nodes.dispatch.DispatchNode
 
resetCoverage(Ruby) - Method in class org.jruby.ext.coverage.CoverageData
 
resetErrorWriter() - Method in class org.jruby.embed.ScriptingContainer
 
resetLinearizationData() - Method in class org.jruby.ir.IRScope
 
resetStacks() - Method in class org.jruby.lexer.yacc.RubyLexer
 
resetState() - Method in class org.jruby.ir.IRScope
 
resetState() - Method in class org.jruby.ir.representations.CFG
 
resetTemporaryVariables() - Method in class org.jruby.ir.IRScope
 
resetVariableCounter(String) - Method in class org.jruby.ir.IRScope
 
resetWriter() - Method in class org.jruby.embed.ScriptingContainer
 
resize(int) - Method in class org.jruby.RubyString
rb_str_resize
resize(ByteList, int, int) - Method in interface org.jruby.util.io.EncodingUtils.ResizeFunction
Resize the destination, returning the new begin offset.
resolveClass(ObjectStreamClass) - Method in class org.jruby.util.JRubyObjectInputStream
 
ResolvedSuperInvokeSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
ResolvedSuperInvokeSite(MethodType, String, String) - Constructor for class org.jruby.ir.targets.ResolvedSuperInvokeSite
 
resolveLoadName(LoadServiceResource, String) - Method in class org.jruby.runtime.load.LoadService
 
resolveUndefConstant(String) - Method in class org.jruby.RubyModule
 
resource(IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
resource_as_stream(IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
resource_as_string(IRubyObject) - Method in class org.jruby.javasupport.JavaClass
 
ResourceException - Exception in org.jruby.util
 
ResourceException() - Constructor for exception org.jruby.util.ResourceException
 
ResourceException(Throwable) - Constructor for exception org.jruby.util.ResourceException
 
ResourceException.FileExists - Exception in org.jruby.util
 
ResourceException.FileExists(String) - Constructor for exception org.jruby.util.ResourceException.FileExists
 
ResourceException.FileIsDirectory - Exception in org.jruby.util
 
ResourceException.FileIsDirectory(String) - Constructor for exception org.jruby.util.ResourceException.FileIsDirectory
 
ResourceException.InvalidArguments - Exception in org.jruby.util
 
ResourceException.InvalidArguments(String) - Constructor for exception org.jruby.util.ResourceException.InvalidArguments
 
ResourceException.IOError - Exception in org.jruby.util
 
ResourceException.NotFound - Exception in org.jruby.util
 
ResourceException.NotFound(String) - Constructor for exception org.jruby.util.ResourceException.NotFound
 
ResourceException.PermissionDenied - Exception in org.jruby.util
 
ResourceException.PermissionDenied(String) - Constructor for exception org.jruby.util.ResourceException.PermissionDenied
 
ResourceException.TooManySymlinks - Exception in org.jruby.util
 
ResourceException.TooManySymlinks(String) - Constructor for exception org.jruby.util.ResourceException.TooManySymlinks
 
respond_to(ThreadContext, IRubyObject) - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
respond_to(ThreadContext, IRubyObject) - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
respond_to_missing_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
respond_to_missing_p(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
respond_to_p(IRubyObject) - Method in class org.jruby.RubyBasicObject
obj_respond_to respond_to?( aSymbol, includePriv=false ) -> true or false Returns true if this object responds to the given method.
respond_to_p(IRubyObject, IRubyObject) - Method in class org.jruby.RubyBasicObject
obj_respond_to respond_to?( aSymbol, includePriv=false ) -> true or false Returns true if this object responds to the given method.
respond_to_p19(IRubyObject) - Method in class org.jruby.RubyBasicObject
 
respond_to_p19(IRubyObject, IRubyObject) - Method in class org.jruby.RubyBasicObject
 
respond_to_p19(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
respond_to_p19(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
respondsTo(IRubyObject, String) - Static method in class org.jruby.BasicObjectStub
 
respondsTo(String) - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod respondsTo.
respondsTo(String) - Method in class org.jruby.RubyBasicObject
Does this object respond to the specified message? Uses a shortcut if it can be proved that respond_to? haven't been overridden.
respondsTo(String) - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod respondsTo.
respondsToMissing(String) - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod respondsTo.
respondsToMissing(String, boolean) - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod respondsTo.
respondsToMissing(String) - Method in class org.jruby.RubyBasicObject
Does this object respond to the specified message via "method_missing?"
respondsToMissing(String, boolean) - Method in class org.jruby.RubyBasicObject
Does this object respond to the specified message via "method_missing?"
respondsToMissing(String) - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod respondsTo.
respondsToMissing(String, boolean) - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod respondsTo.
RespondToCallSite - Class in org.jruby.runtime.callsite
 
RespondToCallSite() - Constructor for class org.jruby.runtime.callsite.RespondToCallSite
 
RespondToNode - Class in org.jruby.truffle.nodes.respondto
 
RespondToNode(RubyContext, SourceSection, RubyNode, String) - Constructor for class org.jruby.truffle.nodes.respondto.RespondToNode
 
rest - Variable in class org.jruby.anno.JavaMethodDescriptor
 
rest(ThreadContext) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
rest - Variable in class org.jruby.ir.instructions.CheckArgsArrayArityInstr
 
rest - Variable in class org.jruby.ir.instructions.CheckArityInstr
 
rest() - Method in class org.jruby.runtime.Signature
 
REST_METHODS - Static variable in class org.jruby.internal.runtime.methods.JavaMethod
 
rest_p(ThreadContext) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
rest_size() - Method in class org.jruby.ext.strscan.RubyStringScanner
 
restArg - Variable in class org.jruby.ast.ArgsNode
 
RestArgMultipleAsgnInstr - Class in org.jruby.ir.instructions
 
RestArgMultipleAsgnInstr(Variable, Operand, int, int, int) - Constructor for class org.jruby.ir.instructions.RestArgMultipleAsgnInstr
 
RestArgMultipleAsgnInstr(Variable, Operand, int) - Constructor for class org.jruby.ir.instructions.RestArgMultipleAsgnInstr
 
RestArgMultipleAsgnInstr(RestArgMultipleAsgnInstr) - Method in class org.jruby.ir.IRVisitor
 
RestArgMultipleAsgnInstr(RestArgMultipleAsgnInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
restArgNode - Variable in class org.jruby.ast.ArgsNode
 
RestArgNode - Class in org.jruby.ast
 
RestArgNode(ISourcePosition, String, int) - Constructor for class org.jruby.ast.RestArgNode
 
RestArgNode(ArgumentNode) - Constructor for class org.jruby.ast.RestArgNode
 
restart() - Method in class org.jruby.lexer.yacc.StackState
 
restartSystemCall(Exception) - Static method in class org.jruby.RubyIO
 
restKey - Variable in class org.jruby.ir.instructions.CheckArityInstr
 
RestoreErrorInfoInstr - Class in org.jruby.ir.instructions.defined
 
RestoreErrorInfoInstr(Operand) - Constructor for class org.jruby.ir.instructions.defined.RestoreErrorInfoInstr
 
RestoreErrorInfoInstr(RestoreErrorInfoInstr) - Method in class org.jruby.ir.IRVisitor
 
RestoreErrorInfoInstr(RestoreErrorInfoInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
restoreOSDefault(IRubyObject, IRubyObject) - Method in class org.jruby.util.NoFunctionalitySignalFacade
 
restoreOSDefault(IRubyObject, IRubyObject) - Method in interface org.jruby.util.SignalFacade
Restores the OS default signal handler.
restoreOSDefault(IRubyObject, IRubyObject) - Method in class org.jruby.util.SunSignalFacade
 
restorePlatformDefault(IRubyObject, IRubyObject) - Method in class org.jruby.util.NoFunctionalitySignalFacade
 
restorePlatformDefault(IRubyObject, IRubyObject) - Method in interface org.jruby.util.SignalFacade
Restores the platform (JVM's) default signal handler.
restorePlatformDefault(IRubyObject, IRubyObject) - Method in class org.jruby.util.SunSignalFacade
 
restructureBlockArgs19(IRubyObject, Arity, Block.Type, boolean, boolean) - Static method in class org.jruby.runtime.Helpers
 
restsize(ThreadContext) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
result(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.coverage.CoverageModule
 
result - Variable in class org.jruby.ir.instructions.CallInstr
 
result - Variable in class org.jruby.ir.instructions.ResultBaseInstr
 
result_type(ThreadContext) - Method in class org.jruby.ext.ffi.CallbackInfo
 
ResultBaseInstr - Class in org.jruby.ir.instructions
For most instrs that have a result this is their base class.
ResultBaseInstr(Operation, Variable, Operand[]) - Constructor for class org.jruby.ir.instructions.ResultBaseInstr
 
resultConverter - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
ResultInstr - Interface in org.jruby.ir.instructions
 
resume(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.fiber.ThreadFiber
 
resume(Object[]) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.UninitializedArrayBuilderNode
 
resume(RubyFiber, Object[]) - Method in class org.jruby.truffle.nodes.core.FiberNodes.ResumeNode
 
resume(RubyFiber, Object...) - Method in class org.jruby.truffle.runtime.core.RubyFiber
Send a message to a fiber by posting into a message queue.
ret(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
ret_args(Node, ISourcePosition) - Method in class org.jruby.parser.ParserSupport
 
retainAll(Collection<?>) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
retainAll(Collection) - Method in class org.jruby.RubyArray
 
retainAll(Collection) - Method in class org.jruby.util.collections.WeakHashSet
 
retrieve(RubyObject, BiVariableMap) - Static method in class org.jruby.embed.variable.Argv
Retrieves ARGV from Ruby after the evaluation or method invocation.
retrieve(RubyObject, BiVariableMap) - Static method in class org.jruby.embed.variable.ClassVariable
Retrieves class variables from Ruby after the evaluation.
retrieve(RubyObject, BiVariableMap) - Static method in class org.jruby.embed.variable.Constant
Retrieves constants from Ruby after the evaluation or method invocation.
retrieve(IRubyObject, BiVariableMap) - Static method in class org.jruby.embed.variable.GlobalVariable
Retrieves global variables from Ruby after the evaluation.
retrieve(RubyObject, BiVariableMap) - Static method in class org.jruby.embed.variable.InstanceVariable
Retrieves instance variables from Ruby after the evaluation.
retrieve(RubyObject, BiVariableMap) - Static method in class org.jruby.embed.variable.LocalGlobalVariable
Retrieves global variables eagerly from Ruby right after the evaluation.
retrieve(RubyObject, BiVariableMap) - Static method in class org.jruby.embed.variable.PersistentLocalVariable
Retrieves local variables from Ruby after the evaluation.
retrieve(RubyObject, BiVariableMap) - Static method in class org.jruby.embed.variable.TransientLocalVariable
Doesn't do anything since a transient local variable should not be retrieved from Ruby.
retrieve(LocalVariableBehavior, BiVariableMap, RubyObject) - Static method in class org.jruby.embed.variable.VariableInterceptor
Retrieves variable/constant names and values after the evaluation or method invocation.
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.Array
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.AsString
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.Backref
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.ConstantStringLiteral
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.CurrentScope
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.DynamicSymbol
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.GlobalVariable
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.Hash
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.ImmutableLiteral
retrieve the live value represented by this immutable literal.
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.LocalVariable
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.NthRef
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.ObjectClass
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.Operand
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.Regexp
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.ScopeModule
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.Self
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.Splat
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.StringLiteral
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.SValue
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.Symbol
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.TemporaryLocalVariable
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.UndefinedValue
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.UnexecutableNil
 
retrieve(ThreadContext, IRubyObject, StaticScope, DynamicScope, Object[]) - Method in class org.jruby.ir.operands.WrappedIRClosure
 
retrieveByKey(RubyObject, BiVariableMap, String) - Static method in class org.jruby.embed.variable.Argv
Retrieves ARGV by key from Ruby runtime after the evaluation.
retrieveByKey(RubyObject, BiVariableMap, String) - Static method in class org.jruby.embed.variable.ClassVariable
Retrieves a class variable by key from Ruby runtime after the evaluation.
retrieveByKey(RubyObject, BiVariableMap, String) - Static method in class org.jruby.embed.variable.Constant
Retrieves a constant by key from Ruby runtime after the evaluation.
retrieveByKey(Ruby, BiVariableMap, String) - Static method in class org.jruby.embed.variable.GlobalVariable
Retrieves a global variable by key from Ruby after the evaluation.
retrieveByKey(RubyObject, BiVariableMap, String) - Static method in class org.jruby.embed.variable.InstanceVariable
Retrieves a instance variable by key from Ruby runtime after the evaluation.
retrieveByKey(Ruby, BiVariableMap, String) - Static method in class org.jruby.embed.variable.LocalGlobalVariable
Retrieves a global variable by key from Ruby runtime after the evaluation.
retrieveCache(RubyClass, String) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
retrieveEncoding(ThreadContext, String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
retrieveJCodingsEncoding(ThreadContext, String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
retrieveMethod(String) - Method in class org.jruby.RubyModule
Search through this module and supermodules for method definitions.
RETRY_LocalJumpError - Static variable in class org.jruby.ir.operands.IRException
 
RetryException - Exception in org.jruby.truffle.runtime.control
Controls re-trying an iteration in a control structure or method.
RetryException() - Constructor for exception org.jruby.truffle.runtime.control.RetryException
 
RetryNode - Class in org.jruby.ast
Represents a 'retry' statement.
RetryNode(ISourcePosition) - Constructor for class org.jruby.ast.RetryNode
 
RetryNode - Class in org.jruby.truffle.nodes.control
 
RetryNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.control.RetryNode
 
RETURN_LocalJumpError - Static variable in class org.jruby.ir.operands.IRException
 
return_type() - Method in class org.jruby.javasupport.JavaConstructor
 
return_type() - Method in class org.jruby.javasupport.JavaMethod
 
return_value(ThreadContext) - Method in class org.jruby.ext.tracepoint.TracePoint
 
ReturnBase - Class in org.jruby.ir.instructions
 
ReturnBase(Operation, Operand) - Constructor for class org.jruby.ir.instructions.ReturnBase
 
returnClass - Variable in class org.jruby.anno.JavaMethodDescriptor
 
ReturnException - Exception in org.jruby.truffle.runtime.control
Controls an explicit return from a method.
ReturnException(long, Object) - Constructor for exception org.jruby.truffle.runtime.control.ReturnException
 
ReturnInstr - Class in org.jruby.ir.instructions
 
ReturnInstr(Operand) - Constructor for class org.jruby.ir.instructions.ReturnInstr
 
ReturnInstr(ReturnInstr) - Method in class org.jruby.ir.IRVisitor
 
ReturnInstr(ReturnInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
ReturnNode - Class in org.jruby.ast
Represents a return statement.
ReturnNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.ReturnNode
 
ReturnNode - Class in org.jruby.truffle.nodes.control
Represents an explicit return.
ReturnNode(RubyContext, SourceSection, long, RubyNode) - Constructor for class org.jruby.truffle.nodes.control.ReturnNode
 
returnTrace(ThreadContext, boolean, String) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
returnTraceCompiled(ThreadContext, boolean, String) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
returnType - Variable in class org.jruby.ast.java_signature.MethodSignatureNode
 
returnType - Variable in class org.jruby.ext.ffi.CallbackInfo
 
returnValue - Variable in exception org.jruby.ir.runtime.IRReturnJump
 
returnValue() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
reuseParentDynScope() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
reuseParentScope - Variable in class org.jruby.runtime.CompiledIRBlockBody
 
reuseParentScope - Variable in class org.jruby.runtime.InterpretedIRBlockBody
 
reverse() - Method in class org.jruby.RubyArray
rb_ary_reverse_m
reverse(ThreadContext) - Method in class org.jruby.RubyString
 
reverse(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.ReverseBangNode
 
reverse(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.ReverseNode
 
reverse19(ThreadContext) - Method in class org.jruby.RubyString
 
reverse_bang() - Method in class org.jruby.RubyArray
rb_ary_reverse_bang
reverse_bang(ThreadContext) - Method in class org.jruby.RubyString
 
reverse_bang19(ThreadContext) - Method in class org.jruby.RubyString
 
reverse_each(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
reverse_each(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
reverse_each(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
 
reverseEach(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_reverse_each
REVISION - Static variable in class org.jruby.runtime.Constants
 
rewind(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
rewind(ThreadContext) - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
rewind(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
rewind() - Method in class org.jruby.RubyDir
Moves position in this directory to the first entry.
rewind(ThreadContext) - Method in class org.jruby.RubyEnumerator
 
rewind(ThreadContext) - Method in class org.jruby.RubyIO
 
rewind() - Method in class org.jruby.util.InputStreamMarkCursor
 
REWRITE_JAVA_TRACE - Static variable in class org.jruby.util.cli.Options
 
rewriteStackTraceAndThrow(ThreadContext, Throwable) - Static method in class org.jruby.runtime.Helpers
 
rid(IRubyObject) - Static method in class org.jruby.RubyProcess.GroupID
Deprecated.
rid(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess.GroupID
 
rid(Ruby) - Static method in class org.jruby.RubyProcess.GroupID
 
rid(IRubyObject) - Static method in class org.jruby.RubyProcess.UserID
Deprecated.
rid(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess.UserID
 
rid(Ruby) - Static method in class org.jruby.RubyProcess.UserID
 
rightShift(VirtualFrame, int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.RightShiftNode
 
rightShift(VirtualFrame, long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.RightShiftNode
 
rightShift(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.RightShiftNode
 
rightShift(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.RightShiftNode
 
rightShiftFallback(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.RightShiftNode
 
rindex(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_rindex
rindex(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyArray
 
rindex(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
rindex(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
rb_str_rindex_m
rindex(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
rindex(RubyString, RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.StringNodes.RindexNode
 
rindex(RubyString, RubyString, int) - Method in class org.jruby.truffle.nodes.core.StringNodes.RindexNode
 
rindex(ByteList, int, int, int, CodeRangeable, Encoding) - Static method in class org.jruby.util.StringSupport
rb_str_rindex_m
rindex19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
rindex19(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
rjust(IRubyObject) - Method in class org.jruby.RubyString
rb_str_rjust
rjust(IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
rjust(RubyString, int, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.StringNodes.RjustNode
 
rjust(RubyString, int, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.RjustNode
 
rjust(String, int, String) - Static method in class org.jruby.truffle.runtime.core.RubyString
 
rjust19(IRubyObject) - Method in class org.jruby.RubyString
 
rjust19(IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
RMD160 - Class in org.jruby.ext.digest
 
RMD160() - Constructor for class org.jruby.ext.digest.RMD160
 
rmdir(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyDir
Deletes the directory specified by path.
rmdir19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyDir
 
rootCall(Object...) - Method in class org.jruby.truffle.runtime.core.RubyProc
 
RootNode - Class in org.jruby.ast
Represents the top of the AST.
RootNode(ISourcePosition, DynamicScope, Node) - Constructor for class org.jruby.ast.RootNode
 
rotate(ThreadContext) - Method in class org.jruby.RubyArray
 
rotate(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
 
rotate_bang(ThreadContext) - Method in class org.jruby.RubyArray
 
rotate_bang(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
 
round(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
round(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
round() - Method in class org.jruby.RubyFloat
flo_round
round(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyFloat
 
round() - Method in class org.jruby.RubyInteger
 
round() - Method in class org.jruby.RubyNumeric
num_round
round(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyTime
 
round(double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.RoundNode
 
round19() - Method in class org.jruby.RubyInteger
 
round19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyInteger
 
ROUND_CEILING - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
ROUND_DOWN - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
ROUND_FLOOR - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
ROUND_HALF_DOWN - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
ROUND_HALF_EVEN - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
ROUND_HALF_UP - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
ROUND_MODE - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
ROUND_UP - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
ROUNDS - Static variable in class org.jruby.RubyFloat
 
roundUpToPowerOfTwo(int) - Static method in class org.jruby.ext.ffi.Util
 
rowned_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
RPAREN - Static variable in class org.jruby.parser.JavaSignatureParser
 
rpartition(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
RSHIFT - Static variable in class org.jruby.parser.JavaSignatureParser
 
rstrip(ThreadContext) - Method in class org.jruby.RubyString
rb_str_rstrip / rb_str_rstrip_bang
rstrip(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.DumpNode
 
rstrip(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.RStripNode
 
rstrip19(ThreadContext) - Method in class org.jruby.RubyString
 
rstrip_bang(ThreadContext) - Method in class org.jruby.RubyString
 
rstrip_bang19(ThreadContext) - Method in class org.jruby.RubyString
 
RTLD_GLOBAL - Static variable in class org.jruby.ext.ffi.jffi.DynamicLibrary
 
RTLD_LAZY - Static variable in class org.jruby.ext.ffi.jffi.DynamicLibrary
 
RTLD_LOCAL - Static variable in class org.jruby.ext.ffi.jffi.DynamicLibrary
 
RTLD_NOW - Static variable in class org.jruby.ext.ffi.jffi.DynamicLibrary
 
RubiniusPrimitive - Annotation Type in org.jruby.truffle.nodes.rubinius
 
RubiniusPrimitiveConstructor - Class in org.jruby.truffle.nodes.rubinius
Packages up the original annotation with the NodeFactory.
RubiniusPrimitiveConstructor(RubiniusPrimitive, NodeFactory<? extends RubyNode>) - Constructor for class org.jruby.truffle.nodes.rubinius.RubiniusPrimitiveConstructor
 
RubiniusPrimitiveManager - Class in org.jruby.truffle.nodes.rubinius
Manages the available Rubinius primitive calls.
RubiniusPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
RubiniusPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.RubiniusPrimitiveNode
 
RubiniusPrimitiveNode(RubiniusPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.RubiniusPrimitiveNode
 
RubiniusSingleBlockArgNode - Class in org.jruby.truffle.nodes.rubinius
 
RubiniusSingleBlockArgNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.RubiniusSingleBlockArgNode
 
ruby(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.rbconfig.RbConfigLibrary
 
Ruby - Class in org.jruby
The Ruby object represents the top-level of a JRuby "instance" in a given VM.
Ruby.CallTraceFuncHook - Class in org.jruby
 
Ruby.CallTraceFuncHook() - Constructor for class org.jruby.Ruby.CallTraceFuncHook
 
Ruby.RecursiveFunction - Interface in org.jruby
 
RUBY_BOOLEAN_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
RUBY_BYTE_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
RUBY_CHAR_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
ruby_class() - Method in class org.jruby.javasupport.JavaClass
 
RUBY_CONVERTERS - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
RUBY_DOUBLE_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
RUBY_FLOAT_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
RUBY_INTEGER_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
RUBY_JIT_PREFIX - Static variable in class org.jruby.compiler.JITCompiler
 
RUBY_LONG_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
RUBY_MAJOR_VERSION - Static variable in class org.jruby.runtime.Constants
 
RUBY_MODULE - Static variable in class org.jruby.ir.targets.JVM
 
RUBY_MODULE_TYPE - Static variable in class org.jruby.ir.targets.JVM
 
RUBY_OS_NAMES - Static variable in class org.jruby.ext.rbconfig.RbConfigLibrary
This is a map from Java's "friendly" OS names to those used by Ruby
RUBY_PATCHLEVEL - Static variable in class org.jruby.runtime.Constants
 
RUBY_REVISION - Static variable in class org.jruby.runtime.Constants
 
RUBY_SHORT_CONVERTER - Static variable in class org.jruby.javasupport.JavaUtil
Deprecated.
ruby_string_to_bytes(IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaArrayUtilities
 
ruby_synchronized(ThreadContext, Block) - Method in class org.jruby.javasupport.JavaObject
 
ruby_synchronized(ThreadContext, Object, Block) - Static method in class org.jruby.javasupport.JavaObject
 
ruby_to_java(IRubyObject, IRubyObject, Block) - Static method in class org.jruby.javasupport.Java
Deprecated.
ruby_to_java(IRubyObject, IRubyObject, Block) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
RUBY_VERSION - Static variable in class org.jruby.runtime.Constants
 
RubyArgsFile - Class in org.jruby
 
RubyArgsFile() - Constructor for class org.jruby.RubyArgsFile
 
RubyArguments - Class in org.jruby.truffle.runtime
Pack and unpack Ruby method arguments to and from an array of objects.
RubyArguments() - Constructor for class org.jruby.truffle.runtime.RubyArguments
 
RubyArray - Class in org.jruby
The implementation of the built-in class Array in Ruby.
RubyArray(Ruby, int) - Constructor for class org.jruby.RubyArray
 
RubyArray - Class in org.jruby.truffle.runtime.core
Implements the Ruby Array class.
RubyArray(RubyClass) - Constructor for class org.jruby.truffle.runtime.core.RubyArray
 
RubyArray(RubyClass, Object, int) - Constructor for class org.jruby.truffle.runtime.core.RubyArray
 
RubyArray(RubyClass, ArrayAllocationSite, Object, int) - Constructor for class org.jruby.truffle.runtime.core.RubyArray
 
RubyArray.ArgumentVisitor - Interface in org.jruby
 
RubyArray.ArrayAllocator - Class in org.jruby.truffle.runtime.core
 
RubyArray.ArrayAllocator() - Constructor for class org.jruby.truffle.runtime.core.RubyArray.ArrayAllocator
 
RubyArray.RubyArrayConversionIterator - Class in org.jruby
 
RubyArray.RubyArrayConversionIterator() - Constructor for class org.jruby.RubyArray.RubyArrayConversionIterator
 
RubyBasicObject - Class in org.jruby
RubyBasicObject is the only implementation of the IRubyObject.
RubyBasicObject(Ruby, RubyClass) - Constructor for class org.jruby.RubyBasicObject
Standard path for object creation.
RubyBasicObject(RubyClass) - Constructor for class org.jruby.RubyBasicObject
Path for objects that don't taint and don't enter objectspace.
RubyBasicObject(Ruby, RubyClass, boolean) - Constructor for class org.jruby.RubyBasicObject
Path for objects who want to decide whether they don't want to be in ObjectSpace even when it is on.
RubyBasicObject(Ruby, RubyClass, boolean, boolean) - Constructor for class org.jruby.RubyBasicObject
Deprecated.
RubyBasicObject - Class in org.jruby.truffle.runtime.core
Represents the Ruby BasicObject class - the root of the Ruby class hierarchy.
RubyBasicObject(RubyClass) - Constructor for class org.jruby.truffle.runtime.core.RubyBasicObject
 
RubyBasicObject(RubyClass, RubyContext) - Constructor for class org.jruby.truffle.runtime.core.RubyBasicObject
 
RubyBasicObject.BasicObjectAllocator - Class in org.jruby.truffle.runtime.core
 
RubyBasicObject.BasicObjectAllocator() - Constructor for class org.jruby.truffle.runtime.core.RubyBasicObject.BasicObjectAllocator
 
RubyBasicObject.Finalizer - Class in org.jruby
Class that keeps track of the finalizers for the object under operation.
RubyBasicObject.Finalizer(RubyFixnum) - Constructor for class org.jruby.RubyBasicObject.Finalizer
 
RubyBasicSocket - Class in org.jruby.ext.socket
Implementation of the BasicSocket class from Ruby.
RubyBasicSocket(Ruby, RubyClass) - Constructor for class org.jruby.ext.socket.RubyBasicSocket
 
RubyBigDecimal - Class in org.jruby.ext.bigdecimal
 
RubyBigDecimal(Ruby, RubyClass) - Constructor for class org.jruby.ext.bigdecimal.RubyBigDecimal
 
RubyBigDecimal(Ruby, BigDecimal) - Constructor for class org.jruby.ext.bigdecimal.RubyBigDecimal
 
RubyBigDecimal(Ruby, RubyClass, BigDecimal) - Constructor for class org.jruby.ext.bigdecimal.RubyBigDecimal
 
RubyBigDecimal(Ruby, BigDecimal, int) - Constructor for class org.jruby.ext.bigdecimal.RubyBigDecimal
 
RubyBigDecimal(Ruby, BigDecimal, int, int) - Constructor for class org.jruby.ext.bigdecimal.RubyBigDecimal
 
RubyBigDecimal(Ruby, BigDecimal, boolean) - Constructor for class org.jruby.ext.bigdecimal.RubyBigDecimal
 
RubyBigDecimal(Ruby, RubyBigDecimal) - Constructor for class org.jruby.ext.bigdecimal.RubyBigDecimal
 
RubyBigDecimal(Ruby, RubyClass, RubyBigDecimal) - Constructor for class org.jruby.ext.bigdecimal.RubyBigDecimal
 
RubyBigDecimal.BigDecimalKernelMethods - Class in org.jruby.ext.bigdecimal
 
RubyBigDecimal.BigDecimalKernelMethods() - Constructor for class org.jruby.ext.bigdecimal.RubyBigDecimal.BigDecimalKernelMethods
 
RubyBignum - Class in org.jruby
 
RubyBignum(Ruby, BigInteger) - Constructor for class org.jruby.RubyBignum
 
RubyBignum - Class in org.jruby.truffle.runtime.core
 
RubyBignum(RubyClass, BigInteger) - Constructor for class org.jruby.truffle.runtime.core.RubyBignum
 
RubyBignum.BignumAllocator - Class in org.jruby.truffle.runtime.core
 
RubyBignum.BignumAllocator() - Constructor for class org.jruby.truffle.runtime.core.RubyBignum.BignumAllocator
 
RubyBinding - Class in org.jruby
 
RubyBinding(Ruby, RubyClass, Binding) - Constructor for class org.jruby.RubyBinding
 
RubyBinding - Class in org.jruby.truffle.runtime.core
Represents the Ruby Binding class.
RubyBinding(RubyClass, Object, MaterializedFrame) - Constructor for class org.jruby.truffle.runtime.core.RubyBinding
 
RubyBoolean - Class in org.jruby
 
RubyBoolean.False - Class in org.jruby
 
RubyBoolean.True - Class in org.jruby
 
RubyCallNode - Class in org.jruby.truffle.nodes
 
RubyCallNode(RubyContext, SourceSection, String, RubyNode, RubyNode, boolean, RubyNode...) - Constructor for class org.jruby.truffle.nodes.RubyCallNode
 
RubyCallNode(RubyContext, SourceSection, String, RubyNode, RubyNode, boolean, boolean, boolean, RubyNode...) - Constructor for class org.jruby.truffle.nodes.RubyCallNode
 
RubyCallNode(RubyContext, SourceSection, String, RubyNode, RubyNode, boolean, boolean, boolean, boolean, RubyNode...) - Constructor for class org.jruby.truffle.nodes.RubyCallNode
 
RubyCallStack - Class in org.jruby.truffle.runtime
 
RubyCallStack() - Constructor for class org.jruby.truffle.runtime.RubyCallStack
 
RubyClass - Class in org.jruby
 
RubyClass(Ruby, RubyClass, boolean) - Constructor for class org.jruby.RubyClass
separate path for MetaClass and IncludedModuleWrapper construction (rb_class_boot version for MetaClasses) no marshal, allocator initialization and addSubclass(this) here!
RubyClass(Ruby) - Constructor for class org.jruby.RubyClass
used by CLASS_ALLOCATOR (any Class' class will be a Class!) also used to bootstrap Object class
RubyClass(Ruby, RubyClass) - Constructor for class org.jruby.RubyClass
rb_class_boot (for plain Classes) also used to bootstrap Module and Class classes
RubyClass(Ruby, RubyClass, CallSite[]) - Constructor for class org.jruby.RubyClass
A constructor which allows passing in an array of supplementary call sites.
RubyClass - Class in org.jruby.truffle.runtime.core
Represents the Ruby Class class.
RubyClass(RubyContext, RubyModule, RubyClass, String) - Constructor for class org.jruby.truffle.runtime.core.RubyClass
 
RubyClass(RubyContext, RubyModule, RubyClass, String, boolean) - Constructor for class org.jruby.truffle.runtime.core.RubyClass
 
RubyClass.ClassAllocator - Class in org.jruby.truffle.runtime.core
 
RubyClass.ClassAllocator() - Constructor for class org.jruby.truffle.runtime.core.RubyClass.ClassAllocator
 
RubyClass.CS_NAMES - Enum in org.jruby
 
RubyClassPathVariable - Class in org.jruby
 
RubyComparable - Class in org.jruby
Implementation of the Comparable module.
RubyComparable() - Constructor for class org.jruby.RubyComparable
 
RubyComplex - Class in org.jruby
1.9 complex.c as of revision: 20011
RubyConstant - Class in org.jruby.truffle.runtime
 
RubyConstant(RubyModule, Object, boolean) - Constructor for class org.jruby.truffle.runtime.RubyConstant
 
RubyConstantCallSite - Class in org.jruby.runtime.invokedynamic
 
RubyConstantCallSite(MethodType, String) - Constructor for class org.jruby.runtime.invokedynamic.RubyConstantCallSite
 
RubyContext - Class in org.jruby.truffle.runtime
The global state of a running Ruby system.
RubyContext(Ruby) - Constructor for class org.jruby.truffle.runtime.RubyContext
 
RubyContinuation - Class in org.jruby
Placeholder until/if we can support this
RubyContinuation(Ruby) - Constructor for class org.jruby.RubyContinuation
 
RubyContinuation(Ruby, IRubyObject) - Constructor for class org.jruby.RubyContinuation
A RubyContinuation used for catch/throw, which have a tag associated
RubyContinuation.Continuation - Error in org.jruby
 
RubyContinuation.Continuation() - Constructor for error org.jruby.RubyContinuation.Continuation
 
RubyContinuation.Continuation(IRubyObject) - Constructor for error org.jruby.RubyContinuation.Continuation
 
RubyConverter - Class in org.jruby
 
RubyConverter(Ruby, RubyClass) - Constructor for class org.jruby.RubyConverter
 
RubyConverter(Ruby) - Constructor for class org.jruby.RubyConverter
 
RubyConverter.EncodingErrorMethods - Class in org.jruby
 
RubyConverter.EncodingErrorMethods() - Constructor for class org.jruby.RubyConverter.EncodingErrorMethods
 
RubyConverter.InvalidByteSequenceErrorMethods - Class in org.jruby
 
RubyConverter.InvalidByteSequenceErrorMethods() - Constructor for class org.jruby.RubyConverter.InvalidByteSequenceErrorMethods
 
RubyConverter.UndefinedConversionErrorMethods - Class in org.jruby
 
RubyConverter.UndefinedConversionErrorMethods() - Constructor for class org.jruby.RubyConverter.UndefinedConversionErrorMethods
 
RubyDateFormat - Class in org.jruby.util
Deprecated.
RubyDateFormat() - Constructor for class org.jruby.util.RubyDateFormat
Deprecated.
Constructor for RubyDateFormat.
RubyDateFormat(String, Locale) - Constructor for class org.jruby.util.RubyDateFormat
Deprecated.
 
RubyDateFormat(String, Locale, boolean) - Constructor for class org.jruby.util.RubyDateFormat
Deprecated.
 
RubyDateFormat(String, DateFormatSymbols) - Constructor for class org.jruby.util.RubyDateFormat
Deprecated.
 
RubyDateFormatter - Class in org.jruby.util
 
RubyDateFormatter(ThreadContext) - Constructor for class org.jruby.util.RubyDateFormatter
Constructor for RubyDateFormatter.
RubyDateFormatter.Token - Class in org.jruby.util
 
RubyDateFormatter.Token(RubyDateFormatter.Format) - Constructor for class org.jruby.util.RubyDateFormatter.Token
 
RubyDateFormatter.Token(RubyDateFormatter.Format, Object) - Constructor for class org.jruby.util.RubyDateFormatter.Token
 
RubyDigest - Class in org.jruby.ext.digest
 
RubyDigest() - Constructor for class org.jruby.ext.digest.RubyDigest
 
RubyDigest.DigestBase - Class in org.jruby.ext.digest
 
RubyDigest.DigestBase(Ruby, RubyClass) - Constructor for class org.jruby.ext.digest.RubyDigest.DigestBase
 
RubyDigest.DigestClass - Class in org.jruby.ext.digest
 
RubyDigest.DigestClass(Ruby, RubyClass) - Constructor for class org.jruby.ext.digest.RubyDigest.DigestClass
 
RubyDigest.DigestInstance - Class in org.jruby.ext.digest
 
RubyDigest.DigestInstance() - Constructor for class org.jruby.ext.digest.RubyDigest.DigestInstance
 
RubyDigest.MD5 - Class in org.jruby.ext.digest
 
RubyDigest.MD5() - Constructor for class org.jruby.ext.digest.RubyDigest.MD5
 
RubyDigest.RMD160 - Class in org.jruby.ext.digest
 
RubyDigest.RMD160() - Constructor for class org.jruby.ext.digest.RubyDigest.RMD160
 
RubyDigest.SHA1 - Class in org.jruby.ext.digest
 
RubyDigest.SHA1() - Constructor for class org.jruby.ext.digest.RubyDigest.SHA1
 
RubyDigest.SHA256 - Class in org.jruby.ext.digest
 
RubyDigest.SHA256() - Constructor for class org.jruby.ext.digest.RubyDigest.SHA256
 
RubyDigest.SHA384 - Class in org.jruby.ext.digest
 
RubyDigest.SHA384() - Constructor for class org.jruby.ext.digest.RubyDigest.SHA384
 
RubyDigest.SHA512 - Class in org.jruby.ext.digest
 
RubyDigest.SHA512() - Constructor for class org.jruby.ext.digest.RubyDigest.SHA512
 
RubyDir - Class in org.jruby
.The Ruby built-in class Dir.
RubyDir(Ruby, RubyClass) - Constructor for class org.jruby.RubyDir
 
RubyEncoding - Class in org.jruby
 
RubyEncoding - Class in org.jruby.truffle.runtime.core
This is a bridge between JRuby encoding and Truffle encoding
RubyEncoding.EncodingAllocator - Class in org.jruby.truffle.runtime.core
 
RubyEncoding.EncodingAllocator() - Constructor for class org.jruby.truffle.runtime.core.RubyEncoding.EncodingAllocator
 
RubyEncodingConverter - Class in org.jruby.truffle.runtime.core
 
RubyEncodingConverter(RubyClass, EConv) - Constructor for class org.jruby.truffle.runtime.core.RubyEncodingConverter
 
RubyEncodingConverter.EncodingConverterAllocator - Class in org.jruby.truffle.runtime.core
 
RubyEncodingConverter.EncodingConverterAllocator() - Constructor for class org.jruby.truffle.runtime.core.RubyEncodingConverter.EncodingConverterAllocator
 
rubyEncodingFromObject(IRubyObject) - Method in class org.jruby.runtime.encoding.EncodingService
 
RubyEnumerable - Class in org.jruby
The implementation of Ruby's Enumerable module.
RubyEnumerable() - Constructor for class org.jruby.RubyEnumerable
 
RubyEnumerable.AppendBlockCallback - Class in org.jruby
 
RubyEnumerable.AppendBlockCallback(Ruby, RubyArray) - Constructor for class org.jruby.RubyEnumerable.AppendBlockCallback
 
RubyEnumerable.ChunkedBlockCallback - Class in org.jruby
 
RubyEnumerable.ChunkedBlockCallback(Ruby, IRubyObject) - Constructor for class org.jruby.RubyEnumerable.ChunkedBlockCallback
 
RubyEnumerable.PutKeyValueCallback - Class in org.jruby
 
RubyEnumerable.PutKeyValueCallback(Ruby, RubyHash) - Constructor for class org.jruby.RubyEnumerable.PutKeyValueCallback
 
RubyEnumerator - Class in org.jruby
Implementation of Ruby's Enumerator module.
RubyEnumerator.SizeFn - Interface in org.jruby
"Function" type for java-created enumerators with size.
RubyEtc - Class in org.jruby.ext.etc
 
RubyEtc() - Constructor for class org.jruby.ext.etc.RubyEtc
 
RubyEvent - Enum in org.jruby.runtime
 
RubyException - Class in org.jruby
 
RubyException(Ruby, RubyClass) - Constructor for class org.jruby.RubyException
 
RubyException(Ruby, RubyClass, String) - Constructor for class org.jruby.RubyException
 
RubyException - Class in org.jruby.truffle.runtime.core
Represents the Ruby Exception class.
RubyException(RubyClass) - Constructor for class org.jruby.truffle.runtime.core.RubyException
 
RubyException(RubyClass, RubyString, Backtrace) - Constructor for class org.jruby.truffle.runtime.core.RubyException
 
RubyException.ExceptionAllocator - Class in org.jruby.truffle.runtime.core
 
RubyException.ExceptionAllocator() - Constructor for class org.jruby.truffle.runtime.core.RubyException.ExceptionAllocator
 
RubyFiber - Class in org.jruby.truffle.runtime.core
Represents the Ruby Fiber class.
RubyFiber(RubyClass, FiberManager, ThreadManager) - Constructor for class org.jruby.truffle.runtime.core.RubyFiber
 
RubyFiber.FiberAllocator - Class in org.jruby.truffle.runtime.core
 
RubyFiber.FiberAllocator() - Constructor for class org.jruby.truffle.runtime.core.RubyFiber.FiberAllocator
 
RubyFiber.FiberExitException - Exception in org.jruby.truffle.runtime.core
 
RubyFiber.FiberExitException() - Constructor for exception org.jruby.truffle.runtime.core.RubyFiber.FiberExitException
 
RubyFile - Class in org.jruby
Ruby File class equivalent in java.
RubyFile(Ruby, RubyClass) - Constructor for class org.jruby.RubyFile
 
RubyFile(Ruby, String, Reader) - Constructor for class org.jruby.RubyFile
 
RubyFile(Ruby, String, InputStream) - Constructor for class org.jruby.RubyFile
 
RubyFile - Class in org.jruby.truffle.runtime.core
Represents the Ruby File class.
RubyFile(RubyClass, Reader, Writer) - Constructor for class org.jruby.truffle.runtime.core.RubyFile
 
RubyFileStat - Class in org.jruby
Implements File::Stat
RubyFileStat(Ruby, RubyClass) - Constructor for class org.jruby.RubyFileStat
 
RubyFileTest - Class in org.jruby
 
RubyFileTest() - Constructor for class org.jruby.RubyFileTest
 
RubyFileTest.FileTestFileMethods - Class in org.jruby
MRI defines the FileTest methods both as module functions on FileTest and as singleton methods on the File class.
RubyFileTest.FileTestFileMethods() - Constructor for class org.jruby.RubyFileTest.FileTestFileMethods
 
RubyFixnum - Class in org.jruby
Implementation of the Fixnum class.
RubyFixnum(Ruby) - Constructor for class org.jruby.RubyFixnum
 
RubyFixnum(Ruby, long) - Constructor for class org.jruby.RubyFixnum
 
RubyFloat - Class in org.jruby
A representation of a float object
RubyFloat(Ruby) - Constructor for class org.jruby.RubyFloat
 
RubyFloat(Ruby, double) - Constructor for class org.jruby.RubyFloat
 
RubyGC - Class in org.jruby
GC (Garbage Collection) Module Note: Since we rely on Java's memory model we can't provide the kind of control over garbage collection that MRI provides.
RubyGC() - Constructor for class org.jruby.RubyGC
 
rubygems_disabled_p(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.jruby.JRubyLibrary.JRubyConfig
 
RubyGenerator - Class in org.jruby
 
RubyGenerator(Ruby, RubyClass) - Constructor for class org.jruby.RubyGenerator
 
RubyGlobal - Class in org.jruby
This class initializes global variables and constants.
RubyGlobal() - Constructor for class org.jruby.RubyGlobal
 
RubyGlobal.CaseInsensitiveStringOnlyRubyHash - Class in org.jruby
Obligate string-keyed and string-valued hash, used for ENV.
RubyGlobal.CaseInsensitiveStringOnlyRubyHash(Ruby, Map, IRubyObject, boolean) - Constructor for class org.jruby.RubyGlobal.CaseInsensitiveStringOnlyRubyHash
 
RubyGlobal.InputGlobalVariable - Class in org.jruby
 
RubyGlobal.InputGlobalVariable(Ruby, String, IRubyObject) - Constructor for class org.jruby.RubyGlobal.InputGlobalVariable
 
RubyGlobal.KCodeGlobalVariable - Class in org.jruby
 
RubyGlobal.KCodeGlobalVariable(Ruby, String, IRubyObject) - Constructor for class org.jruby.RubyGlobal.KCodeGlobalVariable
 
RubyGlobal.OutputGlobalVariable - Class in org.jruby
 
RubyGlobal.OutputGlobalVariable(Ruby, String, IRubyObject) - Constructor for class org.jruby.RubyGlobal.OutputGlobalVariable
 
RubyGlobal.StringGlobalVariable - Class in org.jruby
 
RubyGlobal.StringGlobalVariable(Ruby, String, IRubyObject) - Constructor for class org.jruby.RubyGlobal.StringGlobalVariable
 
RubyGlobal.StringOnlyRubyHash - Class in org.jruby
A Pseudo-hash whose keys and values are required to be Strings.
RubyGlobal.StringOnlyRubyHash(Ruby, Map, IRubyObject, boolean) - Constructor for class org.jruby.RubyGlobal.StringOnlyRubyHash
 
RubyGlobal.StringOnlyRubyHash(Ruby, Map, IRubyObject) - Constructor for class org.jruby.RubyGlobal.StringOnlyRubyHash
 
RubyGzipFile - Class in org.jruby.ext.zlib
 
RubyGzipFile(Ruby, RubyClass) - Constructor for class org.jruby.ext.zlib.RubyGzipFile
 
RubyGzipFile.CRCError - Class in org.jruby.ext.zlib
 
RubyGzipFile.CRCError() - Constructor for class org.jruby.ext.zlib.RubyGzipFile.CRCError
 
RubyGzipFile.Error - Class in org.jruby.ext.zlib
 
RubyGzipFile.Error() - Constructor for class org.jruby.ext.zlib.RubyGzipFile.Error
 
RubyGzipFile.LengthError - Class in org.jruby.ext.zlib
 
RubyGzipFile.LengthError() - Constructor for class org.jruby.ext.zlib.RubyGzipFile.LengthError
 
RubyGzipFile.NoFooter - Class in org.jruby.ext.zlib
 
RubyGzipFile.NoFooter() - Constructor for class org.jruby.ext.zlib.RubyGzipFile.NoFooter
 
RubyHash - Class in org.jruby
Implementation of the Hash class.
RubyHash(Ruby, RubyClass) - Constructor for class org.jruby.RubyHash
 
RubyHash(Ruby, int) - 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, IRubyObject, int) - Constructor for class org.jruby.RubyHash
 
RubyHash(Ruby, Map, IRubyObject) - Constructor for class org.jruby.RubyHash
 
RubyHash - Class in org.jruby.truffle.runtime.core
 
RubyHash(RubyClass, RubyProc, Object, Object, int, Entry) - Constructor for class org.jruby.truffle.runtime.core.RubyHash
 
RubyHash.HashAllocator - Class in org.jruby.truffle.runtime.core
 
RubyHash.HashAllocator() - Constructor for class org.jruby.truffle.runtime.core.RubyHash.HashAllocator
 
RubyHash.RubyHashEntry - Class in org.jruby
 
RubyHash.RubyHashEntry(int, IRubyObject, IRubyObject, RubyHash.RubyHashEntry, RubyHash.RubyHashEntry) - Constructor for class org.jruby.RubyHash.RubyHashEntry
 
RubyHash.Visitor - Class in org.jruby
 
RubyHash.Visitor() - Constructor for class org.jruby.RubyHash.Visitor
 
rubyInitialize(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.ext.jruby.JRubyExecutionContextLocal
 
RubyInstanceConfig - Class in org.jruby
A structure used to configure new JRuby instances.
RubyInstanceConfig() - Constructor for class org.jruby.RubyInstanceConfig
 
RubyInstanceConfig(RubyInstanceConfig) - Constructor for class org.jruby.RubyInstanceConfig
 
RubyInstanceConfig(InputStream, PrintStream, PrintStream) - Constructor for class org.jruby.RubyInstanceConfig
 
RubyInstanceConfig.CompileMode - Enum in org.jruby
 
RubyInstanceConfig.LoadServiceCreator - Interface in org.jruby
 
RubyInstanceConfig.ProfilingMode - Enum in org.jruby
 
RubyInstanceConfig.Verbosity - Enum in org.jruby
 
RubyInteger - Class in org.jruby
Implementation of the Integer class.
RubyInteger(Ruby, RubyClass) - Constructor for class org.jruby.RubyInteger
 
RubyInteger(RubyClass) - Constructor for class org.jruby.RubyInteger
 
RubyInteger(Ruby, RubyClass, boolean) - Constructor for class org.jruby.RubyInteger
 
RubyInteger(Ruby, RubyClass, boolean, boolean) - Constructor for class org.jruby.RubyInteger
Deprecated.
RubyIO - Class in org.jruby
 
RubyIO(Ruby, RubyClass) - Constructor for class org.jruby.RubyIO
 
RubyIO(Ruby, OutputStream) - Constructor for class org.jruby.RubyIO
 
RubyIO(Ruby, OutputStream, boolean) - 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, RubyClass, Channel) - Constructor for class org.jruby.RubyIO
 
RubyIO(Ruby, ShellLauncher.POpenProcess, IOOptions) - Constructor for class org.jruby.RubyIO
 
RubyIO(Ruby, STDIO) - Constructor for class org.jruby.RubyIO
Deprecated.
RubyIO(Ruby, RubyClass, ShellLauncher.POpenProcess, RubyHash, IOOptions) - Constructor for class org.jruby.RubyIO
Deprecated.
RubyIPSocket - Class in org.jruby.ext.socket
 
RubyIPSocket(Ruby, RubyClass) - Constructor for class org.jruby.ext.socket.RubyIPSocket
 
RubyJavaObject - Interface in org.jruby.runtime.builtin
 
RubyKernel - Class in org.jruby
Note: For CVS history, see KernelModule.java.
RubyKernel() - Constructor for class org.jruby.RubyKernel
 
RubyKernel.MethodMissingMethod - Class in org.jruby
 
RubyKernel.MethodMissingMethod(RubyModule) - Constructor for class org.jruby.RubyKernel.MethodMissingMethod
 
RubyLexer - Class in org.jruby.lexer.yacc
 
RubyLexer() - Constructor for class org.jruby.lexer.yacc.RubyLexer
 
RubyLexer.Keyword - Enum in org.jruby.lexer.yacc
 
RubyLexer.LexState - Enum in org.jruby.lexer.yacc
 
RubyLocalJumpError - Class in org.jruby
 
RubyLocalJumpError(Ruby, RubyClass, String, RubyLocalJumpError.Reason, IRubyObject) - Constructor for class org.jruby.RubyLocalJumpError
 
RubyLocalJumpError.Reason - Enum in org.jruby
 
RubyMarshal - Class in org.jruby
Marshal module
RubyMarshal() - Constructor for class org.jruby.RubyMarshal
 
RubyMatchData - Class in org.jruby
 
RubyMatchData(Ruby) - Constructor for class org.jruby.RubyMatchData
 
RubyMatchData(Ruby, RubyClass) - Constructor for class org.jruby.RubyMatchData
 
RubyMatchData - Class in org.jruby.truffle.runtime.core
Represents the Ruby MatchData class.
RubyMatchData(RubyClass, Region, Object[], RubyString, RubyString, RubyString) - Constructor for class org.jruby.truffle.runtime.core.RubyMatchData
 
RubyMath - Class in org.jruby
 
RubyMath() - Constructor for class org.jruby.RubyMath
 
RubyMath.NemesLogGamma - Class in org.jruby
Inner class to help with Γ functions
RubyMath.NemesLogGamma(double) - Constructor for class org.jruby.RubyMath.NemesLogGamma
 
RubyMethod - Class in org.jruby
The RubyMethod class represents a RubyMethod object.
RubyMethod(Ruby, RubyClass) - Constructor for class org.jruby.RubyMethod
 
RubyMethod - Class in org.jruby.truffle.runtime.core
 
RubyMethod(RubyClass, Object, InternalMethod) - Constructor for class org.jruby.truffle.runtime.core.RubyMethod
 
RubyModule - Class in org.jruby
 
RubyModule(Ruby, RubyClass, boolean) - Constructor for class org.jruby.RubyModule
separate path for MetaClass construction
RubyModule(Ruby, RubyClass) - Constructor for class org.jruby.RubyModule
used by MODULE_ALLOCATOR and RubyClass constructors
RubyModule(Ruby) - Constructor for class org.jruby.RubyModule
standard path for Module construction
RubyModule - Class in org.jruby.truffle.runtime.core
Represents the Ruby Module class.
RubyModule(RubyContext, RubyModule, String) - Constructor for class org.jruby.truffle.runtime.core.RubyModule
 
RubyModule(RubyContext, RubyModule, String, RubyNode) - Constructor for class org.jruby.truffle.runtime.core.RubyModule
 
RubyModule(RubyContext, RubyClass, RubyModule, String, RubyNode) - Constructor for class org.jruby.truffle.runtime.core.RubyModule
 
RubyModule.CacheEntryFactory - Class in org.jruby
 
RubyModule.CacheEntryFactory() - Constructor for class org.jruby.RubyModule.CacheEntryFactory
 
RubyModule.ConstantEntry - Class in org.jruby
Represents a constant value, possibly hidden (private).
RubyModule.ConstantEntry(IRubyObject, boolean) - Constructor for class org.jruby.RubyModule.ConstantEntry
 
RubyModule.JavaClassKindOf - Class in org.jruby
 
RubyModule.JavaClassKindOf(Class) - Constructor for class org.jruby.RubyModule.JavaClassKindOf
 
RubyModule.KindOf - Class in org.jruby
 
RubyModule.KindOf() - Constructor for class org.jruby.RubyModule.KindOf
 
RubyModule.MethodClumper - Class in org.jruby
 
RubyModule.MethodClumper() - Constructor for class org.jruby.RubyModule.MethodClumper
 
RubyModule.ModuleAllocator - Class in org.jruby.truffle.runtime.core
 
RubyModule.ModuleAllocator() - Constructor for class org.jruby.truffle.runtime.core.RubyModule.ModuleAllocator
 
RubyModule.ModuleKernelMethods - Class in org.jruby
 
RubyModule.ModuleKernelMethods() - Constructor for class org.jruby.RubyModule.ModuleKernelMethods
 
RubyModule.ProfilingCacheEntryFactory - Class in org.jruby
 
RubyModule.ProfilingCacheEntryFactory(Ruby, RubyModule.CacheEntryFactory) - Constructor for class org.jruby.RubyModule.ProfilingCacheEntryFactory
 
RubyModule.RespondToMissingMethod - Class in org.jruby
 
RubyModule.RespondToMissingMethod(RubyModule, Visibility, String) - Constructor for class org.jruby.RubyModule.RespondToMissingMethod
 
RubyModule.SynchronizedCacheEntryFactory - Class in org.jruby
 
RubyModule.SynchronizedCacheEntryFactory(RubyModule.CacheEntryFactory) - Constructor for class org.jruby.RubyModule.SynchronizedCacheEntryFactory
 
RubyModule.WrapperCacheEntryFactory - Class in org.jruby
A wrapper CacheEntryFactory, for delegating cache entry creation along a chain.
RubyModule.WrapperCacheEntryFactory(RubyModule.CacheEntryFactory) - Constructor for class org.jruby.RubyModule.WrapperCacheEntryFactory
Construct a new WrapperCacheEntryFactory using the given CacheEntryFactory as the "previous" wrapped factory.
RubyNameError - Class in org.jruby
 
RubyNameError(Ruby, RubyClass) - Constructor for class org.jruby.RubyNameError
 
RubyNameError(Ruby, RubyClass, String) - Constructor for class org.jruby.RubyNameError
 
RubyNameError(Ruby, RubyClass, String, String) - Constructor for class org.jruby.RubyNameError
 
RubyNameError(Ruby, RubyClass, String, IRubyObject) - Constructor for class org.jruby.RubyNameError
 
RubyNameError.RubyNameErrorMessage - Class in org.jruby
Nested class whose instances act as thunks reacting to to_str method called from (Exception#to_str, Exception#message) MRI equivalent: rb_cNameErrorMesg, class name: "message", construction method: "!", to_str implementation: "name_err_mesg_to_str" TODO: this class should not be lookupable
RubyNil - Class in org.jruby
 
RubyNil(Ruby) - Constructor for class org.jruby.RubyNil
 
RubyNilClass - Class in org.jruby.truffle.runtime.core
Represents the Ruby NilClass class.
RubyNilClass(RubyClass) - Constructor for class org.jruby.truffle.runtime.core.RubyNilClass
 
RubyNKF - Class in org.jruby.ext.nkf
 
RubyNKF() - Constructor for class org.jruby.ext.nkf.RubyNKF
 
RubyNKF.NKFCharset - Enum in org.jruby.ext.nkf
 
RubyNode - Class in org.jruby.truffle.nodes
Base class for most nodes in Ruby.
RubyNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.RubyNode
 
RubyNode(RubyNode) - Constructor for class org.jruby.truffle.nodes.RubyNode
 
RubyNoMethodError - Class in org.jruby
 
RubyNoMethodError(Ruby, RubyClass) - Constructor for class org.jruby.RubyNoMethodError
 
RubyNoMethodError(Ruby, RubyClass, String, String, IRubyObject) - Constructor for class org.jruby.RubyNoMethodError
 
RubyNumeric - Class in org.jruby
Base class for all numerical types in ruby.
RubyNumeric(Ruby, RubyClass) - Constructor for class org.jruby.RubyNumeric
 
RubyNumeric(RubyClass) - Constructor for class org.jruby.RubyNumeric
 
RubyNumeric(Ruby, RubyClass, boolean) - Constructor for class org.jruby.RubyNumeric
 
RubyNumeric(Ruby, RubyClass, boolean, boolean) - Constructor for class org.jruby.RubyNumeric
Deprecated.
RubyNumeric.InvalidIntegerException - Exception in org.jruby
 
RubyNumeric.InvalidIntegerException() - Constructor for exception org.jruby.RubyNumeric.InvalidIntegerException
 
RubyNumeric.InvalidIntegerException(String) - Constructor for exception org.jruby.RubyNumeric.InvalidIntegerException
 
RubyNumeric.NumberTooLargeException - Exception in org.jruby
 
RubyNumeric.NumberTooLargeException() - Constructor for exception org.jruby.RubyNumeric.NumberTooLargeException
 
RubyNumeric.NumberTooLargeException(String) - Constructor for exception org.jruby.RubyNumeric.NumberTooLargeException
 
RubyObject - Class in org.jruby
RubyObject represents the implementation of the Object class in Ruby.
RubyObject(Ruby, RubyClass) - Constructor for class org.jruby.RubyObject
Standard path for object creation.
RubyObject(RubyClass) - Constructor for class org.jruby.RubyObject
Path for objects that don't taint and don't enter objectspace.
RubyObject(Ruby, RubyClass, boolean, boolean) - Constructor for class org.jruby.RubyObject
Deprecated.
RubyObject(Ruby, RubyClass, boolean) - Constructor for class org.jruby.RubyObject
Path for objects who want to decide whether they don't want to be in ObjectSpace even when it is on.
RubyObject.Data - Class in org.jruby
 
RubyObject.Data(Ruby, RubyClass, Object) - Constructor for class org.jruby.RubyObject.Data
 
RubyObject.Data(RubyClass, Object) - Constructor for class org.jruby.RubyObject.Data
 
RubyObjectAdapter - Interface in org.jruby
 
RubyObjectHolderProxy - Interface in org.jruby.java.proxies
Additional interface implemented by proxies that back Java interfaces by Ruby objects so that we can get back to the original Ruby object from the proxy.
RubyObjectSpace - Class in org.jruby
 
RubyObjectSpace() - Constructor for class org.jruby.RubyObjectSpace
 
RubyObjectSpace.WeakMap - Class in org.jruby
 
RubyObjectSpace.WeakMap(Ruby, RubyClass) - Constructor for class org.jruby.RubyObjectSpace.WeakMap
 
RubyObjectVar0 - Class in org.jruby
A RubyObject that provides a direct field for one stored variable, to avoid the overhead of creating and managing a separate array and reference.
RubyObjectVar0(Ruby, RubyClass) - Constructor for class org.jruby.RubyObjectVar0
Standard path for object creation.
RubyObjectVar1 - Class in org.jruby
A RubyObject that provides a direct field for two stored variables, to avoid the overhead of creating and managing a separate array and reference.
RubyObjectVar1(Ruby, RubyClass) - Constructor for class org.jruby.RubyObjectVar1
Standard path for object creation.
RubyObjectVar2 - Class in org.jruby
A RubyObject that provides a direct field for three stored variables, to avoid the overhead of creating and managing a separate array and reference.
RubyObjectVar2(Ruby, RubyClass) - Constructor for class org.jruby.RubyObjectVar2
Standard path for object creation.
RubyObjectVar3 - Class in org.jruby
A RubyObject that provides a direct field for four stored variables, to avoid the overhead of creating and managing a separate array and reference.
RubyObjectVar3(Ruby, RubyClass) - Constructor for class org.jruby.RubyObjectVar3
Standard path for object creation.
RubyObjectVar4 - Class in org.jruby
A RubyObject that provides a direct field for five stored variables, to avoid the overhead of creating and managing a separate array and reference.
RubyObjectVar4(Ruby, RubyClass) - Constructor for class org.jruby.RubyObjectVar4
Standard path for object creation.
RubyObjectVar5 - Class in org.jruby
A RubyObject that provides a direct field for six stored variables, to avoid the overhead of creating and managing a separate array and reference.
RubyObjectVar5(Ruby, RubyClass) - Constructor for class org.jruby.RubyObjectVar5
Standard path for object creation.
RubyObjectVar6 - Class in org.jruby
A RubyObject that provides a direct field for seven stored variables, to avoid the overhead of creating and managing a separate array and reference.
RubyObjectVar6(Ruby, RubyClass) - Constructor for class org.jruby.RubyObjectVar6
Standard path for object creation.
RubyObjectVar7 - Class in org.jruby
A RubyObject that provides a direct field for eight stored variables, to avoid the overhead of creating and managing a separate array and reference.
RubyObjectVar7(Ruby, RubyClass) - Constructor for class org.jruby.RubyObjectVar7
Standard path for object creation.
RubyObjectVar8 - Class in org.jruby
A RubyObject that provides a direct field for nine stored variables, to avoid the overhead of creating and managing a separate array and reference.
RubyObjectVar8(Ruby, RubyClass) - Constructor for class org.jruby.RubyObjectVar8
Standard path for object creation.
RubyObjectVar9 - Class in org.jruby
A RubyObject that provides a direct field for ten stored variables, to avoid the overhead of creating and managing a separate array and reference.
RubyObjectVar9(Ruby, RubyClass) - Constructor for class org.jruby.RubyObjectVar9
Standard path for object creation.
RubyOperations - Class in org.jruby.truffle.runtime
 
RubyOperations(RubyContext) - Constructor for class org.jruby.truffle.runtime.RubyOperations
 
RubyParser - Class in org.jruby.parser
 
RubyParser() - Constructor for class org.jruby.parser.RubyParser
 
RubyParser(ParserSupport) - Constructor for class org.jruby.parser.RubyParser
 
RubyParserResult - Class in org.jruby.parser
 
RubyParserResult() - Constructor for class org.jruby.parser.RubyParserResult
 
RubyPathname - Class in org.jruby.ext.pathname
 
RubyPathname(Ruby, RubyClass) - Constructor for class org.jruby.ext.pathname.RubyPathname
 
RubyPathname.PathnameKernelMethods - Class in org.jruby.ext.pathname
 
RubyPathname.PathnameKernelMethods() - Constructor for class org.jruby.ext.pathname.RubyPathname.PathnameKernelMethods
 
RubyProc - Class in org.jruby
 
RubyProc(Ruby, RubyClass, Block.Type) - Constructor for class org.jruby.RubyProc
 
RubyProc(Ruby, RubyClass, Block.Type, ISourcePosition) - Constructor for class org.jruby.RubyProc
 
RubyProc(Ruby, RubyClass, Block.Type, String, int) - Constructor for class org.jruby.RubyProc
 
RubyProc - Class in org.jruby.truffle.runtime.core
Represents the Ruby Proc class.
RubyProc(RubyClass, RubyProc.Type) - Constructor for class org.jruby.truffle.runtime.core.RubyProc
 
RubyProc(RubyClass, RubyProc.Type, SharedMethodInfo, CallTarget, CallTarget, CallTarget, MaterializedFrame, RubyModule, MethodLike, Object, RubyProc) - Constructor for class org.jruby.truffle.runtime.core.RubyProc
 
RubyProc.ProcAllocator - Class in org.jruby.truffle.runtime.core
 
RubyProc.ProcAllocator() - Constructor for class org.jruby.truffle.runtime.core.RubyProc.ProcAllocator
 
RubyProc.Type - Enum in org.jruby.truffle.runtime.core
 
RubyProcess - Class in org.jruby
 
RubyProcess() - Constructor for class org.jruby.RubyProcess
 
RubyProcess.GroupID - Class in org.jruby
 
RubyProcess.GroupID() - Constructor for class org.jruby.RubyProcess.GroupID
 
RubyProcess.RubyStatus - Class in org.jruby
 
RubyProcess.RubyStatus(Ruby, RubyClass, long, long) - Constructor for class org.jruby.RubyProcess.RubyStatus
 
RubyProcess.Sys - Class in org.jruby
 
RubyProcess.Sys() - Constructor for class org.jruby.RubyProcess.Sys
 
RubyProcess.UserID - Class in org.jruby
 
RubyProcess.UserID() - Constructor for class org.jruby.RubyProcess.UserID
 
RubyRandom - Class in org.jruby
Implementation of the Random class.
RubyRandom.RandomType - Class in org.jruby
 
RubyRange - Class in org.jruby
 
RubyRange - Class in org.jruby.truffle.runtime.core
 
RubyRange(RubyClass, boolean) - Constructor for class org.jruby.truffle.runtime.core.RubyRange
 
RubyRange.IntegerFixnumRange - Class in org.jruby.truffle.runtime.core
 
RubyRange.IntegerFixnumRange(RubyClass, int, int, boolean) - Constructor for class org.jruby.truffle.runtime.core.RubyRange.IntegerFixnumRange
 
RubyRange.LongFixnumRange - Class in org.jruby.truffle.runtime.core
 
RubyRange.LongFixnumRange(RubyClass, long, long, boolean) - Constructor for class org.jruby.truffle.runtime.core.RubyRange.LongFixnumRange
 
RubyRange.ObjectRange - Class in org.jruby.truffle.runtime.core
 
RubyRange.ObjectRange(RubyClass, Object, Object, boolean) - Constructor for class org.jruby.truffle.runtime.core.RubyRange.ObjectRange
 
RubyRational - Class in org.jruby
1.9 rational.c as of revision: 20011
RubyRegexp - Class in org.jruby
 
RubyRegexp - Class in org.jruby.truffle.runtime.core
Represents the Ruby Regexp class.
RubyRegexp(RubyClass) - Constructor for class org.jruby.truffle.runtime.core.RubyRegexp
 
RubyRegexp(RubyNode, RubyClass, ByteList, int) - Constructor for class org.jruby.truffle.runtime.core.RubyRegexp
 
RubyRegexp(RubyClass, Regex, ByteList) - Constructor for class org.jruby.truffle.runtime.core.RubyRegexp
 
RubyRegexp.RegexpAllocator - Class in org.jruby.truffle.runtime.core
 
RubyRegexp.RegexpAllocator() - Constructor for class org.jruby.truffle.runtime.core.RubyRegexp.RegexpAllocator
 
RubyRootNode - Class in org.jruby.truffle.nodes
The root node in an AST for a method.
RubyRootNode(RubyContext, SourceSection, FrameDescriptor, SharedMethodInfo, RubyNode) - Constructor for class org.jruby.truffle.nodes.RubyRootNode
 
RubyRunnable - Class in org.jruby.internal.runtime
 
RubyRunnable(RubyThread, IRubyObject[], Block) - Constructor for class org.jruby.internal.runtime.RubyRunnable
 
RubyRuntimeAdapter - Interface in org.jruby
 
RubyServerSocket - Class in org.jruby.ext.socket
 
RubyServerSocket(Ruby, RubyClass) - Constructor for class org.jruby.ext.socket.RubyServerSocket
 
RubySignal - Class in org.jruby
 
RubySignal() - Constructor for class org.jruby.RubySignal
 
RubySocket - Class in org.jruby.ext.socket
 
RubySocket(Ruby, RubyClass) - Constructor for class org.jruby.ext.socket.RubySocket
 
RubyStackTraceElement - Class in org.jruby.runtime.backtrace
 
RubyStackTraceElement(StackTraceElement) - Constructor for class org.jruby.runtime.backtrace.RubyStackTraceElement
 
RubyStackTraceElement(String, String, String, int, boolean) - Constructor for class org.jruby.runtime.backtrace.RubyStackTraceElement
 
RubyStackTraceElement(String, String, String, int, boolean, FrameType) - Constructor for class org.jruby.runtime.backtrace.RubyStackTraceElement
 
RubyString - Class in org.jruby
Implementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.
RubyString(Ruby, RubyClass) - Constructor for class org.jruby.RubyString
 
RubyString(Ruby, RubyClass, CharSequence) - Constructor for class org.jruby.RubyString
 
RubyString(Ruby, RubyClass, CharSequence, Encoding) - Constructor for class org.jruby.RubyString
 
RubyString(Ruby, RubyClass, byte[]) - Constructor for class org.jruby.RubyString
 
RubyString(Ruby, RubyClass, ByteList) - Constructor for class org.jruby.RubyString
 
RubyString(Ruby, RubyClass, ByteList, boolean) - Constructor for class org.jruby.RubyString
 
RubyString(Ruby, RubyClass, ByteList, Encoding, boolean) - Constructor for class org.jruby.RubyString
 
RubyString(Ruby, RubyClass, ByteList, Encoding, int) - Constructor for class org.jruby.RubyString
 
RubyString(Ruby, RubyClass, ByteList, Encoding) - Constructor for class org.jruby.RubyString
 
RubyString(Ruby, RubyClass, ByteList, int) - Constructor for class org.jruby.RubyString
 
RubyString - Class in org.jruby.truffle.runtime.core
Represents the Ruby String class.
RubyString(RubyClass, ByteList) - Constructor for class org.jruby.truffle.runtime.core.RubyString
 
RubyString.StringAllocator - Class in org.jruby.truffle.runtime.core
 
RubyString.StringAllocator() - Constructor for class org.jruby.truffle.runtime.core.RubyString.StringAllocator
 
RubyStringScanner - Class in org.jruby.ext.strscan
 
RubyStringScanner(Ruby, RubyClass) - Constructor for class org.jruby.ext.strscan.RubyStringScanner
 
RubyStruct - Class in org.jruby
 
RubyStruct.StructMethods - Class in org.jruby
 
RubyStruct.StructMethods() - Constructor for class org.jruby.RubyStruct.StructMethods
 
RubySymbol - Class in org.jruby
Represents a Ruby symbol (e.g.
RubySymbol - Class in org.jruby.truffle.runtime.core
Represents the Ruby Symbol class.
RubySymbol.SymbolTable - Class in org.jruby
 
RubySymbol.SymbolTable(Ruby) - Constructor for class org.jruby.RubySymbol.SymbolTable
 
RubySymbol.SymbolTable - Class in org.jruby.truffle.runtime.core
 
RubySymbol.SymbolTable(RubyContext) - Constructor for class org.jruby.truffle.runtime.core.RubySymbol.SymbolTable
 
RubySystemCallError - Class in org.jruby
 
RubySystemCallError(Ruby, RubyClass) - Constructor for class org.jruby.RubySystemCallError
 
RubySystemCallError(Ruby, RubyClass, String, int) - Constructor for class org.jruby.RubySystemCallError
 
RubySystemExit - Class in org.jruby
 
RubySystemExit(Ruby, RubyClass) - Constructor for class org.jruby.RubySystemExit
 
RubyTCPServer - Class in org.jruby.ext.socket
 
RubyTCPServer(Ruby, RubyClass) - Constructor for class org.jruby.ext.socket.RubyTCPServer
 
RubyTCPSocket - Class in org.jruby.ext.socket
 
RubyTCPSocket(Ruby, RubyClass) - Constructor for class org.jruby.ext.socket.RubyTCPSocket
 
rubyThread - Variable in class org.jruby.internal.runtime.NativeThread
 
RubyThread - Class in org.jruby
Implementation of Ruby's Thread class.
RubyThread(Ruby, RubyClass) - Constructor for class org.jruby.RubyThread
 
RubyThread(Ruby, RubyClass, Runnable) - Constructor for class org.jruby.RubyThread
 
RubyThread - Class in org.jruby.truffle.runtime.core
Represents the Ruby Thread class.
RubyThread(RubyClass, ThreadManager) - Constructor for class org.jruby.truffle.runtime.core.RubyThread
 
RubyThread.BlockingTask - Interface in org.jruby
Deprecated.
RubyThread.Location - Class in org.jruby
 
RubyThread.Location(Ruby, RubyClass, RubyStackTraceElement) - Constructor for class org.jruby.RubyThread.Location
 
RubyThread.SleepTask - Class in org.jruby
 
RubyThread.SleepTask(Object, long, int) - Constructor for class org.jruby.RubyThread.SleepTask
 
RubyThread.Status - Enum in org.jruby
Thread statuses
RubyThread.Task<Data,Return> - Interface in org.jruby
 
RubyThread.ThreadAllocator - Class in org.jruby.truffle.runtime.core
 
RubyThread.ThreadAllocator() - Constructor for class org.jruby.truffle.runtime.core.RubyThread.ThreadAllocator
 
RubyThread.Unblocker<Data> - Interface in org.jruby
 
RubyThreadGroup - Class in org.jruby
Implementation of Ruby's ThreadGroup class.
RubyTime - Class in org.jruby
The Time class.
RubyTime(Ruby, RubyClass) - Constructor for class org.jruby.RubyTime
 
RubyTime(Ruby, RubyClass, DateTime) - Constructor for class org.jruby.RubyTime
 
RubyTime - Class in org.jruby.truffle.runtime.core
 
RubyTime(RubyClass, long, long) - Constructor for class org.jruby.truffle.runtime.core.RubyTime
 
RubyTime.TimeAllocator - Class in org.jruby.truffle.runtime.core
 
RubyTime.TimeAllocator() - Constructor for class org.jruby.truffle.runtime.core.RubyTime.TimeAllocator
 
RubyTimeOutputFormatter - Class in org.jruby.util
Support for GNU-C output formatters, see: http://www.gnu.org/software/libc/manual/html_node/Formatting-Calendar-Time.html
RubyTimeOutputFormatter(String, int) - Constructor for class org.jruby.util.RubyTimeOutputFormatter
 
rubyToJava(Ruby, IRubyObject, Class) - Static method in class org.jruby.javasupport.JavaEmbedUtils
Convert a Ruby object to a Java object.
rubyToJava(IRubyObject) - Static method in class org.jruby.javasupport.JavaEmbedUtils
Convert the Ruby object to a Java Object.
RubyToJavaInvoker - Class in org.jruby.java.invokers
 
RubyTypes - Class in org.jruby.truffle.nodes
The list of types and type conversions that the AST interpreter knows about and can specialise using.
RubyTypes() - Constructor for class org.jruby.truffle.nodes.RubyTypes
 
RUBYTYPES - Static variable in class org.jruby.truffle.nodes.RubyTypesGen
 
RubyTypesGen - Class in org.jruby.truffle.nodes
 
RubyTypesGen() - Constructor for class org.jruby.truffle.nodes.RubyTypesGen
 
RubyUDPSocket - Class in org.jruby.ext.socket
 
RubyUDPSocket(Ruby, RubyClass) - Constructor for class org.jruby.ext.socket.RubyUDPSocket
 
RubyUnboundMethod - Class in org.jruby
Note: This was renamed from UnboundMethod.java
RubyUnboundMethod(Ruby) - Constructor for class org.jruby.RubyUnboundMethod
 
RubyUnboundMethod - Class in org.jruby.truffle.runtime.core
 
RubyUnboundMethod(RubyClass, InternalMethod) - Constructor for class org.jruby.truffle.runtime.core.RubyUnboundMethod
 
RubyUNIXServer - Class in org.jruby.ext.socket
 
RubyUNIXServer(Ruby, RubyClass) - Constructor for class org.jruby.ext.socket.RubyUNIXServer
 
RubyUNIXSocket - Class in org.jruby.ext.socket
 
RubyUNIXSocket(Ruby, RubyClass) - Constructor for class org.jruby.ext.socket.RubyUNIXSocket
 
RubyWarnings - Class in org.jruby.common
 
RubyWarnings(Ruby) - Constructor for class org.jruby.common.RubyWarnings
 
RubyWrapperNode - Class in org.jruby.truffle.nodes.instrument
 
RubyWrapperNode(RubyNode) - Constructor for class org.jruby.truffle.nodes.instrument.RubyWrapperNode
 
RubyYielder - Class in org.jruby
 
RubyYielder(Ruby, RubyClass) - Constructor for class org.jruby.RubyYielder
 
RubyYielder(Ruby) - Constructor for class org.jruby.RubyYielder
 
RubyZlib - Class in org.jruby.ext.zlib
 
RubyZlib() - Constructor for class org.jruby.ext.zlib.RubyZlib
 
RubyZlib.BufError - Class in org.jruby.ext.zlib
 
RubyZlib.BufError() - Constructor for class org.jruby.ext.zlib.RubyZlib.BufError
 
RubyZlib.DataError - Class in org.jruby.ext.zlib
 
RubyZlib.DataError() - Constructor for class org.jruby.ext.zlib.RubyZlib.DataError
 
RubyZlib.Error - Class in org.jruby.ext.zlib
 
RubyZlib.Error() - Constructor for class org.jruby.ext.zlib.RubyZlib.Error
 
RubyZlib.MemError - Class in org.jruby.ext.zlib
 
RubyZlib.MemError() - Constructor for class org.jruby.ext.zlib.RubyZlib.MemError
 
RubyZlib.NeedDict - Class in org.jruby.ext.zlib
 
RubyZlib.NeedDict() - Constructor for class org.jruby.ext.zlib.RubyZlib.NeedDict
 
RubyZlib.StreamEnd - Class in org.jruby.ext.zlib
 
RubyZlib.StreamEnd() - Constructor for class org.jruby.ext.zlib.RubyZlib.StreamEnd
 
RubyZlib.StreamError - Class in org.jruby.ext.zlib
 
RubyZlib.StreamError() - Constructor for class org.jruby.ext.zlib.RubyZlib.StreamError
 
RubyZlib.VersionError - Class in org.jruby.ext.zlib
 
RubyZlib.VersionError() - Constructor for class org.jruby.ext.zlib.RubyZlib.VersionError
 
run(ThreadContext, IRubyObject, IRubyObject[], Block) - Method in class org.jruby.ast.executable.AbstractScript
 
run(ThreadContext, IRubyObject, IRubyObject[], Block) - Method in interface org.jruby.ast.executable.Script
 
run() - Method in class org.jruby.embed.internal.EmbedEvalUnitImpl
Evaluates a Ruby script, which has been parsed before.
run() - Method in class org.jruby.internal.runtime.RubyRunnable
 
run() - Method in interface org.jruby.internal.runtime.ThreadedRunnable
 
run(IRScope, boolean, boolean) - Method in class org.jruby.ir.passes.CompilerPass
 
run(IRScope, boolean) - Method in class org.jruby.ir.passes.CompilerPass
 
run(IRScope) - Method in class org.jruby.ir.passes.CompilerPass
 
run() - Method in interface org.jruby.javasupport.JavaEmbedUtils.EvalUnit
 
run() - Method in class org.jruby.javasupport.JavaEmbedUtils.InterpretedEvalUnit
 
run(String[]) - Method in class org.jruby.Main
 
run() - Method in class org.jruby.Main
Deprecated.
run() - Method in interface org.jruby.RubyThread.BlockingTask
Deprecated.
 
run() - Method in class org.jruby.RubyThread
 
run() - Method in class org.jruby.RubyThread.SleepTask
 
run(ThreadContext, Data) - Method in interface org.jruby.RubyThread.Task
 
run() - Method in class org.jruby.truffle.runtime.subsystems.AtExitManager
 
run() - Method in class org.jruby.util.JDBCDriverUnloader
 
run(NGContext) - Method in class org.jruby.util.NailMain
 
run(Ruby, IRubyObject) - Static method in class org.jruby.util.ShellLauncher
 
run(Ruby, IRubyObject[], boolean) - Static method in class org.jruby.util.ShellLauncher
 
run(Ruby, IRubyObject[], boolean, boolean) - Static method in class org.jruby.util.ShellLauncher
 
runAndWait(Ruby, IRubyObject[]) - Static method in class org.jruby.util.ShellLauncher
 
runAndWait(Ruby, IRubyObject[], OutputStream) - Static method in class org.jruby.util.ShellLauncher
 
runAndWait(Ruby, IRubyObject[], OutputStream, boolean) - Static method in class org.jruby.util.ShellLauncher
 
runAndWaitPid(Ruby, IRubyObject[]) - Static method in class org.jruby.util.ShellLauncher
 
runAndWaitPid(Ruby, IRubyObject[], OutputStream, boolean) - Static method in class org.jruby.util.ShellLauncher
 
runBeginBlock(ThreadContext, IRubyObject, String, CompiledBlockCallback) - Static method in class org.jruby.runtime.Helpers
 
runBeginBlocks(List<IRClosure>, ThreadContext, IRubyObject, StaticScope, Object[]) - Static method in class org.jruby.ir.interpreter.Interpreter
 
runExternal(Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject, boolean) - Static method in class org.jruby.util.ShellLauncher
 
runExternalAndWait(Ruby, IRubyObject[], Map) - Static method in class org.jruby.util.ShellLauncher
 
runExternalWithoutWait(Ruby, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.util.ShellLauncher
 
runExternalWithoutWait(Ruby, IRubyObject[]) - Static method in class org.jruby.util.ShellLauncher
 
runFromMain(InputStream, String) - Method in class org.jruby.Ruby
Run the script contained in the specified input stream, using the specified filename as the name of the script being executed.
runInterpreter(ThreadContext, ParseResult, IRubyObject) - Method in class org.jruby.Ruby
 
runInterpreter(ThreadContext, Node, IRubyObject) - Method in class org.jruby.Ruby
 
runInterpreter(Node) - Method in class org.jruby.Ruby
 
runInterpreter(ParseResult) - Method in class org.jruby.Ruby
 
runInterpreterBody(Node) - Method in class org.jruby.Ruby
This is used for the "gets" loop, and we bypass 'load' to use an already-prepared, already-pushed scope for the script body.
runLocalOptsOnInstrList(IRScope, ListIterator<Instr>, boolean) - Static method in class org.jruby.ir.passes.LocalOptimizationPass
 
runNormally(Node, boolean) - Method in class org.jruby.Ruby
Deprecated.
runNormally(Node) - Method in class org.jruby.Ruby
Run the specified script without any of the loop-processing wrapper code.
runRubyMethod(Class<T>, Object, String, Block, Object...) - Method in interface org.jruby.embed.EmbedRubyObjectAdapter
Executes a method defined in Ruby script.
runRubyMethod(Class<T>, Object, String, Block, Object...) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
runRubyMethod(Class<T>, Object, String, Object...) - Method in class org.jruby.embed.ScriptingContainer
Executes a method defined in Ruby script.
runRubyMethod(Class<T>, Object, String, Block, Object...) - Method in class org.jruby.embed.ScriptingContainer
Executes a method defined in Ruby script.
runScript(Script) - Method in class org.jruby.Ruby
 
runScript(Script, boolean) - Method in class org.jruby.Ruby
 
runScriptBody(Script) - Method in class org.jruby.Ruby
This is used for the "gets" loop, and we bypass 'load' to use an already-prepared, already-pushed scope for the script body.
runScriptlet(String, String) - Method in class org.jruby.embed.osgi.OSGiScriptingContainer
 
runScriptlet(Bundle, String) - Method in class org.jruby.embed.osgi.OSGiScriptingContainer
 
runScriptlet(String) - Method in class org.jruby.embed.ScriptingContainer
Evaluates a script under the current scope (perhaps the top-level scope) and returns a result only if a script returns a value.
runScriptlet(Reader, String) - Method in class org.jruby.embed.ScriptingContainer
Evaluates a script read from a reader under the current scope (perhaps the top-level scope) and returns a result only if a script returns a value.
runScriptlet(InputStream, String) - Method in class org.jruby.embed.ScriptingContainer
Evaluates a script read from a input stream under the current scope (perhaps the top-level scope) and returns a result only if a script returns a value.
runScriptlet(PathType, String) - Method in class org.jruby.embed.ScriptingContainer
Reads a script file from specified path and evaluates it under the current scope (perhaps the top-level scope) and returns a result only if a script returns a value.
runtime - Variable in class org.jruby.ext.ffi.ArrayMemoryIO
 
runtime - Variable in class org.jruby.ext.ffi.InvalidMemoryIO
 
runtime(ThreadContext, MutableCallSite) - Static method in class org.jruby.ir.targets.Bootstrap
 
runtime - Variable in class org.jruby.java.invokers.RubyToJavaInvoker
 
Runtime - Class in org.jruby.management
 
Runtime(Ruby) - Constructor for class org.jruby.management.Runtime
 
runtime - Variable in class org.jruby.RubyClass
 
runtime - Variable in class org.jruby.runtime.GlobalVariable
 
runtime - Variable in class org.jruby.runtime.load.LoadService
 
runtime - Variable in class org.jruby.runtime.marshal.UnmarshalStream
 
runtime - Variable in class org.jruby.runtime.ThreadContext
 
RUNTIME_ARGUMENT_COUNT - Static variable in class org.jruby.truffle.runtime.RubyArguments
 
runtimeCache - Variable in class org.jruby.ast.executable.AbstractScript
 
RuntimeCache - Class in org.jruby.ast.executable
 
RuntimeCache() - Constructor for class org.jruby.ast.executable.RuntimeCache
 
runtimeCache - Variable in class org.jruby.runtime.ThreadContext
 
runtimeError(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
RuntimeHelperCall - Class in org.jruby.ir.instructions
 
RuntimeHelperCall(Variable, RuntimeHelperCall.Methods, Operand[]) - Constructor for class org.jruby.ir.instructions.RuntimeHelperCall
 
RuntimeHelperCall(RuntimeHelperCall) - Method in class org.jruby.ir.IRVisitor
 
RuntimeHelperCall(RuntimeHelperCall) - Method in class org.jruby.ir.targets.JVMVisitor
 
RuntimeHelperCall.Methods - Enum in org.jruby.ir.instructions
 
RuntimeHelpers - Class in org.jruby.javasupport.util
Deprecated.
RuntimeHelpers() - Constructor for class org.jruby.javasupport.util.RuntimeHelpers
Deprecated.
 
RuntimeMBean - Interface in org.jruby.management
 
runWithGetsLoop(Node, boolean, boolean, boolean, boolean) - Method in class org.jruby.Ruby
Deprecated.
runWithGetsLoop(Node, boolean, boolean, boolean) - Method in class org.jruby.Ruby
Run the given script with a "while gets; end" loop wrapped around it.
runWithoutWait(Ruby, IRubyObject[]) - Static method in class org.jruby.util.ShellLauncher
 

S

s16Value32(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
s16Value64(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
s32Value32(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
s32Value64(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
s64Value64(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
s8Value32(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
s8Value64(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
s_deflate(IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.zlib.JZlibDeflate
 
s_digest(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.digest.RubyDigest.DigestClass
 
s_hexdigest(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.digest.RubyDigest.DigestClass
 
s_hexencode(IRubyObject, IRubyObject) - Static method in class org.jruby.ext.digest.RubyDigest
 
s_inflate(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.zlib.JZlibInflate
 
s_mload(IRubyObject, RubyTime, IRubyObject) - Static method in class org.jruby.RubyTime
 
s_new(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyTime
 
sadded(IRubyObject) - Method in class org.jruby.RubyNumeric
num_sadded
SAFE_COMPILER_PASSES - Static variable in class org.jruby.ir.IRManager
 
safe_level() - Method in class org.jruby.RubyThread
 
safeConvert(IRubyObject) - Method in class org.jruby.java.invokers.FieldMethodZero
 
SafeDoubleParser - Class in org.jruby.util
A safer way to parse double values
SafeDoubleParser() - Constructor for class org.jruby.util.SafeDoubleParser
 
SafeFloatParser - Class in org.jruby.util
A safer way to parse float values
SafeFloatParser() - Constructor for class org.jruby.util.SafeFloatParser
 
SafepointManager - Class in org.jruby.truffle.runtime.subsystems
 
SafepointManager(RubyContext) - Constructor for class org.jruby.truffle.runtime.subsystems.SafepointManager
 
SafePropertyAccessor - Class in org.jruby.util
Utility class to safely access system properties in security-sensitive environments.
SafePropertyAccessor() - Constructor for class org.jruby.util.SafePropertyAccessor
 
saload() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
same(IRubyObject) - Method in class org.jruby.javasupport.JavaAccessibleObject
 
same(IRubyObject) - Method in class org.jruby.javasupport.JavaObject
 
same(IRubyObject) - Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
sameOrEqual(VirtualFrame, Object, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.SameOrEqualNode
 
sample(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyArray
 
sastore() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
save_exception_mode(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
save_limit(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
save_rounding_mode(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
savePersistenceInfo(int, IRReaderDecoder) - Method in class org.jruby.ir.IRScope
 
scalar(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.psych.PsychEmitter
 
scalar_p() - Method in class org.jruby.RubyNumeric
num_real_p
scan(IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
scan(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
rb_str_scan
scan(RubyString, RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.StringNodes.ScanNode
 
scan(VirtualFrame, RubyString, RubyString, RubyProc) - Method in class org.jruby.truffle.nodes.core.StringNodes.ScanNode
 
scan(RubyString, RubyRegexp, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.StringNodes.ScanNode
 
scan(VirtualFrame, RubyString, RubyRegexp, RubyProc) - Method in class org.jruby.truffle.nodes.core.StringNodes.ScanNode
 
scan(RubyString) - Method in class org.jruby.truffle.runtime.core.RubyRegexp
 
scan19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
 
scan_full(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
scan_until(IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
scanArgs(Ruby, IRubyObject[], int, int) - Static method in class org.jruby.runtime.Arity
 
scanForCodeRange() - Method in class org.jruby.RubyString
 
scanForCodeRange() - Method in class org.jruby.truffle.runtime.core.RubyString
 
scanForCodeRange() - Method in interface org.jruby.util.CodeRangeable
 
scanHex(byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
scanHex(byte[], int, int, Encoding) - Static method in class org.jruby.util.StringSupport
 
scanOct(byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
scanOct(byte[], int, int, Encoding) - Static method in class org.jruby.util.StringSupport
 
schedulePasses() - Method in class org.jruby.ir.IRManager
 
schedulePasses(List<CompilerPass>) - Static method in class org.jruby.ir.IRManager
 
SClassNode - Class in org.jruby.ast
Singleton class definition.
SClassNode(ISourcePosition, Node, StaticScope, Node) - Constructor for class org.jruby.ast.SClassNode
 
scope - Variable in class org.jruby.ast.MethodDefNode
 
scope - Variable in class org.jruby.ir.dataflow.DataFlowProblem
 
scope - Variable in class org.jruby.ir.targets.MethodData
 
scope - Variable in class org.jruby.ir.transformations.inlining.CloneInfo
 
scope - Variable in class org.jruby.runtime.ContextAwareBlockBody
The static scope for the block body
SCOPE_AWARE_METHODS - Static variable in class org.jruby.runtime.MethodIndex
 
SCOPE_CAPTURING_METHODS - Static variable in class org.jruby.RubyModule
Deprecated.
SCOPE_MODULE - Static variable in class org.jruby.ir.operands.ScopeModule
 
SCOPE_ONLY - Static variable in enum org.jruby.internal.runtime.methods.CallConfiguration
Deprecated.
scopeDepth - Variable in class org.jruby.ir.operands.LocalVariable
 
scopeExistsOnCallStack(DynamicScope) - Method in class org.jruby.runtime.ThreadContext
Check if a static scope is present on the call stack.
ScopeFor(int) - Static method in class org.jruby.ir.operands.CurrentScope
 
scopeHasLocalVarStores() - Method in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementProblem
 
scopeHasUnrescuedExceptions() - Method in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementProblem
 
ScopeModule(ScopeModule) - Method in class org.jruby.ir.IRVisitor
 
ScopeModule - Class in org.jruby.ir.operands
Wrap a scope for the purpose of finding live module which happens to be associated with it.
ScopeModule(int) - Constructor for class org.jruby.ir.operands.ScopeModule
 
ScopeModule(ScopeModule) - Method in class org.jruby.ir.targets.JVMVisitor
 
scopes - Variable in class org.jruby.ast.executable.RuntimeCache
 
scopeToReturnTo - Variable in exception org.jruby.ir.runtime.IRBreakJump
 
scopeType - Variable in class org.jruby.parser.StaticScope
 
ScopeVariableFor(int) - Static method in class org.jruby.ir.operands.TemporaryCurrentScopeVariable
 
scoping() - Method in enum org.jruby.internal.runtime.methods.CallConfiguration
 
Scoping - Enum in org.jruby.internal.runtime.methods
 
Script - Interface in org.jruby.ast.executable
 
script() - Method in class org.jruby.ast.executable.ScriptAndCode
 
ScriptAndCode - Class in org.jruby.ast.executable
Represents an executable Script object and the bytecode that goes with it.
ScriptAndCode(byte[], Script) - Constructor for class org.jruby.ast.executable.ScriptAndCode
 
ScriptingContainer - Class in org.jruby.embed
ScriptingContainer provides various methods and resources that are useful for embedding Ruby in Java.
ScriptingContainer() - Constructor for class org.jruby.embed.ScriptingContainer
Constructs a ScriptingContainer with a default values.
ScriptingContainer(LocalContextScope) - Constructor for class org.jruby.embed.ScriptingContainer
Constructs a ScriptingContainer with a specified local context type.
ScriptingContainer(LocalVariableBehavior) - Constructor for class org.jruby.embed.ScriptingContainer
Constructs a ScriptingContainer with a specified local variable behavior.
ScriptingContainer(LocalContextScope, LocalVariableBehavior) - Constructor for class org.jruby.embed.ScriptingContainer
Constructs a ScriptingContainer with a specified local context type and variable behavior.
ScriptingContainer(LocalContextScope, LocalVariableBehavior, boolean) - Constructor for class org.jruby.embed.ScriptingContainer
Constructs a ScriptingContainer with a specified local context scope, local variable behavior and laziness.
scriptToClass(String) - Static method in class org.jruby.ir.targets.JVM
 
scrub(ThreadContext, Block) - Method in class org.jruby.RubyString
 
scrub(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
 
scrub_bang(ThreadContext, Block) - Method in class org.jruby.RubyString
 
scrub_bang(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
 
search(ThreadContext, RubyString, int, boolean, IRubyObject[]) - Method in class org.jruby.RubyRegexp
rb_reg_search
search(VirtualFrame, RubyHash, Object) - Method in class org.jruby.truffle.nodes.hash.FindEntryNode
 
search19(ThreadContext, RubyString, int, boolean, IRubyObject[]) - Method in class org.jruby.RubyRegexp
 
search_convpath(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyConverter
 
search_full(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
searchConst(ThreadContext, StaticScope, String, boolean) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
searchConst(MethodHandles.Lookup, String, MethodType, int) - Static method in class org.jruby.ir.targets.Bootstrap
 
searchConst() - Static method in class org.jruby.ir.targets.Bootstrap
 
searchConst(ThreadContext, StaticScope, MutableCallSite, String, boolean) - Static method in class org.jruby.ir.targets.Bootstrap
 
searchConst(String, boolean) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
Lookup a constant from current context.
searchConst(String, boolean) - Method in class org.jruby.ir.targets.IRBytecodeAdapter6
 
searchConst(String, boolean) - Method in class org.jruby.ir.targets.IRBytecodeAdapter7
 
SearchConstInstr - Class in org.jruby.ir.instructions
 
SearchConstInstr(Variable, String, Operand, boolean) - Constructor for class org.jruby.ir.instructions.SearchConstInstr
 
SearchConstInstr(SearchConstInstr) - Method in class org.jruby.ir.IRVisitor
 
SearchConstInstr(SearchConstInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
searchConvpath(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.EncodingConverterNodes.SearchConvPathNode
 
searchers - Variable in class org.jruby.runtime.load.LoadService
 
searchFile - Variable in class org.jruby.runtime.load.LoadService.SearchState
 
searchInternalModuleVariable(String) - Method in class org.jruby.RubyModule
Behaves similarly to RubyModule.getClassVar(String).
searchMethod(String) - Method in class org.jruby.RubyModule
Search through this module and supermodules for method definitions.
searchMethodCommon(String) - Method in class org.jruby.java.util.BlankSlateWrapper
 
searchMethodCommon(String) - Method in class org.jruby.RubyModule
 
searchMethodInner(String) - Method in class org.jruby.RubyModule
 
searchNonAscii(byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
searchNonAscii(ByteList) - Static method in class org.jruby.util.StringSupport
 
searchWithCache(RubyClass, int, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
searchWithCache(RubyClass, int, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
searchWithCache(RubyClass, int, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
searchWithCache(RubyClass, int, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
searchWithCache(RubyClass, int, String, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
searchWithCache(RubyClass, int, String, String, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
searchWithCache(RubyClass, int, String, String, String, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
searchWithCache(RubyClass, int, String, String, String, String, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
searchWithCache(IRubyObject, int, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
searchWithCache(IRubyObject, int, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
searchWithCache(IRubyObject, int, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
searchWithCache(IRubyObject, int, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
searchWithCache(IRubyObject, int, String, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
searchWithCache(IRubyObject, int, String, String, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
searchWithCache(IRubyObject, int, String, String, String, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
searchWithCache(IRubyObject, int, String, String, String, String, String, String, String, String) - Method in class org.jruby.ast.executable.RuntimeCache
 
searchWithCache(String) - Method in class org.jruby.RubyModule
 
searchWithCache(String, boolean) - Method in class org.jruby.RubyModule
Search through this module and supermodules for method definitions.
sec() - Method in class org.jruby.RubyTime
 
secondsAndNanosecondsToMiliseconds(long, long) - Static method in class org.jruby.truffle.runtime.core.TimeOperations
 
secondsToMiliseconds(long) - Static method in class org.jruby.truffle.runtime.core.TimeOperations
 
secure(int) - Method in class org.jruby.Ruby
Deprecated.
secureRandom - Variable in class org.jruby.runtime.ThreadContext
 
SecureRandomLibrary - Class in org.jruby.ext.securerandom
Created by headius on 1/14/14.
SecureRandomLibrary() - Constructor for class org.jruby.ext.securerandom.SecureRandomLibrary
 
seed(ThreadContext) - Method in class org.jruby.RubyRandom
 
seek(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.stringio.StringIO
 
seek(int) - Method in interface org.jruby.ir.persistence.IRReaderDecoder
 
seek(int) - Method in class org.jruby.ir.persistence.IRReaderFile
 
seek(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyArgsFile
 
seek(IRubyObject) - Method in class org.jruby.RubyDir
Moves to a position d.
seek(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
 
seek(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
 
seek(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyIO
 
seek(ThreadContext, long, int) - Method in class org.jruby.util.io.OpenFile
 
SEEK_CUR - Static variable in class org.jruby.util.io.PosixShim
 
SEEK_CUR - Static variable in interface org.jruby.util.io.Stream
 
SEEK_END - Static variable in class org.jruby.util.io.PosixShim
 
SEEK_END - Static variable in interface org.jruby.util.io.Stream
 
SEEK_SET - Static variable in class org.jruby.util.io.PosixShim
 
SEEK_SET - Static variable in interface org.jruby.util.io.Stream
 
seekChannel() - Method in class org.jruby.util.io.OpenFile
 
seenTypesCount() - Method in class org.jruby.ir.targets.InvokeSite
 
seenTypesCount() - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
select(ThreadContext, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_select
select(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
select(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
select(ThreadContext, Block) - Method in class org.jruby.RubyHash
rb_hash_select
select(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyIO
 
select(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
select(ThreadContext, Block) - Method in class org.jruby.RubyStruct
 
select(RubyIO, int) - Method in class org.jruby.RubyThread
Perform an interruptible select operation on the given channel and fptr, waiting for the requested operations or the given timeout.
select(RubyIO, int, long) - Method in class org.jruby.RubyThread
Perform an interruptible select operation on the given channel and fptr, waiting for the requested operations or the given timeout.
select(Channel, OpenFile, int) - Method in class org.jruby.RubyThread
Perform an interruptible select operation on the given channel and fptr, waiting for the requested operations.
select(Channel, RubyIO, int) - Method in class org.jruby.RubyThread
Perform an interruptible select operation on the given channel and fptr, waiting for the requested operations.
select(Channel, RubyIO, int, long) - Method in class org.jruby.RubyThread
Perform an interruptible select operation on the given channel and fptr, waiting for the requested operations or the given timeout.
select(Channel, OpenFile, int, long) - Method in class org.jruby.RubyThread
Perform an interruptible select operation on the given channel and fptr, waiting for the requested operations or the given timeout.
select19(ThreadContext, Block) - Method in class org.jruby.RubyHash
 
select_bang(ThreadContext, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_select_bang
select_bang(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
select_bang(ThreadContext, Block) - Method in class org.jruby.RubyHash
 
select_bang(ThreadContext, Block) - Method in class org.jruby.util.collections.StringArraySet
 
select_static(ThreadContext, Ruby, IRubyObject[]) - Static method in class org.jruby.RubyIO
Deprecated.
selectAttrAsgnCallSite(IRubyObject, IRubyObject, CallSite, CallSite) - Static method in class org.jruby.runtime.Helpers
 
SelectBlob - Class in org.jruby.util.io
Deprecated.
SelectBlob() - Constructor for class org.jruby.util.io.SelectBlob
Deprecated.
 
selectChannel() - Method in class org.jruby.util.io.OpenFile
 
selectCommon(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_select
selectCommon(ThreadContext, IRubyObject, Block, String) - Static method in class org.jruby.RubyEnumerable
 
SelectExecutor - Class in org.jruby.util.io
Created by headius on 6/3/14.
SelectExecutor(IRubyObject, IRubyObject, IRubyObject, Long) - Constructor for class org.jruby.util.io.SelectExecutor
 
selectFixnumInteger(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.RejectNode
 
selectFixnumInteger(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SelectNode
 
selectForAccept(RubyIO) - Method in class org.jruby.RubyThread
Deprecated.
selectMethodMissing(ThreadContext, IRubyObject, Visibility, String, CallType) - Static method in class org.jruby.runtime.Helpers
 
selectMethodMissing(ThreadContext, RubyClass, Visibility, String, CallType) - Static method in class org.jruby.runtime.Helpers
 
selectMethodMissing(RubyClass, Visibility, String, CallType) - Static method in class org.jruby.runtime.Helpers
 
selectNull(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.RejectNode
 
selectNull(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SelectNode
 
selectObject(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.RejectNode
 
selectObject(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SelectNode
 
selector - Variable in class org.jruby.util.io.OpenFile.InternalReadStruct
 
SelectorFactory - Class in org.jruby.util.io
 
SelectorFactory() - Constructor for class org.jruby.util.io.SelectorFactory
 
SelectorPool - Class in org.jruby.util.io
This is a simple implementation of a hard-referenced java.nio.channels.Selector pool.
SelectorPool() - Constructor for class org.jruby.util.io.SelectorPool
 
self(ThreadContext) - Method in class org.jruby.ext.tracepoint.TracePoint
 
Self(Self) - Method in class org.jruby.ir.IRVisitor
 
Self - Class in org.jruby.ir.operands
 
SELF - Static variable in class org.jruby.ir.operands.Self
 
Self(Self) - Method in class org.jruby.ir.targets.JVMVisitor
 
SELF_INDEX - Static variable in class org.jruby.truffle.runtime.RubyArguments
 
SelfInvokeSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
SelfInvokeSite(MethodType, String) - Constructor for class org.jruby.ir.targets.SelfInvokeSite
 
SelfInvokeSite(MethodType, String, CallType) - Constructor for class org.jruby.ir.targets.SelfInvokeSite
 
SelfNode - Class in org.jruby.ast
Represents 'self' keyword
SelfNode(ISourcePosition) - Constructor for class org.jruby.ast.SelfNode
 
SelfNode - Class in org.jruby.truffle.nodes.objects
 
SelfNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.objects.SelfNode
 
selfTime() - Method in class org.jruby.runtime.profile.builtin.Invocation
 
send(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
send(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
send(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyUDPSocket
 
send(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyUDPSocket
 
send(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyUDPSocket
 
send(IRubyObject[]) - Method in class org.jruby.ext.socket.RubyUDPSocket
Deprecated.
send(ThreadContext, Block) - Method in class org.jruby.RubyBasicObject
rb_f_send send( aSymbol [, args ]* ) -> anObject Invokes the method identified by aSymbol, passing it any arguments specified.
send(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
 
send(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
 
send(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
 
send(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyBasicObject
 
send(VirtualFrame, Object, Object[], UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.SendNode
 
send(VirtualFrame, Object, Object[], RubyProc) - Method in class org.jruby.truffle.nodes.core.BasicObjectNodes.SendNode
 
send(RubyContext, Object, String, RubyProc, Object...) - Static method in class org.jruby.truffle.runtime.DebugOperations
 
send(int, Object) - Method in class org.jruby.util.Join
 
send(Enum<?>, Object) - Method in class org.jruby.util.Join
 
send19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
 
send19(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
 
send19(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyBasicObject
 
send19(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyBasicObject
 
send19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
send19(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
send19(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
send19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
send_io(IRubyObject) - Method in class org.jruby.ext.socket.RubyUNIXSocket
 
sendmsg(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
sendmsg_nonblock(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
sequence(RubyContext, SourceSection, RubyNode...) - Static method in class org.jruby.truffle.nodes.control.SequenceNode
 
sequence(RubyContext, SourceSection, List<RubyNode>) - Static method in class org.jruby.truffle.nodes.control.SequenceNode
 
SequenceNode - Class in org.jruby.truffle.nodes.control
A sequence of statements to be executed in serial.
SequenceNode(RubyContext, SourceSection, RubyNode...) - Constructor for class org.jruby.truffle.nodes.control.SequenceNode
 
serializeVariables(RubyBasicObject, ObjectOutputStream) - Method in class org.jruby.runtime.ivars.VariableTableManager
 
serialNumber - Variable in class org.jruby.internal.runtime.methods.DynamicMethod
The serial number for this method object, to globally identify it
set(String, IRubyObject) - Method in class org.jruby.internal.runtime.GlobalVariables
 
set(int, Instr) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
set(Ruby, Object, int, IRubyObject) - Method in class org.jruby.javasupport.JavaUtil.JavaConverter
 
set(int, Object) - Method in class org.jruby.RubyArray
 
set(IRubyObject) - Method in class org.jruby.RubyGlobal.InputGlobalVariable
 
set(IRubyObject) - Method in class org.jruby.RubyGlobal.KCodeGlobalVariable
 
set(IRubyObject) - Method in class org.jruby.RubyGlobal.OutputGlobalVariable
 
set(IRubyObject) - Method in class org.jruby.RubyGlobal.StringGlobalVariable
 
set(IRubyObject, int) - Method in class org.jruby.RubyStruct
 
set(IRubyObject) - Method in class org.jruby.runtime.GlobalVariable.Copy
 
set(IRubyObject) - Method in class org.jruby.runtime.GlobalVariable
 
set(Object, Object) - Method in class org.jruby.runtime.ivars.StampedVariableAccessor
Set this variable into the given object using Unsafe to ensure safe updating of the variable table.
set(Object, Object) - Method in class org.jruby.runtime.ivars.SynchronizedVariableAccessor
Set this variable into the given object using synchronization to ensure safe updating of the variable table.
set(Object, Object) - Method in class org.jruby.runtime.ivars.VariableAccessor
Set the value for this variable in the given object.
set(Object, Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar0
Set this variable into the given object using Unsafe to ensure safe updating of the variable table.
set(Object, Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar1
Set this variable into the given object using Unsafe to ensure safe updating of the variable table.
set(Object, Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar2
Set this variable into the given object using Unsafe to ensure safe updating of the variable table.
set(Object, Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar3
Set this variable into the given object using Unsafe to ensure safe updating of the variable table.
set(Object, Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar4
Set this variable into the given object using Unsafe to ensure safe updating of the variable table.
set(Object, Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar5
Set this variable into the given object using Unsafe to ensure safe updating of the variable table.
set(Object, Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar6
Set this variable into the given object using Unsafe to ensure safe updating of the variable table.
set(Object, Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar7
Set this variable into the given object using Unsafe to ensure safe updating of the variable table.
set(Object, Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar8
Set this variable into the given object using Unsafe to ensure safe updating of the variable table.
set(Object, Object) - Method in class org.jruby.runtime.ivars.VariableAccessorVar9
Set this variable into the given object using Unsafe to ensure safe updating of the variable table.
set(IRubyObject) - Method in class org.jruby.runtime.ReadonlyGlobalVariable
 
set(ByteList) - Method in class org.jruby.truffle.runtime.core.RubyString
 
set(T) - Method in class org.jruby.util.Memo
 
set_avail_out(IRubyObject) - Method in class org.jruby.ext.zlib.ZStream
 
set_backtrace(IRubyObject) - Method in class org.jruby.RubyException
 
SET_BINARY_MODE() - Method in class org.jruby.util.io.OpenFile
 
set_comment(IRubyObject) - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
set_default_proc(IRubyObject) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_set_default_proc
set_default_proc(IRubyObject) - Method in class org.jruby.RubyHash
rb_hash_set_default_proc
set_default_proc20(IRubyObject) - Method in class org.jruby.RubyHash
 
set_dictionary(ThreadContext, IRubyObject) - Method in class org.jruby.ext.zlib.JZlibDeflate
 
set_dictionary(ThreadContext, IRubyObject) - Method in class org.jruby.ext.zlib.JZlibInflate
 
set_do_not_reverse_lookup(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.RubyBasicSocket
 
set_do_not_reverse_lookup(IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.RubyBasicSocket
Deprecated.
set_do_not_reverse_lookup19(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
set_encoding(ThreadContext, IRubyObject) - Method in class org.jruby.ext.stringio.StringIO
 
set_encoding(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.stringio.StringIO
 
set_encoding(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.stringio.StringIO
 
set_encoding(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
set_encoding(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
set_encoding(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
set_encoding(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
 
set_encoding(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyIO
 
set_encoding(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.RubyIO
 
set_java_object(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaUtilities
 
set_layout(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.Struct
 
set_lineno(ThreadContext, IRubyObject) - Method in class org.jruby.ext.stringio.StringIO
 
set_lineno(IRubyObject) - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
set_mtime(IRubyObject) - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
set_orig_name(IRubyObject) - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
set_pos(IRubyObject) - Method in class org.jruby.ext.stringio.StringIO
 
set_pos(IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
set_pos(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
set_pos(IRubyObject) - Method in class org.jruby.RubyDir
 
set_static_value(IRubyObject) - Method in class org.jruby.javasupport.JavaField
 
set_string(IRubyObject) - Method in class org.jruby.ext.stringio.StringIO
 
set_string(ThreadContext, IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
set_sync(IRubyObject) - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
set_sync(IRubyObject) - Method in class org.jruby.ext.zlib.RubyGzipFile
 
set_trace_func(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
SET_UNIVERSAL_NEWLINE_DECORATOR_IF_ENC2(Encoding, int) - Static method in class org.jruby.util.io.EncodingUtils
 
set_value(IRubyObject, IRubyObject) - Method in class org.jruby.javasupport.JavaField
 
setAborted(boolean) - Method in exception org.jruby.exceptions.MainExitException
 
setAccessible(IRubyObject) - Method in class org.jruby.javasupport.JavaAccessibleObject
 
setAccessor(IAccessor) - Method in class org.jruby.internal.runtime.GlobalVariable
 
setActualMethod(CompiledIRMethod) - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
setAllocator(ObjectAllocator) - Method in class org.jruby.RubyClass
 
setAllocator(Allocator) - Method in class org.jruby.truffle.runtime.core.RubyClass
 
setAllowUppercasePackageNames(boolean) - Method in class org.jruby.RubyInstanceConfig
set whether uppercase package names will be honored
setArgsFile(IRubyObject) - Method in class org.jruby.Ruby
 
setArgsNode(Node) - Method in class org.jruby.ast.AttrAssignNode
Set the argsNode
setArgsNode(Node) - Method in class org.jruby.ast.BlockPassNode
Sets the argsNode.
setArgsNode(Node) - Method in class org.jruby.ast.CallNode
Set the argsNode.
setArgsNode(Node) - Method in class org.jruby.ast.FCallNode
Set the argsNode.
setArgsNode(Node) - Method in interface org.jruby.ast.IArgumentNode
 
setArgv(String[]) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes values of the arguments' list.
setArgv(String[]) - Method in class org.jruby.embed.ScriptingContainer
Changes values of the arguments' list.
setArgv(String[]) - Method in class org.jruby.RubyInstanceConfig
 
setArgValues(IRubyObject[], int) - Method in class org.jruby.runtime.DynamicScope
Set all values which represent 'normal' parameters in a call list to this dynamic scope.
setArgValues() - Method in class org.jruby.runtime.DynamicScope
 
setArgValues(IRubyObject) - Method in class org.jruby.runtime.DynamicScope
 
setArgValues(IRubyObject, IRubyObject) - Method in class org.jruby.runtime.DynamicScope
 
setArgValues(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.DynamicScope
 
setArgValues(IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.DynamicScope
 
setArgValues(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.DynamicScope
 
setArgValues(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.DynamicScope
 
setArgValues(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.DynamicScope
 
setArgValues(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.DynamicScope
 
setArgValues(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.DynamicScope
 
setArgValues(IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.DynamicScope
 
setArgValues(IRubyObject[], int) - Method in class org.jruby.runtime.scope.FourVarDynamicScope
Set all values which represent 'normal' parameters in a call list to this dynamic scope.
setArgValues(IRubyObject) - Method in class org.jruby.runtime.scope.FourVarDynamicScope
 
setArgValues(IRubyObject, IRubyObject) - Method in class org.jruby.runtime.scope.FourVarDynamicScope
 
setArgValues(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.scope.FourVarDynamicScope
 
setArgValues(IRubyObject[], int) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
Set all values which represent 'normal' parameters in a call list to this dynamic scope.
setArgValues(IRubyObject) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
 
setArgValues(IRubyObject, IRubyObject) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
 
setArgValues(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
 
setArgValues(IRubyObject[], int) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
Set all values which represent 'normal' parameters in a call list to this dynamic scope.
setArgValues(IRubyObject) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
setArgValues(IRubyObject, IRubyObject) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
setArgValues(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
setArgValues(IRubyObject[], int) - Method in class org.jruby.runtime.scope.OneVarDynamicScope
Set all values which represent 'normal' parameters in a call list to this dynamic scope.
setArgValues(IRubyObject) - Method in class org.jruby.runtime.scope.OneVarDynamicScope
 
setArgValues(IRubyObject[], int) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
Set all values which represent 'normal' parameters in a call list to this dynamic scope.
setArgValues(IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
 
setArgValues(IRubyObject, IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
 
setArgValues(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
 
setArgValues(IRubyObject[], int) - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
Set all values which represent 'normal' parameters in a call list to this dynamic scope.
setArgValues(IRubyObject) - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
 
setArgValues(IRubyObject, IRubyObject) - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
 
setArgValues(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
 
setArgValues(IRubyObject[], int) - Method in class org.jruby.runtime.scope.TwoVarDynamicScope
Set all values which represent 'normal' parameters in a call list to this dynamic scope.
setArgValues(IRubyObject) - Method in class org.jruby.runtime.scope.TwoVarDynamicScope
 
setArgValues(IRubyObject, IRubyObject) - Method in class org.jruby.runtime.scope.TwoVarDynamicScope
 
setArgvGlobalsOn(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setArities(int, int, int) - Method in class org.jruby.parser.StaticScope
 
setArity(Arity) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
setAscii8bitBinmode() - Method in class org.jruby.RubyIO
 
setAssumeLoop(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setAssumePrinting(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setAST(Node) - Method in class org.jruby.parser.RubyParserResult
Sets the ast.
setAtBucket(RubyHash, HashSearchResult, Object, Object) - Static method in class org.jruby.truffle.runtime.hash.HashOperations
 
setAttached(IRubyObject) - Method in class org.jruby.MetaClass
 
setAttribute(Object, Object) - Method in class org.jruby.embed.ScriptingContainer
Associates the specified value with the specified key in a attribute map.
setAutoclose(boolean) - Method in class org.jruby.RubyIO
 
setAutoclose(boolean) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
setAutoclose(boolean) - Method in class org.jruby.util.io.CRLFStreamWrapper
 
setAutoclose(boolean) - Method in class org.jruby.util.io.OpenFile
 
setAutoclose(boolean) - Method in interface org.jruby.util.io.Stream
 
setAutoRelease(boolean) - Method in interface org.jruby.ext.ffi.AllocatedDirectMemoryIO
 
setAutoRelease(boolean) - Method in class org.jruby.ext.ffi.FreedMemoryIO
 
setBackRef(IRubyObject) - Method in class org.jruby.runtime.Frame
 
setBackref(Ruby, ThreadContext, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
setBackRef(IRubyObject) - Method in class org.jruby.runtime.ThreadContext
Set the $~ (backref) "global" to the given value.
setBacktraceColor(boolean) - Method in class org.jruby.RubyInstanceConfig
Set to true to enable colorized backtraces.
setBacktraceData(BacktraceData) - Method in class org.jruby.RubyException
 
setBacktraceMask(boolean) - Method in class org.jruby.RubyInstanceConfig
Set whether to mask .java lines in the Ruby backtrace.
setBaseName(String) - Method in class org.jruby.RubyModule
Set the base name of the class.
setBeginEndBlock() - Method in class org.jruby.ir.IRClosure
 
setBenchmarking(boolean) - Method in class org.jruby.RubyInstanceConfig
Deprecated.
setBindingHasEscaped(boolean) - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementProblem
 
setBindings(Bindings, int) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
setBindings(Bindings) - Method in class org.jruby.embed.jsr223.JRubyScriptEngineManager
 
setBinmode() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
setBinmode() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
setBinmode() - Method in class org.jruby.util.io.OpenFile
 
setBinmode() - Method in interface org.jruby.util.io.Stream
 
setBlock(Ruby) - Method in class org.jruby.util.io.OpenFile
 
setBlocking(boolean) - Method in class org.jruby.RubyIO
 
setBlocking(boolean) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
setBlocking(boolean) - Method in class org.jruby.util.io.CRLFStreamWrapper
 
setBlocking(Ruby, boolean) - Method in class org.jruby.util.io.OpenFile
 
setBlocking(boolean) - Method in interface org.jruby.util.io.Stream
 
setBOM(boolean) - Method in class org.jruby.ext.zlib.RubyGzipFile
 
setBOM(boolean) - Method in class org.jruby.RubyIO
 
setBOM(boolean) - Method in class org.jruby.util.io.IOEncodable.ConvConfig
 
setBOM(boolean) - Method in interface org.jruby.util.io.IOEncodable
 
setBOM(boolean) - Method in class org.jruby.util.io.OpenFile
 
setBoolean(Frame, boolean) - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
setBraceNest(int) - Method in class org.jruby.lexer.yacc.RubyLexer
 
setBroadcast(Channel, boolean) - Method in enum org.jruby.ext.socket.SocketType
 
setBuckets(RubyHash, Object, Object) - Method in class org.jruby.truffle.nodes.core.HashNodes.SetIndexNode
 
setbyte(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
setByte(RubyString, int, Object) - Method in class org.jruby.truffle.nodes.core.StringNodes.SetByteNode
 
setByteList(int, String, Encoding) - Method in class org.jruby.ast.executable.AbstractScript
 
setByteListShared() - Method in class org.jruby.RubyString
 
setCacheProxy(boolean) - Method in class org.jruby.RubyModule
Set whether this Java proxy class should try to keep its instances idempotent and alive using the ObjectProxyCache.
setCallConfig(CallConfiguration) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
setCallConfig(CallConfiguration) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
setCallConfig(CallConfiguration) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Set the CallConfiguration used for pre/post logic for this method handle.
setCallConfig(CallConfiguration) - Method in class org.jruby.internal.runtime.methods.NullMethod
Dummy implementation of setCallConfig that does nothing.
setCallConfig(CallConfiguration) - Method in class org.jruby.internal.runtime.methods.UndefinedMethod
Dummy implementation of setCallConfig that does nothing.
setCallCount(int) - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
setCallerRequirement(CallConfiguration) - Method in class org.jruby.internal.runtime.methods.JavaMethod
Set a CallConfiguration indicating what callers to this method must prepare (scope/frame).
setCallSite(CallSite[], int, String) - Static method in class org.jruby.ast.executable.AbstractScript
 
setCanBeSeekable(boolean) - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Set the channel to be explicitly seekable or not, for streams that appear to be seekable with the instanceof FileChannel check.
setCanonicalization(boolean) - Static method in class org.jruby.RubyComplex
 
setCanonicalization(boolean) - Static method in class org.jruby.RubyRational
 
setCaptured(boolean) - Method in class org.jruby.runtime.Frame
 
setCapturedVar(ThreadContext, IRubyObject, String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
SetCapturedVarInstr - Class in org.jruby.ir.instructions
 
SetCapturedVarInstr(Variable, Operand, String) - Constructor for class org.jruby.ir.instructions.SetCapturedVarInstr
 
SetCapturedVarInstr(SetCapturedVarInstr) - Method in class org.jruby.ir.IRVisitor
 
SetCapturedVarInstr(SetCapturedVarInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
setCause(IRubyObject) - Method in class org.jruby.RubyException
 
setCextEnabled(boolean) - Method in class org.jruby.RubyInstanceConfig
Deprecated.
setCFG(CFG) - Method in class org.jruby.ir.IRScope
 
setChannel(Channel) - Method in class org.jruby.util.io.OpenFile
 
setClassAllocator(Class) - Method in class org.jruby.RubyClass
Set a reflective allocator that calls a no-arg constructor on the given class.
setClassLoader(ClassLoader) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes a class loader to a given loader.
setClassLoader(ClassLoader) - Method in class org.jruby.embed.ScriptingContainer
Changes a class loader to a given loader.
setClassLoader(ScriptingContainer) - Static method in class org.jruby.embed.util.SystemPropertyCatcher
Sets classloader based on System property.
setClassVar(String, IRubyObject) - Method in class org.jruby.RubyModule
Set the named class variable to the given value, provided taint and freeze allow setting it.
setClassVariable(Ruby, StaticScope, IRubyObject, String, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
setClassVariable(RubyModule, String, Object) - Static method in class org.jruby.truffle.runtime.ModuleOperations
 
setCloexec(int, boolean) - Method in class org.jruby.util.io.PosixShim
 
setCodeRange(int) - Method in class org.jruby.RubyString
 
setCodeRange(int) - Method in class org.jruby.truffle.runtime.core.RubyString
 
setCodeRange(int) - Method in interface org.jruby.util.CodeRangeable
 
setComparedByIdentity(boolean) - Method in class org.jruby.RubyHash
Sets whether this object is compared by identity or not.
setCompatVersion(CompatVersion) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
 
setCompatVersion(CompatVersion) - Method in class org.jruby.embed.ScriptingContainer
Deprecated.
setCompatVersion(CompatVersion) - Method in class org.jruby.RubyInstanceConfig
Deprecated.
setCompileMode(RubyInstanceConfig.CompileMode) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes a compile mode to a given mode, which should be one of CompileMode.JIT, CompileMode.FORCE, CompileMode.OFF.
setCompileMode(RubyInstanceConfig.CompileMode) - Method in class org.jruby.embed.ScriptingContainer
Changes a compile mode to a given mode, which should be one of CompileMode.JIT, CompileMode.FORCE, CompileMode.OFF.
setCompileMode(RubyInstanceConfig.CompileMode) - Method in class org.jruby.RubyInstanceConfig
 
setConfiguration(ScriptingContainer) - Static method in class org.jruby.embed.util.SystemPropertyCatcher
Sets configuration parameters given by System properties.
setConfiguration(ParserConfiguration) - Method in class org.jruby.parser.ParserSupport
Sets the configuration.
setConstant(String, IRubyObject) - Method in class org.jruby.parser.StaticScope
 
setConstant(String, IRubyObject) - Method in class org.jruby.RubyModule
Set the named constant on this module.
setConstant(RubyModule, RubyString, Object) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ConstSetNode
 
setConstant(RubyModule, RubySymbol, Object) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ConstSetNode
 
setConstant(RubyModule, String, Object) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.ConstSetNode
 
setConstant(RubyNode, String, Object) - Method in class org.jruby.truffle.runtime.core.RubyModule
Set the value of a constant, possibly redefining it.
setConstantInCurrent(IRubyObject, ThreadContext, String) - Static method in class org.jruby.runtime.Helpers
 
setConstantInModule(ThreadContext, String, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
setConstantQuiet(String, IRubyObject) - Method in class org.jruby.RubyModule
Set the named constant on this module.
setContext(ScriptContext) - Method in class org.jruby.embed.jsr223.JRubyEngine
 
setContext(ThreadContext) - Method in class org.jruby.RubyThread
 
setCount(int) - Method in class org.jruby.runtime.profile.builtin.Invocation
 
setCoverageEnabled(Ruby, boolean) - Method in class org.jruby.ext.coverage.CoverageData
 
setCritical(boolean) - Method in class org.jruby.internal.runtime.ThreadService
 
setCurrentContext(ThreadContext) - Method in class org.jruby.internal.runtime.ThreadService
 
setCurrentDirectory(String) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes a current directory to a given directory.
setCurrentDirectory(String) - Method in class org.jruby.embed.ScriptingContainer
Changes a current directory to a given directory.
setCurrentDirectory(String) - Method in class org.jruby.Ruby
 
setCurrentDirectory(String) - Method in class org.jruby.RubyInstanceConfig
 
setCurrentFiber(RubyFiber) - Method in class org.jruby.truffle.runtime.subsystems.FiberManager
 
setCurrentInstance(Ruby) - Static method in class org.jruby.Ruby
Deprecated.
setCurrentLine(int) - Method in class org.jruby.Ruby
 
setCurrentLineNumber(IRubyObject, int) - Static method in class org.jruby.RubyArgsFile
 
setCurrentVisibility(Visibility) - Method in class org.jruby.runtime.ThreadContext
 
setCurrentVisibility(Visibility) - Static method in class org.jruby.truffle.runtime.core.RubyModule
 
setDataFlowSolution(String, DataFlowProblem) - Method in class org.jruby.ir.IRScope
 
setDateTime(DateTime) - Method in class org.jruby.RubyTime
 
setDateTime(DateTime) - Method in class org.jruby.util.RubyDateFormat
Deprecated.
 
setDebug(IRubyObject) - Method in class org.jruby.Ruby
Setter for property isDebug.
setDebug(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setDebugEnable(boolean) - Method in interface org.jruby.util.log.Logger
 
setDebugEnable(boolean) - Method in class org.jruby.util.log.StandardErrorLogger
 
setDefaultBlock(RubyProc) - Method in class org.jruby.truffle.runtime.core.RubyHash
 
setDefaultEncoding(Encoding) - Method in class org.jruby.parser.ParserConfiguration
 
setDefaultExternal(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyEncoding
 
setDefaultExternalEncoding(Encoding) - Method in class org.jruby.Ruby
 
setDefaultInternal(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyEncoding
 
setDefaultInternalEncoding(Encoding) - Method in class org.jruby.Ruby
 
setDefaultMethodMissing(DynamicMethod) - Method in class org.jruby.Ruby
 
setDefaultRand(RubyRandom.RandomType) - Method in class org.jruby.Ruby
 
setDefaultSeparator(IRubyObject) - Method in class org.jruby.internal.runtime.GlobalVariables
 
setDefaultValue(Object) - Method in class org.jruby.truffle.runtime.core.RubyHash
 
setDisableGems(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setDisableRUBYOPT(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setDoNotReverseLookupEnabled(boolean) - Method in class org.jruby.Ruby
 
setDryRun(boolean) - Method in class org.jruby.ir.IRManager
 
setDuration(long) - Method in class org.jruby.runtime.profile.builtin.Invocation
 
setEcflags(int) - Method in class org.jruby.ext.zlib.RubyGzipFile
 
setEcflags(int) - Method in class org.jruby.RubyIO
 
setEcflags(int) - Method in class org.jruby.util.io.IOEncodable.ConvConfig
 
setEcflags(int) - Method in interface org.jruby.util.io.IOEncodable
 
setEConv(EConv) - Method in class org.jruby.truffle.runtime.core.RubyEncodingConverter
 
setEcopts(IRubyObject) - Method in class org.jruby.ext.zlib.RubyGzipFile
 
setEcopts(IRubyObject) - Method in class org.jruby.RubyIO
 
setEcopts(IRubyObject) - Method in class org.jruby.util.io.IOEncodable.ConvConfig
 
setEcopts(IRubyObject) - Method in interface org.jruby.util.io.IOEncodable
 
setegid(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
Deprecated.
setegid(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
 
setElseNode(Node) - Method in class org.jruby.ast.CaseNode
 
setEnc(Encoding) - Method in class org.jruby.ext.zlib.RubyGzipFile
 
setEnc(Encoding) - Method in class org.jruby.RubyIO
 
setEnc(Encoding) - Method in class org.jruby.util.io.IOEncodable.ConvConfig
 
setEnc(Encoding) - Method in interface org.jruby.util.io.IOEncodable
 
setEnc2(Encoding) - Method in class org.jruby.ext.zlib.RubyGzipFile
 
setEnc2(Encoding) - Method in class org.jruby.RubyIO
 
setEnc2(Encoding) - Method in class org.jruby.util.io.IOEncodable.ConvConfig
 
setEnc2(Encoding) - Method in interface org.jruby.util.io.IOEncodable
 
SETENC_BY_BOM - Static variable in class org.jruby.util.io.OpenFile
 
setEncoding(int, String) - Method in class org.jruby.ast.executable.AbstractScript
 
setEncoding(Encoding) - Method in class org.jruby.ext.stringio.StringIO
 
setEncoding(Encoding) - Method in class org.jruby.lexer.yacc.RubyLexer
 
setEncoding(Encoding) - Method in class org.jruby.RubyFile
 
setEncoding(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.RubyIO
 
setEncoding(Encoding) - Method in class org.jruby.RubyRegexp
 
setEncoding(Encoding) - Method in class org.jruby.RubyString
 
setEncoding(Encoding) - Method in interface org.jruby.runtime.encoding.EncodingCapable
 
setEncodingAndCodeRange(Encoding, int) - Method in class org.jruby.RubyString
 
setEncodingNone() - Method in class org.jruby.RubyRegexp
 
setEncodingNone(boolean) - Method in class org.jruby.util.RegexpOptions
 
setEndArgValues(IRubyObject[], int, int) - Method in class org.jruby.runtime.DynamicScope
 
setEndArgValues(IRubyObject[], int, int) - Method in class org.jruby.runtime.scope.FourVarDynamicScope
 
setEndArgValues(IRubyObject[], int, int) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
 
setEndArgValues(IRubyObject[], int, int) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
setEndArgValues(IRubyObject[], int, int) - Method in class org.jruby.runtime.scope.OneVarDynamicScope
 
setEndArgValues(IRubyObject[], int, int) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
 
setEndArgValues(IRubyObject[], int, int) - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
 
setEndArgValues(IRubyObject[], int, int) - Method in class org.jruby.runtime.scope.TwoVarDynamicScope
 
setEndOffset(int) - Method in class org.jruby.parser.RubyParserResult
 
setENV(RubyHash) - Method in class org.jruby.Ruby
 
setEnvironment(Map) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes an environment variables' map.
setEnvironment(Map) - Method in class org.jruby.embed.IsolatedScriptingContainer
 
setEnvironment(Map) - Method in class org.jruby.embed.ScriptingContainer
Changes an environment variables' map.
setEnvironment(Map) - Method in class org.jruby.RubyInstanceConfig
 
setError(PrintStream) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes STDERR and $stderr to a gievn print stream.
setError(Writer) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes STDERR and $stderr to a given writer.
setError(PrintStream) - Method in class org.jruby.embed.ScriptingContainer
Changes STDERR and $stderr to a given print stream.
setError(Writer) - Method in class org.jruby.embed.ScriptingContainer
Changes STDERR and $stderr to a given writer.
setError(PrintStream) - Method in class org.jruby.RubyInstanceConfig
 
setErrorInfo(IRubyObject) - Method in class org.jruby.RubyThread
 
setErrorInfo(Ruby, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
setErrorInfo(IRubyObject) - Method in class org.jruby.runtime.ThreadContext
 
setErrorWriter(Writer) - Method in class org.jruby.embed.ScriptingContainer
Replaces a standard error by a specified writer.
setEtc(RubyModule) - Method in class org.jruby.Ruby
 
seteuid(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
Deprecated.
seteuid(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
 
setEvalParse(boolean) - Method in class org.jruby.parser.ParserConfiguration
Set whether this is an parsing of an eval() or not.
setEvalType(EvalType) - Method in class org.jruby.runtime.Block
 
setEvalType(EvalType) - Method in class org.jruby.runtime.BlockBody
 
setEvalType(EvalType) - Method in class org.jruby.runtime.CompiledBlockLight19
Deprecated.
 
setEvalType(EvalType) - Method in class org.jruby.runtime.DynamicScope
 
setEvalType(EvalType) - Method in class org.jruby.runtime.IRBlockBody
 
setEventHooksEnabled(boolean) - Method in class org.jruby.runtime.ThreadContext
 
setException(RubyException, boolean) - Method in exception org.jruby.exceptions.RaiseException
Sets the exception
setExplicitCallProtocolFlag() - Method in class org.jruby.ir.IRScope
 
setExplicitKCode(KCode) - Method in class org.jruby.util.RegexpOptions
This regexp has an explicit encoding flag or 'nesu' letter associated with it.
setExtended(boolean) - Method in class org.jruby.util.RegexpOptions
 
setExternalEncoding(String) - Method in class org.jruby.RubyInstanceConfig
 
setExtraTypeInfo(String) - Method in class org.jruby.ast.java_signature.SignatureNode
 
setFD(ChannelFD) - Method in class org.jruby.util.io.OpenFile
 
setFFI(FFI) - Method in class org.jruby.Ruby
 
setFFIHandle(Object) - Method in class org.jruby.RubyBasicObject
 
setFFIHandle(RubyBasicObject, Object) - Method in class org.jruby.runtime.ivars.VariableTableManager
Set the FFI handle for the given object.
setFiber(RubyClass) - Method in class org.jruby.Ruby
 
setFiber(ThreadFiber) - Method in class org.jruby.runtime.ThreadContext
 
setFieldValue(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.Struct
 
setFile(String) - Method in class org.jruby.ant.RakeTaskBase
 
setFile(String) - Method in class org.jruby.runtime.Binding
 
setFile(String) - Method in class org.jruby.runtime.ThreadContext
Deprecated.
setFileAndLine(String, int) - Method in class org.jruby.runtime.ThreadContext
 
setFileAndLine(ISourcePosition) - Method in class org.jruby.runtime.ThreadContext
 
setFilename(String) - Method in class org.jruby.ast.executable.AbstractScript
 
setFilename(String) - Method in interface org.jruby.ast.executable.Script
 
setFilename(String) - Method in class org.jruby.runtime.backtrace.BacktraceElement
 
setFinalizer(OpenFile.Finalizer) - Method in class org.jruby.util.io.OpenFile
 
setFirstInSequence(Entry) - Method in class org.jruby.truffle.runtime.core.RubyHash
 
setFixed(boolean) - Method in class org.jruby.util.RegexpOptions
 
setFixnum(Frame, int) - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
setFlag(int, boolean) - Method in class org.jruby.RubyBasicObject
Sets or unsets a flag on this object.
setFloat(RubyArray, int, double, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexSetNode
 
setFloat(Frame, double) - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
setForceStdin(boolean) - Method in class org.jruby.RubyInstanceConfig
Set whether we should only look at stdin for source.
setFrozen(IRubyObject, boolean) - Static method in class org.jruby.BasicObjectStub
 
setFrozen(boolean) - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod setFrozen.
setFrozen(boolean) - Method in class org.jruby.RubyBasicObject
Sets whether this object is frozen or not.
setFrozen(boolean) - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod setFrozen.
setFunctionalCallSite(CallSite[], int, String) - Static method in class org.jruby.ast.executable.AbstractScript
 
setGenerator(RubyClass) - Method in class org.jruby.Ruby
 
setGenericString(String) - Method in class org.jruby.ast.java_signature.ReferenceTypeNode
 
setGenericsTyping(String) - Method in class org.jruby.ast.java_signature.ReferenceTypeNode
 
setgid(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
Deprecated.
setgid(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
 
setgid_p() - Method in class org.jruby.RubyFileStat
 
setgid_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
setgid_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
setGlobalAbortOnExceptionEnabled(boolean) - Method in class org.jruby.Ruby
 
setGlobalRequireLock(boolean) - Method in class org.jruby.RubyInstanceConfig
Set whether to use a single global lock for requires.
setGlobalVariable(IRubyObject, Ruby, String) - Static method in class org.jruby.runtime.Helpers
 
setGlobalVariables(GlobalVariables) - Method in class org.jruby.Ruby
 
setgrent(IRubyObject) - Static method in class org.jruby.ext.etc.RubyEtc
 
setGroupStruct(RubyClass) - Method in class org.jruby.Ruby
 
setHandle(Object) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
setHandle(Object) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Set the "handle" associated with this DynamicMethod.
setHandle(Handle) - Method in class org.jruby.ir.IRClosure
 
setHardExit(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setHasInlineScript(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setHasLoopsFlag() - Method in class org.jruby.ir.IRScope
 
setHasScriptArgv(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setHasShebangLine(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setHomeDirectory(String) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes a JRuby home directroy to a directory of a given name.
setHomeDirectory(String) - Method in class org.jruby.embed.ScriptingContainer
Changes a JRuby home directory to a directory of a given name.
setIgnorecase(boolean) - Method in class org.jruby.util.RegexpOptions
 
setImplementationClass(RubyModule) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
setImplementationClass(RubyModule) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
setImplementationClass(RubyModule) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Set the class on which this method is implemented, used for 'super' logic, among others.
setImplementationClass(RubyModule) - Method in class org.jruby.internal.runtime.methods.NullMethod
Dummy override of setImplementationClass that does nothing.
setImplementationClass(RubyModule) - Method in class org.jruby.internal.runtime.methods.UndefinedMethod
Dummy override of setImplementationClass that does nothing.
setInclusiveHostCount(boolean) - Method in class org.jruby.ext.socket.SubnetUtils
Set to true if you want the return value of SubnetUtils.SubnetInfo.getAddressCount() to include the network and broadcast addresses.
setInDef(boolean) - Method in class org.jruby.parser.ParserSupport
 
setInitialTarget(MethodHandle) - Method in class org.jruby.ir.targets.InvokeSite
 
setInitialTarget(MethodHandle) - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
setInPlaceBackupExtension(String) - Method in class org.jruby.RubyInstanceConfig
 
setInput(InputStream) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes STDIN and $stdin to a given input stream.
setInput(Reader) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes STDIN and $stdin to a given reader.
setInput(InputStream) - Method in class org.jruby.embed.ScriptingContainer
Changes STDIN and $stdin to a given input stream.
setInput(Reader) - Method in class org.jruby.embed.ScriptingContainer
Changes STDIN and $stdin to a given reader.
setInput(InputStream) - Method in class org.jruby.RubyInstanceConfig
 
setInputFieldSeparator(String) - Method in class org.jruby.RubyInstanceConfig
 
setInSingle(int) - Method in class org.jruby.parser.ParserSupport
Setter for property inSingle.
setInstanceVariable(String, IRubyObject) - Method in class org.jruby.BasicObjectStub.DummyInstanceVariables
 
setInstanceVariable(IRubyObject, String, IRubyObject) - Method in class org.jruby.embed.internal.EmbedRubyObjectAdapterImpl
 
setInstanceVariable(IRubyObject, IRubyObject, String) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
setInstanceVariable(String, IRubyObject) - Method in class org.jruby.RubyBasicObject
rb_iv_set / rb_ivar_set
setInstanceVariable(IRubyObject, String, IRubyObject) - Method in interface org.jruby.RubyObjectAdapter
 
setInstanceVariable(String, IRubyObject) - Method in interface org.jruby.runtime.builtin.InstanceVariables
Sets the named instance variable to the specified value.
setInstanceVariable(IRubyObject, IRubyObject, String) - Static method in class org.jruby.runtime.Helpers
 
setInstanceVariable(RubyBasicObject, Object, Object) - Method in class org.jruby.truffle.runtime.RubyOperations
 
setInstanceVariables(Map<Object, Object>) - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
setInstanceVariables(RubyBasicObject, Map<Object, Object>) - Method in class org.jruby.truffle.runtime.RubyOperations
 
setIntegerFixnum(RubyArray, int, int, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexSetNode
 
setIntegerFixnum(RubyArray, int, int, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexSetNode
 
setIntegerFixnumRange(RubyArray, RubyRange.IntegerFixnumRange, RubyArray, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexSetNode
 
setInternalEncoding(String) - Method in class org.jruby.RubyInstanceConfig
 
setInternalModuleVariable(String, IRubyObject) - Method in class org.jruby.RubyModule
setInternalVariable(String, Object) - Method in class org.jruby.BasicObjectStub.DummyInternalVariables
 
setInternalVariable(String, Object) - Method in class org.jruby.RubyBasicObject
 
setInternalVariable(String, Object) - Method in interface org.jruby.runtime.builtin.InternalVariables
Sets the named internal variable to the specified value.
setInterrupt() - Method in class org.jruby.RubyThread
 
setInTraceFunc(boolean) - Method in class org.jruby.truffle.runtime.subsystems.TraceManager
 
setIPC(int) - Method in class org.jruby.ir.instructions.Instr
 
setIRScope(IRScope, boolean) - Method in class org.jruby.parser.StaticScope
 
setIRScope(IRScope) - Method in class org.jruby.parser.StaticScope
 
setIsBuiltin(boolean) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
setIsBuiltin(boolean) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
 
setIterNode(Node) - Method in interface org.jruby.ast.BlockAcceptingNode
 
setIterNode(Node) - Method in class org.jruby.ast.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
 
setJava(boolean) - Method in class org.jruby.util.RegexpOptions
 
setJavaName(String) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
setJavaObject(Ruby, Object) - Method in interface org.jruby.embed.variable.BiVariable
Sets a Java object as a value of this object.
setJavaObject(Ruby, Object) - Method in class org.jruby.embed.variable.GlobalVariable
Sets a Java object and its Ruby type as a value of this object.
setJavaObjectVariable(Object, int, Object) - Method in class org.jruby.javasupport.JavaSupport
 
setJavaProxy(boolean) - Method in class org.jruby.RubyModule
Set whether this class is associated with (i.e.
setJavaProxyClassFactory(JavaProxyClassFactory) - Method in class org.jruby.Ruby
 
setJitBackground(boolean) - Method in class org.jruby.RubyInstanceConfig
Set whether the JIT compiler should run in a background thread (Executor-based).
setJitLogEvery(int) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes a value of n, so that jitted methods are logged in every n methods.
setJitLogEvery(int) - Method in class org.jruby.embed.ScriptingContainer
Changes a value of n, so that jitted methods are logged in every n methods.
setJitLogEvery(int) - Method in class org.jruby.RubyInstanceConfig
 
setJitMax(int) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes a value of a max class cache size.
setJitMax(int) - Method in class org.jruby.embed.ScriptingContainer
Changes a value of a max class cache size.
setJitMax(int) - Method in class org.jruby.RubyInstanceConfig
 
setJitMaxSize(int) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes a value of a max size of the bytecode generated by compiler.
setJitMaxSize(int) - Method in class org.jruby.embed.ScriptingContainer
Changes a value of a max size of the bytecode generated by compiler.
setJitMaxSize(int) - Method in class org.jruby.RubyInstanceConfig
 
setJittedName(String) - Method in class org.jruby.ir.IRMethod
 
setJitThreshold(int) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes a value of the threshold that determines whether jitted methods' call reached to the limit or not.
setJitThreshold(int) - Method in class org.jruby.embed.ScriptingContainer
Changes a value of the threshold that determines whether jitted methods' call reached to the limit or not.
setJitThreshold(int) - Method in class org.jruby.RubyInstanceConfig
 
setJRubyHome(ScriptingContainer) - Static method in class org.jruby.embed.util.SystemPropertyCatcher
Deprecated.
setJRubyHome(String) - Method in class org.jruby.Ruby
 
setJRubyHome(String) - Method in class org.jruby.RubyInstanceConfig
 
setKCode(KCode) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes a value of KCode to a given value.
setKCode(KCode) - Method in class org.jruby.embed.ScriptingContainer
Changes a value of KCode to a given value.
setKCode(KCode) - Method in class org.jruby.Ruby
 
setKCode(KCode) - Method in class org.jruby.RubyInstanceConfig
 
setKeepAlive(Channel, boolean) - Method in enum org.jruby.ext.socket.SocketType
 
setKernelGsubDefined(boolean) - Method in class org.jruby.RubyInstanceConfig
Set whether Kernel#gsub should be defined
setKey(Object) - Method in class org.jruby.truffle.runtime.hash.Entry
 
setKlazz(RubyModule) - Method in class org.jruby.runtime.Frame
Set the class we are calling against.
setLabelIndices(Map<String, Integer>) - Method in class org.jruby.ir.IRScope
 
setLastCallStatus(CallType) - Method in class org.jruby.runtime.ThreadContext
Returns the lastCallStatus.
setLastCallStatusAndVisibility(CallType, Visibility) - Method in class org.jruby.runtime.ThreadContext
 
setLastExitStatus(IRubyObject) - Method in class org.jruby.runtime.ThreadContext
 
setLastInSequence(Entry) - Method in class org.jruby.truffle.runtime.core.RubyHash
 
setLastLine(IRubyObject) - Method in class org.jruby.runtime.Frame
 
setLastLine(Ruby, ThreadContext, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
setLastLine(IRubyObject) - Method in class org.jruby.runtime.ThreadContext
Set the $_ (lastlne) "global" to the given value.
setLeftParenBegin(int) - Method in class org.jruby.lexer.yacc.RubyLexer
 
setLexer(RubyLexer) - Method in class org.jruby.parser.ParserSupport
 
setLexicalScope(LexicalScope) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
setLine(int) - Method in class org.jruby.runtime.backtrace.BacktraceElement
 
setLine(int) - Method in class org.jruby.runtime.Binding
 
setLine(int) - Method in class org.jruby.runtime.ThreadContext
 
setLineNumber(int) - Method in class org.jruby.util.io.OpenFile
 
setLiteral() - Method in class org.jruby.RubyRegexp
 
setLiteral(boolean) - Method in class org.jruby.util.RegexpOptions
 
setLiveModule(RubyModule) - Method in class org.jruby.truffle.runtime.LexicalScope
 
setLoadedNativeExtensions(boolean) - Static method in class org.jruby.RubyInstanceConfig
 
setLoader(ClassLoader) - Method in class org.jruby.RubyInstanceConfig
 
setLoadGemfile(boolean) - Method in class org.jruby.RubyInstanceConfig
Set whether to load and setup bundler on startup.
setLoadName(String) - Method in class org.jruby.runtime.load.LoadService.SearchState
 
setLoadPaths(List<String>) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes a list of load paths Ruby scripts/libraries.
setLoadPaths(List<String>) - Method in class org.jruby.embed.ScriptingContainer
Changes a list of load paths Ruby scripts/libraries.
setLoadPaths(List<String>) - Method in class org.jruby.RubyInstanceConfig
 
setLoadServiceCreator(RubyInstanceConfig.LoadServiceCreator) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes a LoadServiceCreator to a given one.
setLoadServiceCreator(RubyInstanceConfig.LoadServiceCreator) - Method in class org.jruby.embed.ScriptingContainer
Changes a LoadServiceCreator to a given one.
setLoadServiceCreator(RubyInstanceConfig.LoadServiceCreator) - Method in class org.jruby.RubyInstanceConfig
 
setLocalVariables(Map<String, LocalVariable>) - Method in class org.jruby.ir.IRScope
Set the local variables for this scope.
setLocation(RubyClass) - Method in class org.jruby.Ruby
 
setLongFixnum(RubyArray, int, int, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexSetNode
 
setLongFixnum(RubyArray, int, long, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexSetNode
 
setLongFixnum(Frame, long) - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
setLongInIntegerFixnum(RubyArray, int, long, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexSetNode
 
setMainThread(Thread, RubyThread) - Method in class org.jruby.internal.runtime.ThreadService
 
setMarshal(ObjectMarshal) - Method in class org.jruby.RubyClass
 
setMemory(long, long, byte) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
setMemory(long, long, byte) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
setMemory(long, long, byte) - Method in class org.jruby.ext.ffi.MemoryIO
Sets the contents of the memory area to the value.
setMemory(long, long, byte) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
setMemoryIO(MemoryIO) - Method in class org.jruby.ext.ffi.MemoryObject
Replaces the native memory object backing this ruby memory object
setMetaClass(RubyClass) - Method in class org.jruby.IncludedModule
 
setMetaClass(RubyClass) - Method in class org.jruby.RubyBasicObject
Makes it possible to change the metaclass of an object.
setMethod(String) - Method in class org.jruby.runtime.backtrace.BacktraceElement
 
setMethod(String) - Method in class org.jruby.runtime.Binding
 
SetMethodDeclarationContext - Class in org.jruby.truffle.nodes.methods
 
SetMethodDeclarationContext(RubyContext, SourceSection, String, RubyNode) - Constructor for class org.jruby.truffle.nodes.methods.SetMethodDeclarationContext
 
setMethodLocation(RubyModule) - Method in class org.jruby.RubyModule
 
setMethods(Map) - Method in class org.jruby.IncludedModule
 
setMethods(Map) - Method in class org.jruby.IncludedModuleWrapper
 
setMethodVisibility(IRubyObject[], Visibility) - Method in class org.jruby.RubyModule
set_method_visibility
setMethodVisitor(MethodVisitor) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
setMicroseconds(long) - Method in class org.jruby.RubyTime
 
setMode(int) - Method in class org.jruby.util.io.OpenFile
 
setModeFlags(ModeFlags) - Method in class org.jruby.util.io.IOOptions
 
setModes(ModeFlags) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
setModes(ModeFlags) - Method in class org.jruby.util.io.CRLFStreamWrapper
 
setModes(ModeFlags) - Method in interface org.jruby.util.io.Stream
 
setModifiers(List<Object>) - Method in class org.jruby.ast.java_signature.SignatureNode
 
setModule(RubyModule) - Method in class org.jruby.parser.StaticScope
 
setModuleSuperClass(RubyClass) - Method in class org.jruby.RubyClass
 
setMultiline(boolean) - Method in class org.jruby.util.RegexpOptions
 
setName(String) - Method in class org.jruby.ast.ArgumentNode
 
setName(String) - Method in class org.jruby.ast.BlockArgNode
 
setName(String) - Method in class org.jruby.ast.ClassVarNode
 
setName(String) - Method in class org.jruby.ast.Colon3Node
 
setName(String) - Method in class org.jruby.ast.ConstNode
 
setName(String) - Method in class org.jruby.ast.DAsgnNode
 
setName(String) - Method in class org.jruby.ast.DVarNode
Sets the name of this variable (for refactoring support)
setName(String) - Method in class org.jruby.ast.InstAsgnNode
 
setName(String) - Method in class org.jruby.ast.InstVarNode
 
setName(String) - Method in class org.jruby.ast.LocalAsgnNode
Change the name of this local assignment (for refactoring)
setName(String) - Method in class org.jruby.ast.LocalVarNode
Set the name of this variable (for refactoring support)
setName(String) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
setName(String) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Set the base name for this method.
setName(String) - Method in class org.jruby.ir.IRClosure
 
setName(String) - Method in class org.jruby.ir.IRScope
 
setName(String) - Method in class org.jruby.runtime.Frame
Set the method name associated with this frame
setName(String) - Method in class org.jruby.truffle.nodes.core.CoreMethodNode
 
setName(String) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
setNanoseconds(long) - Method in class org.jruby.truffle.runtime.core.RubyTime
 
setNativeCall(int, boolean, DynamicMethod.NativeCall) - Method in class org.jruby.internal.runtime.methods.AliasMethod
 
setNativeCall(Class, String, Class, Class[], boolean) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
setNativeCall(int, boolean, DynamicMethod.NativeCall) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
setNativeCall(Class, String, Class, Class[], boolean, boolean) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
setNativeCall(Class, String, Class, Class[], boolean, boolean) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Set the single-arity NativeCall for this method.
setNativeCall(Class, String, Class, Class[], boolean) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Set the single-arity NativeCall for this method.
setNativeCall(int, boolean, DynamicMethod.NativeCall) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
 
setNativeEnabled(boolean) - Method in class org.jruby.embed.ScriptingContainer
Set whether native code is enabled for this config.
setNativeEnabled(boolean) - Method in class org.jruby.RubyInstanceConfig
Set whether native code is enabled for this config.
setNativeHandle(Object) - Method in class org.jruby.RubyBasicObject
Deprecated.
setNeedsDeclarationFrame() - Method in class org.jruby.truffle.translator.TranslatorEnvironment
 
setNextInLookup(Entry) - Method in class org.jruby.truffle.runtime.hash.Entry
 
setNextInSequence(Entry) - Method in class org.jruby.truffle.runtime.hash.Entry
 
setNonblock(Ruby) - Method in class org.jruby.util.io.OpenFile
 
setNormalMethodMissing(DynamicMethod) - Method in class org.jruby.Ruby
 
setNotImplemented(boolean) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
setNotImplemented(boolean) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Set whether this method is "not implemented".
setNSec(long) - Method in class org.jruby.RubyTime
 
setNSec(long) - Method in class org.jruby.util.RubyDateFormat
Deprecated.
 
setNull(RubyHash, Object, Object) - Method in class org.jruby.truffle.nodes.core.HashNodes.SetIndexNode
 
setNullIntegerFixnum(RubyArray, int, int, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexSetNode
 
setNullLongFixnum(RubyArray, int, long, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexSetNode
 
setNullObject(RubyArray, int, Object, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexSetNode
 
setNumber(Node) - Method in class org.jruby.ast.ComplexNode
 
setobj(IRubyObject) - Method in class org.jruby.ext.weakref.WeakRef
 
setObject(Object) - Method in class org.jruby.java.proxies.JavaProxy
 
setObject(RubyArray, int, Object, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexSetNode
 
setObject(RubyArray, int, int, Object) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexSetNode
 
setObject(Frame, Object) - Method in class org.jruby.truffle.nodes.methods.locals.FrameSlotNode
 
setObjectJavaClass(JavaClass) - Method in class org.jruby.javasupport.JavaSupport
 
setObjectSpaceEnabled(boolean) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes the value to determine whether the Object Space is enabled or not.
setObjectSpaceEnabled(boolean) - Method in class org.jruby.embed.ScriptingContainer
Changes the value to determine whether the Object Space is enabled or not.
setObjectSpaceEnabled(IRubyObject, IRubyObject) - Static method in class org.jruby.ext.jruby.JRubyUtilLibrary
 
setObjectSpaceEnabled(boolean) - Method in class org.jruby.Ruby
 
setObjectSpaceEnabled(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setOnce(boolean) - Method in class org.jruby.util.RegexpOptions
 
setOOBInline(Channel, boolean) - Method in enum org.jruby.ext.socket.SocketType
 
setOutput(PrintStream) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes STDOUT and $stdout to a given output stream.
setOutput(Writer) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes STDOUT and $stdout to a given writer.
setOutput(PrintStream) - Method in class org.jruby.embed.ScriptingContainer
Changes STDOUT and $stdout to a given output stream.
setOutput(Writer) - Method in class org.jruby.embed.ScriptingContainer
Changes STDOUT and $stdout to a given writer.
setOutput(PrintStream) - Method in class org.jruby.RubyInstanceConfig
 
setPackedArray(VirtualFrame, RubyHash, Object, Object) - Method in class org.jruby.truffle.nodes.core.HashNodes.SetIndexNode
 
setParameterDesc(String) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
setParameterList(String[]) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
setParameterList(String[]) - Method in class org.jruby.ir.IRClosure
 
setParameterList(String[]) - Method in class org.jruby.runtime.IRBlockBody
 
setParent(RubyModule) - Method in class org.jruby.RubyModule
 
setParent(Invocation) - Method in class org.jruby.runtime.profile.builtin.Invocation
 
setParserDebug(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setParserSupport(ParserSupport) - Method in class org.jruby.lexer.yacc.RubyLexer
Parse must pass its support object for some check at bottom of yylex().
setPasswdStruct(RubyClass) - Method in class org.jruby.Ruby
 
setPath(String) - Method in class org.jruby.util.io.OpenFile
 
setpgid(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
setpgid(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
setpgid(Ruby, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
setpgrp(IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
setpgrp(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess
 
setpgrp(Ruby) - Static method in class org.jruby.RubyProcess
 
setPid(long) - Method in class org.jruby.util.io.OpenFile
 
setPosition(ISourcePosition) - Method in class org.jruby.ast.Node
 
setPosition(ISourcePosition) - Method in interface org.jruby.lexer.yacc.ISourcePositionHolder
 
setPrefixedNameIndexTo(String, int) - Method in class org.jruby.ir.IRScope
 
setPreviousCRefScope(StaticScope) - Method in class org.jruby.parser.StaticScope
 
setPreviousInSequence(Entry) - Method in class org.jruby.truffle.runtime.hash.Entry
 
setPriority(int) - Method in class org.jruby.internal.runtime.NativeThread
 
setPriority(int) - Method in interface org.jruby.internal.runtime.ThreadLike
 
setpriority(IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
setpriority(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
setpriority(Ruby, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
setPrivate(boolean) - Method in class org.jruby.truffle.runtime.RubyConstant
 
setPrivateMethodMissing(DynamicMethod) - Method in class org.jruby.Ruby
 
setProcess(Process) - Method in class org.jruby.util.io.OpenFile
 
setProcessLineEnds(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setProcNew(boolean) - Method in class org.jruby.ir.instructions.CallBase
 
setProcObject(RubyProc) - Method in class org.jruby.runtime.Block
Set the proc object associated with this block
setProfile(Profile) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes a profiler to a given one.
setProfile(Profile) - Method in class org.jruby.embed.ScriptingContainer
Changes a Profile to a given one.
setProfile(RubyInstanceConfig.ProfilingMode) - Method in class org.jruby.embed.ScriptingContainer
Deprecated.
Use setProfilingMode instead
setProfile(Profile) - Method in class org.jruby.RubyInstanceConfig
 
setProfileMaxMethods(int) - Method in class org.jruby.RubyInstanceConfig
Set the maximum number of methods to consider when profiling.
setProfileOutput(ProfileOutput) - Method in class org.jruby.embed.ScriptingContainer
Changes ProfileOutput to given one.
setProfileOutput(ProfileOutput) - Method in class org.jruby.RubyInstanceConfig
 
setProfilingMode(RubyInstanceConfig.ProfilingMode) - Method in class org.jruby.embed.ScriptingContainer
Changes a ProfilingMode to a given one.
setProfilingMode(RubyInstanceConfig.ProfilingMode) - Method in class org.jruby.RubyInstanceConfig
 
setProfilingService(String) - Method in class org.jruby.RubyInstanceConfig
 
setProtectedMethodMissing(DynamicMethod) - Method in class org.jruby.Ruby
 
setpwent(IRubyObject) - Static method in class org.jruby.ext.etc.RubyEtc
 
setReader(Reader) - Method in class org.jruby.embed.ScriptingContainer
Replaces a standard input by a specified reader
setReadLength(int) - Method in class org.jruby.RubyString
 
setReceiveBufferSize(Channel, int) - Method in enum org.jruby.ext.socket.SocketType
 
setRecordSeparator(String) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes a record separator to a given value.
setRecordSeparator(String) - Method in class org.jruby.embed.ScriptingContainer
Changes a record separator to a given value.
setRecordSeparator(String) - Method in class org.jruby.RubyInstanceConfig
 
setRecordSeparatorVar(GlobalVariable) - Method in class org.jruby.Ruby
 
setRecursiveDepth(int) - Method in class org.jruby.runtime.profile.builtin.Invocation
 
setRecursiveSet(Set<RecursiveComparator.Pair>) - Method in class org.jruby.runtime.ThreadContext
 
setRegexpEncoding(RegexpNode, ByteList) - Method in class org.jruby.parser.ParserSupport
 
setReifiedClass(Class) - Method in class org.jruby.RubyClass
 
setRequiredArgs(int) - Method in class org.jruby.parser.StaticScope
 
setRescuerBB(BasicBlock, BasicBlock) - Method in class org.jruby.ir.representations.CFG
 
setRespondToMethod(DynamicMethod) - Method in class org.jruby.Ruby
 
setRespondToMissingMethod(DynamicMethod) - Method in class org.jruby.Ruby
 
setRestArg(int) - Method in class org.jruby.parser.StaticScope
 
setResult(RubyParserResult) - Method in class org.jruby.parser.ParserSupport
Sets the result.
setReturnType(TypeNode) - Method in class org.jruby.ast.java_signature.MethodSignatureNode
 
setReuseAddress(Channel, boolean) - Method in enum org.jruby.ext.socket.SocketType
 
setrlimit(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
 
setRootFiber(IRubyObject) - Method in class org.jruby.Ruby
 
setRootFiber(ThreadFiber) - Method in class org.jruby.runtime.ThreadContext
 
setRootScope(StaticScope) - Method in class org.jruby.ast.executable.AbstractScript
 
setRootScope(StaticScope) - Method in interface org.jruby.ast.executable.Script
 
setRootThread(RubyThread) - Method in class org.jruby.runtime.ThreadContext
 
setRootThread(Thread) - Method in class org.jruby.truffle.runtime.core.RubyThread
 
setRPC(int) - Method in class org.jruby.ir.instructions.Instr
 
setRubyClassAllocator(Class) - Method in class org.jruby.RubyClass
Set a reflective allocator that calls the "standard" Ruby object constructor (Ruby, RubyClass) on the given class.
setRubyObject(IRubyObject) - Method in interface org.jruby.embed.variable.BiVariable
Sets a org.jruby.runtime.builtin.IRubyObject type, Ruby object as a value of this object.
setRubyStaticAllocator(Class) - Method in class org.jruby.RubyClass
Set a reflective allocator that calls the "standard" Ruby object constructor (Ruby, RubyClass) on the given class via a static __allocate__ method intermediate.
setRunRubyInProcess(boolean) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes the value to determine whether Ruby runs in a process or not.
setRunRubyInProcess(boolean) - Method in class org.jruby.embed.ScriptingContainer
Changes the value to determine whether Ruby runs in a process or not.
setRunRubyInProcess(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setSafeLevel(int) - Method in class org.jruby.Ruby
Deprecated.
setSafeLevel(int) - Method in class org.jruby.RubyInstanceConfig
Deprecated.
setScope(DynamicScope) - Method in class org.jruby.parser.RubyParserResult
 
setScopeType(IRScopeType) - Method in class org.jruby.parser.StaticScope
 
setScriptFilename(String) - Method in interface org.jruby.embed.EmbedRubyInstanceConfigAdapter
Changes a script filename to run.
setScriptFilename(String) - Method in class org.jruby.embed.ScriptingContainer
Changes a script filename to run.
setScriptFileName(String) - Method in class org.jruby.RubyInstanceConfig
 
setSeconds(long) - Method in class org.jruby.truffle.runtime.core.RubyTime
 
setSecurityRestricted(boolean) - Static method in class org.jruby.Ruby
 
setSelf(IRubyObject) - Method in class org.jruby.runtime.Binding
 
setSelf(IRubyObject) - Method in class org.jruby.runtime.Frame
Set the self associated with this frame
setSendBufferSize(Channel, int) - Method in enum org.jruby.ext.socket.SocketType
 
setShouldCheckSyntax(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setShouldPrintProperties(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setShouldPrintUsage(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setShouldRunInterpreter(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setShowBytecode(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setShowCopyright(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setShowVersion(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setsid(IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
setsid(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess
 
setsid(Ruby) - Static method in class org.jruby.RubyProcess
 
setSingleton(boolean) - Method in class org.jruby.internal.runtime.methods.JavaMethod
 
setSiphashEnabled(boolean) - Method in class org.jruby.RubyInstanceConfig
 
setSize(int) - Method in class org.jruby.truffle.runtime.core.RubyArray
 
setSize(int) - Method in class org.jruby.truffle.runtime.core.RubyHash
 
setSocketOption(Channel, SocketOption, int) - Method in enum org.jruby.ext.socket.SocketType
 
setsockopt(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
setsockopt(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyBasicSocket
Deprecated.
setsockopt(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.socket.RubyUNIXSocket
 
setSoLinger(Channel, boolean, int) - Method in enum org.jruby.ext.socket.SocketType
 
setSoTimeout(Channel, int) - Method in enum org.jruby.ext.socket.SocketType
 
setSource(LexerSource) - Method in class org.jruby.lexer.yacc.RubyLexer
Allow the parser to set the source for its lexer.
setSourceEncoding(String) - Method in class org.jruby.RubyInstanceConfig
 
setSplit(boolean) - Method in class org.jruby.RubyInstanceConfig
 
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(RubyLexer.LexState) - Method in class org.jruby.lexer.yacc.RubyLexer
 
setState(VirtualFrame, boolean) - Method in class org.jruby.truffle.nodes.methods.locals.FlipFlopStateNode
 
setState(VirtualFrame, boolean) - Method in class org.jruby.truffle.nodes.methods.locals.LevelFlipFlopStateNode
 
setState(VirtualFrame, boolean) - Method in class org.jruby.truffle.nodes.methods.locals.LocalFlipFlopStateNode
 
setStaticScope(StaticScope) - Method in class org.jruby.runtime.BlockBody
 
setStaticScope(StaticScope) - Method in class org.jruby.runtime.CallBlock
 
setStaticScope(StaticScope) - Method in class org.jruby.runtime.CallBlock19
 
setStaticScope(StaticScope) - Method in class org.jruby.runtime.ContextAwareBlockBody
 
setStaticScope(StaticScope) - Method in class org.jruby.runtime.JavaInternalBlockBody
 
setStaticScope(StaticScope) - Method in class org.jruby.runtime.NullBlockBody
 
setStatus(int) - Method in exception org.jruby.exceptions.MainExitException
 
setStore(Object, int) - Method in class org.jruby.truffle.runtime.core.RubyArray
 
setStore(Object, int, Entry, Entry) - Method in class org.jruby.truffle.runtime.core.RubyHash
 
setStrBuf(Ruby, IRubyObject, int) - Static method in class org.jruby.util.io.EncodingUtils
 
setStrTerm(StrTerm) - Method in class org.jruby.lexer.yacc.RubyLexer
 
setSuperCallSite(CallSite[], int) - Static method in class org.jruby.ast.executable.AbstractScript
 
setSuperClass(RubyClass) - Method in class org.jruby.RubyModule
 
setSuperMethodMissing(DynamicMethod) - Method in class org.jruby.Ruby
 
setSync(boolean) - Method in class org.jruby.RubyIO
 
setSync(boolean) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
setSync(boolean) - Method in class org.jruby.util.io.CRLFStreamWrapper
 
setSync(boolean) - Method in class org.jruby.util.io.OpenFile
 
setSync(boolean) - Method in interface org.jruby.util.io.Stream
 
setTaint(IRubyObject, boolean) - Static method in class org.jruby.BasicObjectStub
 
setTaint(boolean) - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod setTaint.
setTaint(boolean) - Method in class org.jruby.RubyBasicObject
Sets the taint flag.
setTaint(boolean) - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod setTaint.
setTarget(int) - Method in exception org.jruby.exceptions.JumpException.FlowControlException
 
setTarget(MethodHandle) - Method in class org.jruby.ir.targets.InvokeSite
 
setTarget(MethodHandle) - Method in class org.jruby.runtime.invokedynamic.GlobalSite
 
setTarget(MethodHandle) - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
setTargetPC(int) - Method in class org.jruby.ir.operands.Label
 
setTask(String) - Method in class org.jruby.ant.Rake
 
setTcpNoDelay(Channel, boolean) - Method in enum org.jruby.ext.socket.SocketType
 
setTemporaryVariableCount(int) - Method in class org.jruby.ir.IRScope
 
setTextMode() - Method in class org.jruby.util.io.OpenFile
 
setThread(RubyThread) - Method in class org.jruby.runtime.ThreadContext
 
setThread(String, Object) - Method in class org.jruby.truffle.runtime.core.RubyRegexp
 
setThreadLocalRuntime(Ruby) - Static method in class org.jruby.Ruby
Set the thread-local runtime to the given runtime.
setThrows(List<TypeNode>) - Method in class org.jruby.ast.java_signature.SignatureNode
 
SetTopLevelBindingNode - Class in org.jruby.truffle.nodes.core
 
SetTopLevelBindingNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.SetTopLevelBindingNode
 
setTopLevelBindingScope(DynamicScope) - Method in class org.jruby.ir.IRScriptBody
 
setTraceFunc(RubyProc) - Method in class org.jruby.Ruby.CallTraceFuncHook
 
setTraceFunc(RubyNilClass) - Method in class org.jruby.truffle.nodes.core.KernelNodes.SetTraceFuncNode
 
setTraceFunc(RubyProc) - Method in class org.jruby.truffle.nodes.core.KernelNodes.SetTraceFuncNode
 
setTraceFunc(RubyProc) - Method in class org.jruby.truffle.runtime.subsystems.TraceManager
 
setTraceFunction(RubyProc) - Method in class org.jruby.Ruby
 
setTraceType(TraceType) - Method in class org.jruby.RubyInstanceConfig
 
setTraceVar(String, RubyProc) - Method in class org.jruby.internal.runtime.GlobalVariables
 
setTruffleHooks(TruffleHooksStub) - Method in class org.jruby.RubyInstanceConfig
 
setTypeForArray(TypeNode) - Method in class org.jruby.ast.java_signature.ArrayTypeNode
 
setuid(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
Deprecated.
setuid(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess.Sys
 
setuid_p() - Method in class org.jruby.RubyFileStat
 
setuid_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
setuid_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
setUntrusted(IRubyObject, boolean) - Static method in class org.jruby.BasicObjectStub
 
setUntrusted(boolean) - Method in class org.jruby.ir.operands.UndefinedValue
RubyMethod setUntrusted.
setUntrusted(boolean) - Method in class org.jruby.RubyBasicObject
Deprecated.
setUntrusted(boolean) - Method in interface org.jruby.runtime.builtin.IRubyObject
RubyMethod setUntrusted.
setup(Ruby) - Static method in class org.jruby.ext.thread.ConditionVariable
 
setup(Ruby) - Static method in class org.jruby.ext.thread.Mutex
 
setup(Ruby) - Static method in class org.jruby.ext.thread.Queue
 
setup(Ruby) - Static method in class org.jruby.ext.thread.SizedQueue
 
setup(IRScope, Collection<LocalVariable>) - Method in class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
Initialize the problem with all vars from the surrounding scope variables.
setup(IRScope) - Method in class org.jruby.ir.dataflow.DataFlowProblem
 
setup(ThreadContext, IRubyObject, IRubyObject[]) - Method in class org.jruby.java.proxies.ArrayJavaProxyCreator
 
setup(Ruby) - Method in class org.jruby.util.RegexpOptions
Calculate the encoding based on kcode option set via 'nesu'.
setupBlockArg(Ruby, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.CompiledBlock
 
setupBlockArgs(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.CompiledBlock
 
setupCallArgs(Node, IRScope) - Method in class org.jruby.ir.IRBuilder
 
setUpdateNativeENVEnabled(boolean) - Method in class org.jruby.RubyInstanceConfig
Ensure that the JVM process' native environment will be updated when ENV is modified .
setupInterfaceModule(RubyModule) - Method in class org.jruby.javasupport.JavaClass
 
setupProxy(RubyClass) - Method in class org.jruby.javasupport.JavaClass
 
setUpUseDefLocalVarMaps() - Method in class org.jruby.ir.IRScope
 
setupYieldArgsAndYieldResult(YieldInstr, BasicBlock, Arity) - Method in class org.jruby.ir.transformations.inlining.InlineCloneInfo
 
setUsageError(boolean) - Method in exception org.jruby.exceptions.MainExitException
 
setUSec(long) - Method in class org.jruby.RubyTime
 
setValue(BigInteger) - Method in class org.jruby.ast.BignumNode
 
setValue(long) - Method in class org.jruby.ast.FixnumNode
 
setValue(double) - Method in class org.jruby.ast.FloatNode
Sets the value
setValue(Object) - Method in exception org.jruby.exceptions.JumpException.FlowControlException
 
setValue(ThreadContext, IRubyObject) - Method in class org.jruby.ext.jruby.JRubyExecutionContextLocal
 
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.RubyLexer
 
setValue(Object) - Method in class org.jruby.RubyHash.RubyHashEntry
 
setValue(CharSequence) - Method in class org.jruby.RubyString
Deprecated. 
setValue(ByteList) - Method in class org.jruby.RubyString
 
setValue(int, IRubyObject, int) - Method in class org.jruby.runtime.DynamicScope
Set value in current dynamic scope or one of its captured scopes.
setValue(IRubyObject, int, int) - Method in class org.jruby.runtime.DynamicScope
Set value in current dynamic scope or one of its captured scopes.
setValue(IRubyObject) - Method in interface org.jruby.runtime.IAccessor
 
setValue(int, IRubyObject, int) - Method in class org.jruby.runtime.scope.FourVarDynamicScope
Set value in current dynamic scope or one of its captured scopes.
setValue(int, IRubyObject, int) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
Set value in current dynamic scope or one of its captured scopes.
setValue(int, IRubyObject, int) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
Set value in current dynamic scope or one of its captured scopes.
setValue(int, IRubyObject, int) - Method in class org.jruby.runtime.scope.OneVarDynamicScope
Set value in current dynamic scope or one of its captured scopes.
setValue(int, IRubyObject, int) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
Set value in current dynamic scope or one of its captured scopes.
setValue(int, IRubyObject, int) - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
Set value in current dynamic scope or one of its captured scopes.
setValue(int, IRubyObject, int) - Method in class org.jruby.runtime.scope.TwoVarDynamicScope
Set value in current dynamic scope or one of its captured scopes.
setValue(Object) - Method in class org.jruby.truffle.runtime.hash.Entry
 
setValueDepthZero(IRubyObject, int) - Method in class org.jruby.runtime.DynamicScope
setValue for depth zero
setValueDepthZero(IRubyObject, int) - Method in class org.jruby.runtime.scope.FourVarDynamicScope
 
setValueDepthZero(IRubyObject, int) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
 
setValueDepthZero(IRubyObject, int) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
setValueDepthZero(IRubyObject, int) - Method in class org.jruby.runtime.scope.OneVarDynamicScope
 
setValueDepthZero(IRubyObject, int) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
 
setValueDepthZero(IRubyObject, int) - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
 
setValueDepthZero(IRubyObject, int) - Method in class org.jruby.runtime.scope.TwoVarDynamicScope
 
setValueNode(Node) - Method in class org.jruby.ast.AssignableNode
Sets the valueNode.
setValueOneDepthZero(IRubyObject) - Method in class org.jruby.runtime.DynamicScope
Set value one in this scope.
setValueOneDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
 
setValueOneDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
setValueOneDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
 
setValueOneDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.TwoVarDynamicScope
 
setValueThreeDepthZero(IRubyObject) - Method in class org.jruby.runtime.DynamicScope
Set value three in this scope.
setValueThreeDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.FourVarDynamicScope
 
setValueThreeDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
 
setValueThreeDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
setValueThreeDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
 
setValueTwoDepthZero(IRubyObject) - Method in class org.jruby.runtime.DynamicScope
Set value two in this scope.
setValueTwoDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
 
setValueTwoDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
setValueTwoDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
 
setValueTwoDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.ThreeVarDynamicScope
 
setValueZeroDepthZero(IRubyObject) - Method in class org.jruby.runtime.DynamicScope
Set value zero in this scope;
setValueZeroDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.ManyVarsDynamicScope
 
setValueZeroDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.NoVarsDynamicScope
 
setValueZeroDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.OneVarDynamicScope
 
setValueZeroDepthZero(IRubyObject) - Method in class org.jruby.runtime.scope.SharedBindingDynamicScope
 
setVariable(int, String, IRubyObject, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
setVariable(int, String, IRubyObject, IRubyObject) - Method in class org.jruby.ast.executable.RuntimeCache
 
setVariable(IRubyObject, int, Object) - Static method in class org.jruby.BasicObjectStub
 
setVariable(BiVariable) - Method in class org.jruby.embed.internal.BiVariableMap
Deprecated.
setVariable(RubyObject, BiVariable) - Method in class org.jruby.embed.internal.BiVariableMap
 
setVariable(int, Object) - Method in class org.jruby.ir.operands.UndefinedValue
 
setVariable(int, Object) - Method in class org.jruby.java.proxies.JavaProxy
 
setVariable(int, Object) - Method in class org.jruby.RubyBasicObject
 
setVariable(int, Object) - Method in interface org.jruby.runtime.builtin.IRubyObject
 
setVariable(IRubyObject, IRubyObject) - Method in class org.jruby.runtime.invokedynamic.VariableSite
 
setVariable(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.StampedVariableAccessor
Set the given variable index into the specified object.
setVariable(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.SynchronizedVariableAccessor
Set the given variable index into the specified object.
setVariable(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar0
Set the given variable index into the specified object.
setVariable(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar1
Set the given variable index into the specified object.
setVariable(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar2
Set the given variable index into the specified object.
setVariable(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar3
Set the given variable index into the specified object.
setVariable(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar4
Set the given variable index into the specified object.
setVariable(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar5
Set the given variable index into the specified object.
setVariable(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar6
Set the given variable index into the specified object.
setVariable(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar7
Set the given variable index into the specified object.
setVariable(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar8
Set the given variable index into the specified object.
setVariable(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar9
Set the given variable index into the specified object.
setVariable0(String, IRubyObject, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
setVariable1(String, IRubyObject, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
setVariable2(String, IRubyObject, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
setVariable3(String, IRubyObject, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
setVariable4(String, IRubyObject, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
setVariable5(String, IRubyObject, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
setVariable6(String, IRubyObject, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
setVariable7(String, IRubyObject, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
setVariable8(String, IRubyObject, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
setVariable9(String, IRubyObject, IRubyObject) - Method in class org.jruby.ast.executable.AbstractScript
 
setVariableCallSite(CallSite[], int, String) - Static method in class org.jruby.ast.executable.AbstractScript
 
setVariableChecked(RubyObjectVar0, Object) - Static method in class org.jruby.RubyObjectVar0
 
setVariableChecked(RubyObjectVar1, Object) - Static method in class org.jruby.RubyObjectVar1
 
setVariableChecked(RubyObjectVar2, Object) - Static method in class org.jruby.RubyObjectVar2
 
setVariableChecked(RubyObjectVar3, Object) - Static method in class org.jruby.RubyObjectVar3
 
setVariableChecked(RubyObjectVar4, Object) - Static method in class org.jruby.RubyObjectVar4
 
setVariableChecked(RubyObjectVar5, Object) - Static method in class org.jruby.RubyObjectVar5
 
setVariableChecked(RubyObjectVar6, Object) - Static method in class org.jruby.RubyObjectVar6
 
setVariableChecked(RubyObjectVar7, Object) - Static method in class org.jruby.RubyObjectVar7
 
setVariableChecked(RubyObjectVar8, Object) - Static method in class org.jruby.RubyObjectVar8
 
setVariableChecked(RubyObjectVar9, Object) - Static method in class org.jruby.RubyObjectVar9
 
setVariableChecked(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.StampedVariableAccessor
Set the given variable index into the specified object.
setVariableChecked(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.SynchronizedVariableAccessor
Set the given variable index into the specified object.
setVariableChecked(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar0
Set the given variable index into the specified object.
setVariableChecked(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar1
Set the given variable index into the specified object.
setVariableChecked(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar2
Set the given variable index into the specified object.
setVariableChecked(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar3
Set the given variable index into the specified object.
setVariableChecked(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar4
Set the given variable index into the specified object.
setVariableChecked(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar5
Set the given variable index into the specified object.
setVariableChecked(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar6
Set the given variable index into the specified object.
setVariableChecked(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar7
Set the given variable index into the specified object.
setVariableChecked(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar8
Set the given variable index into the specified object.
setVariableChecked(RubyBasicObject, RubyClass, int, Object) - Static method in class org.jruby.runtime.ivars.VariableAccessorVar9
Set the given variable index into the specified object.
setVariableFail(VariableSite, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
setVariableFallback(VariableSite, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
setVariableInternal(RubyBasicObject, int, Object) - Method in class org.jruby.runtime.ivars.VariableTableManager
Virtual entry point for setting a variable into an object.
setVariableInternal(RubyClass, RubyBasicObject, int, Object) - Static method in class org.jruby.runtime.ivars.VariableTableManager
Static entry point for setting a variable in an object.
setVariableMethodMissing(DynamicMethod) - Method in class org.jruby.Ruby
 
setVariables(String[]) - Method in class org.jruby.parser.StaticScope
 
setVarsLiveOnScopeExit(Collection<LocalVariable>) - Method in class org.jruby.ir.dataflow.analyses.LiveVariablesProblem
 
setVerbose(IRubyObject) - Method in class org.jruby.Ruby
Setter for property isVerbose.
setVerbosity(RubyInstanceConfig.Verbosity) - Method in class org.jruby.RubyInstanceConfig
 
setVisibility(Visibility) - Method in class org.jruby.internal.runtime.methods.CompiledMethod.LazyCompiledMethod
 
setVisibility(Visibility) - Method in class org.jruby.internal.runtime.methods.DelegatingDynamicMethod
 
setVisibility(Visibility) - Method in class org.jruby.internal.runtime.methods.DynamicMethod
Set the visibility of this method.
setVisibility(Visibility) - Method in class org.jruby.internal.runtime.methods.NullMethod
Dummy implementation of setVisibility that does nothing.
setVisibility(Visibility) - Method in class org.jruby.internal.runtime.methods.UndefinedMethod
Dummy implementation of setVisibility that does nothing.
setVisibility(Visibility) - Method in class org.jruby.runtime.Binding
 
setVisibility(Visibility) - Method in class org.jruby.runtime.Frame
Change the visibility associated with this frame
setWarnings(IRubyWarnings) - Method in class org.jruby.lexer.yacc.RubyLexer
 
setWarnings(IRubyWarnings) - Method in class org.jruby.parser.ParserSupport
 
setWarnings(IRubyWarnings) - Method in class org.jruby.parser.RubyParser
 
setWithExceptionHandling(int, Object) - Method in class org.jruby.javasupport.JavaArray
 
setWithExceptionHandlingDirect(Ruby, Object, int, Object) - Static method in class org.jruby.java.util.ArrayUtils
 
setWithinTrace(boolean) - Method in class org.jruby.runtime.ThreadContext
Set whether we are actively tracing or not on this thread.
setWriter(Writer) - Method in class org.jruby.embed.ScriptingContainer
Replaces a standard output by a specified writer.
setXFlag(boolean) - Method in class org.jruby.RubyInstanceConfig
 
SexpMaker - Class in org.jruby.ast.util
 
SexpMaker() - Constructor for class org.jruby.ast.util.SexpMaker
 
sha1(IRScope) - Static method in class org.jruby.ast.util.SexpMaker
 
sha1(String, Node, Node) - Static method in class org.jruby.ast.util.SexpMaker
 
SHA1 - Class in org.jruby.ext.digest
 
SHA1() - Constructor for class org.jruby.ext.digest.SHA1
 
SHA2 - Class in org.jruby.ext.digest
 
SHA2() - Constructor for class org.jruby.ext.digest.SHA2
 
shadowing_lvar(String) - Method in class org.jruby.parser.ParserSupport
 
SharedBindingDynamicScope - Class in org.jruby.runtime.scope
 
SharedBindingDynamicScope(StaticScope, IRMethod) - Constructor for class org.jruby.runtime.scope.SharedBindingDynamicScope
 
SharedMethodInfo - Class in org.jruby.truffle.runtime.methods
InternalMethod objects are copied as properties such as visibility are changed.
SharedMethodInfo(SourceSection, LexicalScope, String, boolean, Node, boolean) - Constructor for class org.jruby.truffle.runtime.methods.SharedMethodInfo
 
ShellLauncher - Class in org.jruby.util
This mess of a class is what happens when all Java gives you is Runtime.getRuntime().exec().
ShellLauncher() - Constructor for class org.jruby.util.ShellLauncher
 
ShellLauncher.LaunchConfig - Class in org.jruby.util
 
ShellLauncher.LaunchConfig(Ruby, IRubyObject[], boolean) - Constructor for class org.jruby.util.ShellLauncher.LaunchConfig
 
ShellLauncher.POpenProcess - Class in org.jruby.util
 
ShellLauncher.POpenProcess(Process, Ruby, IOOptions) - Constructor for class org.jruby.util.ShellLauncher.POpenProcess
Deprecated.
ShellLauncher.POpenProcess(Process, Ruby, ModeFlags) - Constructor for class org.jruby.util.ShellLauncher.POpenProcess
 
ShellLauncher.POpenProcess(Process) - Constructor for class org.jruby.util.ShellLauncher.POpenProcess
 
shift(ThreadContext) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_shift
shift(int, short, int) - Method in class org.jruby.parser.YYDebug
 
shift(int, int) - Method in class org.jruby.parser.YYDebug
 
shift(ThreadContext) - Method in class org.jruby.RubyArray
rb_ary_shift
shift(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
 
shift(ThreadContext) - Method in class org.jruby.RubyHash
rb_hash_shift
shift(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ShiftNode
 
shift(ThreadContext) - Method in class org.jruby.util.collections.StringArraySet
 
shift(ThreadContext, IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
shiftCbuf(ThreadContext, int, IRubyObject) - Method in class org.jruby.util.io.OpenFile
 
shiftLeft(int) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
ShiftLeftCallSite - Class in org.jruby.runtime.callsite
 
ShiftLeftCallSite() - Constructor for class org.jruby.runtime.callsite.ShiftLeftCallSite
 
shiftRight(int) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
ShiftRightCallSite - Class in org.jruby.runtime.callsite
 
ShiftRightCallSite() - Constructor for class org.jruby.runtime.callsite.ShiftRightCallSite
 
SHORT - Static variable in class org.jruby.ast.java_signature.PrimitiveTypeNode
 
SHORT - Static variable in class org.jruby.parser.JavaSignatureParser
 
shortcutAppend(RubyString, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
shortcutAppend18(RubyString, IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
shouldAlwaysSplit() - Method in class org.jruby.truffle.runtime.methods.SharedMethodInfo
 
shouldBindMethod(CompatVersion, CompatVersion) - Static method in enum org.jruby.CompatVersion
 
ShouldDestructureNode - Class in org.jruby.truffle.nodes.methods.arguments
Switches between loading arguments as normal and doing a destructure.
ShouldDestructureNode(RubyContext, SourceSection, Arity, RespondToNode) - Constructor for class org.jruby.truffle.nodes.methods.arguments.ShouldDestructureNode
 
shouldJIT() - Method in enum org.jruby.RubyInstanceConfig.CompileMode
 
shouldMarshalEncoding() - Method in class org.jruby.RubyRegexp
 
shouldMarshalEncoding() - Method in class org.jruby.RubyString
 
shouldMarshalEncoding() - Method in class org.jruby.RubySymbol
 
shouldMarshalEncoding() - Method in interface org.jruby.runtime.encoding.MarshalEncoding
 
shouldPrecompileAll() - Method in enum org.jruby.RubyInstanceConfig.CompileMode
 
shouldPrecompileCLI() - Method in enum org.jruby.RubyInstanceConfig.CompileMode
 
shouldPrintProperties() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
shouldPrintUsage() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
shouldRunInProcess() - Method in class org.jruby.util.ShellLauncher.LaunchConfig
Only run an in-process script if the script name has "ruby", ".rb", or "irb" in the name.
shouldRunInShell() - Method in class org.jruby.util.ShellLauncher.LaunchConfig
This hack is to work around a problem with cmd.exe on windows where it can't interpret a filename with spaces in the first argument position as a command.
shouldRunInterpreter() - Method in class org.jruby.RubyInstanceConfig
Deprecated.
shouldTrySearch(LoadService.SearchState) - Method in class org.jruby.embed.osgi.internal.OSGiBundlesSearcher
 
shouldTrySearch(LoadService.SearchState) - Method in class org.jruby.runtime.load.LoadService.BailoutSearcher
Deprecated.
 
shouldTrySearch(LoadService.SearchState) - Method in class org.jruby.runtime.load.LoadService.ClassLoaderSearcher
Deprecated.
 
shouldTrySearch(LoadService.SearchState) - Method in class org.jruby.runtime.load.LoadService.ExtensionSearcher
Deprecated.
 
shouldTrySearch(LoadService.SearchState) - Method in interface org.jruby.runtime.load.LoadService.LoadSearcher
Deprecated.
 
shouldTrySearch(LoadService.SearchState) - Method in class org.jruby.runtime.load.LoadService.NormalSearcher
Deprecated.
 
shouldTrySearch(LoadService.SearchState) - Method in class org.jruby.runtime.load.LoadService.ScriptClassSearcher
Deprecated.
 
shouldTrySearch(LoadService.SearchState) - Method in class org.jruby.runtime.load.LoadService.SourceBailoutSearcher
Deprecated.
 
shuffle(ThreadContext) - Method in class org.jruby.RubyArray
 
shuffle(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyArray
 
shuffle_bang(ThreadContext) - Method in class org.jruby.RubyArray
 
shuffle_bang(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyArray
 
shutdown(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyBasicSocket
 
shutdown(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.socket.RubyTCPServer
 
shutdown(ThreadContext) - Method in class org.jruby.ext.thread.Queue
 
shutdown() - Method in class org.jruby.ext.thread.Queue
 
shutdown() - Method in class org.jruby.truffle.runtime.core.RubyFiber
 
shutdown() - Method in class org.jruby.truffle.runtime.core.RubyThread
 
shutdown() - Method in class org.jruby.truffle.runtime.RubyContext
 
shutdown() - Method in class org.jruby.truffle.runtime.subsystems.FiberManager
 
shutdown() - Method in class org.jruby.truffle.runtime.subsystems.ObjectSpaceManager
 
shutdown() - Method in class org.jruby.truffle.runtime.subsystems.ThreadManager
 
shutdown() - Method in class org.jruby.truffle.TruffleBridgeImpl
 
shutdown() - Method in interface org.jruby.TruffleBridge
 
Shutdownable - Interface in org.jruby.ext.socket
 
shutdownInput() - Method in interface org.jruby.ext.socket.Shutdownable
 
shutdownInput(Channel) - Method in enum org.jruby.ext.socket.SocketType
 
shutdownOutput() - Method in interface org.jruby.ext.socket.Shutdownable
 
shutdownOutput(Channel) - Method in enum org.jruby.ext.socket.SocketType
 
shutdownTruffleBridge() - Method in class org.jruby.Ruby
 
sid_available_p(IRubyObject) - Static method in class org.jruby.RubyProcess.GroupID
 
sid_available_p(IRubyObject) - Static method in class org.jruby.RubyProcess.UserID
 
sig(Class, Class...) - Static method in class org.jruby.util.CodegenUtils
Create a method signature from the given param types and return values
sig(Class[]) - Static method in class org.jruby.util.CodegenUtils
 
sig(Class, String, Class...) - Static method in class org.jruby.util.CodegenUtils
 
sign() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
sign - Variable in class org.jruby.RubyMath.NemesLogGamma
 
sign(double, double) - Static method in class org.jruby.RubyMath
 
SIGN_BIT - Static variable in class org.jruby.RubyFixnum
 
SIGN_NaN - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
SIGN_NEGATIVE_FINITE - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
SIGN_NEGATIVE_INFINITE - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
SIGN_NEGATIVE_ZERO - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
SIGN_POSITIVE_FINITE - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
SIGN_POSITIVE_INFINITE - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
SIGN_POSITIVE_ZERO - Static variable in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
signal(ThreadContext) - Method in class org.jruby.ext.thread.ConditionVariable
 
signaled() - Method in class org.jruby.RubyProcess.RubyStatus
 
SignalFacade - Interface in org.jruby.util
 
SignalNodes - Class in org.jruby.truffle.nodes.core
 
SignalNodes() - Constructor for class org.jruby.truffle.nodes.core.SignalNodes
 
SignalNodes.SignalNode - Class in org.jruby.truffle.nodes.core
 
SignalNodes.SignalNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.SignalNodes.SignalNode
 
SignalNodes.SignalNode(SignalNodes.SignalNode) - Constructor for class org.jruby.truffle.nodes.core.SignalNodes.SignalNode
 
SignalNodesFactory - Class in org.jruby.truffle.nodes.core
 
SignalNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.SignalNodesFactory
 
SignalNodesFactory.SignalNodeFactory - Class in org.jruby.truffle.nodes.core
 
signame(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubySignal
 
signature - Variable in class org.jruby.anno.JavaMethodDescriptor
 
signature - Variable in class org.jruby.ext.ffi.jffi.DefaultMethod
 
signature - Variable in class org.jruby.ext.ffi.jffi.JITNativeInvoker
 
signature - Variable in class org.jruby.ir.targets.MethodData
 
signature() - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
Get the actual incoming Signature for this call site.
signature - Variable in class org.jruby.runtime.IRBlockBody
 
Signature - Class in org.jruby.runtime
A representation of a Ruby method signature (argument layout, min/max, keyword layout, rest args).
Signature(int, int, int, Signature.Rest, boolean) - Constructor for class org.jruby.runtime.Signature
 
Signature.Rest - Enum in org.jruby.runtime
 
signatureFor(IRScope, boolean) - Static method in class org.jruby.ir.targets.JVMVisitor
 
SignatureNode - Class in org.jruby.ast.java_signature
 
SignatureNode(String, List<ParameterNode>) - Constructor for class org.jruby.ast.java_signature.SignatureNode
 
signers() - Method in class org.jruby.javasupport.JavaClass
 
signo2signm(long) - Static method in class org.jruby.RubySignal
 
sigParams(Class...) - Static method in class org.jruby.util.CodegenUtils
 
sigParams(String, Class...) - Static method in class org.jruby.util.CodegenUtils
 
simple_name() - Method in class org.jruby.javasupport.JavaClass
 
SimpleCloneInfo - Class in org.jruby.ir.transformations.inlining
Context info for simple cloning operation.
SimpleCloneInfo(IRScope, boolean) - Constructor for class org.jruby.ir.transformations.inlining.SimpleCloneInfo
 
simpleName() - Method in enum org.jruby.ast.NodeType
 
SimpleSourcePosition - Class in org.jruby.lexer.yacc
 
SimpleSourcePosition(String, int) - Constructor for class org.jruby.lexer.yacc.SimpleSourcePosition
 
simplifyAndGetResult(IRScope, Map<Operand, Operand>) - Method in class org.jruby.ir.instructions.CopyInstr
 
simplifyAndGetResult(IRScope, Map<Operand, Operand>) - Method in class org.jruby.ir.instructions.Instr
This method takes as input a map of operands to their values, and outputs the result of this instruction.
simplifyAndGetResult(IRScope, Map<Operand, Operand>) - Method in class org.jruby.ir.instructions.ReqdArgMultipleAsgnInstr
 
simplifyAndGetResult(IRScope, Map<Operand, Operand>) - Method in class org.jruby.ir.instructions.ToAryInstr
 
simplifyOperands(Map<Operand, Operand>, boolean) - Method in class org.jruby.ir.instructions.CallBase
 
simplifyOperands(Map<Operand, Operand>, boolean) - Method in class org.jruby.ir.instructions.Instr
This method takes as input a map of operands to their values, and outputs If the value map provides a value for any of the instruction's operands this method is expected to replace the original operands with the simplified values.
simplifyOperands(Map<Operand, Operand>, boolean) - Method in class org.jruby.ir.instructions.LoadLocalVarInstr
getLocalVar is saved for location and should not be simplified so we still know its original depth/offset.
simplifyOperands(Map<Operand, Operand>, boolean) - Method in class org.jruby.ir.instructions.StoreLocalVarInstr
getLocalVar is saved for location and should not be simplified so we still know its original depth/offset.
sin(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
sin19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
SINGLE_CHAR_BYTELISTS19 - Static variable in class org.jruby.RubyInteger
 
SINGLE_RESTARG - Static variable in class org.jruby.runtime.BlockBody
 
singleArgument() - Static method in class org.jruby.runtime.Arity
 
SingleThreadLocalContextProvider - Class in org.jruby.embed.internal
 
SingleThreadLocalContextProvider(LocalVariableBehavior, boolean) - Constructor for class org.jruby.embed.internal.SingleThreadLocalContextProvider
 
singleton_class(IRubyObject) - Static method in class org.jruby.java.proxies.JavaProxy
 
singleton_class(IRubyObject) - Static method in class org.jruby.RubyKernel
 
singleton_class_p(ThreadContext) - Method in class org.jruby.RubyModule
 
singleton_method_added19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyBasicObject
 
singleton_method_removed19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyBasicObject
 
singleton_method_undefined19(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyBasicObject
 
singleton_methods(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
rb_obj_singleton_methods call-seq: obj.singleton_methods(all=true) => array Returns an array of the names of singleton methods for obj.
singleton_methods19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyBasicObject
 
singleton_methods19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
singletonClass(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.SingletonClassMethodNode
 
singletonClass(int) - Method in class org.jruby.truffle.nodes.objects.SingletonClassNode
 
singletonClass(long) - Method in class org.jruby.truffle.nodes.objects.SingletonClassNode
 
singletonClass(double) - Method in class org.jruby.truffle.nodes.objects.SingletonClassNode
 
singletonClass(RubyBasicObject) - Method in class org.jruby.truffle.nodes.objects.SingletonClassNode
 
singletonClassFalse(boolean) - Method in class org.jruby.truffle.nodes.objects.SingletonClassNode
 
SingletonClassNode - Class in org.jruby.truffle.nodes.objects
Reads the singleton (meta, eigen) class of an object.
SingletonClassNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.objects.SingletonClassNode
 
SingletonClassNode(SingletonClassNode) - Constructor for class org.jruby.truffle.nodes.objects.SingletonClassNode
 
SingletonClassNodeFactory - Class in org.jruby.truffle.nodes.objects
 
singletonClassTrue(boolean) - Method in class org.jruby.truffle.nodes.objects.SingletonClassNode
 
SingletonLocalContextProvider - Class in org.jruby.embed.internal
Singleton type local context provider.
SingletonLocalContextProvider(LocalVariableBehavior, boolean) - Constructor for class org.jruby.embed.internal.SingletonLocalContextProvider
 
SingletonMethodInvoker - Class in org.jruby.java.invokers
 
SingletonMethodInvoker(Object, RubyClass, List<Method>) - Constructor for class org.jruby.java.invokers.SingletonMethodInvoker
 
SingletonMethodInvoker(Object, RubyClass, Method) - Constructor for class org.jruby.java.invokers.SingletonMethodInvoker
 
singletonMethods(RubyBasicObject, boolean) - Method in class org.jruby.truffle.nodes.core.KernelNodes.SingletonMethodsNode
 
singletonMethods(RubyBasicObject, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.SingletonMethodsNode
 
sinh(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
sinh19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
SIPHASH_ENABLED - Static variable in class org.jruby.util.cli.Options
 
SipHashInline - Class in org.jruby.util
SipHash implementation with hand inlining the SIPROUND.
SipHashInline() - Constructor for class org.jruby.util.SipHashInline
 
sipush(int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
siteID() - Method in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
size() - Method in class org.jruby.ast.ListNode
 
size() - Method in class org.jruby.embed.internal.BiVariableMap
Returns the number of key-value mappings in this map.
size - Variable in class org.jruby.ext.ffi.AbstractMemory
The total size of the memory area
size(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.Pointer
 
size(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.Struct
 
size(ThreadContext) - Method in class org.jruby.ext.ffi.Struct
 
size(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout.ArrayProxy
 
size(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout.Field
 
size - Variable in class org.jruby.ext.ffi.Type
Size of this type in bytes
size(ThreadContext) - Method in class org.jruby.ext.ffi.Type
Gets the native size of this Type in bytes
size(ThreadContext) - Method in class org.jruby.ext.tempfile.Tempfile
 
size() - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
size() - Method in class org.jruby.ir.operands.Array
 
size() - Method in class org.jruby.ir.representations.CFG
How many BasicBlocks are there in this CFG?
size() - Method in class org.jruby.java.util.SystemPropertiesMap
 
size() - Method in class org.jruby.javasupport.util.ObjectProxyCache
Returns the approximate size (elements in use) of the cache.
size() - Method in class org.jruby.RubyArray
 
size() - Method in class org.jruby.RubyBignum
rb_big_size
size() - Method in class org.jruby.RubyClassPathVariable
 
size(ThreadContext) - Method in class org.jruby.RubyEnumerator
 
size(IRubyObject[]) - Method in interface org.jruby.RubyEnumerator.SizeFn
 
size(ThreadContext) - Method in class org.jruby.RubyFile
 
size() - Method in class org.jruby.RubyFileStat
 
size(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
size(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
size(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
size() - Method in class org.jruby.RubyFixnum
fix_size
size - Variable in class org.jruby.RubyHash
 
size() - Method in class org.jruby.RubyHash
 
size(ThreadContext) - Method in class org.jruby.RubyMatchData
match_size
size(ThreadContext) - Method in class org.jruby.RubyRange
 
size() - Method in class org.jruby.RubyString
 
size() - Method in class org.jruby.RubyStruct
 
size() - Method in class org.jruby.RubyThreadGroup
Number of threads in this thread group.
size(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SizeNode
 
size() - Method in class org.jruby.truffle.nodes.core.FixnumNodes.SizeNode
 
size(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.SizeNode
 
size() - Method in class org.jruby.util.collections.IntHashMap
 
size() - Method in class org.jruby.util.collections.WeakHashSet
 
size() - Method in class org.jruby.util.collections.WeakValuedMap
 
size - Variable in class org.jruby.util.GenericMap
 
size() - Method in class org.jruby.util.GenericMap
 
size(ChannelFD) - Method in class org.jruby.util.io.PosixShim
 
size - Variable in class org.jruby.util.Pack.Converter
 
size() - Method in class org.jruby.util.WeakIdentityHashMap
 
size19(ThreadContext) - Method in class org.jruby.ext.tempfile.Tempfile
Deprecated.
size_p() - Method in class org.jruby.RubyFileStat
 
size_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
size_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
size_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
SizedQueue - Class in org.jruby.ext.thread
The "SizedQueue" class from the 'thread' library.
SizedQueue(Ruby, RubyClass) - Constructor for class org.jruby.ext.thread.SizedQueue
 
SizedQueue(Ruby, RubyClass, int) - Constructor for class org.jruby.ext.thread.SizedQueue
 
sizeNull(RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.SizeNode
 
sizeOf(NativeType) - Method in class org.jruby.ext.ffi.Factory
 
sizeOf(NativeType) - Method in class org.jruby.ext.ffi.jffi.Factory
 
sizeOf(NativeType) - Method in class org.jruby.ext.ffi.NoImplFactory
 
sizePackedArray(RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.SizeNode
 
SJIS - Static variable in class org.jruby.ext.nkf.RubyNKF
Deprecated.
SkinnyMethodAdapter - Class in org.jruby.compiler.impl
 
SkinnyMethodAdapter(ClassVisitor, int, String, String, String, String[]) - Constructor for class org.jruby.compiler.impl.SkinnyMethodAdapter
 
skip(long) - Method in class org.jruby.embed.io.ReaderInputStream
Skips over and discards n bytes of data from this input stream.
skip(IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
skip(IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
skip_until(IRubyObject) - Method in class org.jruby.ext.strscan.RubyStringScanner
 
skipOverNewlines(IRScope, Node) - Method in class org.jruby.ir.IRBuilder
 
skipUntil(int) - Method in class org.jruby.lexer.yacc.ByteArrayLexerSource
 
skipUntil(int) - Method in class org.jruby.lexer.yacc.InputStreamLexerSource
 
skipUntil(int) - Method in class org.jruby.lexer.yacc.LexerSource
 
SLASH - Static variable in class org.jruby.util.Dir
 
sleep(ThreadContext) - Method in class org.jruby.ext.thread.Mutex
 
sleep(ThreadContext, IRubyObject) - Method in class org.jruby.ext.thread.Mutex
 
sleep(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
sleep(long) - Method in class org.jruby.RubyThread
Sleep the current thread for millis, waking up on any thread interrupts.
sleep(UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.KernelNodes.SleepNode
 
sleep(int) - Method in class org.jruby.truffle.nodes.core.KernelNodes.SleepNode
 
sleep(long) - Method in class org.jruby.truffle.nodes.core.KernelNodes.SleepNode
 
sleep(double) - Method in class org.jruby.truffle.nodes.core.KernelNodes.SleepNode
 
slice(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
slice(Ruby, long) - Method in class org.jruby.ext.ffi.AbstractMemory
 
slice(Ruby, long, long) - Method in class org.jruby.ext.ffi.AbstractMemory
 
slice(long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
slice(long, long) - Method in class org.jruby.ext.ffi.ArrayMemoryIO
 
slice(Ruby, long) - Method in class org.jruby.ext.ffi.Buffer
 
slice(Ruby, long, long) - Method in class org.jruby.ext.ffi.Buffer
 
slice(long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
slice(long, long) - Method in class org.jruby.ext.ffi.InvalidMemoryIO
 
slice(long) - Method in class org.jruby.ext.ffi.MemoryIO
Creates a new MemoryIO pointing to a subset of the memory area of this MemoryIO.
slice(long, long) - Method in class org.jruby.ext.ffi.MemoryIO
Creates a new MemoryIO pointing to a subset of the memory area of this MemoryIO.
slice(Ruby, long) - Method in class org.jruby.ext.ffi.Pointer
 
slice(Ruby, long, long) - Method in class org.jruby.ext.ffi.Pointer
 
slice(long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
slice(long, long) - Method in class org.jruby.ext.ffi.SwappedMemoryIO
 
slice(ByteBuffer, int) - Static method in class org.jruby.ext.ffi.Util
 
slice(RubyString, RubyRange.IntegerFixnumRange, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.StringNodes.GetIndexNode
 
slice(RubyString, int, int) - Method in class org.jruby.truffle.nodes.core.StringNodes.GetIndexNode
 
slice_bang(IRubyObject[]) - Method in class org.jruby.RubyArray
Deprecated.
Use the versions with zero, one, or two args.
slice_bang(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_slice_bang
slice_bang(IRubyObject, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_slice_bang
slice_bang(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
rb_str_slice_bang
slice_bang(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
slice_bang(IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
slice_bang(IRubyObject, IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
slice_bang19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
slice_bang19(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
sliceFloat(RubyArray, int, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexNode
 
sliceFloat(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArraySliceNode
 
sliceIntegerFixnum(RubyArray, int, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexNode
 
sliceIntegerFixnum(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArraySliceNode
 
sliceLongFixnum(RubyArray, int, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexNode
 
sliceLongFixnum(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArraySliceNode
 
sliceNull(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArraySliceNode
 
sliceObject(RubyArray, int, int) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexNode
 
sliceObject(RubyArray, RubyRange.IntegerFixnumRange, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.IndexNode
 
sliceObject(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArraySliceNode
 
slowPush(Object) - Method in class org.jruby.truffle.runtime.core.RubyArray
 
slowShift() - Method in class org.jruby.truffle.runtime.core.RubyArray
 
slowToArray() - Method in class org.jruby.truffle.runtime.core.RubyArray
 
slowUnshift(Object...) - Method in class org.jruby.truffle.runtime.core.RubyArray
 
SLVP_NAME - Static variable in class org.jruby.ir.dataflow.DataFlowConstants
 
SMALL_HASH_SIZE - Static variable in class org.jruby.truffle.runtime.hash.HashOperations
 
smallFixnumToID(long) - Static method in class org.jruby.truffle.runtime.ObjectIDOperations
 
smallFixnumToIDOverflow(long) - Static method in class org.jruby.truffle.runtime.ObjectIDOperations
 
smartDump(MarshalStream, IRubyObject) - Method in class org.jruby.RubyClass
Marshal the given object to the marshaling stream, being "smart" and caching how to do that marshaling.
smartLoad(String) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
smartLoadNewUser(IRubyObject, IRubyObject) - Method in class org.jruby.RubyClass
Load marshaled data into a blank target object using marshal_load, being "smart" and caching the mechanism for invoking marshal_load.
smartLoadOldUser(IRubyObject) - Method in class org.jruby.RubyClass
Load marshaled data into a blank target object using _load, being "smart" and caching the mechanism for invoking _load.
Sockaddr - Class in org.jruby.util.io
 
Sockaddr() - Constructor for class org.jruby.util.io.Sockaddr
 
sockerr(Ruby, String) - Static method in class org.jruby.ext.socket.RubySocket
Deprecated.
sockerr(Ruby, String) - Static method in class org.jruby.ext.socket.SocketUtils
 
sockerr_with_trace(Ruby, String, StackTraceElement[]) - Static method in class org.jruby.ext.socket.SocketUtils
 
socket_p() - Method in class org.jruby.RubyFileStat
 
socket_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
socket_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
socketChannel() - Method in class org.jruby.util.io.OpenFile
 
SocketLibrary - Class in org.jruby.ext.socket
 
SocketLibrary() - Constructor for class org.jruby.ext.socket.SocketLibrary
 
socketpair(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.socket.RubyUNIXSocket
 
SocketType - Enum in org.jruby.ext.socket
Encapsulates behavior across the primary socket types Socket, ServerSocket, and Datagramsocket.
SocketUtils - Class in org.jruby.ext.socket
Socket class methods for addresses, structures, and so on.
SocketUtils() - Constructor for class org.jruby.ext.socket.SocketUtils
 
SocketUtilsIPV6 - Class in org.jruby.ext.socket
 
SocketUtilsIPV6() - Constructor for class org.jruby.ext.socket.SocketUtilsIPV6
 
SocketUtilsIPV6.IPv6Address - Class in org.jruby.ext.socket
 
SocketUtilsIPV6.IPv6Network - Class in org.jruby.ext.socket
 
SocketUtilsIPV6.IPv6NetworkMask - Class in org.jruby.ext.socket
 
socktype(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
soDomain - Variable in class org.jruby.ext.socket.RubySocket
 
SoftReferenceReaper<T> - Class in org.jruby.util
 
SoftReferenceReaper(T) - Constructor for class org.jruby.util.SoftReferenceReaper
 
solaris_p(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.Platform
 
SolarisPlatform - Class in org.jruby.platform
 
SolarisPlatform() - Constructor for class org.jruby.platform.SolarisPlatform
 
solutionChanged() - Method in class org.jruby.ir.dataflow.analyses.LiveVariableNode
 
solutionChanged() - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementNode
 
solutionChanged() - Method in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementNode
 
solutionChanged() - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode
 
solutionChanged() - Method in class org.jruby.ir.dataflow.FlowGraphNode
Did dataflow solution for this node change from last time?
soProtocol - Variable in class org.jruby.ext.socket.RubySocket
 
sort(ThreadContext, Block) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_sort
sort(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_sort
sort(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
sort(ThreadContext, Block) - Method in class org.jruby.RubyHash
Deprecated.
sort(VirtualFrame, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SortBangNode
 
sort(Object[], Comparator) - Static method in class org.jruby.util.Qsort
 
sort(Object[], int, int, Comparator) - Static method in class org.jruby.util.Qsort
 
sort19(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
sort_bang(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_sort_bang
sort_bang19(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
sort_by(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
sort_by_bang(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_sort_by_bang
sortDouble(VirtualFrame, RubyArray, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SortNode
 
sortIntegerFixnum(VirtualFrame, RubyArray, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SortNode
 
sortLongFixnum(VirtualFrame, RubyArray, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SortNode
 
sortNull(RubyArray, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SortNode
 
sortObject(VirtualFrame, RubyArray, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SortNode
 
sortVeryShortIntegerFixnum(VirtualFrame, RubyArray, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SortNode
 
sortVeryShortLongFixnum(VirtualFrame, RubyArray, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SortNode
 
sortVeryShortObject(VirtualFrame, RubyArray, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SortNode
 
sortWithCompareBlock(VirtualFrame, RubyArray, RubyProc) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SortNode
 
soType - Variable in class org.jruby.ext.socket.RubySocket
 
source() - Method in class org.jruby.RubyRegexp
rb_reg_source
source(RubyRegexp) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.SourceNode
 
source - Variable in class org.jruby.truffle.translator.Translator
 
source_encoding(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyConverter.EncodingErrorMethods
 
source_encoding(ThreadContext) - Method in class org.jruby.RubyConverter
 
source_encoding_name(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyConverter.EncodingErrorMethods
 
source_location(ThreadContext) - Method in class org.jruby.AbstractRubyMethod
 
source_location(ThreadContext) - Method in class org.jruby.RubyMethod
 
source_location(ThreadContext) - Method in class org.jruby.RubyProc
 
sourcePattern - Static variable in class org.jruby.runtime.load.LoadService
 
sourceSuffixes - Static variable in enum org.jruby.runtime.load.LoadService.SuffixType
 
spawn(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
spawn(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
 
spawn(ThreadContext, IRubyObject[]) - Static method in class org.jruby.util.io.PopenExecutor
 
spawnInternal(ThreadContext, IRubyObject[], String[]) - Method in class org.jruby.util.io.PopenExecutor
 
special(char) - Static method in class org.jruby.util.RubyDateFormatter.Token
 
SPECIAL_JUMP - Static variable in exception org.jruby.exceptions.JumpException
 
SpecializedInstType - Enum in org.jruby.ir.instructions.specialized
 
specific - Variable in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
SPECIFIC_ARITY_SIGNATURES - Static variable in class org.jruby.internal.runtime.methods.InvokeDynamicMethodFactory
 
specificArity - Variable in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
specificArity - Variable in class org.jruby.ir.targets.MethodData
 
specificEval(ThreadContext, RubyModule, Block, EvalType) - Method in class org.jruby.RubyBasicObject
specific_eval Evaluates the block or string inside of the context of this object, using the supplied arguments.
specificEval(ThreadContext, RubyModule, IRubyObject, Block, EvalType) - Method in class org.jruby.RubyBasicObject
specific_eval Evaluates the block or string inside of the context of this object, using the supplied arguments.
specificEval(ThreadContext, RubyModule, IRubyObject, IRubyObject, Block, EvalType) - Method in class org.jruby.RubyBasicObject
specific_eval Evaluates the block or string inside of the context of this object, using the supplied arguments.
specificEval(ThreadContext, RubyModule, IRubyObject, IRubyObject, IRubyObject, Block, EvalType) - Method in class org.jruby.RubyBasicObject
specific_eval Evaluates the block or string inside of the context of this object, using the supplied arguments.
specificEval(ThreadContext, RubyModule, IRubyObject[], Block, EvalType) - Method in class org.jruby.RubyObject
Deprecated.
Splat(Splat) - Method in class org.jruby.ir.IRVisitor
 
Splat - Class in org.jruby.ir.operands
 
Splat(Operand) - Constructor for class org.jruby.ir.operands.Splat
 
Splat(Splat) - Method in class org.jruby.ir.targets.JVMVisitor
 
splat(RubyNilClass) - Method in class org.jruby.truffle.nodes.cast.SplatCastNode
 
splat(VirtualFrame, RubyArray) - Method in class org.jruby.truffle.nodes.cast.SplatCastNode
 
splat(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.cast.SplatCastNode
 
splat_array(Node) - Method in class org.jruby.parser.ParserSupport
If node is a splat and it is splatting a literal array then return the literal array.
splatArguments(IRubyObject[], boolean[]) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
SplatCastNode - Class in org.jruby.truffle.nodes.cast
Splat as used to cast a value to an array if it isn't already, as in *value.
SplatCastNode(RubyContext, SourceSection, SplatCastNode.NilBehavior, boolean) - Constructor for class org.jruby.truffle.nodes.cast.SplatCastNode
 
SplatCastNode(SplatCastNode) - Constructor for class org.jruby.truffle.nodes.cast.SplatCastNode
 
SplatCastNode.NilBehavior - Enum in org.jruby.truffle.nodes.cast
 
SplatCastNodeFactory - Class in org.jruby.truffle.nodes.cast
 
splatMap - Variable in class org.jruby.ir.targets.ResolvedSuperInvokeSite
 
splatMap - Variable in class org.jruby.ir.targets.SuperInvokeSite
 
SplatNode - Class in org.jruby.ast
 
SplatNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.SplatNode
 
splatToArguments(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
splatToArguments19(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
splatValue(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
splatValue19(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
split(ThreadContext) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
split(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
split(ThreadContext) - Method in class org.jruby.RubyString
rb_str_split_m
split(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
split(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
split(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.SplitNode
 
split(RubyString, RubyRegexp) - Method in class org.jruby.truffle.nodes.core.StringNodes.SplitNode
 
split(RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.StringNodes.SplitNode
 
split(String) - Method in class org.jruby.truffle.runtime.core.RubyRegexp
 
split19(ThreadContext) - Method in class org.jruby.RubyString
 
split19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
split19(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
split19(ThreadContext, IRubyObject, boolean) - Method in class org.jruby.RubyString
 
splitAtInstruction(Instr, Label, boolean) - Method in class org.jruby.ir.representations.BasicBlock
 
splitURI(String) - Static method in class org.jruby.RubyFile
 
sprintf(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
Deprecated.
sprintf(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
sprintf(Object[]) - Method in class org.jruby.truffle.nodes.core.KernelNodes.SPrintfNode
 
Sprintf - Class in org.jruby.util
 
sprintf(ByteList, Locale, CharSequence, IRubyObject) - Static method in class org.jruby.util.Sprintf
 
sprintf(ByteList, CharSequence, IRubyObject) - Static method in class org.jruby.util.Sprintf
 
sprintf(Ruby, ByteList, CharSequence, int) - Static method in class org.jruby.util.Sprintf
 
sprintf(ByteList, RubyString, IRubyObject) - Static method in class org.jruby.util.Sprintf
 
sprintf1_9(ByteList, Locale, CharSequence, IRubyObject) - Static method in class org.jruby.util.Sprintf
 
sqrt(IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
sqrt(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
sqrt19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
squeeze(ThreadContext) - Method in class org.jruby.RubyString
rb_str_squeeze / rb_str_squeeze_bang
squeeze(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
squeeze(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyString
 
squeeze19(ThreadContext) - Method in class org.jruby.RubyString
 
squeeze19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
squeeze19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyString
 
squeeze_bang(ThreadContext) - Method in class org.jruby.RubyString
 
squeeze_bang(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
squeeze_bang(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyString
 
squeeze_bang19(ThreadContext) - Method in class org.jruby.RubyString
 
squeeze_bang19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
squeeze_bang19(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyString
 
srand(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
srand(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
srand(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyRandom
 
srand(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyRandom
 
srandCommon(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyRandom
 
srandCommon(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyRandom
 
SRC_GEN_DIR - Static variable in class org.jruby.anno.AnnotationBinder
 
StackState - Class in org.jruby.lexer.yacc
 
StackState() - Constructor for class org.jruby.lexer.yacc.StackState
 
STAMP_OFFSET - Static variable in class org.jruby.RubyBasicObject
offset of the varTableTamp field in RubyBasicObject
StampedVariableAccessor - Class in org.jruby.runtime.ivars
A variable accessor that uses a stamped volatile int and Unsafe methods to ensure thread-friendly table updating.
StampedVariableAccessor(RubyClass, String, int, int) - Constructor for class org.jruby.runtime.ivars.StampedVariableAccessor
Construct a new StampedVariableAccessor for the given "real" class, variable name, variable index, and class ID.
STANDARD_SITE_SIG - Static variable in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
STANDARD_SITE_SIG_1ARG - Static variable in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
STANDARD_SITE_SIG_1ARG_BLOCK - Static variable in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
STANDARD_SITE_SIG_2ARG - Static variable in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
STANDARD_SITE_SIG_2ARG_BLOCK - Static variable in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
STANDARD_SITE_SIG_3ARG - Static variable in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
STANDARD_SITE_SIG_3ARG_BLOCK - Static variable in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
STANDARD_SITE_SIG_BLOCK - Static variable in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
STANDARD_SITE_SIG_NARG - Static variable in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
STANDARD_SITE_SIG_NARG_BLOCK - Static variable in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
STANDARD_SITE_SIGS - Static variable in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
STANDARD_SITE_SIGS_BLOCK - Static variable in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
STANDARD_SUPER_SIG - Static variable in class org.jruby.runtime.invokedynamic.JRubyCallSite
 
StandardError(StandardError) - Method in class org.jruby.ir.IRVisitor
 
StandardError - Class in org.jruby.ir.operands
 
StandardError() - Constructor for class org.jruby.ir.operands.StandardError
 
StandardError(StandardError) - Method in class org.jruby.ir.targets.JVMVisitor
 
StandardErrorLogger - Class in org.jruby.util.log
 
StandardErrorLogger(String) - Constructor for class org.jruby.util.log.StandardErrorLogger
 
StandardErrorLogger(String, PrintStream) - Constructor for class org.jruby.util.log.StandardErrorLogger
 
STAR - Static variable in class org.jruby.util.Dir
 
StarNode - Class in org.jruby.ast
Represents the unassignable star in a multiple assignent (e.g.
StarNode(ISourcePosition) - Constructor for class org.jruby.ast.StarNode
Constructor for StarNode.
start() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
start(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.coverage.CoverageModule
 
start() - Method in class org.jruby.internal.runtime.NativeThread
 
start() - Method in interface org.jruby.internal.runtime.ThreadLike
 
start(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyGC
 
start(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyThread
Basically the same as Thread.new .
start() - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.DoubleArrayBuilderNode
 
start(int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.DoubleArrayBuilderNode
 
start() - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.IntegerArrayBuilderNode
 
start(int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.IntegerArrayBuilderNode
 
start() - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.LongArrayBuilderNode
 
start(int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.LongArrayBuilderNode
 
start() - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.ObjectArrayBuilderNode
 
start(int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.ObjectArrayBuilderNode
 
start() - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode
 
start(int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode
 
start() - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.UninitializedArrayBuilderNode
 
start(int) - Method in class org.jruby.truffle.nodes.core.ArrayBuilderNode.UninitializedArrayBuilderNode
 
start - Variable in class org.jruby.util.io.OpenFile.Buffer
 
start19(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyThread
 
start_document(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.psych.PsychEmitter
 
start_mapping(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.psych.PsychEmitter
 
start_sequence(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.psych.PsychEmitter
 
start_stream(ThreadContext, IRubyObject) - Method in class org.jruby.ext.psych.PsychEmitter
 
start_with_p(ThreadContext) - Method in class org.jruby.RubyString
 
start_with_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
start_with_p(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyString
 
startBuildOperand(Node, IRScope) - Method in interface org.jruby.ir.listeners.IRScopeListener
 
startEncoding(IRScope) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
startEncoding(IRScope) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
startEncoding(IRScope) - Method in class org.jruby.ir.persistence.IRWriterFile
 
startEncodingScopeHeader(IRScope) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
startEncodingScopeHeader(IRScope) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
startEncodingScopeHeader(IRScope) - Method in class org.jruby.ir.persistence.IRWriterFile
 
startEncodingScopeHeaders(IRScope) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
startEncodingScopeHeaders(IRScope) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
startEncodingScopeHeaders(IRScope) - Method in class org.jruby.ir.persistence.IRWriterFile
 
startEncodingScopeInstrs(IRScope) - Method in class org.jruby.ir.persistence.IRWriterAnalzer
 
startEncodingScopeInstrs(IRScope) - Method in interface org.jruby.ir.persistence.IRWriterEncoder
 
startEncodingScopeInstrs(IRScope) - Method in class org.jruby.ir.persistence.IRWriterFile
 
startExecute(CompilerPass, IRScope, boolean) - Method in class org.jruby.ir.passes.BasicCompilerPassListener
 
startExecute(CompilerPass, IRScope, boolean) - Method in interface org.jruby.ir.passes.CompilerPassListener
This pass is about to begin execute'ing.
startLabel - Variable in class org.jruby.ir.IRClosure
 
startMethod() - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
startOfToken() - Method in class org.jruby.lexer.yacc.LexerSource
 
startOfToken() - Method in class org.jruby.lexer.yacc.RubyLexer
 
startProfiling() - Method in class org.jruby.runtime.ThreadContext
 
startsBasicBlock() - Method in enum org.jruby.ir.Operation
 
startsWithDriveLetterOnWindows(String) - Static method in class org.jruby.RubyFile
 
stat(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
stat(ThreadContext) - Method in class org.jruby.RubyIO
 
stat() - Method in class org.jruby.util.ClasspathResource
 
stat() - Method in class org.jruby.util.EmptyFileResource
 
stat() - Method in interface org.jruby.util.FileResource
 
stat() - Method in class org.jruby.util.URLResource
 
state - Variable in enum org.jruby.lexer.yacc.RubyLexer.Keyword
 
state(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyRandom
 
stateObj(ThreadContext) - Method in class org.jruby.RubyRandom
 
STATIC - Static variable in class org.jruby.parser.JavaSignatureParser
 
static_p() - Method in class org.jruby.javasupport.JavaField
 
static_p() - Method in class org.jruby.javasupport.JavaMethod
 
static_value() - Method in class org.jruby.javasupport.JavaField
 
StaticFieldGetter - Class in org.jruby.java.invokers
 
StaticFieldGetter(String, RubyModule, Field) - Constructor for class org.jruby.java.invokers.StaticFieldGetter
 
StaticFieldSetter - Class in org.jruby.java.invokers
 
StaticFieldSetter(String, RubyModule, Field) - Constructor for class org.jruby.java.invokers.StaticFieldSetter
 
StaticMethodInvoker - Class in org.jruby.java.invokers
 
StaticMethodInvoker(RubyClass, List<Method>) - Constructor for class org.jruby.java.invokers.StaticMethodInvoker
 
StaticMethodInvoker(RubyClass, Method) - Constructor for class org.jruby.java.invokers.StaticMethodInvoker
 
staticScope - Variable in class org.jruby.internal.runtime.methods.JavaMethod
 
STATICSCOPE - Static variable in class org.jruby.ir.targets.JVM
 
StaticScope - Class in org.jruby.parser
StaticScope represents lexical scoping of variables and module/class constants.
StaticScope(StaticScope.Type, StaticScope) - Constructor for class org.jruby.parser.StaticScope
Construct a new static scope.
StaticScope(StaticScope.Type, StaticScope, String[]) - Constructor for class org.jruby.parser.StaticScope
Construct a new static scope.
staticScope - Variable in class org.jruby.runtime.DynamicScope
 
StaticScope.Type - Enum in org.jruby.parser
 
STATICSCOPE_TYPE - Static variable in class org.jruby.ir.targets.JVM
 
StaticScopeFactory - Class in org.jruby.parser
Gives instances of static scopes based on compile mode.
StaticScopeFactory(Ruby) - Constructor for class org.jruby.parser.StaticScopeFactory
 
stats() - Method in class org.jruby.javasupport.util.ObjectProxyCache
 
status() - Method in class org.jruby.RubySystemExit
 
status() - Method in class org.jruby.RubyThread
 
status(ThreadContext) - Method in class org.jruby.RubyThread
 
status(RubyThread) - Method in class org.jruby.truffle.nodes.core.ThreadNodes.StatusNode
 
status() - Method in class org.jruby.util.io.POSIXProcess
 
stdcall - Variable in class org.jruby.ext.ffi.CallbackInfo
 
STDIO - Enum in org.jruby.util.io
 
stdio_file - Variable in class org.jruby.util.io.OpenFile
 
step(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyNumeric
num_step
step(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyRange
 
step(ThreadContext, Block) - Method in class org.jruby.RubyRange
 
step(VirtualFrame, int, int, int, RubyProc) - Method in class org.jruby.truffle.nodes.core.NumericNodes.StepNode
 
step(VirtualFrame, RubyRange.IntegerFixnumRange, int, RubyProc) - Method in class org.jruby.truffle.nodes.core.RangeNodes.StepNode
 
step19(ThreadContext, Block) - Method in class org.jruby.RubyRange
 
step19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyRange
 
sticky_p() - Method in class org.jruby.RubyFileStat
 
sticky_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
sticky_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
STILL_ACTIVE - Static variable in interface org.jruby.util.WindowsFFI.Kernel32
 
stop() - Method in class org.jruby.lexer.yacc.StackState
 
stop(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyThread
 
stop(RubyThread) - Method in class org.jruby.truffle.nodes.core.ThreadNodes.StopNode
 
stop_p() - Method in class org.jruby.RubyThread
 
STOPIERATION_BACKTRACE_MESSAGE - Static variable in class org.jruby.Ruby
 
STOPITERATION_BACKTRACE - Static variable in class org.jruby.RubyInstanceConfig
 
STOPITERATION_BACKTRACE - Static variable in class org.jruby.util.cli.Options
 
stopped_p() - Method in class org.jruby.RubyProcess.RubyStatus
 
stopProfiling() - Method in class org.jruby.runtime.ThreadContext
 
stopsig() - Method in class org.jruby.RubyProcess.RubyStatus
 
store(long, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_store
store(RubySymbol) - Method in class org.jruby.RubySymbol.SymbolTable
Deprecated.
storeAlias(String, RubyEncoding) - Static method in class org.jruby.truffle.runtime.core.RubyEncoding
 
storeClassVariable(String, IRubyObject) - Method in class org.jruby.RubyModule
 
storeConstant(String, IRubyObject) - Method in class org.jruby.RubyModule
 
storeEncoding(int, RubyEncoding) - Static method in class org.jruby.truffle.runtime.core.RubyEncoding
 
storeExceptionInErrorInfo(Throwable, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
storeFence() - Static method in class org.jruby.util.unsafe.UnsafeHolder
 
storeLocal(int) - Method in class org.jruby.ir.targets.IRBytecodeAdapter
 
StoreLocalVarInstr - Class in org.jruby.ir.instructions
 
StoreLocalVarInstr(Operand, IRScope, LocalVariable) - Constructor for class org.jruby.ir.instructions.StoreLocalVarInstr
 
StoreLocalVarInstr(StoreLocalVarInstr) - Method in class org.jruby.ir.IRVisitor
 
StoreLocalVarInstr(StoreLocalVarInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
StoreLocalVarPlacementNode - Class in org.jruby.ir.dataflow.analyses
 
StoreLocalVarPlacementNode(StoreLocalVarPlacementProblem, BasicBlock) - Constructor for class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementNode
 
StoreLocalVarPlacementProblem - Class in org.jruby.ir.dataflow.analyses
 
StoreLocalVarPlacementProblem() - Constructor for class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementProblem
 
storeNativeExceptionInErrorInfo(Throwable, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
str(String) - Static method in class org.jruby.util.RubyDateFormatter.Token
 
str2fnum(Ruby, RubyString) - Static method in class org.jruby.RubyNumeric
 
str2fnum(Ruby, RubyString, boolean) - Static method in class org.jruby.RubyNumeric
Converts a string representation of a floating-point number to the numeric value.
str2fnum19(Ruby, RubyString, boolean) - Static method in class org.jruby.RubyNumeric
 
str2inum(Ruby, RubyString, int) - Static method in class org.jruby.RubyNumeric
 
str2inum(Ruby, RubyString, int, boolean) - Static method in class org.jruby.RubyNumeric
Converts a string representation of an integer to the integer value.
str_eql_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
str_eql_p19(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
strBufCat(Ruby, RubyString, ByteList) - Static method in class org.jruby.util.io.EncodingUtils
 
strBufCat(Ruby, RubyString, byte[], int, int) - Static method in class org.jruby.util.io.EncodingUtils
 
strBufCat(ByteList, byte[], int, int) - Static method in class org.jruby.util.io.EncodingUtils
 
strCompatAndValid(ThreadContext, IRubyObject, Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
strConvEnc(ThreadContext, RubyString, Encoding, Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
strConvEnc(ThreadContext, ByteList, Encoding, Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
strConvEncOpts(ThreadContext, ByteList, Encoding, Encoding, int, IRubyObject) - Static method in class org.jruby.util.io.EncodingUtils
 
strConvEncOpts(ThreadContext, RubyString, Encoding, Encoding, int, IRubyObject) - Static method in class org.jruby.util.io.EncodingUtils
This will try and transcode the supplied ByteList to the supplied toEncoding.
strDup(Ruby) - Method in class org.jruby.RubyString
 
strDup() - Method in class org.jruby.RubyString
Deprecated.
Stream - Interface in org.jruby.util.io
 
stream_end_p() - Method in class org.jruby.ext.zlib.ZStream
 
strEncode(ThreadContext, IRubyObject, IRubyObject...) - Static method in class org.jruby.util.io.EncodingUtils
 
strEncodeAssociate(ThreadContext, IRubyObject, Encoding) - Static method in class org.jruby.util.io.EncodingUtils
 
stress(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyGC
 
stress_set(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyGC
 
strFillTerm(RubyString, byte[], int, int, int, int) - Static method in class org.jruby.util.StringSupport
 
strftime(IRubyObject) - Method in class org.jruby.RubyTime
 
StrftimeLexer - Class in org.jruby.lexer
This class is a scanner generated by JFlex 1.4 on 9/16/13 8:59 PM from the specification file core/src/main/java/org/jruby/lexer/StrftimeLexer.flex
StrftimeLexer(Reader) - Constructor for class org.jruby.lexer.StrftimeLexer
Creates a new scanner There is also a java.io.InputStream version of this constructor.
StrftimeLexer(InputStream) - Constructor for class org.jruby.lexer.StrftimeLexer
Creates a new scanner.
strHashCode(Ruby) - Method in class org.jruby.RubyString
Generate a hash for the String, using its associated Ruby instance's hash seed.
STRICTFP - Static variable in class org.jruby.parser.JavaSignatureParser
 
string(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
string() - Method in class org.jruby.ext.strscan.RubyStringScanner
 
string - Variable in class org.jruby.ir.operands.StringLiteral
 
string(MethodHandles.Lookup, String, MethodType, String, String) - Static method in class org.jruby.ir.targets.Bootstrap
 
string() - Static method in class org.jruby.ir.targets.Bootstrap
 
string(MutableCallSite, ByteList, ThreadContext) - Static method in class org.jruby.ir.targets.Bootstrap
 
STRING - Static variable in class org.jruby.lexer.JavaSignatureLexer
lexical states
string() - Method in class org.jruby.RubyMatchData
match_string
string(RubyString) - Method in class org.jruby.truffle.nodes.core.KernelNodes.StringNode
 
string(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.StringNode
 
STRING_LITERAL - Static variable in class org.jruby.parser.JavaSignatureParser
 
StringAnnotationExpression - Class in org.jruby.ast.java_signature
 
StringAnnotationExpression(String) - Constructor for class org.jruby.ast.java_signature.StringAnnotationExpression
 
StringArraySet - Class in org.jruby.util.collections
An RubyArray that maintains an O(1) Set for fast include? operations.
StringArraySet(Ruby) - Constructor for class org.jruby.util.collections.StringArraySet
 
stringCheckNullSafe(RubyString) - Method in class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodes.StringCheckNullSafePrimitiveNode
 
StringFormatter - Class in org.jruby.truffle.runtime.core
 
StringFormatter() - Constructor for class org.jruby.truffle.runtime.core.StringFormatter
 
stringFromAddress(Ruby, InetAddress) - Static method in class org.jruby.util.io.Sockaddr
 
stringFromObject(Object) - Method in class org.jruby.java.util.SystemPropertiesMap
 
stringIndex(RubyString, RubyString, int) - Method in class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodes.StringIndexPrimitiveNode
 
StringIO - Class in org.jruby.ext.stringio
 
StringIO(Ruby, RubyClass) - Constructor for class org.jruby.ext.stringio.StringIO
 
StringIOLibrary - Class in org.jruby.ext.stringio
 
StringIOLibrary() - Constructor for class org.jruby.ext.stringio.StringIOLibrary
 
StringJavaAddons - Class in org.jruby.java.addons
 
StringJavaAddons() - Constructor for class org.jruby.java.addons.StringJavaAddons
 
stringJoin(String, String[]) - Static method in class org.jruby.runtime.Helpers
 
StringLiteral - Class in org.jruby.ast.java_signature
 
StringLiteral(String) - Constructor for class org.jruby.ast.java_signature.StringLiteral
 
StringLiteral(StringLiteral) - Method in class org.jruby.ir.IRVisitor
 
StringLiteral - Class in org.jruby.ir.operands
Represents a literal string value.
StringLiteral(ByteList) - Constructor for class org.jruby.ir.operands.StringLiteral
 
StringLiteral(ByteList, int) - Constructor for class org.jruby.ir.operands.StringLiteral
 
StringLiteral(String) - Constructor for class org.jruby.ir.operands.StringLiteral
 
StringLiteral(StringLiteral) - Method in class org.jruby.ir.targets.JVMVisitor
 
StringLiteralNode - Class in org.jruby.truffle.nodes.literal
 
StringLiteralNode(RubyContext, SourceSection, ByteList) - Constructor for class org.jruby.truffle.nodes.literal.StringLiteralNode
 
StringNodes - Class in org.jruby.truffle.nodes.core
 
StringNodes() - Constructor for class org.jruby.truffle.nodes.core.StringNodes
 
StringNodes.AddNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.AddNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.AddNode
 
StringNodes.AddNode(StringNodes.AddNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.AddNode
 
StringNodes.BNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.BNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.BNode
 
StringNodes.BNode(StringNodes.BNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.BNode
 
StringNodes.BytesNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.BytesNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.BytesNode
 
StringNodes.BytesNode(StringNodes.BytesNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.BytesNode
 
StringNodes.CapitalizeBangNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.CapitalizeBangNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.CapitalizeBangNode
 
StringNodes.CapitalizeBangNode(StringNodes.CapitalizeBangNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.CapitalizeBangNode
 
StringNodes.CapitalizeNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.CapitalizeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.CapitalizeNode
 
StringNodes.CapitalizeNode(StringNodes.CapitalizeNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.CapitalizeNode
 
StringNodes.ChompBangNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.ChompBangNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ChompBangNode
 
StringNodes.ChompBangNode(StringNodes.ChompBangNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ChompBangNode
 
StringNodes.ChompNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.ChompNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ChompNode
 
StringNodes.ChompNode(StringNodes.ChompNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ChompNode
 
StringNodes.ChrNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.ChrNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ChrNode
 
StringNodes.ChrNode(StringNodes.ChrNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ChrNode
 
StringNodes.ClearNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.ClearNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ClearNode
 
StringNodes.ClearNode(StringNodes.ClearNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ClearNode
 
StringNodes.CompareNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.CompareNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.CompareNode
 
StringNodes.CompareNode(StringNodes.CompareNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.CompareNode
 
StringNodes.ConcatNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.ConcatNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ConcatNode
 
StringNodes.ConcatNode(StringNodes.ConcatNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ConcatNode
 
StringNodes.CountNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.CountNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.CountNode
 
StringNodes.CountNode(StringNodes.CountNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.CountNode
 
StringNodes.DowncaseBangNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.DowncaseBangNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.DowncaseBangNode
 
StringNodes.DowncaseBangNode(StringNodes.DowncaseBangNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.DowncaseBangNode
 
StringNodes.DowncaseNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.DowncaseNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.DowncaseNode
 
StringNodes.DowncaseNode(StringNodes.DowncaseNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.DowncaseNode
 
StringNodes.DumpNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.DumpNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.DumpNode
 
StringNodes.DumpNode(StringNodes.DumpNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.DumpNode
 
StringNodes.EachLineNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.EachLineNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.EachLineNode
 
StringNodes.EachLineNode(StringNodes.EachLineNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.EachLineNode
 
StringNodes.ElementSetNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.ElementSetNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ElementSetNode
 
StringNodes.ElementSetNode(StringNodes.ElementSetNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ElementSetNode
 
StringNodes.EmptyNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.EmptyNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.EmptyNode
 
StringNodes.EmptyNode(StringNodes.EmptyNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.EmptyNode
 
StringNodes.EncodeNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.EncodeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.EncodeNode
 
StringNodes.EncodeNode(StringNodes.EncodeNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.EncodeNode
 
StringNodes.EncodingNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.EncodingNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.EncodingNode
 
StringNodes.EncodingNode(StringNodes.EncodingNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.EncodingNode
 
StringNodes.EndWithNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.EndWithNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.EndWithNode
 
StringNodes.EndWithNode(StringNodes.EndWithNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.EndWithNode
 
StringNodes.EqualNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.EqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.EqualNode
 
StringNodes.EqualNode(StringNodes.EqualNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.EqualNode
 
StringNodes.ForceEncodingNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.ForceEncodingNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ForceEncodingNode
 
StringNodes.ForceEncodingNode(StringNodes.ForceEncodingNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ForceEncodingNode
 
StringNodes.FormatNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.FormatNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.FormatNode
 
StringNodes.FormatNode(StringNodes.FormatNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.FormatNode
 
StringNodes.GetByteNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.GetByteNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.GetByteNode
 
StringNodes.GetByteNode(StringNodes.GetByteNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.GetByteNode
 
StringNodes.GetIndexNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.GetIndexNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.GetIndexNode
 
StringNodes.GetIndexNode(StringNodes.GetIndexNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.GetIndexNode
 
StringNodes.GsubNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.GsubNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.GsubNode
 
StringNodes.GsubNode(StringNodes.GsubNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.GsubNode
 
StringNodes.InitializeCopyNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.InitializeCopyNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.InitializeCopyNode
 
StringNodes.InitializeCopyNode(StringNodes.InitializeCopyNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.InitializeCopyNode
 
StringNodes.InitializeNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.InitializeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.InitializeNode
 
StringNodes.InitializeNode(StringNodes.InitializeNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.InitializeNode
 
StringNodes.InsertNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.InsertNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.InsertNode
 
StringNodes.InsertNode(StringNodes.InsertNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.InsertNode
 
StringNodes.InspectNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.InspectNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.InspectNode
 
StringNodes.InspectNode(StringNodes.InspectNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.InspectNode
 
StringNodes.LjustNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.LjustNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.LjustNode
 
StringNodes.LjustNode(StringNodes.LjustNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.LjustNode
 
StringNodes.MatchNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.MatchNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.MatchNode
 
StringNodes.MatchNode(StringNodes.MatchNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.MatchNode
 
StringNodes.MatchOperatorNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.MatchOperatorNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.MatchOperatorNode
 
StringNodes.MatchOperatorNode(StringNodes.MatchOperatorNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.MatchOperatorNode
 
StringNodes.MulNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.MulNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.MulNode
 
StringNodes.MulNode(StringNodes.MulNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.MulNode
 
StringNodes.OrdNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.OrdNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.OrdNode
 
StringNodes.OrdNode(StringNodes.OrdNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.OrdNode
 
StringNodes.ReverseBangNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.ReverseBangNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ReverseBangNode
 
StringNodes.ReverseBangNode(StringNodes.ReverseBangNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ReverseBangNode
 
StringNodes.ReverseNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.ReverseNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ReverseNode
 
StringNodes.ReverseNode(StringNodes.ReverseNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ReverseNode
 
StringNodes.RindexNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.RindexNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.RindexNode
 
StringNodes.RindexNode(StringNodes.RindexNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.RindexNode
 
StringNodes.RjustNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.RjustNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.RjustNode
 
StringNodes.RjustNode(StringNodes.RjustNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.RjustNode
 
StringNodes.RStripNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.RStripNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.RStripNode
 
StringNodes.RStripNode(StringNodes.RStripNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.RStripNode
 
StringNodes.ScanNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.ScanNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ScanNode
 
StringNodes.ScanNode(StringNodes.ScanNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ScanNode
 
StringNodes.SetByteNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.SetByteNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.SetByteNode
 
StringNodes.SetByteNode(StringNodes.SetByteNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.SetByteNode
 
StringNodes.SizeNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.SizeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.SizeNode
 
StringNodes.SizeNode(StringNodes.SizeNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.SizeNode
 
StringNodes.SplitNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.SplitNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.SplitNode
 
StringNodes.SplitNode(StringNodes.SplitNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.SplitNode
 
StringNodes.StartWithNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.StartWithNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.StartWithNode
 
StringNodes.StartWithNode(StringNodes.StartWithNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.StartWithNode
 
StringNodes.SubNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.SubNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.SubNode
 
StringNodes.SubNode(StringNodes.SubNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.SubNode
 
StringNodes.SuccBangNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.SuccBangNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.SuccBangNode
 
StringNodes.SuccBangNode(StringNodes.SuccBangNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.SuccBangNode
 
StringNodes.SuccNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.SuccNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.SuccNode
 
StringNodes.SuccNode(StringNodes.SuccNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.SuccNode
 
StringNodes.SumNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.SumNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.SumNode
 
StringNodes.SumNode(StringNodes.SumNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.SumNode
 
StringNodes.ToFNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.ToFNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ToFNode
 
StringNodes.ToFNode(StringNodes.ToFNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ToFNode
 
StringNodes.ToINode - Class in org.jruby.truffle.nodes.core
 
StringNodes.ToINode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ToINode
 
StringNodes.ToINode(StringNodes.ToINode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ToINode
 
StringNodes.ToSNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.ToSNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ToSNode
 
StringNodes.ToSNode(StringNodes.ToSNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ToSNode
 
StringNodes.ToSymNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.ToSymNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ToSymNode
 
StringNodes.ToSymNode(StringNodes.ToSymNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.ToSymNode
 
StringNodes.UnpackNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.UnpackNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.UnpackNode
 
StringNodes.UnpackNode(StringNodes.UnpackNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.UnpackNode
 
StringNodes.UpcaseBangNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.UpcaseBangNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.UpcaseBangNode
 
StringNodes.UpcaseBangNode(StringNodes.UpcaseBangNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.UpcaseBangNode
 
StringNodes.UpcaseNode - Class in org.jruby.truffle.nodes.core
 
StringNodes.UpcaseNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.UpcaseNode
 
StringNodes.UpcaseNode(StringNodes.UpcaseNode) - Constructor for class org.jruby.truffle.nodes.core.StringNodes.UpcaseNode
 
StringNodesFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.StringNodesFactory
 
StringNodesFactory.AddNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.BNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.BytesNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.CapitalizeBangNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.CapitalizeNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.ChompBangNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.ChompNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.ChrNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.ClearNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.CompareNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.ConcatNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.CountNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.DowncaseBangNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.DowncaseNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.DumpNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.EachLineNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.ElementSetNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.EmptyNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.EncodeNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.EncodingNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.EndWithNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.EqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.ForceEncodingNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.FormatNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.GetByteNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.GetIndexNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.GsubNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.InitializeCopyNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.InitializeNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.InsertNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.InspectNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.LjustNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.MatchNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.MatchOperatorNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.MulNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.OrdNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.ReverseBangNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.ReverseNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.RindexNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.RjustNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.RStripNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.ScanNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.SetByteNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.SizeNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.SplitNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.StartWithNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.SubNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.SuccBangNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.SuccNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.SumNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.ToFNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.ToINodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.ToSNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.ToSymNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.UnpackNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.UpcaseBangNodeFactory - Class in org.jruby.truffle.nodes.core
 
StringNodesFactory.UpcaseNodeFactory - Class in org.jruby.truffle.nodes.core
 
stringOrNil(ByteList, ThreadContext) - Static method in class org.jruby.runtime.Helpers
 
stringOrNil(Ruby, CharSequence) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
stringParameterStrategy(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
StringParameterStrategy - Class in org.jruby.ext.ffi.jffi
 
StringParameterStrategy(boolean, boolean) - Constructor for class org.jruby.ext.ffi.jffi.StringParameterStrategy
 
StringPrimitiveNodes - Class in org.jruby.truffle.nodes.rubinius
Rubinius primitives associated with the Ruby String class.
StringPrimitiveNodes() - Constructor for class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodes
 
StringPrimitiveNodes.StringCheckNullSafePrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
StringPrimitiveNodes.StringCheckNullSafePrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodes.StringCheckNullSafePrimitiveNode
 
StringPrimitiveNodes.StringCheckNullSafePrimitiveNode(StringPrimitiveNodes.StringCheckNullSafePrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodes.StringCheckNullSafePrimitiveNode
 
StringPrimitiveNodes.StringIndexPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
StringPrimitiveNodes.StringIndexPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodes.StringIndexPrimitiveNode
 
StringPrimitiveNodes.StringIndexPrimitiveNode(StringPrimitiveNodes.StringIndexPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodes.StringIndexPrimitiveNode
 
StringPrimitiveNodes.StringToFPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
StringPrimitiveNodes.StringToFPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodes.StringToFPrimitiveNode
 
StringPrimitiveNodes.StringToFPrimitiveNode(StringPrimitiveNodes.StringToFPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodes.StringToFPrimitiveNode
 
StringPrimitiveNodesFactory - Class in org.jruby.truffle.nodes.rubinius
 
StringPrimitiveNodesFactory() - Constructor for class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodesFactory
 
StringPrimitiveNodesFactory.StringCheckNullSafePrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
StringPrimitiveNodesFactory.StringIndexPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
StringPrimitiveNodesFactory.StringToFPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
StringScannerLibrary - Class in org.jruby.ext.strscan
 
StringScannerLibrary() - Constructor for class org.jruby.ext.strscan.StringScannerLibrary
 
StringSupport - Class in org.jruby.util
 
StringSupport() - Constructor for class org.jruby.util.StringSupport
 
StringSupport.NeighborChar - Enum in org.jruby.util
succ
StringSupport.TR - Class in org.jruby.util
rb_str_tr / rb_str_tr_bang
StringSupport.TR(ByteList) - Constructor for class org.jruby.util.StringSupport.TR
 
StringSupport.TrTables - Class in org.jruby.util
tr_setup_table
StringSupport.TrTables() - Constructor for class org.jruby.util.StringSupport.TrTables
 
StringTerm - Class in org.jruby.lexer.yacc
 
StringTerm(int, int, int) - Constructor for class org.jruby.lexer.yacc.StringTerm
 
stringToBytes(String) - Static method in class org.jruby.RubyString
 
stringToF(RubyString) - Method in class org.jruby.truffle.nodes.rubinius.StringPrimitiveNodes.StringToFPrimitiveNode
 
stringToInum(int, boolean) - Method in class org.jruby.RubyString
rb_str_to_inum
stringToInum19(int, boolean) - Method in class org.jruby.RubyString
 
stringToRawBytes(String) - Static method in class org.jruby.runtime.Helpers
 
StringToSymbolNode - Class in org.jruby.truffle.nodes.cast
Creates a symbol from a string.
StringToSymbolNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.cast.StringToSymbolNode
 
StringToSymbolNode(StringToSymbolNode) - Constructor for class org.jruby.truffle.nodes.cast.StringToSymbolNode
 
StringToSymbolNodeFactory - Class in org.jruby.truffle.nodes.cast
 
stringValue(IRubyObject) - Static method in class org.jruby.RubyString
 
strio_self() - Method in class org.jruby.ext.stringio.StringIO
 
strio_unimpl(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.stringio.StringIO
 
strioFalse(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
strioFirst(IRubyObject) - Method in class org.jruby.ext.stringio.StringIO
 
strioNil(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
strioZero(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
strip(ThreadContext) - Method in class org.jruby.RubyString
rb_str_strip / rb_str_strip_bang
strip19(ThreadContext) - Method in class org.jruby.RubyString
 
strip_bang(ThreadContext) - Method in class org.jruby.RubyString
 
strip_bang19(ThreadContext) - Method in class org.jruby.RubyString
 
strLength() - Method in class org.jruby.RubyString
 
strLength(Encoding, byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
strLength(ByteList) - Static method in class org.jruby.util.StringSupport
 
strLengthFromRubyString(CodeRangeable, Encoding) - Static method in class org.jruby.util.StringSupport
 
strLengthFromRubyString(CodeRangeable) - Static method in class org.jruby.util.StringSupport
 
strLengthWithCodeRange(Encoding, byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
strLengthWithCodeRange(ByteList) - Static method in class org.jruby.util.StringSupport
 
strLengthWithCodeRange(ByteList, Encoding) - Static method in class org.jruby.util.StringSupport
 
StrNode - Class in org.jruby.ast
Representing a simple String literal.
StrNode(ISourcePosition, ByteList) - Constructor for class org.jruby.ast.StrNode
 
StrNode(ISourcePosition, ByteList, int) - Constructor for class org.jruby.ast.StrNode
 
StrNode(ISourcePosition, StrNode, StrNode) - Constructor for class org.jruby.ast.StrNode
 
strNullChar(byte[], int, int, int, Encoding) - Static method in class org.jruby.util.StringSupport
 
strScrub(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
Scrub the contents of this string, replacing invalid characters as appropriate.
StrTerm - Class in org.jruby.lexer.yacc
 
StrTerm() - Constructor for class org.jruby.lexer.yacc.StrTerm
 
strTranscode(ThreadContext, IRubyObject[], IRubyObject[]) - Static method in class org.jruby.util.io.EncodingUtils
 
strTranscode0(ThreadContext, int, IRubyObject[], IRubyObject[], int, IRubyObject) - Static method in class org.jruby.util.io.EncodingUtils
 
strTranscodeEncArgs(ThreadContext, IRubyObject, IRubyObject, IRubyObject, byte[][], Encoding[], byte[][], Encoding[]) - Static method in class org.jruby.util.io.EncodingUtils
 
strTranscodingResize - Static variable in class org.jruby.util.io.EncodingUtils
 
Struct - Class in org.jruby.ext.ffi
 
Struct(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.Struct
Creates a new StructLayout instance.
struct_class(ThreadContext) - Method in class org.jruby.ext.ffi.StructByReference
 
struct_class(ThreadContext) - Method in class org.jruby.ext.ffi.StructByValue
 
StructByReference - Class in org.jruby.ext.ffi
 
StructByValue - Class in org.jruby.ext.ffi
 
structClass - Variable in class org.jruby.ext.ffi.FFI
 
StructLayout - Class in org.jruby.ext.ffi
Defines the memory layout for a native structure.
StructLayout.ArrayField - Class in org.jruby.ext.ffi
 
StructLayout.ArrayField(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.StructLayout.ArrayField
 
StructLayout.ArrayProxy - Class in org.jruby.ext.ffi
 
StructLayout.CharArrayProxy - Class in org.jruby.ext.ffi
 
StructLayout.EnumField - Class in org.jruby.ext.ffi
 
StructLayout.EnumField(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.StructLayout.EnumField
 
StructLayout.Field - Class in org.jruby.ext.ffi
 
StructLayout.FunctionField - Class in org.jruby.ext.ffi
 
StructLayout.FunctionField(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.StructLayout.FunctionField
 
StructLayout.InnerStructField - Class in org.jruby.ext.ffi
 
StructLayout.InnerStructField(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.StructLayout.InnerStructField
 
StructLayout.MappedField - Class in org.jruby.ext.ffi
 
StructLayout.MappedField(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.StructLayout.MappedField
 
StructLayout.Member - Class in org.jruby.ext.ffi
A struct member.
StructLayout.Member(StructLayout.Field, int, int, int) - Constructor for class org.jruby.ext.ffi.StructLayout.Member
Initializes a new Member instance
StructLayout.NumberField - Class in org.jruby.ext.ffi
 
StructLayout.NumberField(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.StructLayout.NumberField
 
StructLayout.PointerField - Class in org.jruby.ext.ffi
 
StructLayout.PointerField(Ruby, RubyClass) - Constructor for class org.jruby.ext.ffi.StructLayout.PointerField
 
StructLayout.Storage - Interface in org.jruby.ext.ffi
 
sub(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.ext.pathname.RubyPathname
 
sub(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
rb_str_sub / rb_str_sub_bang
sub(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyString
 
sub(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SubNode
 
sub(RubyBignum, int) - Method in class org.jruby.truffle.nodes.core.BignumNodes.SubNode
 
sub(RubyBignum, long) - Method in class org.jruby.truffle.nodes.core.BignumNodes.SubNode
 
sub(RubyBignum, double) - Method in class org.jruby.truffle.nodes.core.BignumNodes.SubNode
 
sub(RubyBignum, RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.SubNode
 
sub(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.SubNode
 
sub(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.SubNode
 
sub(int, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.SubNode
 
sub(int, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.SubNode
 
sub(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.SubNode
 
sub(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.SubNode
 
sub(long, double) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.SubNode
 
sub(long, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.SubNode
 
sub(double, int) - Method in class org.jruby.truffle.nodes.core.FloatNodes.SubNode
 
sub(double, long) - Method in class org.jruby.truffle.nodes.core.FloatNodes.SubNode
 
sub(double, double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.SubNode
 
sub(double, RubyBignum) - Method in class org.jruby.truffle.nodes.core.FloatNodes.SubNode
 
sub(VirtualFrame, RubyString, RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.SubNode
 
sub(RubyString, RubyRegexp, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.SubNode
 
sub(String, String) - Method in class org.jruby.truffle.runtime.core.RubyRegexp
 
sub19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
 
sub19(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyString
 
sub2(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
sub219(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
sub_bang(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
 
sub_bang(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyString
 
sub_bang19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
 
sub_bang19(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyString
 
sub_ext(ThreadContext, IRubyObject) - Method in class org.jruby.ext.pathname.RubyPathname
 
subarrayOrEmpty(RubyArray, Ruby, int) - Static method in class org.jruby.runtime.Helpers
 
subarrayOrEmpty(RubyArray, Ruby, int, int) - Static method in class org.jruby.runtime.Helpers
 
subclasses(boolean) - Method in class org.jruby.RubyClass
 
subclassProxyTest(Object) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
subDouble(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SubNode
 
subIntegerFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SubNode
 
subList(int, int) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
subList(int, int) - Method in class org.jruby.RubyArray
 
subLongFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SubNode
 
SubnetUtils - Class in org.jruby.ext.socket
A class that performs some subnet calculations given a network address and a subnet mask.
SubnetUtils(String) - Constructor for class org.jruby.ext.socket.SubnetUtils
Constructor that takes a CIDR-notation string, e.g.
SubnetUtils(String, String) - Constructor for class org.jruby.ext.socket.SubnetUtils
Constructor that takes a dotted decimal address and a dotted decimal mask.
SubnetUtils.SubnetInfo - Class in org.jruby.ext.socket
Convenience container for subnet summary information.
subObject(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SubNode
 
subObjectIntegerFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.SubNode
 
subsec() - Method in class org.jruby.RubyTime
 
subseq(long, long) - Method in class org.jruby.RubyArray
rb_ary_subseq
subseqLight(long, long) - Method in class org.jruby.RubyArray
rb_ary_subseq
substr(int, int) - Method in class org.jruby.RubyString
Deprecated.
substr(Ruby, int, int) - Method in class org.jruby.RubyString
 
substr19(Ruby, int, int) - Method in class org.jruby.RubyString
 
subtract(int) - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
Subtraction.
subtract(RubyBignum) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
subtract(long) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
subtractionOverflowed(long, long, long) - Static method in class org.jruby.runtime.Helpers
 
subWithOverflow(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.SubNode
 
subWithOverflow(int, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.SubNode
 
subWithOverflow(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.SubNode
 
subWithOverflow(long, long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.SubNode
 
succ(ThreadContext) - Method in class org.jruby.RubyFixnum
 
succ(ThreadContext) - Method in class org.jruby.RubyInteger
int_succ
succ(ThreadContext) - Method in class org.jruby.RubyString
 
succ(ThreadContext) - Method in class org.jruby.RubySymbol
 
succ() - Method in class org.jruby.RubyTime
 
succ(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.SuccNode
 
succ19(ThreadContext) - Method in class org.jruby.RubyString
 
succ_bang() - Method in class org.jruby.RubyString
 
succ_bang19() - Method in class org.jruby.RubyString
 
succBang(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.SuccBangNode
 
succChar(Encoding, byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
succCommon(ByteList) - Static method in class org.jruby.util.StringSupport
 
success_p(ThreadContext) - Method in class org.jruby.RubyProcess.RubyStatus
 
success_p() - Method in class org.jruby.RubySystemExit
 
suffixType - Variable in class org.jruby.runtime.load.LoadService.SearchState
 
sum(ThreadContext) - Method in class org.jruby.RubyString
 
sum(ThreadContext, IRubyObject) - Method in class org.jruby.RubyString
 
sum(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.SumNode
 
sumCommon(ThreadContext, long) - Method in class org.jruby.RubyString
 
SunSignalFacade - Class in org.jruby.util
 
SunSignalFacade() - Constructor for class org.jruby.util.SunSignalFacade
 
SUPER - Static variable in class org.jruby.parser.JavaSignatureParser
 
super_method(ThreadContext, IRubyObject, RubyModule) - Method in class org.jruby.AbstractRubyMethod
 
super_method(ThreadContext) - Method in class org.jruby.RubyMethod
 
super_method(ThreadContext) - Method in class org.jruby.RubyUnboundMethod
 
super_p() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
SuperCallSite - Class in org.jruby.runtime.callsite
 
SuperCallSite() - Constructor for class org.jruby.runtime.callsite.SuperCallSite
 
superclass() - Method in class org.jruby.javasupport.JavaClass
 
superclass() - Method in class org.jruby.javasupport.proxy.JavaProxyClass
 
superclass(ThreadContext) - Method in class org.jruby.RubyClass
Return the real super class of this class.
superClass - Variable in class org.jruby.RubyModule
 
SuperInstrType - Enum in org.jruby.ir.instructions
 
SuperInvokeSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
SuperInvokeSite(MethodType, String, String) - Constructor for class org.jruby.ir.targets.SuperInvokeSite
 
superName - Variable in class org.jruby.ir.targets.ResolvedSuperInvokeSite
 
superName - Variable in class org.jruby.ir.targets.SuperInvokeSite
 
SuperNode - Class in org.jruby.ast
A call to super(...) with arguments to a method.
SuperNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.SuperNode
 
SuperNode(ISourcePosition, Node, Node) - Constructor for class org.jruby.ast.SuperNode
 
support - Variable in class org.jruby.parser.RubyParser
 
SUPPORTS_FENCES - Static variable in class org.jruby.util.unsafe.UnsafeHolder
 
SValue(SValue) - Method in class org.jruby.ir.IRVisitor
 
SValue - Class in org.jruby.ir.operands
 
SValue(Operand) - Constructor for class org.jruby.ir.operands.SValue
 
SValue(SValue) - Method in class org.jruby.ir.targets.JVMVisitor
 
SValueNode - Class in org.jruby.ast
 
SValueNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.SValueNode
 
swallow(ThreadContext, int) - Method in class org.jruby.util.io.OpenFile
 
swallowBB(BasicBlock) - Method in class org.jruby.ir.representations.BasicBlock
 
swap() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
swap2() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
swapcase(ThreadContext) - Method in class org.jruby.RubyString
rb_str_swapcase / rb_str_swapcase_bang
swapcase(ThreadContext) - Method in class org.jruby.RubySymbol
 
swapcase19(ThreadContext) - Method in class org.jruby.RubyString
 
swapcase_bang(ThreadContext) - Method in class org.jruby.RubyString
 
swapcase_bang19(ThreadContext) - Method in class org.jruby.RubyString
 
SwappedMemoryIO - Class in org.jruby.ext.ffi
 
switch_rb(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyProcess.GroupID
 
switch_rb(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyProcess.UserID
 
SwitchPointInvalidator - Class in org.jruby.runtime.opto
 
SwitchPointInvalidator() - Constructor for class org.jruby.runtime.opto.SwitchPointInvalidator
 
switchToJitted(CompiledIRMethod) - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
Symbol(Symbol) - Method in class org.jruby.ir.IRVisitor
 
Symbol - Class in org.jruby.ir.operands
 
Symbol(String, Encoding) - Constructor for class org.jruby.ir.operands.Symbol
 
Symbol(Symbol) - Method in class org.jruby.ir.targets.JVMVisitor
 
SYMBOL_ENCODING_SPECIAL - Static variable in class org.jruby.runtime.marshal.MarshalStream
 
symbol_map(ThreadContext) - Method in class org.jruby.ext.ffi.Enum
 
symbolBytesFromString(Ruby, String) - Static method in class org.jruby.RubySymbol
 
symbolBytesToString(ByteList) - Static method in class org.jruby.runtime.Helpers
Decode the given value to a Java string using the following rules: * If the string is all US-ASCII characters, it will be decoded as US-ASCII.
symbolHashSeedK0 - Static variable in class org.jruby.RubySymbol
 
SymbolNode - Class in org.jruby.ast
Represents a symbol (:symbol_name).
SymbolNode(ISourcePosition, String) - Constructor for class org.jruby.ast.SymbolNode
 
SymbolNode(ISourcePosition, ByteList) - Constructor for class org.jruby.ast.SymbolNode
 
SymbolNodes - Class in org.jruby.truffle.nodes.core
 
SymbolNodes() - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes
 
SymbolNodes.AllSymbolsNode - Class in org.jruby.truffle.nodes.core
 
SymbolNodes.AllSymbolsNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes.AllSymbolsNode
 
SymbolNodes.AllSymbolsNode(SymbolNodes.AllSymbolsNode) - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes.AllSymbolsNode
 
SymbolNodes.CompareNode - Class in org.jruby.truffle.nodes.core
 
SymbolNodes.CompareNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes.CompareNode
 
SymbolNodes.CompareNode(SymbolNodes.CompareNode) - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes.CompareNode
 
SymbolNodes.EmptyNode - Class in org.jruby.truffle.nodes.core
 
SymbolNodes.EmptyNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes.EmptyNode
 
SymbolNodes.EmptyNode(SymbolNodes.EmptyNode) - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes.EmptyNode
 
SymbolNodes.EqualNode - Class in org.jruby.truffle.nodes.core
 
SymbolNodes.EqualNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes.EqualNode
 
SymbolNodes.EqualNode(SymbolNodes.EqualNode) - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes.EqualNode
 
SymbolNodes.InspectNode - Class in org.jruby.truffle.nodes.core
 
SymbolNodes.InspectNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes.InspectNode
 
SymbolNodes.InspectNode(SymbolNodes.InspectNode) - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes.InspectNode
 
SymbolNodes.ToProcNode - Class in org.jruby.truffle.nodes.core
 
SymbolNodes.ToProcNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes.ToProcNode
 
SymbolNodes.ToProcNode(SymbolNodes.ToProcNode) - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes.ToProcNode
 
SymbolNodes.ToSNode - Class in org.jruby.truffle.nodes.core
 
SymbolNodes.ToSNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes.ToSNode
 
SymbolNodes.ToSNode(SymbolNodes.ToSNode) - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes.ToSNode
 
SymbolNodes.ToSymNode - Class in org.jruby.truffle.nodes.core
 
SymbolNodes.ToSymNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes.ToSymNode
 
SymbolNodes.ToSymNode(SymbolNodes.ToSymNode) - Constructor for class org.jruby.truffle.nodes.core.SymbolNodes.ToSymNode
 
SymbolNodesFactory - Class in org.jruby.truffle.nodes.core
 
SymbolNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.SymbolNodesFactory
 
SymbolNodesFactory.AllSymbolsNodeFactory - Class in org.jruby.truffle.nodes.core
 
SymbolNodesFactory.CompareNodeFactory - Class in org.jruby.truffle.nodes.core
 
SymbolNodesFactory.EmptyNodeFactory - Class in org.jruby.truffle.nodes.core
 
SymbolNodesFactory.EqualNodeFactory - Class in org.jruby.truffle.nodes.core
 
SymbolNodesFactory.InspectNodeFactory - Class in org.jruby.truffle.nodes.core
 
SymbolNodesFactory.ToProcNodeFactory - Class in org.jruby.truffle.nodes.core
 
SymbolNodesFactory.ToSNodeFactory - Class in org.jruby.truffle.nodes.core
 
SymbolNodesFactory.ToSymNodeFactory - Class in org.jruby.truffle.nodes.core
 
SymbolObjectSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
SymbolObjectSite(MethodType, String, String) - Constructor for class org.jruby.ir.targets.SymbolObjectSite
 
SymbolProcNode - Class in org.jruby.truffle.nodes.methods
 
SymbolProcNode(RubyContext, SourceSection, String) - Constructor for class org.jruby.truffle.nodes.methods.SymbolProcNode
 
symbols - Variable in class org.jruby.ast.executable.RuntimeCache
 
symbols(ThreadContext) - Method in class org.jruby.ext.ffi.Enum
 
symlink(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
symlink_p() - Method in class org.jruby.RubyFileStat
 
symlink_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
symlink_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
symlinkQuery(RubyString) - Method in class org.jruby.truffle.nodes.core.FileNodes.SymlinkQueryNode
 
sync(ThreadContext) - Method in class org.jruby.ext.stringio.StringIO
 
sync(ThreadContext, IRubyObject) - Method in class org.jruby.ext.zlib.JZlibInflate
 
sync - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
sync() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
sync(ThreadContext) - Method in class org.jruby.RubyIO
Returns the current sync mode.
sync - Variable in class org.jruby.util.io.ChannelStream
Deprecated.
 
sync() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
sync() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
SYNC - Static variable in class org.jruby.util.io.OpenFile
 
sync() - Method in interface org.jruby.util.io.Stream
Flush and sync all writes to the filesystem.
sync_point() - Method in class org.jruby.ext.zlib.JZlibInflate
 
sync_point_p() - Method in class org.jruby.ext.zlib.JZlibInflate
 
sync_set(IRubyObject) - Method in class org.jruby.RubyIO
Sets the current sync mode.
syncClassVariables(RubyModule) - Method in class org.jruby.RubyModule
 
syncConstants(RubyModule) - Method in class org.jruby.RubyModule
 
synchronize(ThreadContext, Block) - Method in class org.jruby.ext.thread.Mutex
 
SYNCHRONIZED - Static variable in class org.jruby.parser.JavaSignatureParser
 
SynchronizedDynamicMethod - Class in org.jruby.internal.runtime.methods
 
SynchronizedDynamicMethod(DynamicMethod) - Constructor for class org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
 
SynchronizedVariableAccessor - Class in org.jruby.runtime.ivars
A VariableAccessor that uses synchronization to ensure the variable table is updated safely.
SynchronizedVariableAccessor(RubyClass, String, int, int) - Constructor for class org.jruby.runtime.ivars.SynchronizedVariableAccessor
Construct a new SynchronizedVariableAccessor for the given "real" class, variable name, variable index, and class ID.
syncObject - Variable in class org.jruby.internal.runtime.methods.InvocationMethodFactory
An object to sync against when loading classes, to avoid dups
syncVariables(IRubyObject, List<Variable<Object>>) - Static method in class org.jruby.BasicObjectStub
 
syncVariables(List<Variable<Object>>) - Method in class org.jruby.ir.operands.UndefinedValue
Deprecated.
syncVariables(IRubyObject) - Method in class org.jruby.ir.operands.UndefinedValue
Sets object's variables to those in the supplied object, removing/replacing any previously defined variables of the same name.
syncVariables(IRubyObject) - Method in class org.jruby.RubyBasicObject
Sync one this object's variables with other's - this is used to make rbClone work correctly.
syncVariables(List<Variable<Object>>) - Method in class org.jruby.RubyBasicObject
Deprecated.
syncVariables(List<Variable<Object>>) - Method in interface org.jruby.runtime.builtin.IRubyObject
Deprecated.
syncVariables(IRubyObject) - Method in interface org.jruby.runtime.builtin.IRubyObject
Sets object's variables to those in the supplied object, removing/replacing any previously defined variables of the same name.
syncVariables(RubyBasicObject, IRubyObject) - Method in class org.jruby.runtime.ivars.VariableTableManager
Sync one this object's variables with other's - this is used to make rbClone work correctly.
SYNCWRITE - Static variable in class org.jruby.util.io.OpenFile
 
syntaxError(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
SyntaxException - Exception in org.jruby.lexer.yacc
 
SyntaxException(SyntaxException.PID, ISourcePosition, String, String, Object...) - Constructor for exception org.jruby.lexer.yacc.SyntaxException
 
SyntaxException.PID - Enum in org.jruby.lexer.yacc
 
synthetic_p() - Method in class org.jruby.javasupport.JavaAccessibleObject
 
synthetic_p() - Method in class org.jruby.javasupport.JavaClass
 
sysaccept(ThreadContext) - Method in class org.jruby.ext.socket.RubyUNIXServer
 
syscall(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
sysconfdir(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.etc.RubyEtc
 
sysopen(IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
 
sysopen(Ruby, String, int, int) - Static method in class org.jruby.RubyIO
 
sysopen19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
 
sysread(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.stringio.StringIO
 
sysread(IRubyObject[]) - Method in class org.jruby.ext.stringio.StringIO
 
sysread(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
 
sysseek(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
 
system(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
system(RubyString) - Method in class org.jruby.truffle.nodes.core.KernelNodes.SystemNode
 
system19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
SystemPropertiesMap - Class in org.jruby.java.util
A java.lang.Map that defers all methods to System properties.
SystemPropertiesMap() - Constructor for class org.jruby.java.util.SystemPropertiesMap
 
SystemPropertyCatcher - Class in org.jruby.embed.util
Utility methods to retrieve System properties or environment variables to get configuration parameters.
SystemPropertyCatcher() - Constructor for class org.jruby.embed.util.SystemPropertyCatcher
 
systmpdir(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.etc.RubyEtc
 
syswait(Ruby, int) - Static method in class org.jruby.RubyProcess
 
syswrite(ThreadContext, IRubyObject) - Method in class org.jruby.ext.stringio.StringIO
 
syswrite(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
 
syswrite_nonblock(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.stringio.StringIO
 

T

tableswitch(int, int, Label, Label[]) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
tag(ThreadContext) - Method in class org.jruby.ext.ffi.Enum
 
tag - Variable in error org.jruby.RubyContinuation.Continuation
 
taint(ThreadContext) - Method in class org.jruby.ext.pathname.RubyPathname
 
taint(Ruby) - Method in class org.jruby.RubyBasicObject
 
taint(ThreadContext) - Method in class org.jruby.RubyBasicObject
rb_obj_taint call-seq: obj.taint -> obj Marks obj as tainted---if the $SAFE level is set appropriately, many method calls which might alter the running programs environment will refuse to accept tainted strings.
taint(ThreadContext) - Method in class org.jruby.RubyBoolean
 
taint(ThreadContext) - Method in class org.jruby.RubyFixnum
 
taint(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
taint(ThreadContext) - Method in class org.jruby.RubyNil
 
taint(ThreadContext) - Method in class org.jruby.RubySymbol
 
taint(boolean) - Method in class org.jruby.truffle.nodes.core.KernelNodes.TaintNode
 
taint(int) - Method in class org.jruby.truffle.nodes.core.KernelNodes.TaintNode
 
taint(long) - Method in class org.jruby.truffle.nodes.core.KernelNodes.TaintNode
 
taint(double) - Method in class org.jruby.truffle.nodes.core.KernelNodes.TaintNode
 
taint(RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.KernelNodes.TaintNode
 
taint(boolean) - Method in class org.jruby.truffle.nodes.core.KernelNodes.UntaintNode
 
taint(int) - Method in class org.jruby.truffle.nodes.core.KernelNodes.UntaintNode
 
taint(long) - Method in class org.jruby.truffle.nodes.core.KernelNodes.UntaintNode
 
taint(double) - Method in class org.jruby.truffle.nodes.core.KernelNodes.UntaintNode
 
taint(RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.KernelNodes.UntaintNode
 
tainted(boolean) - Method in class org.jruby.truffle.nodes.core.KernelNodes.TaintedNode
 
tainted(int) - Method in class org.jruby.truffle.nodes.core.KernelNodes.TaintedNode
 
tainted(long) - Method in class org.jruby.truffle.nodes.core.KernelNodes.TaintedNode
 
tainted(double) - Method in class org.jruby.truffle.nodes.core.KernelNodes.TaintedNode
 
tainted(RubyBasicObject) - Method in class org.jruby.truffle.nodes.core.KernelNodes.TaintedNode
 
TAINTED_F - Static variable in class org.jruby.RubyBasicObject
 
TAINTED_IDENTIFIER - Static variable in class org.jruby.truffle.runtime.core.RubyBasicObject
 
tainted_p(ThreadContext) - Method in class org.jruby.RubyBasicObject
rb_obj_tainted call-seq: obj.tainted? => true or false Returns true if the object is tainted.
tainted_p(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
take(ThreadContext, IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_take
take(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
take_while(ThreadContext, Block) - Method in class org.jruby.RubyArray
rb_ary_take_while
take_while19(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyEnumerable
 
takeItems(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyEnumerable
Take all items from the given enumerable and insert them into a new array.
tAMPER - Static variable in class org.jruby.parser.RubyParser
 
tAMPER - Static variable in interface org.jruby.parser.Tokens
 
tAMPER2 - Static variable in class org.jruby.parser.RubyParser
 
tAMPER2 - Static variable in interface org.jruby.parser.Tokens
 
tan(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
tan19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
tANDOP - Static variable in class org.jruby.parser.RubyParser
 
tANDOP - Static variable in interface org.jruby.parser.Tokens
 
tanh(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
tanh19(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyMath
 
tap(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyKernel
 
tAREF - Static variable in class org.jruby.parser.RubyParser
 
tAREF - Static variable in interface org.jruby.parser.Tokens
 
target - Variable in exception org.jruby.exceptions.JumpException.FlowControlException
 
TARGET - Static variable in class org.jruby.runtime.Constants
 
targetRequiresCallersBinding() - Method in class org.jruby.ir.instructions.CallBase
 
targetRequiresCallersFrame() - Method in class org.jruby.ir.instructions.CallBase
 
tASET - Static variable in class org.jruby.parser.RubyParser
 
tASET - Static variable in interface org.jruby.parser.Tokens
 
tASSOC - Static variable in class org.jruby.parser.RubyParser
 
tASSOC - Static variable in interface org.jruby.parser.Tokens
 
tBACK_REF - Static variable in class org.jruby.parser.RubyParser
 
tBACK_REF - Static variable in interface org.jruby.parser.Tokens
 
tBACK_REF2 - Static variable in class org.jruby.parser.RubyParser
 
tBACK_REF2 - Static variable in interface org.jruby.parser.Tokens
 
tBANG - Static variable in class org.jruby.parser.RubyParser
 
tBANG - Static variable in interface org.jruby.parser.Tokens
 
tCARET - Static variable in class org.jruby.parser.RubyParser
 
tCARET - Static variable in interface org.jruby.parser.Tokens
 
tCHAR - Static variable in class org.jruby.parser.RubyParser
 
tCMP - Static variable in class org.jruby.parser.RubyParser
 
tCMP - Static variable in interface org.jruby.parser.Tokens
 
tCOLON2 - Static variable in class org.jruby.parser.RubyParser
 
tCOLON2 - Static variable in interface org.jruby.parser.Tokens
 
tCOLON3 - Static variable in class org.jruby.parser.RubyParser
 
tCOLON3 - Static variable in interface org.jruby.parser.Tokens
 
tCONSTANT - Static variable in class org.jruby.parser.RubyParser
 
tCONSTANT - Static variable in interface org.jruby.parser.Tokens
 
tcp(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.Addrinfo
 
tCVAR - Static variable in class org.jruby.parser.RubyParser
 
tCVAR - Static variable in interface org.jruby.parser.Tokens
 
tDIVIDE - Static variable in class org.jruby.parser.RubyParser
 
tDIVIDE - Static variable in interface org.jruby.parser.Tokens
 
tDOT - Static variable in class org.jruby.parser.RubyParser
 
tDOT - Static variable in interface org.jruby.parser.Tokens
 
tDOT2 - Static variable in class org.jruby.parser.RubyParser
 
tDOT2 - Static variable in interface org.jruby.parser.Tokens
 
tDOT3 - Static variable in class org.jruby.parser.RubyParser
 
tDOT3 - Static variable in interface org.jruby.parser.Tokens
 
tDSTAR - Static variable in class org.jruby.parser.RubyParser
 
tDSTAR - Static variable in interface org.jruby.parser.Tokens
 
tearDown() - Method in class org.jruby.compiler.JITCompiler
 
tearDown() - Method in class org.jruby.Ruby
Make sure Kernel#at_exit procs getService invoked on runtime shutdown.
tearDown(boolean) - Method in class org.jruby.Ruby
 
tearDown(boolean) - Method in class org.jruby.util.JRubyClassLoader
Called when the parent runtime is torn down.
tell(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
tell() - Method in class org.jruby.RubyDir
Returns the current position in the directory.
tell(ThreadContext) - Method in class org.jruby.util.io.OpenFile
 
Tempfile - Class in org.jruby.ext.tempfile
An implementation of tempfile.rb in Java.
Tempfile(Ruby, RubyClass) - Constructor for class org.jruby.ext.tempfile.Tempfile
 
TempfileLibrary - Class in org.jruby.ext.tempfile
 
TempfileLibrary() - Constructor for class org.jruby.ext.tempfile.TempfileLibrary
 
TemporaryBooleanVariable(TemporaryBooleanVariable) - Method in class org.jruby.ir.IRVisitor
 
TemporaryBooleanVariable - Class in org.jruby.ir.operands
Represents a temporary variable for an unboxed Boolean operand.
TemporaryBooleanVariable(int) - Constructor for class org.jruby.ir.operands.TemporaryBooleanVariable
 
TemporaryBooleanVariable(TemporaryBooleanVariable) - Method in class org.jruby.ir.targets.JVMVisitor
 
TemporaryClosureVariable - Class in org.jruby.ir.operands
 
TemporaryClosureVariable(int, int) - Constructor for class org.jruby.ir.operands.TemporaryClosureVariable
 
TemporaryCurrentModuleVariable - Class in org.jruby.ir.operands
 
TemporaryCurrentModuleVariable(int) - Constructor for class org.jruby.ir.operands.TemporaryCurrentModuleVariable
 
TemporaryCurrentScopeVariable - Class in org.jruby.ir.operands
 
TemporaryCurrentScopeVariable(int) - Constructor for class org.jruby.ir.operands.TemporaryCurrentScopeVariable
 
TemporaryFixnumVariable(TemporaryFixnumVariable) - Method in class org.jruby.ir.IRVisitor
 
TemporaryFixnumVariable - Class in org.jruby.ir.operands
Represents a temporary variable for an unboxed Float operand.
TemporaryFixnumVariable(int) - Constructor for class org.jruby.ir.operands.TemporaryFixnumVariable
 
TemporaryFixnumVariable(TemporaryFixnumVariable) - Method in class org.jruby.ir.targets.JVMVisitor
 
TemporaryFloatVariable(TemporaryFloatVariable) - Method in class org.jruby.ir.IRVisitor
 
TemporaryFloatVariable - Class in org.jruby.ir.operands
Represents a temporary variable for an unboxed Float operand.
TemporaryFloatVariable(int) - Constructor for class org.jruby.ir.operands.TemporaryFloatVariable
 
TemporaryFloatVariable(TemporaryFloatVariable) - Method in class org.jruby.ir.targets.JVMVisitor
 
TemporaryLocalReplacementVariable - Class in org.jruby.ir.operands
When we optimize full local variables to be temporary ones we like to keep the name of what we renamed them as.
TemporaryLocalReplacementVariable(String, int) - Constructor for class org.jruby.ir.operands.TemporaryLocalReplacementVariable
 
TemporaryLocalVariable(TemporaryLocalVariable) - Method in class org.jruby.ir.IRVisitor
 
TemporaryLocalVariable - Class in org.jruby.ir.operands
A set of variables which are only used in a particular scope and never visible to Ruby itself.
TemporaryLocalVariable(String, int) - Constructor for class org.jruby.ir.operands.TemporaryLocalVariable
 
TemporaryLocalVariable(int) - Constructor for class org.jruby.ir.operands.TemporaryLocalVariable
 
TemporaryLocalVariable(TemporaryLocalVariable) - Method in class org.jruby.ir.targets.JVMVisitor
 
TemporaryVariable(TemporaryVariable) - Method in class org.jruby.ir.IRVisitor
 
TemporaryVariable - Class in org.jruby.ir.operands
 
TemporaryVariable(String) - Constructor for class org.jruby.ir.operands.TemporaryVariable
 
TemporaryVariable(TemporaryVariable) - Method in class org.jruby.ir.targets.JVMVisitor
 
temporaryVariableIndex - Variable in class org.jruby.ir.IRScope
 
TemporaryVariableType - Enum in org.jruby.ir.operands
This enum exists because we will frequently run into an arbitrary temporary variable and we want to be able to quickly switch on type.
tEQ - Static variable in class org.jruby.parser.RubyParser
 
tEQ - Static variable in interface org.jruby.parser.Tokens
 
tEQQ - Static variable in class org.jruby.parser.RubyParser
 
tEQQ - Static variable in interface org.jruby.parser.Tokens
 
TERM_FILL(byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
terminate() - Method in class org.jruby.embed.bsf.JRubyEngine
 
terminate() - Method in class org.jruby.embed.internal.ConcurrentLocalContextProvider
 
terminate() - Method in interface org.jruby.embed.internal.LocalContextProvider
Clears up a variable map.
terminate() - Method in class org.jruby.embed.internal.SingleThreadLocalContextProvider
 
terminate() - Method in class org.jruby.embed.internal.SingletonLocalContextProvider
 
terminate() - Method in class org.jruby.embed.internal.ThreadSafeLocalContextProvider
 
terminate() - Method in class org.jruby.embed.ScriptingContainer
Cleanly shut down this ScriptingContainer and any JRuby resources it holds.
terminate() - Method in class org.jruby.ext.strscan.RubyStringScanner
 
terminate() - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
terminate(Ruby) - Static method in class org.jruby.javasupport.JavaEmbedUtils
Dispose of the runtime you initialized.
terminateGlobalVariables(LocalVariableBehavior, List<BiVariable>, Ruby) - Static method in class org.jruby.embed.variable.VariableInterceptor
Clears global variable values from Ruby runtime to behave the same as JSR 223 reference implementation.
terminateLocalVariables(LocalVariableBehavior, List<String>, List<BiVariable>) - Static method in class org.jruby.embed.variable.VariableInterceptor
Clears local variables form the variable map so that old local variable name-value pairs are not to be used in successive evaluations.
TerminateProcess(Pointer, int) - Method in interface org.jruby.util.WindowsFFI.Kernel32
 
termsig() - Method in class org.jruby.RubyProcess.RubyStatus
 
test(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
testArg0ModuleMatch(IRubyObject, int) - Static method in class org.jruby.ir.targets.Bootstrap
 
testClass(Object, Class) - Static method in class org.jruby.ir.targets.InvokeSite
 
testClass(Object, Class) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
testFrozen(String) - Method in class org.jruby.RubyBasicObject
rb_frozen_class_p Helper to test whether this object is frozen, and if it is will throw an exception based on the message.
testFrozen() - Method in class org.jruby.RubyBasicObject
rb_frozen_class_p Helper to test whether this object is frozen, and if it is will throw an exception based on the message.
testGeneration(int, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
testMetaclass(RubyClass, IRubyObject) - Static method in class org.jruby.ir.targets.InvokeSite
 
testMetaclass(RubyClass, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
testRealClass(int, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
testType(RubyClass, IRubyObject) - Static method in class org.jruby.ir.targets.Bootstrap
 
TEXT - Static variable in class org.jruby.util.io.ModeFlags
textmode flag, MRI has no equivalent but we use ModeFlags currently to also capture what are oflags.
TEXTMODE - Static variable in class org.jruby.util.io.OpenFile
 
TEXTMODE_NEWLINE_DECORATOR_ON_WRITE - Static variable in class org.jruby.util.io.EncodingUtils
 
tFID - Static variable in class org.jruby.parser.RubyParser
 
tFID - Static variable in interface org.jruby.parser.Tokens
 
tFLOAT - Static variable in class org.jruby.parser.RubyParser
 
tFLOAT - Static variable in interface org.jruby.parser.Tokens
 
tGEQ - Static variable in class org.jruby.parser.RubyParser
 
tGEQ - Static variable in interface org.jruby.parser.Tokens
 
tGT - Static variable in class org.jruby.parser.RubyParser
 
tGT - Static variable in interface org.jruby.parser.Tokens
 
tGVAR - Static variable in class org.jruby.parser.RubyParser
 
tGVAR - Static variable in interface org.jruby.parser.Tokens
 
THIS_INDEX - Static variable in class org.jruby.internal.runtime.methods.InvocationMethodFactory
The lvar index of "this"
THREAD_DUMP_SIGNAL - Static variable in class org.jruby.util.cli.Options
 
THREAD_LOCAL_GLOBAL_VARIABLES - Static variable in class org.jruby.truffle.translator.BodyTranslator
 
thread_variable_get(ThreadContext, IRubyObject) - Method in class org.jruby.RubyThread
 
thread_variable_p(ThreadContext, IRubyObject) - Method in class org.jruby.RubyThread
 
thread_variable_set(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyThread
 
thread_variables(ThreadContext) - Method in class org.jruby.RubyThread
 
THREADCONTEXT - Static variable in class org.jruby.ir.targets.JVM
 
ThreadContext - Class in org.jruby.runtime
 
THREADCONTEXT_INDEX - Static variable in class org.jruby.internal.runtime.methods.InvocationMethodFactory
The lvar index of the passed-in ThreadContext
THREADCONTEXT_TYPE - Static variable in class org.jruby.ir.targets.JVM
 
threadDump() - Method in class org.jruby.management.Runtime
 
threadDump() - Method in interface org.jruby.management.RuntimeMBean
 
ThreadedRunnable - Interface in org.jruby.internal.runtime
Represents a Runnable that can report what Java thread it is running under.
ThreadExitException - Exception in org.jruby.truffle.runtime.control
 
ThreadExitException() - Constructor for exception org.jruby.truffle.runtime.control.ThreadExitException
 
ThreadFiber - Class in org.jruby.ext.fiber
 
ThreadFiber(Ruby, RubyClass) - Constructor for class org.jruby.ext.fiber.ThreadFiber
 
ThreadFiber.FiberData - Class in org.jruby.ext.fiber
 
ThreadFiberLibrary - Class in org.jruby.ext.fiber
A thread-based implementation of Ruby 1.9 Fiber library.
ThreadFiberLibrary() - Constructor for class org.jruby.ext.fiber.ThreadFiberLibrary
 
threadFlock(ThreadContext, int) - Method in class org.jruby.util.io.OpenFile
 
ThreadKill - Exception in org.jruby.exceptions
 
ThreadKill() - Constructor for exception org.jruby.exceptions.ThreadKill
 
THREADLESS_COMPILE_ENABLED - Static variable in class org.jruby.RubyInstanceConfig
Enable "threadless" compile.
ThreadLibrary - Class in org.jruby.ext.thread
The 'thread' library.
ThreadLibrary() - Constructor for class org.jruby.ext.thread.ThreadLibrary
 
ThreadLike - Interface in org.jruby.internal.runtime
 
ThreadLocalObjectNode - Class in org.jruby.truffle.nodes
 
ThreadLocalObjectNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.ThreadLocalObjectNode
 
ThreadManager - Class in org.jruby.truffle.runtime.subsystems
Manages Ruby Thread objects.
ThreadManager(RubyContext) - Constructor for class org.jruby.truffle.runtime.subsystems.ThreadManager
 
ThreadNodes - Class in org.jruby.truffle.nodes.core
 
ThreadNodes() - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes
 
ThreadNodes.AliveNode - Class in org.jruby.truffle.nodes.core
 
ThreadNodes.AliveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.AliveNode
 
ThreadNodes.AliveNode(ThreadNodes.AliveNode) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.AliveNode
 
ThreadNodes.CurrentNode - Class in org.jruby.truffle.nodes.core
 
ThreadNodes.CurrentNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.CurrentNode
 
ThreadNodes.CurrentNode(ThreadNodes.CurrentNode) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.CurrentNode
 
ThreadNodes.ExitInstanceNode - Class in org.jruby.truffle.nodes.core
 
ThreadNodes.ExitInstanceNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.ExitInstanceNode
 
ThreadNodes.ExitInstanceNode(ThreadNodes.ExitInstanceNode) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.ExitInstanceNode
 
ThreadNodes.ExitModuleNode - Class in org.jruby.truffle.nodes.core
 
ThreadNodes.ExitModuleNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.ExitModuleNode
 
ThreadNodes.ExitModuleNode(ThreadNodes.ExitModuleNode) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.ExitModuleNode
 
ThreadNodes.InitializeNode - Class in org.jruby.truffle.nodes.core
 
ThreadNodes.InitializeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.InitializeNode
 
ThreadNodes.InitializeNode(ThreadNodes.InitializeNode) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.InitializeNode
 
ThreadNodes.JoinNode - Class in org.jruby.truffle.nodes.core
 
ThreadNodes.JoinNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.JoinNode
 
ThreadNodes.JoinNode(ThreadNodes.JoinNode) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.JoinNode
 
ThreadNodes.KillNode - Class in org.jruby.truffle.nodes.core
 
ThreadNodes.KillNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.KillNode
 
ThreadNodes.KillNode(ThreadNodes.KillNode) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.KillNode
 
ThreadNodes.PassNode - Class in org.jruby.truffle.nodes.core
 
ThreadNodes.PassNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.PassNode
 
ThreadNodes.PassNode(ThreadNodes.PassNode) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.PassNode
 
ThreadNodes.RaiseNode - Class in org.jruby.truffle.nodes.core
 
ThreadNodes.RaiseNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.RaiseNode
 
ThreadNodes.RaiseNode(ThreadNodes.RaiseNode) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.RaiseNode
 
ThreadNodes.StatusNode - Class in org.jruby.truffle.nodes.core
 
ThreadNodes.StatusNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.StatusNode
 
ThreadNodes.StatusNode(ThreadNodes.StatusNode) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.StatusNode
 
ThreadNodes.StopNode - Class in org.jruby.truffle.nodes.core
 
ThreadNodes.StopNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.StopNode
 
ThreadNodes.StopNode(ThreadNodes.StopNode) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.StopNode
 
ThreadNodes.ValueNode - Class in org.jruby.truffle.nodes.core
 
ThreadNodes.ValueNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.ValueNode
 
ThreadNodes.ValueNode(ThreadNodes.ValueNode) - Constructor for class org.jruby.truffle.nodes.core.ThreadNodes.ValueNode
 
ThreadNodesFactory - Class in org.jruby.truffle.nodes.core
 
ThreadNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.ThreadNodesFactory
 
ThreadNodesFactory.AliveNodeFactory - Class in org.jruby.truffle.nodes.core
 
ThreadNodesFactory.CurrentNodeFactory - Class in org.jruby.truffle.nodes.core
 
ThreadNodesFactory.ExitInstanceNodeFactory - Class in org.jruby.truffle.nodes.core
 
ThreadNodesFactory.ExitModuleNodeFactory - Class in org.jruby.truffle.nodes.core
 
ThreadNodesFactory.InitializeNodeFactory - Class in org.jruby.truffle.nodes.core
 
ThreadNodesFactory.JoinNodeFactory - Class in org.jruby.truffle.nodes.core
 
ThreadNodesFactory.KillNodeFactory - Class in org.jruby.truffle.nodes.core
 
ThreadNodesFactory.PassNodeFactory - Class in org.jruby.truffle.nodes.core
 
ThreadNodesFactory.RaiseNodeFactory - Class in org.jruby.truffle.nodes.core
 
ThreadNodesFactory.StatusNodeFactory - Class in org.jruby.truffle.nodes.core
 
ThreadNodesFactory.StopNodeFactory - Class in org.jruby.truffle.nodes.core
 
ThreadNodesFactory.ValueNodeFactory - Class in org.jruby.truffle.nodes.core
 
ThreadPollInstr - Class in org.jruby.ir.instructions
 
ThreadPollInstr(boolean) - Constructor for class org.jruby.ir.instructions.ThreadPollInstr
 
ThreadPollInstr() - Constructor for class org.jruby.ir.instructions.ThreadPollInstr
 
ThreadPollInstr(ThreadPollInstr) - Method in class org.jruby.ir.IRVisitor
 
ThreadPollInstr(ThreadPollInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
THREADPOOL_MAX - Static variable in class org.jruby.util.cli.Options
 
THREADPOOL_MIN - Static variable in class org.jruby.util.cli.Options
 
THREADPOOL_TTL - Static variable in class org.jruby.util.cli.Options
 
ThreadSafeLocalContextProvider - Class in org.jruby.embed.internal
 
ThreadSafeLocalContextProvider(LocalVariableBehavior, boolean) - Constructor for class org.jruby.embed.internal.ThreadSafeLocalContextProvider
 
ThreadService - Class in org.jruby.internal.runtime
ThreadService maintains lists ofall the JRuby-specific thread data structures needed for Ruby's threading API and for JRuby's execution.
ThreadService(Ruby) - Constructor for class org.jruby.internal.runtime.ThreadService
 
ThreadService.Event - Class in org.jruby.internal.runtime
Deprecated.
ThreadService.Event(String, ThreadService.Event.Type) - Constructor for class org.jruby.internal.runtime.ThreadService.Event
Deprecated.
 
ThreadService.Event(String, ThreadService.Event.Type, IRubyObject) - Constructor for class org.jruby.internal.runtime.ThreadService.Event
Deprecated.
 
ThreadService.Event.Type - Enum in org.jruby.internal.runtime
Deprecated.
 
three(Ruby) - Static method in class org.jruby.RubyFixnum
 
THREE_ARGUMENTS - Static variable in class org.jruby.runtime.Arity
 
THREE_ARGUMENTS - Static variable in class org.jruby.runtime.Signature
 
THREE_REQUIRED - Static variable in class org.jruby.runtime.Arity
 
THREE_REQUIRED - Static variable in class org.jruby.runtime.Signature
 
ThreeVarDynamicScope - Class in org.jruby.runtime.scope
This is a DynamicScope that supports exactly three variables.
ThreeVarDynamicScope(StaticScope, DynamicScope) - Constructor for class org.jruby.runtime.scope.ThreeVarDynamicScope
 
ThreeVarDynamicScope(StaticScope) - Constructor for class org.jruby.runtime.scope.ThreeVarDynamicScope
 
throwException(Throwable) - Static method in class org.jruby.runtime.Helpers
 
ThrowException - Exception in org.jruby.truffle.runtime.control
Controls throwing a value.
ThrowException(Object, Object) - Constructor for exception org.jruby.truffle.runtime.control.ThrowException
 
ThrowExceptionInstr - Class in org.jruby.ir.instructions
 
ThrowExceptionInstr(Operand) - Constructor for class org.jruby.ir.instructions.ThrowExceptionInstr
 
ThrowExceptionInstr(ThrowExceptionInstr) - Method in class org.jruby.ir.IRVisitor
 
ThrowExceptionInstr(ThrowExceptionInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
THROWS - Static variable in class org.jruby.parser.JavaSignatureParser
 
throwTypes - Variable in class org.jruby.ast.java_signature.SignatureNode
 
tIDENTIFIER - Static variable in class org.jruby.parser.RubyParser
 
tIDENTIFIER - Static variable in interface org.jruby.parser.Tokens
 
tiedIOForWriting - Variable in class org.jruby.util.io.OpenFile
 
tIMAGINARY - Static variable in class org.jruby.parser.RubyParser
 
timeDecompose(VirtualFrame, RubyTime) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeDecomposePrimitiveNode
 
timeEnvZone(RubyTime) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeEnvZonePrimitiveNode
 
timeNSeconds(RubyTime) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeNSecondsPrimitiveNode
 
TimeOperations - Class in org.jruby.truffle.runtime.core
 
TimeOperations() - Constructor for class org.jruby.truffle.runtime.core.TimeOperations
 
Timeout - Class in org.jruby.ext.timeout
 
Timeout() - Constructor for class org.jruby.ext.timeout.Timeout
 
timeout(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.ext.timeout.Timeout
 
timeout(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.ext.timeout.Timeout
 
timeout(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.timeout.Timeout.TimeoutToplevel
 
Timeout.TimeoutToplevel - Class in org.jruby.ext.timeout
 
Timeout.TimeoutToplevel() - Constructor for class org.jruby.ext.timeout.Timeout.TimeoutToplevel
 
TimeOutputFormatter - Class in org.jruby.util
Deprecated.
TimeOutputFormatter(String, int) - Constructor for class org.jruby.util.TimeOutputFormatter
Deprecated.
 
TimePrimitiveNodes - Class in org.jruby.truffle.nodes.rubinius
Rubinius primitives associated with the Ruby Time class.
TimePrimitiveNodes() - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes
 
TimePrimitiveNodes.TimeDecomposePrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodes.TimeDecomposePrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeDecomposePrimitiveNode
 
TimePrimitiveNodes.TimeDecomposePrimitiveNode(TimePrimitiveNodes.TimeDecomposePrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeDecomposePrimitiveNode
 
TimePrimitiveNodes.TimeEnvZonePrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodes.TimeEnvZonePrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeEnvZonePrimitiveNode
 
TimePrimitiveNodes.TimeEnvZonePrimitiveNode(TimePrimitiveNodes.TimeEnvZonePrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeEnvZonePrimitiveNode
 
TimePrimitiveNodes.TimeNSecondsPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodes.TimeNSecondsPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeNSecondsPrimitiveNode
 
TimePrimitiveNodes.TimeNSecondsPrimitiveNode(TimePrimitiveNodes.TimeNSecondsPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeNSecondsPrimitiveNode
 
TimePrimitiveNodes.TimeSDupPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodes.TimeSDupPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSDupPrimitiveNode
 
TimePrimitiveNodes.TimeSDupPrimitiveNode(TimePrimitiveNodes.TimeSDupPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSDupPrimitiveNode
 
TimePrimitiveNodes.TimeSecondsPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodes.TimeSecondsPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSecondsPrimitiveNode
 
TimePrimitiveNodes.TimeSecondsPrimitiveNode(TimePrimitiveNodes.TimeSecondsPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSecondsPrimitiveNode
 
TimePrimitiveNodes.TimeSetNSecondsPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodes.TimeSetNSecondsPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSetNSecondsPrimitiveNode
 
TimePrimitiveNodes.TimeSetNSecondsPrimitiveNode(TimePrimitiveNodes.TimeSetNSecondsPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSetNSecondsPrimitiveNode
 
TimePrimitiveNodes.TimeSFromArrayPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodes.TimeSFromArrayPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSFromArrayPrimitiveNode
 
TimePrimitiveNodes.TimeSFromArrayPrimitiveNode(TimePrimitiveNodes.TimeSFromArrayPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSFromArrayPrimitiveNode
 
TimePrimitiveNodes.TimeSNowPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodes.TimeSNowPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSNowPrimitiveNode
 
TimePrimitiveNodes.TimeSNowPrimitiveNode(TimePrimitiveNodes.TimeSNowPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSNowPrimitiveNode
 
TimePrimitiveNodes.TimeSSpecificPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodes.TimeSSpecificPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSSpecificPrimitiveNode
 
TimePrimitiveNodes.TimeSSpecificPrimitiveNode(TimePrimitiveNodes.TimeSSpecificPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSSpecificPrimitiveNode
 
TimePrimitiveNodes.TimeStrftimePrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodes.TimeStrftimePrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeStrftimePrimitiveNode
 
TimePrimitiveNodes.TimeStrftimePrimitiveNode(TimePrimitiveNodes.TimeStrftimePrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeStrftimePrimitiveNode
 
TimePrimitiveNodes.TimeUSecondsPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodes.TimeUSecondsPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeUSecondsPrimitiveNode
 
TimePrimitiveNodes.TimeUSecondsPrimitiveNode(TimePrimitiveNodes.TimeUSecondsPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeUSecondsPrimitiveNode
 
TimePrimitiveNodes.TimeUTCOffsetPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodes.TimeUTCOffsetPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeUTCOffsetPrimitiveNode
 
TimePrimitiveNodes.TimeUTCOffsetPrimitiveNode(TimePrimitiveNodes.TimeUTCOffsetPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeUTCOffsetPrimitiveNode
 
TimePrimitiveNodesFactory - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodesFactory() - Constructor for class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodesFactory
 
TimePrimitiveNodesFactory.TimeDecomposePrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodesFactory.TimeEnvZonePrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodesFactory.TimeNSecondsPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodesFactory.TimeSDupPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodesFactory.TimeSecondsPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodesFactory.TimeSetNSecondsPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodesFactory.TimeSFromArrayPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodesFactory.TimeSNowPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodesFactory.TimeSSpecificPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodesFactory.TimeStrftimePrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodesFactory.TimeUSecondsPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TimePrimitiveNodesFactory.TimeUTCOffsetPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
times(ThreadContext, Block) - Method in class org.jruby.RubyFixnum
 
times(ThreadContext, Block) - Method in class org.jruby.RubyInteger
 
times(IRubyObject, Block) - Static method in class org.jruby.RubyProcess
Deprecated.
times(ThreadContext, IRubyObject, Block) - Static method in class org.jruby.RubyProcess
 
times(Ruby) - Static method in class org.jruby.RubyProcess
 
times(VirtualFrame, int, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.IntegerNodes.TimesNode
 
times(VirtualFrame, int, RubyProc) - Method in class org.jruby.truffle.nodes.core.IntegerNodes.TimesNode
 
times(VirtualFrame, long, RubyProc) - Method in class org.jruby.truffle.nodes.core.IntegerNodes.TimesNode
 
times(VirtualFrame, RubyBignum, RubyProc) - Method in class org.jruby.truffle.nodes.core.IntegerNodes.TimesNode
 
timeSDup(RubyTime) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSDupPrimitiveNode
 
timeSeconds(RubyTime) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSecondsPrimitiveNode
 
timeSetNSeconds(RubyTime, long) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSetNSecondsPrimitiveNode
 
timeSFromArray(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSFromArrayPrimitiveNode
 
timeSNow(RubyClass) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSNowPrimitiveNode
 
timesSizeFn(Ruby) - Method in class org.jruby.RubyInteger
 
timeSSpecific(int, int, Object, Object) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSSpecificPrimitiveNode
 
timeSSpecific(long, int, Object, Object) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSSpecificPrimitiveNode
 
timeSSpecific(int, long, Object, Object) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSSpecificPrimitiveNode
 
timeSSpecific(long, long, Object, Object) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeSSpecificPrimitiveNode
 
timeStrftime(VirtualFrame, RubyTime, RubyString) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeStrftimePrimitiveNode
 
timeUSeconds(RubyTime) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeUSecondsPrimitiveNode
 
timeUTCOffset(RubyTime) - Method in class org.jruby.truffle.nodes.rubinius.TimePrimitiveNodes.TimeUTCOffsetPrimitiveNode
 
tINTEGER - Static variable in class org.jruby.parser.RubyParser
 
tINTEGER - Static variable in interface org.jruby.parser.Tokens
 
tIVAR - Static variable in class org.jruby.parser.RubyParser
 
tIVAR - Static variable in interface org.jruby.parser.Tokens
 
tLABEL - Static variable in class org.jruby.parser.RubyParser
 
tLABEL - Static variable in interface org.jruby.parser.Tokens
 
tLABEL_END - Static variable in class org.jruby.parser.RubyParser
 
tLABEL_END - Static variable in interface org.jruby.parser.Tokens
 
tLAMBDA - Static variable in class org.jruby.parser.RubyParser
 
tLAMBDA - Static variable in interface org.jruby.parser.Tokens
 
tLAMBEG - Static variable in class org.jruby.parser.RubyParser
 
tLAMBEG - Static variable in interface org.jruby.parser.Tokens
 
tLBRACE - Static variable in class org.jruby.parser.RubyParser
 
tLBRACE - Static variable in interface org.jruby.parser.Tokens
 
tLBRACE_ARG - Static variable in class org.jruby.parser.RubyParser
 
tLBRACE_ARG - Static variable in interface org.jruby.parser.Tokens
 
tLBRACK - Static variable in class org.jruby.parser.RubyParser
 
tLBRACK - Static variable in interface org.jruby.parser.Tokens
 
tLCURLY - Static variable in class org.jruby.parser.RubyParser
 
tLCURLY - Static variable in interface org.jruby.parser.Tokens
 
tLEQ - Static variable in class org.jruby.parser.RubyParser
 
tLEQ - Static variable in interface org.jruby.parser.Tokens
 
tLOWEST - Static variable in class org.jruby.parser.RubyParser
 
tLPAREN - Static variable in class org.jruby.parser.RubyParser
 
tLPAREN - Static variable in interface org.jruby.parser.Tokens
 
tLPAREN2 - Static variable in class org.jruby.parser.RubyParser
 
tLPAREN2 - Static variable in interface org.jruby.parser.Tokens
 
tLPAREN_ARG - Static variable in class org.jruby.parser.RubyParser
 
tLPAREN_ARG - Static variable in interface org.jruby.parser.Tokens
 
tLSHFT - Static variable in class org.jruby.parser.RubyParser
 
tLSHFT - Static variable in interface org.jruby.parser.Tokens
 
tLT - Static variable in class org.jruby.parser.RubyParser
 
tLT - Static variable in interface org.jruby.parser.Tokens
 
tMATCH - Static variable in class org.jruby.parser.RubyParser
 
tMATCH - Static variable in interface org.jruby.parser.Tokens
 
tMINUS - Static variable in class org.jruby.parser.RubyParser
 
tMINUS - Static variable in interface org.jruby.parser.Tokens
 
tNEQ - Static variable in class org.jruby.parser.RubyParser
 
tNEQ - Static variable in interface org.jruby.parser.Tokens
 
tNMATCH - Static variable in class org.jruby.parser.RubyParser
 
tNMATCH - Static variable in interface org.jruby.parser.Tokens
 
tNTH_REF - Static variable in class org.jruby.parser.RubyParser
 
tNTH_REF - Static variable in interface org.jruby.parser.Tokens
 
to_a(ThreadContext) - Method in class org.jruby.java.proxies.ArrayJavaProxy
 
to_a() - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_to_a
to_a(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyArgsFile
 
to_a() - Method in class org.jruby.RubyArray
rb_ary_to_a
to_a() - Method in class org.jruby.RubyBasicObject
rb_any_to_a call-seq: obj.to_a -> anArray Returns an array representation of obj.
to_a(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyEnumerable
 
to_a(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyEnumerable
 
to_a() - Method in class org.jruby.RubyHash
rb_hash_to_a
to_a() - Method in class org.jruby.RubyMatchData
match_to_a
to_a(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyNil
nil_to_a
to_a(ThreadContext, Block) - Method in class org.jruby.RubyRange
 
to_a() - Method in class org.jruby.RubyStruct
 
to_a() - Method in class org.jruby.RubyTime
 
to_a19(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyEnumerable
 
to_a19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyEnumerable
 
to_ary() - Method in class org.jruby.RubyArray
 
to_ary(ThreadContext, IRubyObject) - Static method in class org.jruby.util.TypeConverter
 
to_c(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_to_c
to_c(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyNil
nilclass_to_c
to_c(ThreadContext) - Method in class org.jruby.RubyNumeric
numeric_to_c
to_c(ThreadContext) - Method in class org.jruby.RubyString
string_to_c
to_channel(ThreadContext, IRubyObject) - Static method in class org.jruby.java.addons.IOJavaAddons
 
to_f() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
to_f() - Method in class org.jruby.RubyBignum
rb_big_to_f
to_f(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_to_f
to_f() - Method in class org.jruby.RubyFixnum
fix_to_f
to_f() - Method in class org.jruby.RubyFloat
flo_fo
to_f(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyNil
nil_to_f
to_f(ThreadContext) - Method in class org.jruby.RubyRational
 
to_f() - Method in class org.jruby.RubyString
rb_str_to_f
to_f() - Method in class org.jruby.RubyTime
 
to_f19() - Method in class org.jruby.RubyString
 
to_generic_string() - Method in class org.jruby.javasupport.JavaCallable
 
to_generic_string() - Method in class org.jruby.javasupport.JavaField
 
to_h(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyEnumerable
 
to_h(ThreadContext) - Method in class org.jruby.RubyHash
 
to_h(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyNil
 
to_h(ThreadContext) - Method in class org.jruby.RubyStruct
 
to_hash() - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_to_hash
to_hash() - Method in class org.jruby.RubyGlobal.StringOnlyRubyHash
 
to_hash() - Method in class org.jruby.RubyHash
rb_hash_to_hash
to_i(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_to_i
to_i() - Method in class org.jruby.RubyInteger
int_to_i
to_i(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyNil
nil_to_i
to_i(ThreadContext) - Method in class org.jruby.RubyProcess.RubyStatus
 
to_i(Ruby) - Method in class org.jruby.RubyProcess.RubyStatus
 
to_i() - Method in class org.jruby.RubyProcess.RubyStatus
Deprecated.
to_i(ThreadContext) - Method in class org.jruby.RubyRational
 
to_i() - Method in class org.jruby.RubyString
rb_str_to_i
to_i(IRubyObject) - Method in class org.jruby.RubyString
rb_str_to_i
to_i() - Method in class org.jruby.RubyTime
 
to_i19() - Method in class org.jruby.RubyString
 
to_i19(IRubyObject) - Method in class org.jruby.RubyString
 
to_inputstream(ThreadContext, IRubyObject) - Static method in class org.jruby.java.addons.IOJavaAddons
 
to_int() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
to_int(ThreadContext) - Method in class org.jruby.RubyNumeric
num_to_int
to_io() - Method in class org.jruby.ext.zlib.RubyGzipFile
 
to_io(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
to_io() - Method in class org.jruby.RubyIO
 
to_java(ThreadContext, IRubyObject) - Static method in class org.jruby.java.addons.KernelJavaAddons
 
to_java(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.java.addons.KernelJavaAddons
 
to_java_bytes(ThreadContext, IRubyObject) - Static method in class org.jruby.java.addons.StringJavaAddons
 
to_java_object(IRubyObject) - Static method in class org.jruby.javasupport.JavaProxyMethods
 
to_java_string(ThreadContext, IRubyObject) - Static method in class org.jruby.java.addons.StringJavaAddons
 
to_native(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.DataConverter
 
to_native(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.Enum
 
to_native(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.MappedType
 
to_native(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.StructByReference
 
to_outputstream(ThreadContext, IRubyObject) - Static method in class org.jruby.java.addons.IOJavaAddons
 
to_path(ThreadContext) - Method in class org.jruby.ext.pathname.RubyPathname
 
to_path(ThreadContext) - Method in class org.jruby.RubyDir
 
to_proc(ThreadContext, Block) - Method in class org.jruby.RubyMethod
Create a Proc object.
to_proc() - Method in class org.jruby.RubyProc
 
to_proc(ThreadContext) - Method in class org.jruby.RubySymbol
 
to_ptr(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
 
to_ptr(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout.ArrayProxy
 
to_r(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_to_r
to_r(ThreadContext) - Method in class org.jruby.RubyFloat
 
to_r(ThreadContext) - Method in class org.jruby.RubyInteger
integer_to_r
to_r(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyNil
nilclass_to_r
to_r(ThreadContext) - Method in class org.jruby.RubyRational
nurat_to_r
to_r(ThreadContext) - Method in class org.jruby.RubyString
string_to_r
to_r(ThreadContext) - Method in class org.jruby.RubyTime
 
to_s(IRubyObject[]) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
to_s(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.digest.RubyDigest.DigestInstance
 
to_s(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.ffi.AbstractMemory
 
to_s(ThreadContext) - Method in class org.jruby.ext.ffi.CallbackInfo
 
to_s(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.ffi.jffi.DynamicLibrary.Symbol
 
to_s(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.ffi.Pointer
 
to_s(ThreadContext) - Method in class org.jruby.ext.ffi.StructByReference
 
to_s(ThreadContext) - Method in class org.jruby.ext.ffi.StructByValue
 
to_s(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout.CharArrayProxy
 
to_s(ThreadContext) - Method in class org.jruby.ext.ffi.Type.Builtin
 
to_s(ThreadContext) - Method in class org.jruby.ext.pathname.RubyPathname
 
to_s(ThreadContext) - Method in class org.jruby.ext.socket.Option
 
to_s(ThreadContext) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_to_s
to_s() - Method in class org.jruby.javasupport.JavaObject
 
to_s(Ruby, Object) - Static method in class org.jruby.javasupport.JavaObject
 
to_s(IRubyObject) - Static method in class org.jruby.javasupport.JavaProxyMethods
 
to_s() - Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
to_s(IRubyObject) - Static method in class org.jruby.RubyArgsFile
 
to_s() - Method in class org.jruby.RubyArray
rb_ary_to_s
to_s() - Method in class org.jruby.RubyBasicObject
rb_any_to_s call-seq: obj.to_s => string Returns a string representing obj.
to_s(IRubyObject[]) - Method in class org.jruby.RubyBignum
rb_big_to_s
to_s() - Method in class org.jruby.RubyBignum
 
to_s(IRubyObject) - Method in class org.jruby.RubyBignum
 
to_s() - Method in class org.jruby.RubyClassPathVariable
 
to_s(ThreadContext) - Method in class org.jruby.RubyComplex
nucomp_to_s
to_s(ThreadContext) - Method in class org.jruby.RubyEncoding
 
to_s(ThreadContext) - Method in class org.jruby.RubyException
 
to_s(IRubyObject[]) - Method in class org.jruby.RubyFixnum
fix_to_s
to_s() - Method in class org.jruby.RubyFixnum
 
to_s(IRubyObject) - Method in class org.jruby.RubyFixnum
 
to_s() - Method in class org.jruby.RubyFloat
flo_to_s
to_s() - Method in class org.jruby.RubyGlobal.CaseInsensitiveStringOnlyRubyHash
 
to_s(ThreadContext) - Method in class org.jruby.RubyHash
rb_hash_to_s & to_s_hash
to_s(IRubyObject) - Static method in class org.jruby.RubyKernel
 
to_s() - Method in class org.jruby.RubyMatchData
match_to_s
to_s() - Method in class org.jruby.RubyModule
rb_mod_to_s
to_s() - Method in class org.jruby.RubyNameError
 
to_s(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyNil
nil_to_s
to_s() - Method in class org.jruby.RubyProc
 
to_s(ThreadContext) - Method in class org.jruby.RubyProcess.RubyStatus
 
to_s(Ruby) - Method in class org.jruby.RubyProcess.RubyStatus
 
to_s() - Method in class org.jruby.RubyProcess.RubyStatus
 
to_s(ThreadContext) - Method in class org.jruby.RubyRange
 
to_s(ThreadContext) - Method in class org.jruby.RubyRational
nurat_to_s
to_s() - Method in class org.jruby.RubyRegexp
 
to_s() - Method in class org.jruby.RubyString
 
to_s() - Method in class org.jruby.RubySymbol
 
to_s(ThreadContext) - Method in class org.jruby.RubySymbol
 
to_s(ThreadContext) - Method in class org.jruby.RubyThread.Location
 
to_s() - Method in class org.jruby.RubyTime
 
to_s(RubyRegexp) - Method in class org.jruby.truffle.nodes.core.RegexpNodes.ToSNode
 
to_s19(ThreadContext) - Method in class org.jruby.RubyException
 
to_s19(ThreadContext) - Method in class org.jruby.RubyHash
 
to_s19() - Method in class org.jruby.RubyProc
 
to_s19() - Method in class org.jruby.RubyTime
 
to_sockaddr(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
to_str(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
to_str(ThreadContext) - Method in class org.jruby.RubyNameError.RubyNameErrorMessage
 
to_string() - Method in class org.jruby.javasupport.JavaAccessibleObject
 
to_sym(ThreadContext) - Method in class org.jruby.ext.ffi.Type.Builtin
 
to_sym() - Method in class org.jruby.RubyFixnum
Deprecated.
to_sym() - Method in class org.jruby.RubySymbol
 
to_sym19() - Method in class org.jruby.RubySymbol
 
toA(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ToANode
 
toA(RubyMatchData) - Method in class org.jruby.truffle.nodes.core.MatchDataNodes.CapturesNode
 
toA(RubyMatchData) - Method in class org.jruby.truffle.nodes.core.MatchDataNodes.ToANode
 
toA(RubyRange.IntegerFixnumRange) - Method in class org.jruby.truffle.nodes.core.RangeNodes.ToANode
 
toArray() - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
toArray(T[]) - Method in class org.jruby.ir.listeners.InstructionsListenerDecorator
 
toArray() - Method in class org.jruby.ir.operands.Array
 
toArray() - Method in class org.jruby.RubyArray
 
toArray(Object[]) - Method in class org.jruby.RubyArray
 
toArray(IRubyObject[], IRubyObject...) - Static method in class org.jruby.runtime.Helpers
 
toArray(IRubyObject, IRubyObject...) - Static method in class org.jruby.runtime.Helpers
 
toArray(IRubyObject, IRubyObject, IRubyObject...) - Static method in class org.jruby.runtime.Helpers
 
toArray(IRubyObject, IRubyObject, IRubyObject, IRubyObject...) - Static method in class org.jruby.runtime.Helpers
 
toArray() - Method in class org.jruby.util.collections.WeakHashSet
 
toArray(T[]) - Method in class org.jruby.util.collections.WeakHashSet
 
toArrayBuckets(RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.ToArrayNode
 
toArrayNull(RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.ToArrayNode
 
toArrayPackedArray(RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.ToArrayNode
 
ToAryInstr - Class in org.jruby.ir.instructions
 
ToAryInstr(Variable, Operand) - Constructor for class org.jruby.ir.instructions.ToAryInstr
 
ToAryInstr(ToAryInstr) - Method in class org.jruby.ir.IRVisitor
 
ToAryInstr(ToAryInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
toDouble(Object) - Static method in class org.jruby.truffle.runtime.core.CoreLibrary
Convert a value to a Float, without doing any lookup.
toEmbeddedOptions() - Method in class org.jruby.util.RegexpOptions
This int value can be used by compiler or any place where we want an integer representation of the state of this object.
toEncoding(Ruby) - Method in class org.jruby.RubyString
 
toEncoding(ThreadContext, IRubyObject) - Static method in class org.jruby.util.io.EncodingUtils
 
toEncodingIndex(ThreadContext, IRubyObject) - Static method in class org.jruby.util.io.EncodingUtils
 
toF(RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.ToFNode
 
toF(int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ToFNode
 
toF(long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ToFNode
 
toF(double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.ToFNode
 
toF(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.ToFNode
 
toFixnum(long) - Static method in class org.jruby.truffle.runtime.ObjectIDOperations
 
toFixnum(RubyBignum) - Static method in class org.jruby.truffle.runtime.ObjectIDOperations
 
toFloat() - Method in class org.jruby.RubyInteger
 
toFloat(RubyBignum) - Static method in class org.jruby.truffle.runtime.ObjectIDOperations
 
toFloat(Ruby, IRubyObject) - Static method in class org.jruby.util.TypeConverter
 
toGenericString() - Method in class org.jruby.javasupport.JavaCallable
 
toGenericString() - Method in class org.jruby.javasupport.JavaConstructor
 
toGenericString() - Method in class org.jruby.javasupport.JavaMethod
 
toHexString(int) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ToHexStringNode
 
toHexString(long) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ToHexStringNode
 
toHexString(RubyBignum) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ToHexStringNode
 
toHexString() - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
toI(double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.ToINode
 
toI(int) - Method in class org.jruby.truffle.nodes.core.IntegerNodes.ToINode
 
toI(long) - Method in class org.jruby.truffle.nodes.core.IntegerNodes.ToINode
 
toI(RubyBignum) - Method in class org.jruby.truffle.nodes.core.IntegerNodes.ToINode
 
toI(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.ToINode
 
toInetAddress() - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
 
toJava(IRubyObject, Class) - Static method in class org.jruby.BasicObjectStub
 
toJava(Class) - Method in class org.jruby.ir.operands.UndefinedValue
Convert the object to the specified Java class, if possible.
toJava(Class) - Method in class org.jruby.java.proxies.ConcreteJavaProxy
 
toJava(Class) - Method in class org.jruby.java.proxies.JavaProxy
 
toJava(Class) - Method in class org.jruby.javasupport.JavaObject
 
toJava(Class) - Method in class org.jruby.RubyArray
 
toJava(Class) - Method in class org.jruby.RubyBasicObject
 
toJava(Class) - Method in class org.jruby.RubyBoolean
 
toJava(Class) - Method in class org.jruby.RubyClass
 
toJava(Class) - Method in class org.jruby.RubyNil
 
toJava(Class) - Method in class org.jruby.RubyNumeric
 
toJava(Class) - Method in class org.jruby.RubyString
 
toJava(Class) - Method in class org.jruby.RubySymbol
 
toJava(Class) - Method in class org.jruby.RubyTime
 
toJava(Class) - Method in interface org.jruby.runtime.builtin.IRubyObject
Convert the object to the specified Java class, if possible.
toJavaArray() - Method in class org.jruby.RubyArray
 
toJavaArrayMaybeUnsafe() - Method in class org.jruby.RubyArray
 
toJavaArrayUnsafe() - Method in class org.jruby.RubyArray
 
toJavaModeString() - Method in class org.jruby.util.io.ModeFlags
Produce a Java IO mode string from the flags in this object.
toJavaString(RubySymbol) - Method in class org.jruby.truffle.nodes.conversion.ToJavaStringNode
 
toJavaString(RubyString) - Method in class org.jruby.truffle.nodes.conversion.ToJavaStringNode
 
toJavaString(String) - Method in class org.jruby.truffle.nodes.conversion.ToJavaStringNode
 
ToJavaStringNode - Class in org.jruby.truffle.nodes.conversion
 
ToJavaStringNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.conversion.ToJavaStringNode
 
ToJavaStringNode(ToJavaStringNode) - Constructor for class org.jruby.truffle.nodes.conversion.ToJavaStringNode
 
ToJavaStringNodeFactory - Class in org.jruby.truffle.nodes.conversion
 
toJoniOptions() - Method in class org.jruby.util.RegexpOptions
This int value is meant to only be used when dealing directly with the joni regular expression library.
toJRuby(Object) - Method in class org.jruby.truffle.runtime.RubyContext
 
toJRuby(RubyArray) - Method in class org.jruby.truffle.runtime.RubyContext
 
toJRuby(RubyString) - Method in class org.jruby.truffle.runtime.RubyContext
 
token() - Method in class org.jruby.lexer.yacc.RubyLexer
Last token read from the lexer at the end of a call to yylex()
token - Variable in class org.jruby.runtime.callsite.CacheEntry
 
tokenAddMBC(int, ByteList) - Method in class org.jruby.lexer.yacc.RubyLexer
 
tokenAddMBCFromSrc(int, ByteList) - Method in class org.jruby.lexer.yacc.RubyLexer
 
Tokens - Interface in org.jruby.parser
 
tokline - Variable in class org.jruby.lexer.yacc.RubyLexer
 
toLower(Encoding, int) - Static method in class org.jruby.util.StringSupport
 
toNative(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.DataConverters.CallbackDataConverter
 
toNative(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.DataConverters.ChainedDataConverter
 
toNative(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.DataConverters.IntOrEnumConverter
 
toNative(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.DataConverters.MappedDataConverter
 
toNative(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.jffi.NativeDataConverter
 
toNative(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.MappedType
 
toOptions() - Method in class org.jruby.util.RegexpOptions
This int value is used by Regex#options
tOP_ASGN - Static variable in class org.jruby.parser.RubyParser
 
tOP_ASGN - Static variable in interface org.jruby.parser.Tokens
 
TopLevelRaiseHandler - Class in org.jruby.truffle.nodes
 
TopLevelRaiseHandler(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.TopLevelRaiseHandler
 
toProc(RubySymbol) - Method in class org.jruby.truffle.nodes.core.SymbolNodes.ToProcNode
 
toProc(SourceSection, RubyNode) - Method in class org.jruby.truffle.runtime.core.RubySymbol
 
TopSelfFactory - Class in org.jruby
 
tOROP - Static variable in class org.jruby.parser.RubyParser
 
tOROP - Static variable in interface org.jruby.parser.Tokens
 
toRubyString() - Method in class org.jruby.truffle.runtime.core.RubySymbol
 
toS(RubyString) - Method in class org.jruby.truffle.nodes.cast.ToSNode
 
toS(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.cast.ToSNode
 
toS(RubyBignum) - Method in class org.jruby.truffle.nodes.core.BignumNodes.ToSNode
 
toS(RubyEncoding) - Method in class org.jruby.truffle.nodes.core.EncodingNodes.InspectNode
 
toS(RubyEncoding) - Method in class org.jruby.truffle.nodes.core.EncodingNodes.ToSNode
 
toS(RubyException) - Method in class org.jruby.truffle.nodes.core.ExceptionNodes.ToSNode
 
toS(int, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ToSNode
 
toS(long, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ToSNode
 
toS(int, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ToSNode
 
toS(long, int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ToSNode
 
toS(double) - Method in class org.jruby.truffle.nodes.core.FloatNodes.ToSNode
 
toS(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.core.KernelNodes.ToSNode
 
toS(RubyMatchData) - Method in class org.jruby.truffle.nodes.core.MatchDataNodes.ToSNode
 
toS(RubyRange.IntegerFixnumRange) - Method in class org.jruby.truffle.nodes.core.RangeNodes.ToSNode
 
toS(VirtualFrame, RubyRange.ObjectRange) - Method in class org.jruby.truffle.nodes.core.RangeNodes.ToSNode
 
toS(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.ToSNode
 
toS(RubySymbol) - Method in class org.jruby.truffle.nodes.core.SymbolNodes.InspectNode
 
toS(RubySymbol) - Method in class org.jruby.truffle.nodes.core.SymbolNodes.ToSNode
 
toSFallback(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.cast.ToSNode
 
ToSNode - Class in org.jruby.truffle.nodes.cast
 
ToSNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.cast.ToSNode
 
ToSNode(ToSNode) - Constructor for class org.jruby.truffle.nodes.cast.ToSNode
 
ToSNodeFactory - Class in org.jruby.truffle.nodes.cast
 
toString() - Method in class org.jruby.ast.java_signature.Annotation
 
toString() - Method in class org.jruby.ast.java_signature.AnnotationParameter
 
toString() - Method in class org.jruby.ast.java_signature.ArrayAnnotationExpression
 
toString() - Method in class org.jruby.ast.java_signature.CharacterLiteral
 
toString() - Method in class org.jruby.ast.java_signature.DefaultAnnotationParameter
 
toString() - Method in class org.jruby.ast.java_signature.MethodSignatureNode
 
toString() - Method in enum org.jruby.ast.java_signature.Modifier
 
toString() - Method in class org.jruby.ast.java_signature.ParameterNode
 
toString() - Method in class org.jruby.ast.java_signature.SignatureNode
 
toString() - Method in class org.jruby.ast.java_signature.StringAnnotationExpression
 
toString() - Method in class org.jruby.ast.java_signature.StringLiteral
 
toString() - Method in class org.jruby.ast.java_signature.TypeNode
 
toString() - Method in class org.jruby.ast.Node
 
toString(boolean, int) - Method in class org.jruby.ast.Node
 
toString() - Method in class org.jruby.compiler.JITCompiler.JITClassGenerator
 
toString() - Method in enum org.jruby.embed.AttributeName
Returns the fully qualified attribute name of this enum constant.
toString() - Method in enum org.jruby.embed.PropertyName
Returns the fully qualified property name of this enum constant.
toString() - Method in class org.jruby.ext.ffi.CallbackInfo
 
toString() - Method in class org.jruby.ext.ffi.jffi.DynamicLibrary.Symbol
 
toString() - Method in class org.jruby.ext.ffi.MemoryPointer
 
toString() - Method in enum org.jruby.ext.ffi.Platform.CPU_TYPE
 
toString() - Method in enum org.jruby.ext.ffi.Platform.OS_TYPE
 
toString() - Method in class org.jruby.ext.ffi.Type.Builtin
 
toString() - Method in class org.jruby.ext.nkf.Command
 
toString() - Method in class org.jruby.ext.nkf.Option
 
toString() - Method in class org.jruby.ext.socket.Addrinfo
 
toString() - Method in class org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
Returns a string representation of the IPv6 address.
toString() - Method in class org.jruby.ext.socket.SubnetUtils.SubnetInfo
toString() - Method in class org.jruby.internal.runtime.methods.DynamicMethod.NativeCall
 
toString() - Method in class org.jruby.internal.runtime.NativeThread
 
toString() - Method in class org.jruby.internal.runtime.ThreadService.Event
Deprecated.
 
toString() - Method in class org.jruby.ir.dataflow.analyses.LiveVariableNode
 
toString() - Method in class org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementNode
 
toString() - Method in class org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementNode
 
toString() - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode
 
toString() - Method in class org.jruby.ir.dataflow.DataFlowProblem
 
toString() - Method in class org.jruby.ir.instructions.BuildCompoundArrayInstr
 
toString() - Method in class org.jruby.ir.instructions.BuildDynRegExpInstr
 
toString() - Method in class org.jruby.ir.instructions.BuildRangeInstr
 
toString() - Method in class org.jruby.ir.instructions.CallBase
 
toString() - Method in class org.jruby.ir.instructions.CallInstr
 
toString() - Method in class org.jruby.ir.instructions.CheckArgsArrayArityInstr
 
toString() - Method in class org.jruby.ir.instructions.CheckArityInstr
 
toString() - Method in class org.jruby.ir.instructions.ConstMissingInstr
 
toString() - Method in class org.jruby.ir.instructions.DefineClassMethodInstr
 
toString() - Method in class org.jruby.ir.instructions.DefineInstanceMethodInstr
 
toString() - Method in class org.jruby.ir.instructions.DefineMetaClassInstr
 
toString() - Method in class org.jruby.ir.instructions.DefineModuleInstr
 
toString() - Method in class org.jruby.ir.instructions.GetEncodingInstr
 
toString() - Method in class org.jruby.ir.instructions.GetInstr
 
toString() - Method in class org.jruby.ir.instructions.InheritanceSearchConstInstr
 
toString() - Method in class org.jruby.ir.instructions.Instr
 
toString() - Method in class org.jruby.ir.instructions.LabelInstr
 
toString() - Method in class org.jruby.ir.instructions.LexicalSearchConstInstr
 
toString() - Method in class org.jruby.ir.instructions.LineNumberInstr
 
toString() - Method in class org.jruby.ir.instructions.LoadLocalVarInstr
 
toString() - Method in class org.jruby.ir.instructions.ModuleVersionGuardInstr
 
toString() - Method in class org.jruby.ir.instructions.NonlocalReturnInstr
 
toString() - Method in class org.jruby.ir.instructions.OptArgMultipleAsgnInstr
 
toString() - Method in class org.jruby.ir.instructions.PutInstr
 
toString() - Method in class org.jruby.ir.instructions.RaiseArgumentErrorInstr
 
toString() - Method in class org.jruby.ir.instructions.ReceiveArgBase
 
toString() - Method in class org.jruby.ir.instructions.ReceiveKeywordArgInstr
 
toString() - Method in class org.jruby.ir.instructions.ReceiveKeywordRestArgInstr
 
toString() - Method in class org.jruby.ir.instructions.ReceiveOptArgInstr
 
toString() - Method in class org.jruby.ir.instructions.ReceivePostReqdArgInstr
 
toString() - Method in class org.jruby.ir.instructions.ReceiveRestArgInstr
 
toString() - Method in class org.jruby.ir.instructions.ReqdArgMultipleAsgnInstr
 
toString() - Method in class org.jruby.ir.instructions.RestArgMultipleAsgnInstr
 
toString() - Method in class org.jruby.ir.instructions.RuntimeHelperCall
 
toString() - Method in class org.jruby.ir.instructions.SearchConstInstr
 
toString() - Method in class org.jruby.ir.instructions.SetCapturedVarInstr
 
toString() - Method in class org.jruby.ir.instructions.specialized.OneFixnumArgNoBlockCallInstr
 
toString() - Method in class org.jruby.ir.instructions.specialized.OneFloatArgNoBlockCallInstr
 
toString() - Method in class org.jruby.ir.instructions.StoreLocalVarInstr
 
toString() - Method in class org.jruby.ir.instructions.TraceInstr
 
toString() - Method in class org.jruby.ir.instructions.YieldInstr
 
toString() - Method in class org.jruby.ir.interpreter.InterpreterContext
 
toString() - Method in class org.jruby.ir.IRScope
 
toString() - Method in class org.jruby.ir.IRScriptBody
 
toString() - Method in class org.jruby.ir.operands.Array
 
toString() - Method in class org.jruby.ir.operands.AsString
 
toString() - Method in class org.jruby.ir.operands.Backref
 
toString() - Method in class org.jruby.ir.operands.Bignum
 
toString() - Method in class org.jruby.ir.operands.Boolean
 
toString() - Method in class org.jruby.ir.operands.ClosureLocalVariable
 
toString() - Method in class org.jruby.ir.operands.Complex
 
toString() - Method in class org.jruby.ir.operands.CurrentScope
 
toString() - Method in class org.jruby.ir.operands.DynamicSymbol
 
toString() - Method in class org.jruby.ir.operands.Fixnum
 
toString() - Method in class org.jruby.ir.operands.Float
 
toString() - Method in class org.jruby.ir.operands.FrozenString
 
toString() - Method in class org.jruby.ir.operands.Hash
 
toString() - Method in class org.jruby.ir.operands.IRException
 
toString() - Method in class org.jruby.ir.operands.Label
 
toString() - Method in class org.jruby.ir.operands.LocalVariable
 
toString() - Method in class org.jruby.ir.operands.Nil
 
toString() - Method in class org.jruby.ir.operands.NullBlock
 
toString() - Method in class org.jruby.ir.operands.ObjectClass
 
toString() - Method in enum org.jruby.ir.operands.OperandType
 
toString() - Method in class org.jruby.ir.operands.Rational
 
toString() - Method in class org.jruby.ir.operands.Reference
 
toString() - Method in class org.jruby.ir.operands.Regexp
 
toString() - Method in class org.jruby.ir.operands.ScopeModule
 
toString() - Method in class org.jruby.ir.operands.Splat
 
toString() - Method in class org.jruby.ir.operands.StandardError
 
toString() - Method in class org.jruby.ir.operands.StringLiteral
 
toString() - Method in class org.jruby.ir.operands.SValue
 
toString() - Method in class org.jruby.ir.operands.Symbol
 
toString() - Method in class org.jruby.ir.operands.TemporaryVariable
 
toString() - Method in class org.jruby.ir.operands.UnboxedBoolean
 
toString() - Method in class org.jruby.ir.operands.UnboxedFixnum
 
toString() - Method in class org.jruby.ir.operands.UnboxedFloat
 
toString() - Method in class org.jruby.ir.operands.UndefinedValue
 
toString() - Method in class org.jruby.ir.operands.UnexecutableNil
 
toString() - Method in class org.jruby.ir.operands.WrappedIRClosure
 
toString() - Method in enum org.jruby.ir.Operation
 
toString() - Method in class org.jruby.ir.representations.BasicBlock
 
toString() - Method in exception org.jruby.ir.runtime.IRReturnJump
 
toString() - Method in class org.jruby.javasupport.JavaUtil.JavaConverter
 
toString() - Method in class org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl
 
toString() - Method in class org.jruby.javasupport.proxy.JavaProxyReflectionObject
 
toString() - Method in class org.jruby.lexer.yacc.DetailedSourcePosition
 
toString() - Method in class org.jruby.lexer.yacc.InputStreamLexerSource
 
toString() - Method in class org.jruby.lexer.yacc.SimpleSourcePosition
 
toString() - Method in class org.jruby.parser.StaticScope
 
toString() - Method in class org.jruby.RubyFile
 
toString() - Method in class org.jruby.RubyIO
 
toString() - Method in enum org.jruby.RubyLocalJumpError.Reason
 
toString() - Method in class org.jruby.RubyObject
The default toString method is just a wrapper that calls the Ruby "to_s" method.
toString() - Method in class org.jruby.RubyString
 
toString() - Method in class org.jruby.RubySymbol
 
toString() - Method in class org.jruby.RubyThread
 
toString() - Method in class org.jruby.runtime.Arity
 
toString() - Method in class org.jruby.runtime.backtrace.BacktraceElement
 
toString() - Method in class org.jruby.runtime.backtrace.RubyStackTraceElement
 
toString() - Method in class org.jruby.runtime.component.VariableEntry
 
toString() - Method in class org.jruby.runtime.DynamicScope
 
toString(StringBuffer, String) - Method in class org.jruby.runtime.DynamicScope
 
toString() - Method in class org.jruby.runtime.Frame
 
toString() - Method in class org.jruby.runtime.load.ExternalScript
 
toString() - Method in class org.jruby.runtime.load.LoadService.SearchState
 
toString() - Method in class org.jruby.runtime.profile.builtin.Invocation
 
toString() - Method in class org.jruby.runtime.Signature
 
toString() - Method in class org.jruby.truffle.nodes.dispatch.CachedBoxedDispatchNode
 
toString() - Method in class org.jruby.truffle.nodes.RubyRootNode
 
toString() - Method in class org.jruby.truffle.nodes.yield.CachedYieldDispatchNode
 
toString() - Method in exception org.jruby.truffle.runtime.control.RaiseException
 
toString() - Method in class org.jruby.truffle.runtime.core.RubyModule
 
toString() - Method in class org.jruby.truffle.runtime.core.RubyString
 
toString() - Method in class org.jruby.truffle.runtime.core.RubySymbol
 
toString() - Method in class org.jruby.truffle.runtime.InternalName
 
toString() - Method in class org.jruby.truffle.runtime.LexicalScope
 
toString() - Method in class org.jruby.truffle.runtime.methods.InternalMethod
 
toString() - Method in class org.jruby.truffle.runtime.methods.SharedMethodInfo
 
toString() - Method in enum org.jruby.util.cli.Category
 
toString() - Method in class org.jruby.util.collections.IntHashMap
 
toString() - Method in class org.jruby.util.io.IOOptions
 
toString() - Method in class org.jruby.util.io.ModeFlags
 
toString() - Method in class org.jruby.util.JRubyFile
 
toString() - Method in class org.jruby.util.JRubyNonExistentFile
Deprecated.
 
toString() - Method in enum org.jruby.util.KCode
 
toString() - Method in class org.jruby.util.KeyValuePair
 
toString() - Method in class org.jruby.util.NormalizedFile
 
toString() - Method in class org.jruby.util.RegexpOptions
 
toString() - Method in class org.jruby.util.RubyDateFormatter.Token
 
toStringBody() - Method in class org.jruby.ir.IRClosure
 
toStringGraph() - Method in class org.jruby.ir.representations.CFG
 
toStringInstrs() - Method in class org.jruby.ir.IRScope
 
toStringInstrs() - Method in class org.jruby.ir.representations.BasicBlock
 
toStringInstrs() - Method in class org.jruby.ir.representations.CFG
 
toStringParameters() - Method in class org.jruby.ast.java_signature.Annotation
 
toSym(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.ToSymNode
 
toSym(RubySymbol) - Method in class org.jruby.truffle.nodes.core.SymbolNodes.ToSymNode
 
toSymbol(RubySymbol) - Method in class org.jruby.truffle.nodes.conversion.ToSymbolNode
 
toSymbol(RubyString) - Method in class org.jruby.truffle.nodes.conversion.ToSymbolNode
 
toSymbol(String) - Method in class org.jruby.truffle.nodes.conversion.ToSymbolNode
 
ToSymbolNode - Class in org.jruby.truffle.nodes.conversion
 
ToSymbolNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.conversion.ToSymbolNode
 
ToSymbolNode(ToSymbolNode) - Constructor for class org.jruby.truffle.nodes.conversion.ToSymbolNode
 
ToSymbolNodeFactory - Class in org.jruby.truffle.nodes.conversion
 
total(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Gets the total size (in bytes) of the Memory.
total_in() - Method in class org.jruby.ext.zlib.ZStream
 
total_out() - Method in class org.jruby.ext.zlib.ZStream
 
totalCallSites - Static variable in class org.jruby.runtime.callsite.CachingCallSite
 
totalTime() - Method in class org.jruby.runtime.profile.builtin.ProfileData
 
toTruffle(IRubyObject) - Method in class org.jruby.truffle.runtime.RubyContext
 
toTruffle(RubyString) - Method in class org.jruby.truffle.runtime.RubyContext
 
toTruffle(IRubyObject) - Method in class org.jruby.truffle.TruffleBridgeImpl
 
toTruffle(IRubyObject) - Method in interface org.jruby.TruffleBridge
 
toUnsignedInt(byte) - Static method in class org.jruby.truffle.nodes.core.StringNodes.BytesNode
 
toUpper(Encoding, int) - Static method in class org.jruby.util.StringSupport
 
tPERCENT - Static variable in class org.jruby.parser.RubyParser
 
tPERCENT - Static variable in interface org.jruby.parser.Tokens
 
tPIPE - Static variable in class org.jruby.parser.RubyParser
 
tPIPE - Static variable in interface org.jruby.parser.Tokens
 
tPLUS - Static variable in class org.jruby.parser.RubyParser
 
tPLUS - Static variable in interface org.jruby.parser.Tokens
 
tPOW - Static variable in class org.jruby.parser.RubyParser
 
tPOW - Static variable in interface org.jruby.parser.Tokens
 
tQSYMBOLS_BEG - Static variable in class org.jruby.parser.RubyParser
 
tQSYMBOLS_BEG - Static variable in interface org.jruby.parser.Tokens
 
tQWORDS_BEG - Static variable in class org.jruby.parser.RubyParser
 
tQWORDS_BEG - Static variable in interface org.jruby.parser.Tokens
 
tr(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
rb_str_tr / rb_str_tr_bang
tr19(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
tr_bang(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
tr_bang19(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
tr_s(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
rb_str_tr_s / rb_str_tr_s_bang
tr_s19(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
tr_s_bang(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
tr_s_bang19(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.RubyString
 
trace(IRubyObject) - Method in class org.jruby.internal.runtime.GlobalVariable
 
trace(RubyEvent, String, RubyModule) - Method in class org.jruby.runtime.ThreadContext
 
trace(RubyEvent, String, RubyModule, String, int) - Method in class org.jruby.runtime.ThreadContext
 
trace(VirtualFrame) - Method in class org.jruby.truffle.nodes.control.TraceNode
 
TRACE_HEAD - Static variable in class org.jruby.RubyException
 
TRACE_MAX - Static variable in class org.jruby.RubyException
 
TRACE_TAIL - Static variable in class org.jruby.RubyException
 
trace_var(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
TraceInstr - Class in org.jruby.ir.instructions
Instrumented trace.
TraceInstr(RubyEvent, String, String, int) - Constructor for class org.jruby.ir.instructions.TraceInstr
 
TraceManager - Class in org.jruby.truffle.runtime.subsystems
 
TraceManager() - Constructor for class org.jruby.truffle.runtime.subsystems.TraceManager
 
TraceNode - Class in org.jruby.truffle.nodes.control
 
TraceNode(RubyContext, SourceSection, RubyNode) - Constructor for class org.jruby.truffle.nodes.control.TraceNode
 
TracePoint - Class in org.jruby.ext.tracepoint
 
TracePoint(Ruby, RubyClass) - Constructor for class org.jruby.ext.tracepoint.TracePoint
 
TraceType - Class in org.jruby.runtime.backtrace
 
TraceType(TraceType.Gather, TraceType.Format) - Constructor for class org.jruby.runtime.backtrace.TraceType
 
TraceType.Format - Enum in org.jruby.runtime.backtrace
 
TraceType.Gather - Enum in org.jruby.runtime.backtrace
 
traceTypeFor(String) - Static method in class org.jruby.runtime.backtrace.TraceType
 
TRANS_SIZE - Static variable in class org.jruby.util.StringSupport
 
transcodeLoop(ThreadContext, byte[], Ptr, byte[], Ptr, int, int, ByteList, EncodingUtils.ResizeFunction, byte[], byte[], int, IRubyObject) - Static method in class org.jruby.util.io.EncodingUtils
 
transfersControl() - Method in class org.jruby.ir.instructions.Instr
 
transfersControl() - Method in enum org.jruby.ir.Operation
 
TRANSIENT - Static variable in class org.jruby.parser.JavaSignatureParser
 
TransientLocalVariable - Class in org.jruby.embed.variable
An implementation of BiVariable for a transient local variable.
transientStringParameterStrategy(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
translate(Throwable) - Method in class org.jruby.truffle.nodes.methods.ExceptionTranslatingNode
 
translate(ISourcePosition) - Method in class org.jruby.truffle.translator.Translator
 
translate(Source, ISourcePosition) - Method in class org.jruby.truffle.translator.Translator
 
translateArgumentsAndBlock(SourceSection, Node, Node, RubyNode, String) - Method in class org.jruby.truffle.translator.BodyTranslator
 
translateMethodDefinition(SourceSection, RubyNode, String, Node, ArgsNode, Node) - Method in class org.jruby.truffle.translator.BodyTranslator
 
translateRubiniusSingleBlockArg(SourceSection, CallNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
translatingForStatement - Variable in class org.jruby.truffle.translator.BodyTranslator
 
Translator - Class in org.jruby.truffle.translator
 
Translator(RubyNode, RubyContext, Source) - Constructor for class org.jruby.truffle.translator.Translator
 
TranslatorDriver - Class in org.jruby.truffle.translator
 
TranslatorDriver() - Constructor for class org.jruby.truffle.translator.TranslatorDriver
 
TranslatorDriver.ParserContext - Enum in org.jruby.truffle.translator
 
TranslatorEnvironment - Class in org.jruby.truffle.translator
 
TranslatorEnvironment(RubyContext, TranslatorEnvironment, FrameDescriptor, TranslatorDriver, long, boolean, boolean, SharedMethodInfo, String, boolean) - Constructor for class org.jruby.truffle.translator.TranslatorEnvironment
 
TranslatorEnvironment(RubyContext, TranslatorEnvironment, TranslatorDriver, long, boolean, boolean, SharedMethodInfo, String, boolean) - Constructor for class org.jruby.truffle.translator.TranslatorEnvironment
 
transpose() - Method in class org.jruby.RubyArray
rb_ary_transpose
trap(RubyString, UndefinedPlaceholder, RubyProc) - Method in class org.jruby.truffle.nodes.core.SignalNodes.SignalNode
 
trap(RubyString, RubyString, UndefinedPlaceholder) - Method in class org.jruby.truffle.nodes.core.SignalNodes.SignalNode
 
trap(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.util.NoFunctionalitySignalFacade
 
trap(Ruby, BlockCallback, String) - Method in class org.jruby.util.NoFunctionalitySignalFacade
 
trap(IRubyObject, IRubyObject, IRubyObject) - Method in interface org.jruby.util.SignalFacade
 
trap(Ruby, BlockCallback, String) - Method in interface org.jruby.util.SignalFacade
 
trap(IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.util.SunSignalFacade
 
trap(Ruby, BlockCallback, String) - Method in class org.jruby.util.SunSignalFacade
 
tRATIONAL - Static variable in class org.jruby.parser.RubyParser
 
tRATIONAL - Static variable in interface org.jruby.parser.Tokens
 
tRBRACK - Static variable in class org.jruby.parser.RubyParser
 
tRBRACK - Static variable in interface org.jruby.parser.Tokens
 
tRCURLY - Static variable in class org.jruby.parser.RubyParser
 
tRCURLY - Static variable in interface org.jruby.parser.Tokens
 
tree() - Method in class org.jruby.truffle.nodes.core.TruffleDebugNodes.TreeNode
 
tREGEXP_BEG - Static variable in class org.jruby.parser.RubyParser
 
tREGEXP_BEG - Static variable in interface org.jruby.parser.Tokens
 
tREGEXP_END - Static variable in class org.jruby.parser.RubyParser
 
tREGEXP_END - Static variable in interface org.jruby.parser.Tokens
 
trFind(int, boolean[], StringSupport.TrTables) - Static method in class org.jruby.util.StringSupport
 
trimStackTrace(Member) - Method in class org.jruby.NativeException
 
TRIVIAL_EXECUTOR - Static variable in class org.jruby.util.Join
 
trNext(StringSupport.TR, Ruby, Encoding) - Static method in class org.jruby.util.StringSupport
 
tRPAREN - Static variable in class org.jruby.parser.RubyParser
 
tRPAREN - Static variable in interface org.jruby.parser.Tokens
 
trSetupTable(ByteList, Ruby, boolean[], StringSupport.TrTables, boolean, Encoding) - Static method in class org.jruby.util.StringSupport
 
tRSHFT - Static variable in class org.jruby.parser.RubyParser
 
tRSHFT - Static variable in interface org.jruby.parser.Tokens
 
TRUE - Static variable in class org.jruby.ir.operands.UnboxedBoolean
 
True(ThreadContext, MutableCallSite) - Static method in class org.jruby.ir.targets.Bootstrap
 
TRUE - Static variable in class org.jruby.truffle.runtime.ObjectIDOperations
 
true_and(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyBoolean.True
 
true_or(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyBoolean.True
 
true_to_s(IRubyObject) - Static method in class org.jruby.RubyBoolean.True
 
true_xor(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyBoolean.True
 
TrueClassNodes - Class in org.jruby.truffle.nodes.core
 
TrueClassNodes() - Constructor for class org.jruby.truffle.nodes.core.TrueClassNodes
 
TrueClassNodes.AndNode - Class in org.jruby.truffle.nodes.core
 
TrueClassNodes.AndNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.TrueClassNodes.AndNode
 
TrueClassNodes.AndNode(TrueClassNodes.AndNode) - Constructor for class org.jruby.truffle.nodes.core.TrueClassNodes.AndNode
 
TrueClassNodes.OrNode - Class in org.jruby.truffle.nodes.core
 
TrueClassNodes.OrNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.TrueClassNodes.OrNode
 
TrueClassNodes.OrNode(TrueClassNodes.OrNode) - Constructor for class org.jruby.truffle.nodes.core.TrueClassNodes.OrNode
 
TrueClassNodes.XorNode - Class in org.jruby.truffle.nodes.core
 
TrueClassNodes.XorNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.TrueClassNodes.XorNode
 
TrueClassNodes.XorNode(TrueClassNodes.XorNode) - Constructor for class org.jruby.truffle.nodes.core.TrueClassNodes.XorNode
 
TrueClassNodesFactory - Class in org.jruby.truffle.nodes.core
 
TrueClassNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.TrueClassNodesFactory
 
TrueClassNodesFactory.AndNodeFactory - Class in org.jruby.truffle.nodes.core
 
TrueClassNodesFactory.OrNodeFactory - Class in org.jruby.truffle.nodes.core
 
TrueClassNodesFactory.XorNodeFactory - Class in org.jruby.truffle.nodes.core
 
TrueNode - Class in org.jruby.ast
Represents 'true'.
TrueNode(ISourcePosition) - Constructor for class org.jruby.ast.TrueNode
 
TRUFFLE_ALLOW_SIMPLE_SOURCE_SECTIONS - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_ARRAYS_OPTIMISTIC_LONG - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_ARRAYS_SMALL - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_ARRAYS_UNINITIALIZED_SIZE - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_BACKTRACE_DEBUG_FORMAT - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_BACKTRACE_DISPLAY_FORMAT - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_BACKTRACE_EXCEPTION_FORMAT - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_BACKTRACE_GENERATE - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_BACKTRACE_MAX_VALUE_LENGTH - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_BACKTRACE_PANIC_FORMAT - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_DEBUG_ENABLE_ASSERT_CONSTANT - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_DISPATCH_METAPROGRAMMING_ALWAYS_INDIRECT - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_DISPATCH_METAPROGRAMMING_ALWAYS_UNCACHED - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_DISPATCH_METHODMISSING_ALWAYS_CLONED - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_DISPATCH_METHODMISSING_ALWAYS_INLINED - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_DISPATCH_POLYMORPHIC_MAX - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_EXCEPTIONS_PRINT_JAVA - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_HASHES_SMALL - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_INLINER_ALWAYS_CLONE_YIELD - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_INLINER_ALWAYS_INLINE_YIELD - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_LOAD_CORE - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_PANIC_ON_JAVA_ASSERT - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_PRINT_RUNTIME - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_PROC_BINDING - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_RUNTIME_VERSION_CHECK - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_TRANSLATOR_PRINT_AST - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_TRANSLATOR_PRINT_FULL_AST - Static variable in class org.jruby.util.cli.Options
 
TRUFFLE_TRANSLATOR_PRINT_PARSE_TREE - Static variable in class org.jruby.util.cli.Options
 
TruffleBridge - Interface in org.jruby
 
TruffleBridge.BacktraceFormatter - Enum in org.jruby
 
TruffleBridgeImpl - Class in org.jruby.truffle
 
TruffleBridgeImpl(Ruby) - Constructor for class org.jruby.truffle.TruffleBridgeImpl
 
TruffleDebugNodes - Class in org.jruby.truffle.nodes.core
 
TruffleDebugNodes() - Constructor for class org.jruby.truffle.nodes.core.TruffleDebugNodes
 
TruffleDebugNodes.DumpCallStackNode - Class in org.jruby.truffle.nodes.core
 
TruffleDebugNodes.DumpCallStackNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.TruffleDebugNodes.DumpCallStackNode
 
TruffleDebugNodes.DumpCallStackNode(TruffleDebugNodes.DumpCallStackNode) - Constructor for class org.jruby.truffle.nodes.core.TruffleDebugNodes.DumpCallStackNode
 
TruffleDebugNodes.FlushStdoutNode - Class in org.jruby.truffle.nodes.core
 
TruffleDebugNodes.FlushStdoutNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.TruffleDebugNodes.FlushStdoutNode
 
TruffleDebugNodes.FlushStdoutNode(TruffleDebugNodes.FlushStdoutNode) - Constructor for class org.jruby.truffle.nodes.core.TruffleDebugNodes.FlushStdoutNode
 
TruffleDebugNodes.FullTreeNode - Class in org.jruby.truffle.nodes.core
 
TruffleDebugNodes.FullTreeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.TruffleDebugNodes.FullTreeNode
 
TruffleDebugNodes.FullTreeNode(TruffleDebugNodes.FullTreeNode) - Constructor for class org.jruby.truffle.nodes.core.TruffleDebugNodes.FullTreeNode
 
TruffleDebugNodes.JavaClassOfNode - Class in org.jruby.truffle.nodes.core
 
TruffleDebugNodes.JavaClassOfNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.TruffleDebugNodes.JavaClassOfNode
 
TruffleDebugNodes.JavaClassOfNode(TruffleDebugNodes.JavaClassOfNode) - Constructor for class org.jruby.truffle.nodes.core.TruffleDebugNodes.JavaClassOfNode
 
TruffleDebugNodes.PanicNode - Class in org.jruby.truffle.nodes.core
 
TruffleDebugNodes.PanicNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.TruffleDebugNodes.PanicNode
 
TruffleDebugNodes.PanicNode(TruffleDebugNodes.PanicNode) - Constructor for class org.jruby.truffle.nodes.core.TruffleDebugNodes.PanicNode
 
TruffleDebugNodes.ParseTreeNode - Class in org.jruby.truffle.nodes.core
 
TruffleDebugNodes.ParseTreeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.TruffleDebugNodes.ParseTreeNode
 
TruffleDebugNodes.ParseTreeNode(TruffleDebugNodes.ParseTreeNode) - Constructor for class org.jruby.truffle.nodes.core.TruffleDebugNodes.ParseTreeNode
 
TruffleDebugNodes.TreeNode - Class in org.jruby.truffle.nodes.core
 
TruffleDebugNodes.TreeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.TruffleDebugNodes.TreeNode
 
TruffleDebugNodes.TreeNode(TruffleDebugNodes.TreeNode) - Constructor for class org.jruby.truffle.nodes.core.TruffleDebugNodes.TreeNode
 
TruffleDebugNodesFactory - Class in org.jruby.truffle.nodes.core
 
TruffleDebugNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.TruffleDebugNodesFactory
 
TruffleDebugNodesFactory.DumpCallStackNodeFactory - Class in org.jruby.truffle.nodes.core
 
TruffleDebugNodesFactory.FlushStdoutNodeFactory - Class in org.jruby.truffle.nodes.core
 
TruffleDebugNodesFactory.FullTreeNodeFactory - Class in org.jruby.truffle.nodes.core
 
TruffleDebugNodesFactory.JavaClassOfNodeFactory - Class in org.jruby.truffle.nodes.core
 
TruffleDebugNodesFactory.PanicNodeFactory - Class in org.jruby.truffle.nodes.core
 
TruffleDebugNodesFactory.ParseTreeNodeFactory - Class in org.jruby.truffle.nodes.core
 
TruffleDebugNodesFactory.TreeNodeFactory - Class in org.jruby.truffle.nodes.core
 
TruffleFatalException - Exception in org.jruby.truffle.runtime.control
 
TruffleFatalException(String, Exception) - Constructor for exception org.jruby.truffle.runtime.control.TruffleFatalException
 
TruffleHooks - Interface in org.jruby.truffle
 
TruffleHooksStub - Interface in org.jruby
 
TrufflePrimitiveNodes - Class in org.jruby.truffle.nodes.core
 
TrufflePrimitiveNodes() - Constructor for class org.jruby.truffle.nodes.core.TrufflePrimitiveNodes
 
TrufflePrimitiveNodes.BindingOfCallerNode - Class in org.jruby.truffle.nodes.core
 
TrufflePrimitiveNodes.BindingOfCallerNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.TrufflePrimitiveNodes.BindingOfCallerNode
 
TrufflePrimitiveNodes.BindingOfCallerNode(TrufflePrimitiveNodes.BindingOfCallerNode) - Constructor for class org.jruby.truffle.nodes.core.TrufflePrimitiveNodes.BindingOfCallerNode
 
TrufflePrimitiveNodes.GCCountNode - Class in org.jruby.truffle.nodes.core
 
TrufflePrimitiveNodes.GCCountNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.TrufflePrimitiveNodes.GCCountNode
 
TrufflePrimitiveNodes.GCCountNode(TrufflePrimitiveNodes.GCCountNode) - Constructor for class org.jruby.truffle.nodes.core.TrufflePrimitiveNodes.GCCountNode
 
TrufflePrimitiveNodes.GCTimeNode - Class in org.jruby.truffle.nodes.core
 
TrufflePrimitiveNodes.GCTimeNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.TrufflePrimitiveNodes.GCTimeNode
 
TrufflePrimitiveNodes.GCTimeNode(TrufflePrimitiveNodes.GCTimeNode) - Constructor for class org.jruby.truffle.nodes.core.TrufflePrimitiveNodes.GCTimeNode
 
TrufflePrimitiveNodesFactory - Class in org.jruby.truffle.nodes.core
 
TrufflePrimitiveNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.TrufflePrimitiveNodesFactory
 
TrufflePrimitiveNodesFactory.BindingOfCallerNodeFactory - Class in org.jruby.truffle.nodes.core
 
TrufflePrimitiveNodesFactory.GCCountNodeFactory - Class in org.jruby.truffle.nodes.core
 
TrufflePrimitiveNodesFactory.GCTimeNodeFactory - Class in org.jruby.truffle.nodes.core
 
TRUNC - Static variable in class org.jruby.util.io.ModeFlags
truncate flag, to truncate the target file to zero length
TRUNC - Static variable in class org.jruby.util.io.OpenFile
 
truncate(ThreadContext) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
truncate(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
truncate(IRubyObject) - Method in class org.jruby.ext.stringio.StringIO
 
truncate(ThreadContext, IRubyObject) - Method in class org.jruby.RubyFile
 
truncate(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
truncate() - Method in class org.jruby.RubyFloat
flo_truncate
truncate() - Method in class org.jruby.RubyNumeric
num_truncate
truncate19(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFile
 
trust(ThreadContext) - Method in class org.jruby.RubyBasicObject
Deprecated.
try_convert(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyArray
 
try_convert(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyHash
 
try_convert(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyRegexp
 
try_convert(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyString
 
try_lock(ThreadContext) - Method in class org.jruby.ext.thread.Mutex
 
trycatch(Label, Label, Label, String) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
trycatch(String, Runnable, Runnable) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
tryCompile(Node) - Method in class org.jruby.Ruby
Try to compile the code associated with the given Node, returning an instance of the successfully-compiled Script or null if the script could not be compiled.
tryConvert(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyIO
 
tryEagerInjection(Ruby, IRubyObject) - Method in class org.jruby.embed.variable.GlobalVariable
Injects a global variable value to a parsed Ruby script.
tryJit(ThreadContext, InterpretedIRMethod.DynamicMethodBox) - Method in class org.jruby.internal.runtime.methods.InterpretedIRMethod
 
tryLazyRetrieval(LocalVariableBehavior, BiVariableMap, IRubyObject, Object) - Static method in class org.jruby.embed.variable.VariableInterceptor
Retrieves specified variable/constant name and value after the evaluation or method invocation only when it is requested.
tryLoadingLibraryOrScript(Ruby, LoadService.SearchState) - Method in class org.jruby.runtime.load.LoadService
 
tryLock(Lock) - Method in class org.jruby.RubyThread
Try to acquire the given lock, adding it to a list of held locks for cleanup on thread termination if it is acquired.
TryNode - Class in org.jruby.truffle.nodes.control
Represents a block of code run with exception handlers.
TryNode(RubyContext, SourceSection, ExceptionTranslatingNode, RescueNode[], RubyNode) - Constructor for class org.jruby.truffle.nodes.control.TryNode
 
tryProcessArgumentsWithRubyopts() - Method in class org.jruby.RubyInstanceConfig
 
tryResourceAsIs(String) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
tryResourceAsIs(String, String) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
tryResourceFromCWD(LoadService.SearchState, String, LoadService.SuffixType) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
tryResourceFromDotSlash(LoadService.SearchState, String, LoadService.SuffixType) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
tryResourceFromHome(LoadService.SearchState, String, LoadService.SuffixType) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
tryResourceFromJarURL(LoadService.SearchState, String, LoadService.SuffixType) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
tryResourceFromJarURLWithLoadPath(String, String) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
tryResourceFromLoadPath(String, String) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
tryResourceFromLoadPathOrURL(LoadService.SearchState, String, LoadService.SuffixType) - Method in class org.jruby.runtime.load.LoadService
Deprecated.
tryRestartAgent() - Method in interface org.jruby.management.BeanManager
Attempt to restart the current JVM's JMX agent.
tryRestartAgent() - Method in class org.jruby.management.BeanManagerImpl
 
trySearch(LoadService.SearchState) - Method in class org.jruby.embed.osgi.internal.OSGiBundlesSearcher
 
trySearch(String, LoadService.SuffixType) - Method in class org.jruby.runtime.load.LoadService.BailoutSearcher
Deprecated.
 
trySearch(LoadService.SearchState) - Method in class org.jruby.runtime.load.LoadService.BailoutSearcher
Deprecated.
 
trySearch(LoadService.SearchState) - Method in class org.jruby.runtime.load.LoadService.ClassLoaderSearcher
Deprecated.
 
trySearch(LoadService.SearchState) - Method in class org.jruby.runtime.load.LoadService.ExtensionSearcher
Deprecated.
 
trySearch(LoadService.SearchState) - Method in interface org.jruby.runtime.load.LoadService.LoadSearcher
Deprecated.
 
trySearch(LoadService.SearchState) - Method in class org.jruby.runtime.load.LoadService.NormalSearcher
Deprecated.
 
trySearch(LoadService.SearchState) - Method in class org.jruby.runtime.load.LoadService.ScriptClassSearcher
Deprecated.
 
trySearch(LoadService.SearchState) - Method in class org.jruby.runtime.load.LoadService.SourceBailoutSearcher
Deprecated.
 
tryShutdownAgent() - Method in interface org.jruby.management.BeanManager
Attempt to shut down the current JVM's JMX agent.
tryShutdownAgent() - Method in class org.jruby.management.BeanManagerImpl
 
tSTAR - Static variable in class org.jruby.parser.RubyParser
 
tSTAR - Static variable in interface org.jruby.parser.Tokens
 
tSTAR2 - Static variable in class org.jruby.parser.RubyParser
 
tSTAR2 - Static variable in interface org.jruby.parser.Tokens
 
tSTRING_BEG - Static variable in class org.jruby.parser.RubyParser
 
tSTRING_BEG - Static variable in interface org.jruby.parser.Tokens
 
tSTRING_CONTENT - Static variable in class org.jruby.parser.RubyParser
 
tSTRING_CONTENT - Static variable in interface org.jruby.parser.Tokens
 
tSTRING_DBEG - Static variable in class org.jruby.parser.RubyParser
 
tSTRING_DBEG - Static variable in interface org.jruby.parser.Tokens
 
tSTRING_DEND - Static variable in class org.jruby.parser.RubyParser
 
tSTRING_DEND - Static variable in interface org.jruby.parser.Tokens
 
tSTRING_DVAR - Static variable in class org.jruby.parser.RubyParser
 
tSTRING_DVAR - Static variable in interface org.jruby.parser.Tokens
 
tSTRING_END - Static variable in class org.jruby.parser.RubyParser
 
tSTRING_END - Static variable in interface org.jruby.parser.Tokens
 
tSYMBEG - Static variable in class org.jruby.parser.RubyParser
 
tSYMBEG - Static variable in interface org.jruby.parser.Tokens
 
tSYMBOLS_BEG - Static variable in class org.jruby.parser.RubyParser
 
tSYMBOLS_BEG - Static variable in interface org.jruby.parser.Tokens
 
tTILDE - Static variable in class org.jruby.parser.RubyParser
 
tTILDE - Static variable in interface org.jruby.parser.Tokens
 
TTY - Static variable in class org.jruby.util.io.OpenFile
 
tty_p(ThreadContext) - Method in class org.jruby.RubyIO
 
tUMINUS - Static variable in class org.jruby.parser.RubyParser
 
tUMINUS - Static variable in interface org.jruby.parser.Tokens
 
tUMINUS_NUM - Static variable in class org.jruby.parser.RubyParser
 
tUMINUS_NUM - Static variable in interface org.jruby.parser.Tokens
 
Tuple<T1,T2> - Class in org.jruby.ir
 
Tuple(T1, T2) - Constructor for class org.jruby.ir.Tuple
 
tUPLUS - Static variable in class org.jruby.parser.RubyParser
 
tUPLUS - Static variable in interface org.jruby.parser.Tokens
 
two(Ruby) - Static method in class org.jruby.RubyFixnum
 
TWO_ARGUMENTS - Static variable in class org.jruby.runtime.Arity
 
TWO_ARGUMENTS - Static variable in class org.jruby.runtime.Signature
 
TWO_REQUIRED - Static variable in class org.jruby.runtime.Arity
 
TWO_REQUIRED - Static variable in class org.jruby.runtime.Signature
 
twoArguments() - Static method in class org.jruby.runtime.Arity
 
TwoOperandBranchInstr - Class in org.jruby.ir.instructions
 
TwoOperandBranchInstr(Operation, Operand, Operand, Label) - Constructor for class org.jruby.ir.instructions.TwoOperandBranchInstr
 
tWORDS_BEG - Static variable in class org.jruby.parser.RubyParser
 
tWORDS_BEG - Static variable in interface org.jruby.parser.Tokens
 
twosComplementToBinaryBytes(byte[]) - Static method in class org.jruby.util.ConvertBytes
 
twosComplementToHexBytes(byte[], boolean) - Static method in class org.jruby.util.ConvertBytes
 
twosComplementToOctalBytes(byte[]) - Static method in class org.jruby.util.ConvertBytes
 
twosComplementToUnsignedBytes(byte[], int, boolean) - Static method in class org.jruby.util.ConvertBytes
 
TwoVarDynamicScope - Class in org.jruby.runtime.scope
This is a DynamicScope that supports exactly three variables.
TwoVarDynamicScope(StaticScope, DynamicScope) - Constructor for class org.jruby.runtime.scope.TwoVarDynamicScope
 
TwoVarDynamicScope(StaticScope) - Constructor for class org.jruby.runtime.scope.TwoVarDynamicScope
 
tXSTRING_BEG - Static variable in class org.jruby.parser.RubyParser
 
tXSTRING_BEG - Static variable in interface org.jruby.parser.Tokens
 
type(ThreadContext) - Method in class org.jruby.ext.ffi.StructLayout.Field
 
type() - Method in class org.jruby.ext.ffi.StructLayout.Member
 
Type - Class in org.jruby.ext.ffi
 
Type(Ruby, RubyClass, NativeType, int, int) - Constructor for class org.jruby.ext.ffi.Type
Initializes a new Type instance.
Type(Ruby, RubyClass, NativeType) - Constructor for class org.jruby.ext.ffi.Type
Initializes a new Type instance.
type - Variable in class org.jruby.internal.runtime.ThreadService.Event
Deprecated.
 
type - Variable in class org.jruby.ir.operands.Backref
 
type() - Method in class org.jruby.RubyBasicObject
rb_obj_class Returns the real class of this object, excluding any singleton/meta class in the inheritance chain.
type(IRubyObject) - Static method in class org.jruby.RubyKernel
 
type - Variable in class org.jruby.runtime.Block
 
type - Variable in class org.jruby.util.Pack.Converter
 
Type.Array - Class in org.jruby.ext.ffi
 
Type.Array(Ruby, RubyClass, Type, int) - Constructor for class org.jruby.ext.ffi.Type.Array
Initializes a new Type.Array instance.
Type.Array(Ruby, Type, int) - Constructor for class org.jruby.ext.ffi.Type.Array
Initializes a new Type.Array instance.
Type.Builtin - Class in org.jruby.ext.ffi
 
type_deprecated() - Method in class org.jruby.RubyBasicObject
rb_obj_type The deprecated version of type, that emits a deprecation warning.
type_parameters() - Method in class org.jruby.javasupport.JavaClass
 
type_parameters() - Method in class org.jruby.javasupport.JavaConstructor
 
type_parameters() - Method in class org.jruby.javasupport.JavaMethod
 
type_size(ThreadContext) - Method in class org.jruby.ext.ffi.AbstractMemory
Indicates how many bytes the intrinsic type of the memory uses.
typeClass - Variable in class org.jruby.ext.ffi.FFI
 
TypeCoercer - Interface in org.jruby.util
 
TypeConverter - Class in org.jruby.util
 
TypeConverter() - Constructor for class org.jruby.util.TypeConverter
 
typedefs - Variable in class org.jruby.ext.ffi.FFI
 
typeError(String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
typeErrorBadCoercion(Object, String, String, Object, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
typeErrorCantCoerce(Object, String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
typeErrorCantConvertInto(String, String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
typeErrorCantConvertInto(Object, RubyClass, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
typeErrorCantConvertTo(String, String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
typeErrorCantConvertTo(String, String, String, String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
typeErrorCantDefineSingleton(Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
typeErrorIsNotA(String, String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
typeErrorMustBe(String, String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
typeErrorNoClassToMakeAlias(Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
typeErrorNoImplicitConversion(Object, String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
typeErrorShouldReturn(String, String, String, Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
typeForArray - Variable in class org.jruby.ast.java_signature.ArrayTypeNode
 
TypeNode - Class in org.jruby.ast.java_signature
Base class for all typed nodes
TypeNode(String) - Constructor for class org.jruby.ast.java_signature.TypeNode
 
typeOk(RubyClass) - Method in class org.jruby.runtime.callsite.CacheEntry
 
typeOk(CacheEntry, RubyClass) - Static method in class org.jruby.runtime.callsite.CacheEntry
 
TypePopulator - Class in org.jruby.anno
 
TypePopulator() - Constructor for class org.jruby.anno.TypePopulator
 
TypePopulator.DefaultTypePopulator - Class in org.jruby.anno
 
TypePopulator.DefaultTypePopulator() - Constructor for class org.jruby.anno.TypePopulator.DefaultTypePopulator
 
TypePrimitiveNodes - Class in org.jruby.truffle.nodes.rubinius
Rubinius primitives associated with types and objects.
TypePrimitiveNodes() - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes
 
TypePrimitiveNodes.EncodingGetObjectEncodingPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodes.EncodingGetObjectEncodingPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.EncodingGetObjectEncodingPrimitiveNode
 
TypePrimitiveNodes.EncodingGetObjectEncodingPrimitiveNode(TypePrimitiveNodes.EncodingGetObjectEncodingPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.EncodingGetObjectEncodingPrimitiveNode
 
TypePrimitiveNodes.ObjectInfectPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodes.ObjectInfectPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.ObjectInfectPrimitiveNode
 
TypePrimitiveNodes.ObjectInfectPrimitiveNode(TypePrimitiveNodes.ObjectInfectPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.ObjectInfectPrimitiveNode
 
TypePrimitiveNodes.VMGetModuleNamePrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodes.VMGetModuleNamePrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMGetModuleNamePrimitiveNode
 
TypePrimitiveNodes.VMGetModuleNamePrimitiveNode(TypePrimitiveNodes.VMGetModuleNamePrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMGetModuleNamePrimitiveNode
 
TypePrimitiveNodes.VMObjectClassPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodes.VMObjectClassPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectClassPrimitiveNode
 
TypePrimitiveNodes.VMObjectClassPrimitiveNode(TypePrimitiveNodes.VMObjectClassPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectClassPrimitiveNode
 
TypePrimitiveNodes.VMObjectEqualPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodes.VMObjectEqualPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectEqualPrimitiveNode
 
TypePrimitiveNodes.VMObjectEqualPrimitiveNode(TypePrimitiveNodes.VMObjectEqualPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectEqualPrimitiveNode
 
TypePrimitiveNodes.VMObjectKindOfPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodes.VMObjectKindOfPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectKindOfPrimitiveNode
 
TypePrimitiveNodes.VMObjectKindOfPrimitiveNode(TypePrimitiveNodes.VMObjectKindOfPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectKindOfPrimitiveNode
 
TypePrimitiveNodes.VMObjectRespondToPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodes.VMObjectRespondToPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectRespondToPrimitiveNode
 
TypePrimitiveNodes.VMObjectRespondToPrimitiveNode(TypePrimitiveNodes.VMObjectRespondToPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectRespondToPrimitiveNode
 
TypePrimitiveNodes.VMObjectSingletonClassObjectPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodes.VMObjectSingletonClassObjectPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectSingletonClassObjectPrimitiveNode
 
TypePrimitiveNodes.VMObjectSingletonClassObjectPrimitiveNode(TypePrimitiveNodes.VMObjectSingletonClassObjectPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectSingletonClassObjectPrimitiveNode
 
TypePrimitiveNodes.VMObjectSingletonClassPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodes.VMObjectSingletonClassPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectSingletonClassPrimitiveNode
 
TypePrimitiveNodes.VMObjectSingletonClassPrimitiveNode(TypePrimitiveNodes.VMObjectSingletonClassPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectSingletonClassPrimitiveNode
 
TypePrimitiveNodes.VMSetModuleNamePrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodes.VMSetModuleNamePrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMSetModuleNamePrimitiveNode
 
TypePrimitiveNodes.VMSetModuleNamePrimitiveNode(TypePrimitiveNodes.VMSetModuleNamePrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMSetModuleNamePrimitiveNode
 
TypePrimitiveNodesFactory - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodesFactory() - Constructor for class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodesFactory
 
TypePrimitiveNodesFactory.EncodingGetObjectEncodingPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodesFactory.ObjectInfectPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodesFactory.VMGetModuleNamePrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodesFactory.VMObjectClassPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodesFactory.VMObjectEqualPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodesFactory.VMObjectKindOfPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodesFactory.VMObjectRespondToPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodesFactory.VMObjectSingletonClassObjectPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodesFactory.VMObjectSingletonClassPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TypePrimitiveNodesFactory.VMSetModuleNamePrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
TypeResolver - Class in org.jruby.ext.ffi
 
typesFromSignature(Signature) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
typeSize - Variable in class org.jruby.ext.ffi.AbstractMemory
The size of each element of this memory area - e.g.
TZDATA_VERSION - Static variable in class org.jruby.runtime.Constants
 

U

U - Static variable in class org.jruby.util.unsafe.UnsafeHolder
Holds a reference to Unsafe if available, null otherwise.
u16Value32(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
u16Value64(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
u32Value32(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
u32Value64(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
u64Value64(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
u8Value32(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
u8Value64(IRubyObject) - Static method in class org.jruby.ext.ffi.jffi.JITRuntime
 
U_NIL - Static variable in class org.jruby.ir.operands.UnexecutableNil
 
udp(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.Addrinfo
 
uid() - Method in class org.jruby.RubyFileStat
 
uid(IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
uid(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess
 
uid(Ruby) - Static method in class org.jruby.RubyProcess
 
uid_set(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
uid_set(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyProcess
 
uid_set(Ruby, IRubyObject) - Static method in class org.jruby.RubyProcess
 
uint16Value(IRubyObject) - Static method in class org.jruby.ext.ffi.Util
 
uint32Value(IRubyObject) - Static method in class org.jruby.ext.ffi.Util
 
uint64Value(IRubyObject) - Static method in class org.jruby.ext.ffi.Util
 
uint8Value(IRubyObject) - Static method in class org.jruby.ext.ffi.Util
 
ULONG_MAX - Static variable in class org.jruby.RubyBignum
 
umask(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
umask(POSIX) - Static method in class org.jruby.util.io.PosixShim
Joy of POSIX, only way to get the umask is to set the umask, then set it back.
umask(POSIX, int) - Static method in class org.jruby.util.io.PosixShim
 
uname(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.etc.RubyEtc
 
UnaryCoreMethodNode - Class in org.jruby.truffle.nodes.core
 
UnaryCoreMethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.UnaryCoreMethodNode
 
UnaryCoreMethodNode(UnaryCoreMethodNode) - Constructor for class org.jruby.truffle.nodes.core.UnaryCoreMethodNode
 
unbind() - Method in class org.jruby.RubyMethod
 
UnboundMethodNodes - Class in org.jruby.truffle.nodes.core
 
UnboundMethodNodes() - Constructor for class org.jruby.truffle.nodes.core.UnboundMethodNodes
 
UnboundMethodNodes.BindNode - Class in org.jruby.truffle.nodes.core
 
UnboundMethodNodes.BindNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.UnboundMethodNodes.BindNode
 
UnboundMethodNodes.BindNode(UnboundMethodNodes.BindNode) - Constructor for class org.jruby.truffle.nodes.core.UnboundMethodNodes.BindNode
 
UnboundMethodNodesFactory - Class in org.jruby.truffle.nodes.core
 
UnboundMethodNodesFactory() - Constructor for class org.jruby.truffle.nodes.core.UnboundMethodNodesFactory
 
UnboundMethodNodesFactory.BindNodeFactory - Class in org.jruby.truffle.nodes.core
 
unbox(Map<Variable, TemporaryLocalVariable>) - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode
 
unbox() - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisProblem
 
UnboxableOpsAnalysisNode - Class in org.jruby.ir.dataflow.analyses
 
UnboxableOpsAnalysisNode(UnboxableOpsAnalysisProblem, BasicBlock) - Constructor for class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode
 
UnboxableOpsAnalysisProblem - Class in org.jruby.ir.dataflow.analyses
 
UnboxableOpsAnalysisProblem() - Constructor for class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisProblem
 
unboxAndCast(SkinnyMethodAdapter, Class) - Static method in class org.jruby.compiler.util.HandleFactory
 
UnboxBooleanInstr - Class in org.jruby.ir.instructions.boxing
 
UnboxBooleanInstr(Variable, Operand) - Constructor for class org.jruby.ir.instructions.boxing.UnboxBooleanInstr
 
UnboxBooleanInstr(UnboxBooleanInstr) - Method in class org.jruby.ir.IRVisitor
 
UnboxBooleanInstr(UnboxBooleanInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
unboxDouble(Object[], int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
UnboxedBoolean(UnboxedBoolean) - Method in class org.jruby.ir.IRVisitor
 
UnboxedBoolean - Class in org.jruby.ir.operands
 
UnboxedBoolean(boolean) - Constructor for class org.jruby.ir.operands.UnboxedBoolean
 
UnboxedBoolean(UnboxedBoolean) - Method in class org.jruby.ir.targets.JVMVisitor
 
UnboxedFixnum(UnboxedFixnum) - Method in class org.jruby.ir.IRVisitor
 
UnboxedFixnum - Class in org.jruby.ir.operands
 
UnboxedFixnum(long) - Constructor for class org.jruby.ir.operands.UnboxedFixnum
 
UnboxedFixnum(UnboxedFixnum) - Method in class org.jruby.ir.targets.JVMVisitor
 
UnboxedFloat(UnboxedFloat) - Method in class org.jruby.ir.IRVisitor
 
UnboxedFloat - Class in org.jruby.ir.operands
 
UnboxedFloat(double) - Constructor for class org.jruby.ir.operands.UnboxedFloat
 
UnboxedFloat(UnboxedFloat) - Method in class org.jruby.ir.targets.JVMVisitor
 
unboxFixnum(IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
UnboxFixnumInstr - Class in org.jruby.ir.instructions.boxing
 
UnboxFixnumInstr(Variable, Operand) - Constructor for class org.jruby.ir.instructions.boxing.UnboxFixnumInstr
 
UnboxFixnumInstr(UnboxFixnumInstr) - Method in class org.jruby.ir.IRVisitor
 
UnboxFixnumInstr(UnboxFixnumInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
unboxFloat(IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
UnboxFloatInstr - Class in org.jruby.ir.instructions.boxing
 
UnboxFloatInstr(Variable, Operand) - Constructor for class org.jruby.ir.instructions.boxing.UnboxFloatInstr
 
UnboxFloatInstr(UnboxFloatInstr) - Method in class org.jruby.ir.IRVisitor
 
UnboxFloatInstr(UnboxFloatInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
UNBOXING - Static variable in class org.jruby.ir.dataflow.DataFlowConstants
 
UnboxingPass - Class in org.jruby.ir.passes
 
UnboxingPass() - Constructor for class org.jruby.ir.passes.UnboxingPass
 
UnboxInstr - Class in org.jruby.ir.instructions.boxing
 
UnboxInstr(Operation, Variable, Operand) - Constructor for class org.jruby.ir.instructions.boxing.UnboxInstr
 
unboxInteger(Object[], int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
unboxLong(Object[], int) - Static method in class org.jruby.truffle.runtime.util.ArrayUtils
 
unboxVar(UnboxableOpsAnalysisNode.UnboxState, Class, Map<Variable, TemporaryLocalVariable>, Variable, List<Instr>) - Method in class org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode
 
UncachedDispatchNode - Class in org.jruby.truffle.nodes.dispatch
 
UncachedDispatchNode(RubyContext, boolean, DispatchAction) - Constructor for class org.jruby.truffle.nodes.dispatch.UncachedDispatchNode
 
uncaptureFeature(int) - Method in class org.jruby.lexer.yacc.LexerSource
 
undeclareBean(BSFDeclaredBean) - Method in class org.jruby.embed.bsf.JRubyEngine
 
undeclareBean(BSFDeclaredBean) - Method in class org.jruby.javasupport.bsf.JRubyEngine
 
UNDEF - Static variable in class org.jruby.RubyBasicObject
A value that specifies an undefined value.
undef(ThreadContext, String) - Method in class org.jruby.RubyModule
rb_undef
UNDEF_HEX_CHARREF - Static variable in class org.jruby.RubyConverter
 
UNDEF_MASK - Static variable in class org.jruby.RubyConverter
 
undef_method(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyModule
 
UNDEF_REPLACE - Static variable in class org.jruby.RubyConverter
 
undefine_finalizer(IRubyObject, IRubyObject, Block) - Static method in class org.jruby.RubyObjectSpace
 
UNDEFINED - Static variable in class org.jruby.ir.operands.UndefinedValue
 
undefined() - Method in class org.jruby.truffle.runtime.methods.InternalMethod
 
UndefinedAccessor - Class in org.jruby.internal.runtime
 
UndefinedAccessor(Ruby, GlobalVariable, String) - Constructor for class org.jruby.internal.runtime.UndefinedAccessor
Constructor for UndefinedAccessor.
undefinedFieldError(Ruby, String, String) - Static method in class org.jruby.javasupport.JavaClass
 
UndefinedMethod - Class in org.jruby.internal.runtime.methods
This class represents a singleton type of method used as a marker for missing or "undef'ed" methods.
UndefinedPlaceholder - Class in org.jruby.truffle.runtime
The UndefinedPlaceholder is a value that represents an undefined value in Ruby.
UndefinedValue(UndefinedValue) - Method in class org.jruby.ir.IRVisitor
 
UndefinedValue - Class in org.jruby.ir.operands
For argument processing.
UndefinedValue(UndefinedValue) - Method in class org.jruby.ir.targets.JVMVisitor
 
undefineFinalizer(Object) - Method in class org.jruby.truffle.nodes.core.ObjectSpaceNodes.UndefineFinalizerNode
 
undefineFinalizer(RubyBasicObject) - Method in class org.jruby.truffle.runtime.subsystems.ObjectSpaceManager
 
undefineMethod(String) - Method in class org.jruby.RubyModule
 
undefMethod(ThreadContext, Object, DynamicScope, IRubyObject) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
undefMethod(ThreadContext, Object) - Static method in class org.jruby.runtime.Helpers
 
undefMethod(RubyClass, RubyString) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.UndefMethodNode
 
undefMethod(RubyClass, RubySymbol) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.UndefMethodNode
 
undefMethod(RubyModule, RubyString) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.UndefMethodNode
 
undefMethod(RubyModule, RubySymbol) - Method in class org.jruby.truffle.nodes.core.ModuleNodes.UndefMethodNode
 
undefMethod(RubyNode, String) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
undefMethod(RubyNode, InternalMethod) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
UndefMethodInstr - Class in org.jruby.ir.instructions
 
UndefMethodInstr(Variable, Operand) - Constructor for class org.jruby.ir.instructions.UndefMethodInstr
 
UndefMethodInstr(UndefMethodInstr) - Method in class org.jruby.ir.IRVisitor
 
UndefMethodInstr(UndefMethodInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
UndefNode - Class in org.jruby.ast
Represents an 'undef' statement.
UndefNode(ISourcePosition, Node) - Constructor for class org.jruby.ast.UndefNode
 
UndefNode - Class in org.jruby.truffle.nodes.methods
 
UndefNode(RubyContext, SourceSection, RubyNode, String) - Constructor for class org.jruby.truffle.nodes.methods.UndefNode
 
underscores_pat - Static variable in class org.jruby.util.Numeric.ComplexPatterns
 
UnexecutableNil(UnexecutableNil) - Method in class org.jruby.ir.IRVisitor
 
UnexecutableNil - Class in org.jruby.ir.operands
 
UnexecutableNil(UnexecutableNil) - Method in class org.jruby.ir.targets.JVMVisitor
 
unexpectedReturn(Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
ungetbyte(ThreadContext, IRubyObject) - Method in class org.jruby.ext.stringio.StringIO
 
ungetbyte(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
 
ungetbyte(ThreadContext, IRubyObject) - Method in class org.jruby.util.io.OpenFile
 
ungetc(ThreadContext, IRubyObject) - Method in class org.jruby.ext.stringio.StringIO
 
ungetc(IRubyObject) - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
ungetc(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
 
ungetc(int) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
ungetc(int) - Method in class org.jruby.util.io.CRLFStreamWrapper
 
ungetc(int) - Method in interface org.jruby.util.io.Stream
 
unimplemented(Node) - Method in class org.jruby.truffle.translator.BodyTranslator
 
unimplementedError(String) - Method in class org.jruby.ext.JRubyPOSIXHandler
 
UninitializedReadObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
UninitializedReadObjectFieldNode(Object) - Constructor for class org.jruby.truffle.nodes.objectstorage.UninitializedReadObjectFieldNode
 
UninitializedWriteObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
UninitializedWriteObjectFieldNode(Object) - Constructor for class org.jruby.truffle.nodes.objectstorage.UninitializedWriteObjectFieldNode
 
UninitializedYieldDispatchNode - Class in org.jruby.truffle.nodes.yield
 
UninitializedYieldDispatchNode(RubyContext) - Constructor for class org.jruby.truffle.nodes.yield.UninitializedYieldDispatchNode
 
union(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyRegexp
rb_reg_s_union
union19(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyRegexp
 
uniq(ThreadContext) - Method in class org.jruby.RubyArray
rb_ary_uniq
uniq(RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.UniqNode
 
uniq19(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
uniq_bang(ThreadContext) - Method in class org.jruby.RubyArray
rb_ary_uniq_bang
uniq_bang19(ThreadContext, Block) - Method in class org.jruby.RubyArray
 
UNIVERSAL_NEWLINE_DECORATOR - Static variable in class org.jruby.RubyConverter
 
unix(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.socket.Addrinfo
 
unix_p(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.Platform
 
unix_p(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
unix_path(ThreadContext) - Method in class org.jruby.ext.socket.Addrinfo
 
UnixPlatform - Class in org.jruby.platform
 
UnixPlatform() - Constructor for class org.jruby.platform.UnixPlatform
 
UNKNOWN - Static variable in class org.jruby.ext.nkf.RubyNKF
Deprecated.
UNKNOWN_SUPER_TARGET - Static variable in class org.jruby.ir.instructions.UnresolvedSuperInstr
 
unlink(ThreadContext) - Method in class org.jruby.ext.pathname.RubyPathname
 
unlink(ThreadContext) - Method in class org.jruby.ext.tempfile.Tempfile
 
unlink(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
unlink(ThreadContext, IRubyObject...) - Static method in class org.jruby.RubyFile
 
unlock(ThreadContext) - Method in class org.jruby.ext.thread.Mutex
 
unlock(Lock) - Method in class org.jruby.RubyThread
Release the given lock and remove it from the list of locks to be released on thread termination.
unlock() - Method in class org.jruby.util.io.OpenFile
 
unlockAll() - Method in class org.jruby.RubyThread
Release all locks held.
unlockProxy() - Method in class org.jruby.javasupport.JavaClass
 
unmarshal(UnmarshalStream) - Method in class org.jruby.RubyClass
 
UnmarshalCache - Class in org.jruby.runtime.marshal
 
UnmarshalCache(Ruby) - Constructor for class org.jruby.runtime.marshal.UnmarshalCache
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyArray
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyBignum
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyClass
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyFixnum
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyFloat
 
unmarshalFrom(UnmarshalStream, boolean) - Static method in class org.jruby.RubyHash
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyModule
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyRegexp
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyString
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubyStruct
 
unmarshalFrom(UnmarshalStream) - Static method in class org.jruby.RubySymbol
 
unmarshalFrom(Ruby, RubyClass, UnmarshalStream) - Method in interface org.jruby.runtime.ObjectMarshal
 
unmarshalInt() - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
unmarshalObject() - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
unmarshalObject(boolean) - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
unmarshalObject(UnmarshalStream.MarshalState) - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
unmarshalObject(UnmarshalStream.MarshalState, boolean) - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
UnmarshalStream - Class in org.jruby.runtime.marshal
Unmarshals objects from strings or streams in Ruby's marshal format.
UnmarshalStream(Ruby, InputStream, IRubyObject, boolean) - Constructor for class org.jruby.runtime.marshal.UnmarshalStream
 
UnmarshalStream(Ruby, InputStream, IRubyObject, boolean, boolean) - Constructor for class org.jruby.runtime.marshal.UnmarshalStream
Deprecated.
unmarshalString() - Method in class org.jruby.runtime.marshal.UnmarshalStream
 
unmodifiedAssumption - Variable in class org.jruby.truffle.nodes.supercall.AbstractGeneralSuperCallNode
 
UnnamedRestArgNode - Class in org.jruby.ast
a bare '*' or nothing.
UnnamedRestArgNode(ISourcePosition, String, int) - Constructor for class org.jruby.ast.UnnamedRestArgNode
 
unpack(ThreadContext, IRubyObject) - Method in class org.jruby.ext.socket.Option
 
unpack(IRubyObject) - Method in class org.jruby.RubyString
 
unpack(RubyString, RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.UnpackNode
 
unpack(Ruby, ByteList, ByteList) - Static method in class org.jruby.util.Pack
Decodes str (which may contain binary data) according to the format string, returning an array of each value extracted.
unpack_sockaddr_in(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.socket.RubySocket
 
unpack_sockaddr_in(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.socket.SocketUtils
 
unpack_sockaddr_in(ThreadContext, IRubyObject) - Static method in class org.jruby.util.io.Sockaddr
 
unpackArg(long) - Static method in class org.jruby.util.StringSupport
 
unpackInt_i(ByteBuffer) - Static method in class org.jruby.util.Pack
 
unpackResult(long) - Static method in class org.jruby.util.StringSupport
 
unread(int) - Method in class org.jruby.lexer.yacc.ByteArrayLexerSource
 
unread(int) - Method in class org.jruby.lexer.yacc.InputStreamLexerSource
Pushes char back onto this source.
unread(int) - Method in class org.jruby.lexer.yacc.LexerSource
 
unread(ThreadContext) - Method in class org.jruby.util.io.OpenFile
 
unreadMany(CharSequence) - Method in class org.jruby.lexer.yacc.ByteArrayLexerSource
 
unreadMany(CharSequence) - Method in class org.jruby.lexer.yacc.InputStreamLexerSource
 
unreadMany(CharSequence) - Method in class org.jruby.lexer.yacc.LexerSource
 
unregisterCompiler() - Method in interface org.jruby.management.BeanManager
 
unregisterCompiler() - Method in class org.jruby.management.BeanManagerImpl
 
unregisterConfig() - Method in interface org.jruby.management.BeanManager
 
unregisterConfig() - Method in class org.jruby.management.BeanManagerImpl
 
unregisterFiber(RubyFiber) - Method in class org.jruby.truffle.runtime.subsystems.FiberManager
 
unregisterInspecting(Object) - Method in class org.jruby.Ruby
 
unregisterMethodCache() - Method in interface org.jruby.management.BeanManager
 
unregisterMethodCache() - Method in class org.jruby.management.BeanManagerImpl
 
unregisterParserStats() - Method in interface org.jruby.management.BeanManager
 
unregisterParserStats() - Method in class org.jruby.management.BeanManagerImpl
 
unregisterRuntime() - Method in interface org.jruby.management.BeanManager
 
unregisterRuntime() - Method in class org.jruby.management.BeanManagerImpl
 
unregisterThread(RubyThread) - Method in class org.jruby.internal.runtime.ThreadService
 
unregisterThread(RubyThread) - Method in class org.jruby.truffle.runtime.subsystems.ThreadManager
 
unregisterWrapper(int) - Method in class org.jruby.util.io.FilenoUtil
 
Unrescuable - Interface in org.jruby.exceptions
This marker interface is for JRuby internal exceptions that can't be caught by Ruby exception handling.
UNRESCUED_REGION_LABEL - Static variable in class org.jruby.ir.operands.Label
 
UnresolvedDispatchNode - Class in org.jruby.truffle.nodes.dispatch
 
UnresolvedDispatchNode(RubyContext, boolean, boolean, MissingBehavior, DispatchAction) - Constructor for class org.jruby.truffle.nodes.dispatch.UnresolvedDispatchNode
 
unresolvedSuper(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
UnresolvedSuperInstr - Class in org.jruby.ir.instructions
 
UnresolvedSuperInstr(Operation, Variable, Operand, Operand[], Operand) - Constructor for class org.jruby.ir.instructions.UnresolvedSuperInstr
 
UnresolvedSuperInstr(Variable, Operand, Operand[], Operand) - Constructor for class org.jruby.ir.instructions.UnresolvedSuperInstr
 
UnresolvedSuperInstr(UnresolvedSuperInstr) - Method in class org.jruby.ir.IRVisitor
 
UnresolvedSuperInstr(UnresolvedSuperInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
UnresolvedSuperInvokeSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
UnresolvedSuperInvokeSite(MethodType, String, String) - Constructor for class org.jruby.ir.targets.UnresolvedSuperInvokeSite
 
unresolvedSuperSplatArgs(ThreadContext, IRubyObject, IRubyObject[], Block, boolean[]) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
UNSAFE - Static variable in class org.jruby.util.StringSupport
 
UnsafeHolder - Class in org.jruby.util.unsafe
 
unsafeSetLogicalClass(RubyClass) - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
unsafeSetMethodNodes(MethodNodes) - Method in class org.jruby.internal.runtime.methods.CompiledMethod
 
unsafeSetParent(RubyModule) - Method in class org.jruby.truffle.runtime.core.RubyModule
This method supports initialization and solves boot-order problems and should not normally be used.
unsafeSetSuperclass(RubyClass) - Method in class org.jruby.truffle.runtime.core.RubyClass
This method supports initialization and solves boot-order problems and should not normally be used.
unscan() - Method in class org.jruby.ext.strscan.RubyStringScanner
 
unseeded_hash(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.jruby.JRubyUtilLibrary.StringUtils
 
unseededStrHashCode(Ruby) - Method in class org.jruby.RubyString
Generate a hash for the String, without a seed.
unshift() - Method in class org.jruby.RubyArray
 
unshift(IRubyObject) - Method in class org.jruby.RubyArray
rb_ary_unshift
unshift(IRubyObject[]) - Method in class org.jruby.RubyArray
 
unshift(RubyArray, Object...) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.UnshiftNode
 
unshift(IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
unshift(IRubyObject[]) - Method in class org.jruby.util.collections.StringArraySet
 
unshift() - Method in class org.jruby.util.collections.StringArraySet
 
unshift19() - Method in class org.jruby.RubyArray
 
unshift19(IRubyObject) - Method in class org.jruby.RubyArray
 
unshift19(IRubyObject[]) - Method in class org.jruby.RubyArray
 
unshift19() - Method in class org.jruby.util.collections.StringArraySet
 
unshift19(IRubyObject) - Method in class org.jruby.util.collections.StringArraySet
 
unsplatValue19(IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
unsplatValue19IfArityOne(IRubyObject, Block) - Static method in class org.jruby.runtime.Helpers
 
UnsupportedOperationBehavior - Enum in org.jruby.truffle.nodes.methods
 
UnsupportedPlatform - Class in org.jruby.platform
 
UnsupportedPlatform() - Constructor for class org.jruby.platform.UnsupportedPlatform
 
untaint(ThreadContext) - Method in class org.jruby.ext.pathname.RubyPathname
 
untaint(ThreadContext) - Method in class org.jruby.RubyBasicObject
rb_obj_untaint call-seq: obj.untaint => obj Removes the taint from obj.
untaint(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
UntilNode - Class in org.jruby.ast
Represents an until statement.
UntilNode(ISourcePosition, Node, Node) - Constructor for class org.jruby.ast.UntilNode
 
UntilNode(ISourcePosition, Node, Node, boolean) - Constructor for class org.jruby.ast.UntilNode
 
untrace_var(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyKernel
 
untraceVar(String, IRubyObject) - Method in class org.jruby.internal.runtime.GlobalVariables
 
untraceVar(String) - Method in class org.jruby.internal.runtime.GlobalVariables
 
untrust(ThreadContext) - Method in class org.jruby.RubyBasicObject
Deprecated.
UNTRUST_F - Static variable in class org.jruby.RubyBasicObject
Deprecated.
untrusted_p(ThreadContext) - Method in class org.jruby.RubyBasicObject
Deprecated.
unused() - Method in class org.jruby.ext.zlib.JZlibRubyGzipReader
 
unwrap() - Method in class org.jruby.java.proxies.JavaProxy
 
unwrapArray - Variable in class org.jruby.ir.instructions.YieldInstr
 
unwrapBufferedStream(OutputStream) - Static method in class org.jruby.util.ShellLauncher
Unwrap all filtering streams between the given stream and its actual unfiltered stream.
unwrapBufferedStream(InputStream) - Static method in class org.jruby.util.ShellLauncher
Unwrap all filtering streams between the given stream and its actual unfiltered stream.
unwrapJavaObject(IRubyObject) - Static method in class org.jruby.javasupport.JavaUtil
 
unwrapJavaObject(Ruby, IRubyObject, String) - Static method in class org.jruby.javasupport.JavaUtil
Deprecated.
unwrapJavaValue(Ruby, IRubyObject, String) - Static method in class org.jruby.javasupport.JavaUtil
 
unwrapLocalJumpErrorValue(RaiseException) - Static method in class org.jruby.runtime.Helpers
 
unwrapMethod(DynamicMethod, String[]) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
unwrapNewlineNode(Node) - Method in class org.jruby.parser.ParserSupport
 
unwrapRubyException(Object) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
upcase(ThreadContext) - Method in class org.jruby.RubyString
rb_str_upcase / rb_str_upcase_bang
upcase(ThreadContext) - Method in class org.jruby.RubySymbol
 
upcase(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.UpcaseNode
 
upcase19(ThreadContext) - Method in class org.jruby.RubyString
 
upcase_bang(ThreadContext) - Method in class org.jruby.RubyString
 
upcase_bang19(ThreadContext) - Method in class org.jruby.RubyString
 
upcaseBang(RubyString) - Method in class org.jruby.truffle.nodes.core.StringNodes.UpcaseBangNode
 
update(String, BiVariable) - Method in class org.jruby.embed.internal.BiVariableMap
Adds a key-value pair of Ruby local variable to double array.
update(IRubyObject) - Method in class org.jruby.ext.digest.RubyDigest.DigestBase
 
update(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.digest.RubyDigest.DigestInstance
 
update(BacktraceElement, String, ISourcePosition) - Static method in class org.jruby.runtime.backtrace.BacktraceElement
 
update(BacktraceElement, String, String, int) - Static method in class org.jruby.runtime.backtrace.BacktraceElement
 
updateCache(CacheEntry) - Method in class org.jruby.runtime.callsite.CachingCallSite
 
updateCal(DateTime) - Method in class org.jruby.RubyTime
 
updateCallSite(Instr, IRScope, Integer) - Static method in class org.jruby.ir.interpreter.Profiler
 
updateEnabled(ThreadContext, boolean) - Method in class org.jruby.ext.tracepoint.TracePoint
 
updateFrame() - Method in class org.jruby.runtime.Frame
Update the frame with just filename and line, used for top-level frames and method.
updateFrame(String) - Method in class org.jruby.runtime.Frame
Update the frame with caller information and method name, so it will show up correctly in call stacks.
updateFrame(Frame) - Method in class org.jruby.runtime.Frame
Update the frame based on information from another frame.
updateFrame(RubyModule, IRubyObject, String, Block, int) - Method in class org.jruby.runtime.Frame
Update the frame based on the given values.
updateFrameForEval(IRubyObject, int) - Method in class org.jruby.runtime.Frame
Update the frame based on the given values.
updateGeneration() - Method in class org.jruby.RubyModule
 
updateIOOptionsFromOptions(ThreadContext, RubyHash, IOOptions) - Method in class org.jruby.RubyIO
See http://ruby-doc.org/core-1.9.3/IO.html#method-c-new for the format of modes in options
updateResult(Variable) - Method in class org.jruby.ir.instructions.CallInstr
 
updateResult(Variable) - Method in class org.jruby.ir.instructions.ResultBaseInstr
 
updateResult(Variable) - Method in interface org.jruby.ir.instructions.ResultInstr
 
updateScopeWithCaptures(ThreadContext, int[], IRubyObject) - Static method in class org.jruby.runtime.Helpers
 
updateVersion() - Method in class org.jruby.ir.IRModuleBody
 
upto(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyInteger
int_upto
upto(VirtualFrame, int, int, RubyProc) - Method in class org.jruby.truffle.nodes.core.IntegerNodes.UpToNode
 
upto(VirtualFrame, long, long, RubyProc) - Method in class org.jruby.truffle.nodes.core.IntegerNodes.UpToNode
 
upto19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyString
rb_str_upto_m
upto19(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.RubyString
 
URI - Static variable in class org.jruby.util.URLResource
 
URI_CLASSLOADER - Static variable in class org.jruby.util.URLResource
 
URLResource - Class in org.jruby.util
 
URLUtil - Class in org.jruby.util
All this because URL.getPath sucks, and we can't re-open classes in Java ;-).
URLUtil() - Constructor for class org.jruby.util.URLUtil
 
URSHIFT - Static variable in class org.jruby.parser.JavaSignatureParser
 
USASCII_ENCODING - Static variable in class org.jruby.lexer.yacc.RubyLexer
 
use() - Method in class org.jruby.RubyMatchData
 
USE_GENERATED_HANDLES - Static variable in class org.jruby.RubyInstanceConfig
Whether to use a custom-generated handle for Java methods instead of reflection.
useArray() - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
useAsGlobalRuntime() - Method in class org.jruby.Ruby
Convenience method for java integrators who may need to switch the notion of "global" runtime.
useBindingSelf(Binding) - Method in class org.jruby.runtime.IRBlockBody
 
usec() - Method in class org.jruby.RubyTime
 
useClassVariablesAsIfInClass - Variable in class org.jruby.truffle.translator.BodyTranslator
 
used() - Method in class org.jruby.RubyMatchData
 
UseMethodMissingException - Exception in org.jruby.truffle.nodes.dispatch
 
UseMethodMissingException() - Constructor for exception org.jruby.truffle.nodes.dispatch.UseMethodMissingException
 
USER0_F - Static variable in class org.jruby.RubyBasicObject
 
USER1_F - Static variable in class org.jruby.RubyBasicObject
 
USER2_F - Static variable in class org.jruby.RubyBasicObject
 
USER3_F - Static variable in class org.jruby.RubyBasicObject
 
USER4_F - Static variable in class org.jruby.RubyBasicObject
 
USER5_F - Static variable in class org.jruby.RubyBasicObject
 
USER6_F - Static variable in class org.jruby.RubyBasicObject
 
USER7_F - Static variable in class org.jruby.RubyBasicObject
 
USER8_F - Static variable in class org.jruby.RubyBasicObject
 
userMarshal(IRubyObject, DynamicMethod) - Method in class org.jruby.runtime.marshal.MarshalStream
 
userMarshal(IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalStream
 
userNewMarshal(IRubyObject, DynamicMethod) - Method in class org.jruby.runtime.marshal.MarshalStream
 
userNewMarshal(IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalStream
 
usesBackrefOrLastline() - Method in class org.jruby.ir.IRScope
 
usesEval() - Method in class org.jruby.ir.IRScope
 
usesLocalVariable(Variable) - Method in class org.jruby.ir.IRScope
 
usesZSuper() - Method in class org.jruby.ir.IRScope
 
UTC - Static variable in class org.jruby.RubyTime
 
UTF16 - Static variable in class org.jruby.ext.nkf.RubyNKF
Deprecated.
UTF16 - Static variable in class org.jruby.RubyEncoding
 
UTF32 - Static variable in class org.jruby.ext.nkf.RubyNKF
Deprecated.
UTF8 - Static variable in class org.jruby.ext.nkf.RubyNKF
Deprecated.
UTF8 - Static variable in class org.jruby.RubyEncoding
 
UTF8_ENCODING - Static variable in class org.jruby.lexer.yacc.RubyLexer
 
utf8Decode(Ruby, byte[], int, int) - Static method in class org.jruby.util.Pack
rb_uv_to_utf8
utf8Length(byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
utf8Length(ByteList) - Static method in class org.jruby.util.StringSupport
 
utf8Nth(byte[], int, int, int) - Static method in class org.jruby.util.StringSupport
 
utf8Offset(byte[], int, int, int) - Static method in class org.jruby.util.StringSupport
 
Util - Class in org.jruby.ext.ffi
 
Utils - Class in org.jruby.embed.jsr223
A collection of JSR223 specific utility methods.
Utils() - Constructor for class org.jruby.embed.jsr223.Utils
 
utime(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyFile
 
uuid(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.securerandom.SecureRandomLibrary
 

V

VAliasNode - Class in org.jruby.ast
Represents an alias of a global variable.
VAliasNode(ISourcePosition, String, String) - Constructor for class org.jruby.ast.VAliasNode
 
valid_encoding_p(ThreadContext) - Method in class org.jruby.RubyString
 
validateClassVariable(String) - Method in class org.jruby.RubyModule
 
validateConstant(IRubyObject) - Method in class org.jruby.RubyModule
 
validateConstant(String, IRubyObject) - Method in class org.jruby.RubyModule
 
validateEncodingBinmode(ThreadContext, int[], int, IOEncodable) - Static method in class org.jruby.util.io.EncodingUtils
 
validateInstanceVariable(String) - Method in class org.jruby.RubyBasicObject
Checks if the name parameter represents a legal instance variable name, and otherwise throws a Ruby NameError
validateSockaddr(Ruby, ByteList) - Static method in class org.jruby.util.io.Sockaddr
 
value - Variable in exception org.jruby.exceptions.JumpException.FlowControlException
 
value - Variable in class org.jruby.ir.operands.Bignum
 
value - Variable in class org.jruby.ir.operands.Fixnum
 
value - Variable in class org.jruby.ir.operands.Float
 
value - Variable in class org.jruby.ir.operands.UnboxedFixnum
 
value - Variable in class org.jruby.ir.operands.UnboxedFloat
 
value(ThreadContext, IRubyObject) - Method in class org.jruby.javasupport.JavaField
 
value() - Method in class org.jruby.lexer.JavaSignatureLexer
 
value() - Method in class org.jruby.lexer.yacc.RubyLexer
Value of last token (if it is a token which has a value).
value - Variable in class org.jruby.RubyMath.NemesLogGamma
 
value - Variable in class org.jruby.RubyModule.ConstantEntry
 
value() - Method in class org.jruby.RubyThread
 
value - Variable in class org.jruby.runtime.component.VariableEntry
 
value - Variable in class org.jruby.runtime.GlobalVariable
 
value - Variable in class org.jruby.runtime.opto.ConstantCache
 
value(RubyThread) - Method in class org.jruby.truffle.nodes.core.ThreadNodes.ValueNode
 
value_type() - Method in class org.jruby.javasupport.JavaField
 
ValueAccessor - Class in org.jruby.internal.runtime
 
ValueAccessor(IRubyObject) - Constructor for class org.jruby.internal.runtime.ValueAccessor
 
valueEquals(Object, Object) - Method in class org.jruby.util.GenericMap
 
valueHash(Object) - Method in class org.jruby.util.GenericMap
 
valueIterator() - Method in class org.jruby.util.GenericMap
 
valueOf(String) - Static method in enum org.jruby.anno.CoercionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.anno.FrameField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ast.java_signature.Modifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ast.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.common.IRubyWarnings.ID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.CompatVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.embed.AttributeName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.embed.internal.EmbedRubyObjectAdapterImpl.MethodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.embed.LocalContextScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.embed.LocalVariableBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.embed.PathType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.embed.PropertyName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.embed.variable.BiVariable.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.EvalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ext.ffi.NativeType
Returns the enum constant of this type with the specified name.
valueOf(IRubyObject) - Static method in enum org.jruby.ext.ffi.NativeType
 
valueOf(String) - Static method in enum org.jruby.ext.ffi.Platform.CPU_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ext.ffi.Platform.OS_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ext.nkf.RubyNKF.NKFCharset
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ext.psych.PsychLibrary.YAMLEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ext.socket.SocketType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.internal.runtime.GlobalVariable.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.internal.runtime.methods.CallConfiguration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.internal.runtime.methods.Framing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.internal.runtime.methods.IRMethodArgs.ArgType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.internal.runtime.methods.Scoping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.internal.runtime.ThreadService.Event.Type
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ir.dataflow.DataFlowProblem.DF_Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ir.instructions.RuntimeHelperCall.Methods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ir.instructions.specialized.SpecializedInstType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ir.instructions.SuperInstrType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ir.IRFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ir.IRScopeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ir.listeners.InstructionsListener.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ir.OpClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ir.operands.OperandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ir.operands.TemporaryVariableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ir.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.ir.representations.CFG.EdgeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.javasupport.util.ObjectProxyCache.ReferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.lexer.yacc.RubyLexer.Keyword
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.lexer.yacc.RubyLexer.LexState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.lexer.yacc.SyntaxException.PID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.parser.StaticScope.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.RubyClass.CS_NAMES
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.RubyInstanceConfig.CompileMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.RubyInstanceConfig.ProfilingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.RubyInstanceConfig.Verbosity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.RubyLocalJumpError.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.RubyThread.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.runtime.backtrace.FrameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.runtime.backtrace.TraceType.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.runtime.backtrace.TraceType.Gather
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.runtime.Block.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.runtime.CallType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.runtime.ClassIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.runtime.invokedynamic.MethodNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.runtime.load.LoadService.SuffixType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.runtime.RubyEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.runtime.Signature.Rest
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.runtime.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.truffle.nodes.cast.SplatCastNode.NilBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.truffle.nodes.dispatch.DispatchAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.truffle.nodes.dispatch.MissingBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.truffle.nodes.methods.arguments.MissingArgumentBehaviour
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.truffle.nodes.methods.UnsupportedOperationBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.truffle.runtime.core.RubyProc.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.truffle.translator.TranslatorDriver.ParserContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.TruffleBridge.BacktraceFormatter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.util.cli.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.util.ConvertBytes.ERange.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.util.DefinedMessage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.util.io.STDIO
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jruby.util.KCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.jruby.util.SafeDoubleParser
Safe way of parsing a Double value from a String
valueOf(String) - Static method in class org.jruby.util.SafeFloatParser
Safe way of parsing a Float value from a String
valueOf(String) - Static method in enum org.jruby.util.StringSupport.NeighborChar
Returns the enum constant of this type with the specified name.
valueOrNil(IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
valueRemoved(Object) - Method in class org.jruby.util.WeakIdentityHashMap
 
values() - Static method in enum org.jruby.anno.CoercionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.anno.FrameField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ast.java_signature.Modifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ast.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.common.IRubyWarnings.ID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.CompatVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.embed.AttributeName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jruby.embed.internal.BiVariableMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum org.jruby.embed.internal.EmbedRubyObjectAdapterImpl.MethodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.embed.LocalContextScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.embed.LocalVariableBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.embed.PathType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.embed.PropertyName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.embed.variable.BiVariable.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.EvalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ext.ffi.NativeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ext.ffi.Platform.CPU_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ext.ffi.Platform.OS_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values(ThreadContext) - Method in class org.jruby.ext.ffi.Struct
 
values() - Static method in enum org.jruby.ext.nkf.RubyNKF.NKFCharset
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ext.psych.PsychLibrary.YAMLEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ext.socket.SocketType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.internal.runtime.GlobalVariable.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.internal.runtime.methods.CallConfiguration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.internal.runtime.methods.Framing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.internal.runtime.methods.IRMethodArgs.ArgType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.internal.runtime.methods.Scoping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.internal.runtime.ThreadService.Event.Type
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ir.dataflow.DataFlowProblem.DF_Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ir.instructions.RuntimeHelperCall.Methods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ir.instructions.specialized.SpecializedInstType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ir.instructions.SuperInstrType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ir.IRFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ir.IRScopeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ir.listeners.InstructionsListener.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ir.OpClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ir.operands.OperandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ir.operands.TemporaryVariableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ir.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.ir.representations.CFG.EdgeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jruby.java.util.SystemPropertiesMap
 
values() - Static method in enum org.jruby.javasupport.util.ObjectProxyCache.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.lexer.yacc.RubyLexer.Keyword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.lexer.yacc.RubyLexer.LexState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.lexer.yacc.SyntaxException.PID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.parser.StaticScope.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.RubyClass.CS_NAMES
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jruby.RubyHash
 
values() - Static method in enum org.jruby.RubyInstanceConfig.CompileMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.RubyInstanceConfig.ProfilingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.RubyInstanceConfig.Verbosity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.RubyLocalJumpError.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.RubyThread.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.runtime.backtrace.FrameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.runtime.backtrace.TraceType.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.runtime.backtrace.TraceType.Gather
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.runtime.Block.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.runtime.CallType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.runtime.ClassIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.runtime.invokedynamic.MethodNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.runtime.load.LoadService.SuffixType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.runtime.RubyEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.runtime.Signature.Rest
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.runtime.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.truffle.nodes.cast.SplatCastNode.NilBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.truffle.nodes.dispatch.DispatchAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.truffle.nodes.dispatch.MissingBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.jruby.truffle.nodes.literal.ArrayLiteralNode
 
values() - Static method in enum org.jruby.truffle.nodes.methods.arguments.MissingArgumentBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.truffle.nodes.methods.UnsupportedOperationBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.truffle.runtime.core.RubyProc.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.truffle.translator.TranslatorDriver.ParserContext
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.TruffleBridge.BacktraceFormatter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.util.cli.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jruby.util.collections.IntHashMap
 
values() - Static method in enum org.jruby.util.ConvertBytes.ERange.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.util.DefinedMessage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jruby.util.GenericMap
 
values() - Static method in enum org.jruby.util.io.STDIO
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.util.KCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jruby.util.StringSupport.NeighborChar
Returns an array containing the constants of this enum type, in the order they are declared.
values_at(ThreadContext, IRubyObject[]) - Method in class org.jruby.java.proxies.MapJavaProxy
rb_hash_values_at
values_at(IRubyObject[]) - Method in class org.jruby.RubyArray
rb_values_at
values_at(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyHash
rb_hash_values_at
values_at(IRubyObject[]) - Method in class org.jruby.RubyMatchData
 
values_at(IRubyObject[]) - Method in class org.jruby.RubyStruct
 
valuesAt(RubyMatchData, Object[]) - Method in class org.jruby.truffle.nodes.core.MatchDataNodes.ValuesAtNode
 
valuesAt(int...) - Method in class org.jruby.truffle.runtime.core.RubyMatchData
 
valuesBuckets(RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.ValuesNode
 
valuesNull(RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.ValuesNode
 
valuesPackedArray(RubyHash) - Method in class org.jruby.truffle.nodes.core.HashNodes.ValuesNode
 
var0 - Variable in class org.jruby.RubyObjectVar0
 
var1 - Variable in class org.jruby.RubyObjectVar1
 
var2 - Variable in class org.jruby.RubyObjectVar2
 
var3 - Variable in class org.jruby.RubyObjectVar3
 
var4 - Variable in class org.jruby.RubyObjectVar4
 
var5 - Variable in class org.jruby.RubyObjectVar5
 
var6 - Variable in class org.jruby.RubyObjectVar6
 
var7 - Variable in class org.jruby.RubyObjectVar7
 
var8 - Variable in class org.jruby.RubyObjectVar8
 
var9 - Variable in class org.jruby.RubyObjectVar9
 
VAR_TABLE_OFFSET - Static variable in class org.jruby.RubyBasicObject
offset of the varTable field in RubyBasicObject
varargs_p() - Method in class org.jruby.javasupport.JavaCallable
 
variable - Variable in class org.jruby.internal.runtime.methods.CompiledIRMethod
 
Variable - Class in org.jruby.ir.operands
 
Variable(OperandType) - Constructor for class org.jruby.ir.operands.Variable
 
Variable<BaseObjectType> - Interface in org.jruby.runtime.builtin
 
VARIABLE_ARITY_SIGNATURE - Static variable in class org.jruby.internal.runtime.methods.InvokeDynamicMethodFactory
 
VariableAccessor - Class in org.jruby.runtime.ivars
Abstraction of an accessor for instance or internal variables on Ruby objects.
VariableAccessor(RubyClass, String, int, int) - Constructor for class org.jruby.runtime.ivars.VariableAccessor
Construct a new VariableAccessor for the given "real" class, name, variable index, and class ID.
VariableAccessorField - Class in org.jruby.runtime.ivars
A lazy mechanism for accessing VariableAccessors for a given variable name.
VariableAccessorField(String) - Constructor for class org.jruby.runtime.ivars.VariableAccessorField
Construct a new VariableAccessorField for the given named variable.
VariableAccessorVar0 - Class in org.jruby.runtime.ivars
A variable accessor that accesses a var0 field directly;
VariableAccessorVar0(RubyClass, String, int, int) - Constructor for class org.jruby.runtime.ivars.VariableAccessorVar0
Construct a new StampedVariableAccessor for the given "real" class, variable name, variable index, and class ID.
VariableAccessorVar1 - Class in org.jruby.runtime.ivars
A variable accessor that accesses a var1 field directly;
VariableAccessorVar1(RubyClass, String, int, int) - Constructor for class org.jruby.runtime.ivars.VariableAccessorVar1
Construct a new StampedVariableAccessor for the given "real" class, variable name, variable index, and class ID.
VariableAccessorVar2 - Class in org.jruby.runtime.ivars
A variable accessor that accesses a var2 field directly;
VariableAccessorVar2(RubyClass, String, int, int) - Constructor for class org.jruby.runtime.ivars.VariableAccessorVar2
Construct a new StampedVariableAccessor for the given "real" class, variable name, variable index, and class ID.
VariableAccessorVar3 - Class in org.jruby.runtime.ivars
A variable accessor that accesses a var3 field directly;
VariableAccessorVar3(RubyClass, String, int, int) - Constructor for class org.jruby.runtime.ivars.VariableAccessorVar3
Construct a new StampedVariableAccessor for the given "real" class, variable name, variable index, and class ID.
VariableAccessorVar4 - Class in org.jruby.runtime.ivars
A variable accessor that accesses a var4 field directly;
VariableAccessorVar4(RubyClass, String, int, int) - Constructor for class org.jruby.runtime.ivars.VariableAccessorVar4
Construct a new StampedVariableAccessor for the given "real" class, variable name, variable index, and class ID.
VariableAccessorVar5 - Class in org.jruby.runtime.ivars
A variable accessor that accesses a var5 field directly;
VariableAccessorVar5(RubyClass, String, int, int) - Constructor for class org.jruby.runtime.ivars.VariableAccessorVar5
Construct a new StampedVariableAccessor for the given "real" class, variable name, variable index, and class ID.
VariableAccessorVar6 - Class in org.jruby.runtime.ivars
A variable accessor that accesses a var6 field directly;
VariableAccessorVar6(RubyClass, String, int, int) - Constructor for class org.jruby.runtime.ivars.VariableAccessorVar6
Construct a new StampedVariableAccessor for the given "real" class, variable name, variable index, and class ID.
VariableAccessorVar7 - Class in org.jruby.runtime.ivars
A variable accessor that accesses a var7 field directly;
VariableAccessorVar7(RubyClass, String, int, int) - Constructor for class org.jruby.runtime.ivars.VariableAccessorVar7
Construct a new StampedVariableAccessor for the given "real" class, variable name, variable index, and class ID.
VariableAccessorVar8 - Class in org.jruby.runtime.ivars
A variable accessor that accesses a var8 field directly;
VariableAccessorVar8(RubyClass, String, int, int) - Constructor for class org.jruby.runtime.ivars.VariableAccessorVar8
Construct a new StampedVariableAccessor for the given "real" class, variable name, variable index, and class ID.
VariableAccessorVar9 - Class in org.jruby.runtime.ivars
A variable accessor that accesses a var9 field directly;
VariableAccessorVar9(RubyClass, String, int, int) - Constructor for class org.jruby.runtime.ivars.VariableAccessorVar9
Construct a new StampedVariableAccessor for the given "real" class, variable name, variable index, and class ID.
variableBootstrap(MethodHandles.Lookup, String, MethodType, String, int) - Static method in class org.jruby.runtime.invokedynamic.InvokeDynamicSupport
 
VariableCachingCallSite - Class in org.jruby.runtime.callsite
 
VariableCachingCallSite(String) - Constructor for class org.jruby.runtime.callsite.VariableCachingCallSite
 
VariableEntry<BaseObjectType> - Class in org.jruby.runtime.component
 
VariableEntry(String, BaseObjectType) - Constructor for class org.jruby.runtime.component.VariableEntry
 
VariableInterceptor - Class in org.jruby.embed.variable
This class is responsible to local variable behavior dependent processing.
VariableInterceptor() - Constructor for class org.jruby.embed.variable.VariableInterceptor
 
variableName(String) - Static method in class org.jruby.runtime.GlobalVariable
 
variableReaders - Variable in class org.jruby.ast.executable.RuntimeCache
 
variableRenameMap - Variable in class org.jruby.ir.transformations.inlining.CloneInfo
 
VariableSite - Class in org.jruby.runtime.invokedynamic
 
VariableSite(MethodType, String, String, int) - Constructor for class org.jruby.runtime.invokedynamic.VariableSite
 
variableTableContains(String) - Method in class org.jruby.IncludedModuleWrapper
 
variableTableContains(String) - Method in class org.jruby.RubyBasicObject
Checks if the variable table contains a variable of the specified name.
variableTableFastContains(String) - Method in class org.jruby.RubyBasicObject
Deprecated.
variableTableFastFetch(String) - Method in class org.jruby.RubyBasicObject
Deprecated.
variableTableFastStore(String, Object) - Method in class org.jruby.RubyBasicObject
Deprecated.
variableTableFetch(String) - Method in class org.jruby.IncludedModuleWrapper
 
variableTableFetch(String) - Method in class org.jruby.RubyBasicObject
Fetch an object from the variable table based on the name.
VariableTableManager - Class in org.jruby.runtime.ivars
This class encapculates all logic relating to the management of instance variable tables in RubyBasicObject instances.
VariableTableManager(RubyClass) - Constructor for class org.jruby.runtime.ivars.VariableTableManager
Construct a new VariableTable Manager for the given "real" class.
variableTableRemove(String) - Method in class org.jruby.IncludedModuleWrapper
 
variableTableRemove(String) - Method in class org.jruby.RubyBasicObject
Removes the entry with the specified name from the variable table, and returning the removed value.
variableTableStore(String, Object) - Method in class org.jruby.IncludedModuleWrapper
 
variableTableStore(String, Object) - Method in class org.jruby.RubyBasicObject
Store a value in the variable store under the specific name.
variableTableSync(List<Variable<Object>>) - Method in class org.jruby.IncludedModuleWrapper
 
variableTableSync(List<Variable<Object>>) - Method in class org.jruby.RubyBasicObject
Synchronize the variable table with the argument.
variableValueOne - Variable in class org.jruby.runtime.scope.TwoVarDynamicScope
 
variableValueThree - Variable in class org.jruby.runtime.scope.FourVarDynamicScope
 
variableValueTwo - Variable in class org.jruby.runtime.scope.ThreeVarDynamicScope
 
variableValueZero - Variable in class org.jruby.runtime.scope.OneVarDynamicScope
 
variableWriters - Variable in class org.jruby.ast.executable.RuntimeCache
 
VariadicInvoker - Class in org.jruby.ext.ffi.jffi
 
varMap - Variable in class org.jruby.ir.targets.MethodData
 
varTable - Variable in class org.jruby.RubyBasicObject
variable table, lazily allocated as needed (if needed)
varTableStamp - Variable in class org.jruby.RubyBasicObject
locking stamp for Unsafe ops updating the vartable
VCallNode - Class in org.jruby.ast
RubyMethod call without any arguments
VCallNode(ISourcePosition, String) - Constructor for class org.jruby.ast.VCallNode
 
ver(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
verifyExecutableForDirect() - Method in class org.jruby.util.ShellLauncher.LaunchConfig
 
verifyExecutableForShell() - Method in class org.jruby.util.ShellLauncher.LaunchConfig
 
VERSION - Static variable in class org.jruby.ext.zlib.RubyZlib
 
VERSION - Static variable in class org.jruby.runtime.Constants
 
verySlowFindBucket(RubyHash, Object) - Static method in class org.jruby.truffle.runtime.hash.HashOperations
 
verySlowFromEntries(RubyContext, List<KeyValue>) - Static method in class org.jruby.truffle.runtime.hash.HashOperations
 
verySlowSetInBuckets(RubyHash, Object, Object) - Static method in class org.jruby.truffle.runtime.hash.HashOperations
 
verySlowSetKeyValues(RubyHash, List<KeyValue>) - Static method in class org.jruby.truffle.runtime.hash.HashOperations
 
verySlowToKeyValues(RubyHash) - Static method in class org.jruby.truffle.runtime.hash.HashOperations
 
view(ByteList) - Method in class org.jruby.RubyString
 
viewArgsArray(ThreadContext, RubyArray, int, int) - Static method in class org.jruby.runtime.Helpers
 
visibility - Variable in class org.jruby.internal.runtime.methods.DynamicMethod
The visibility of this method.
Visibility - Enum in org.jruby.runtime
 
VISIBILITY_FRAME_SLOT_ID - Static variable in class org.jruby.truffle.runtime.core.RubyModule
The slot within a module definition method frame where we store the implicit state that is the current visibility for new methods.
visibilityMethod(RubyNode, Object[], Visibility) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.AliasInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ArgScopeDepthInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.AttrAssignInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.BacktickInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.BEQInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.BFalseInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.BlockGivenInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.BNEInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.BNilInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.boxing.AluInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.boxing.BoxBooleanInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.boxing.BoxFixnumInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.boxing.BoxFloatInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.boxing.UnboxBooleanInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.boxing.UnboxFixnumInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.boxing.UnboxFloatInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.BreakInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.BTrueInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.BuildCompoundArrayInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.BuildCompoundStringInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.BuildDynRegExpInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.BuildLambdaInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.BuildRangeInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.BuildSplatInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.BUndefInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.CallInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.CheckArgsArrayArityInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.CheckArityInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ClassSuperInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ConstMissingInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.CopyInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.DefineClassInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.DefineClassMethodInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.defined.GetErrorInfoInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.defined.RestoreErrorInfoInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.DefineInstanceMethodInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.DefineMetaClassInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.DefineModuleInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.EQQInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ExceptionRegionEndMarkerInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ExceptionRegionStartMarkerInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.GetClassVarContainerModuleInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.GetClassVariableInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.GetEncodingInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.GetFieldInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.GetGlobalVariableInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.GVarAliasInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.InheritanceSearchConstInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.InstanceSuperInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.Instr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.JumpInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.LabelInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.LexicalSearchConstInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.LineNumberInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.LoadFrameClosureInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.LoadImplicitClosureInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.LoadLocalVarInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.Match2Instr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.Match3Instr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.MatchInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ModuleVersionGuardInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.NonlocalReturnInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.NopInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.NoResultCallInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.OptArgMultipleAsgnInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.PopBindingInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.PopFrameInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ProcessModuleBodyInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.PushBindingInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.PushFrameInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.PutClassVariableInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.PutConstInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.PutFieldInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.PutGlobalVarInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.RaiseArgumentErrorInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.RaiseRequiredKeywordArgumentError
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ReceiveJRubyExceptionInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ReceiveKeywordArgInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ReceiveKeywordRestArgInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ReceiveOptArgInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ReceivePostReqdArgInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ReceivePreReqdArgInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ReceiveRestArgInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ReceiveRubyExceptionInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ReceiveSelfInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.RecordEndBlockInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ReifyClosureInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ReqdArgMultipleAsgnInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.RescueEQQInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.RestArgMultipleAsgnInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ReturnInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.RuntimeHelperCall
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.SearchConstInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.SetCapturedVarInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.specialized.OneFixnumArgNoBlockCallInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.specialized.OneFloatArgNoBlockCallInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.specialized.OneOperandArgNoBlockCallInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.specialized.ZeroOperandArgNoBlockCallInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.StoreLocalVarInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ThreadPollInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ThrowExceptionInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ToAryInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.UndefMethodInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.UnresolvedSuperInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.YieldInstr
 
visit(IRVisitor) - Method in class org.jruby.ir.instructions.ZSuperInstr
 
visit(Instr) - Method in class org.jruby.ir.IRVisitor
 
visit(Operand) - Method in class org.jruby.ir.IRVisitor
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.Array
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.AsString
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.Backref
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.Bignum
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.Boolean
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.ClosureLocalVariable
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.Complex
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.CurrentScope
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.DynamicSymbol
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.Fixnum
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.Float
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.FrozenString
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.GlobalVariable
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.Hash
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.IRException
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.Label
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.LocalVariable
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.Nil
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.NthRef
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.NullBlock
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.ObjectClass
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.Operand
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.Rational
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.Regexp
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.ScopeModule
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.Self
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.Splat
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.StandardError
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.StringLiteral
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.SValue
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.Symbol
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.TemporaryBooleanVariable
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.TemporaryFixnumVariable
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.TemporaryFloatVariable
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.TemporaryLocalVariable
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.TemporaryVariable
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.UnboxedBoolean
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.UnboxedFixnum
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.UnboxedFloat
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.UndefinedValue
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.UnexecutableNil
 
visit(IRVisitor) - Method in class org.jruby.ir.operands.WrappedIRClosure
 
visit(Instr) - Method in class org.jruby.ir.targets.JVMVisitor
 
visit(Operand) - Method in class org.jruby.ir.targets.JVMVisitor
 
visit(ThreadContext, IRubyObject, int) - Method in interface org.jruby.RubyArray.ArgumentVisitor
 
visit(IRubyObject, IRubyObject) - Method in class org.jruby.RubyHash.Visitor
 
visit(RubyBasicObject) - Method in interface org.jruby.truffle.runtime.subsystems.ObjectSpaceManager.ObjectGraphVisitor
 
visitAliasNode(AliasNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitAliasNode(AliasNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitAliasNode(AliasNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitAll(RubyHash.Visitor) - Method in class org.jruby.RubyHash
 
visitAndNode(AndNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitAndNode(AndNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitAndNode(AndNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitAnnotation(String, boolean) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitAnnotationDefault() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitAnnotationFields(AnnotationVisitor, Map<String, Object>) - Static method in class org.jruby.util.CodegenUtils
 
visitAnnotationWithFields(String, boolean, Map<String, Object>) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitArgsCatNode(ArgsCatNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitArgsCatNode(ArgsCatNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitArgsCatNode(ArgsCatNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitArgsNode(ArgsNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitArgsNode(ArgsNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitArgsNode(ArgsNode) - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
visitArgsNode(ArgsNode) - Method in class org.jruby.truffle.translator.ParameterCollector
 
visitArgsPushNode(ArgsPushNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitArgsPushNode(ArgsPushNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitArgsPushNode(ArgsPushNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitArgumentNode(ArgumentNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitArgumentNode(ArgumentNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitArgumentNode(ArgumentNode) - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
visitArgumentNode(ArgumentNode) - Method in class org.jruby.truffle.translator.ParameterCollector
 
visitArrayNode(ArrayNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitArrayNode(ArrayNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitArrayNode(ArrayNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitArrayNode(ArrayNode) - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
visitArrayNode(ArrayNode) - Method in class org.jruby.truffle.translator.ParameterCollector
 
visitAttrAssignNode(AttrAssignNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitAttrAssignNode(AttrAssignNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitAttrAssignNode(AttrAssignNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitAttrAssignNodeExtraArgument(AttrAssignNode, RubyNode) - Method in class org.jruby.truffle.translator.BodyTranslator
See translateDummyAssignment to understand what this is for.
visitAttribute(Attribute) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitBackRefNode(BackRefNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitBackRefNode(BackRefNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitBackRefNode(BackRefNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitBeginNode(BeginNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitBeginNode(BeginNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitBeginNode(BeginNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitBignumNode(BignumNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitBignumNode(BignumNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitBignumNode(BignumNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitBlockArgNode(BlockArgNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitBlockArgNode(BlockArgNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitBlockArgNode(BlockArgNode) - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
visitBlockArgNode(BlockArgNode) - Method in class org.jruby.truffle.translator.ParameterCollector
 
visitBlockNode(BlockNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitBlockNode(BlockNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitBlockNode(BlockNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitBlockNode(BlockNode) - Method in class org.jruby.truffle.translator.ParameterCollector
 
visitBlockPassNode(BlockPassNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitBlockPassNode(BlockPassNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitBreakNode(BreakNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitBreakNode(BreakNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitBreakNode(BreakNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitCallNode(CallNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitCallNode(CallNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitCallNode(CallNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitCallNodeExtraArgument(CallNode, RubyNode, boolean, boolean) - Method in class org.jruby.truffle.translator.BodyTranslator
See translateDummyAssignment to understand what this is for.
visitCallStack(ObjectSpaceManager.ObjectGraphVisitor) - Method in class org.jruby.truffle.runtime.subsystems.ObjectSpaceManager
 
visitCaseNode(CaseNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitCaseNode(CaseNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitCaseNode(CaseNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitChildren(Node) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitClassNode(ClassNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitClassNode(ClassNode) - Method in class org.jruby.ast.visitor.InstanceVariableFinder
ClassNode creates a new scope and self, so do not search for ivars.
visitClassNode(ClassNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitClassNode(ClassNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitClassVarAsgnNode(ClassVarAsgnNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitClassVarAsgnNode(ClassVarAsgnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitClassVarAsgnNode(ClassVarAsgnNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitClassVarAsgnNode(ClassVarAsgnNode) - Method in class org.jruby.truffle.translator.ParameterCollector
 
visitClassVarDeclNode(ClassVarDeclNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitClassVarDeclNode(ClassVarDeclNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitClassVarDeclNode(ClassVarDeclNode) - Method in class org.jruby.truffle.translator.ParameterCollector
 
visitClassVarNode(ClassVarNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitClassVarNode(ClassVarNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitClassVarNode(ClassVarNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitCode() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitColon2Node(Colon2Node) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitColon2Node(Colon2Node) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitColon2Node(Colon2Node) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitColon3Node(Colon3Node) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitColon3Node(Colon3Node) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitColon3Node(Colon3Node) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitComplexNode(ComplexNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitComplexNode(ComplexNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitComplexNode(ComplexNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitConstDeclNode(ConstDeclNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitConstDeclNode(ConstDeclNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitConstDeclNode(ConstDeclNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitConstNode(ConstNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitConstNode(ConstNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitConstNode(ConstNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitDAsgnNode(DAsgnNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitDAsgnNode(DAsgnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDAsgnNode(DAsgnNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitDAsgnNode(DAsgnNode) - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
visitDAsgnNode(DAsgnNode) - Method in class org.jruby.truffle.translator.ParameterCollector
 
visitDefinedNode(DefinedNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitDefinedNode(DefinedNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDefinedNode(DefinedNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitDefnNode(DefnNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitDefnNode(DefnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDefnNode(DefnNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitDefsNode(DefsNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitDefsNode(DefsNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDefsNode(DefsNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitDotNode(DotNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitDotNode(DotNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDotNode(DotNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitDRegxNode(DRegexpNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitDRegxNode(DRegexpNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDRegxNode(DRegexpNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitDStrNode(DStrNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitDStrNode(DStrNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDStrNode(DStrNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitDSymbolNode(DSymbolNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitDSymbolNode(DSymbolNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDSymbolNode(DSymbolNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitDVarNode(DVarNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitDVarNode(DVarNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDVarNode(DVarNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitDXStrNode(DXStrNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitDXStrNode(DXStrNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitDXStrNode(DXStrNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitEncodingNode(EncodingNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitEncodingNode(EncodingNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitEncodingNode(EncodingNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitEnd() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitEnsureNode(EnsureNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitEnsureNode(EnsureNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitEnsureNode(EnsureNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitEvStrNode(EvStrNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitEvStrNode(EvStrNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitEvStrNode(EvStrNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitFalseNode(FalseNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitFalseNode(FalseNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitFalseNode(FalseNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitFCallNode(FCallNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitFCallNode(FCallNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitFCallNode(FCallNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitFieldInsn(int, String, String, String) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitFirstChild(Node) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitFixnumNode(FixnumNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitFixnumNode(FixnumNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitFixnumNode(FixnumNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitFlipNode(FlipNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitFlipNode(FlipNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitFlipNode(FlipNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitFloatNode(FloatNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitFloatNode(FloatNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitFloatNode(FloatNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitForNode(ForNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitForNode(ForNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitForNode(ForNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitFrame(int, int, Object[], int, Object[]) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitFrame(Frame, ObjectSpaceManager.ObjectGraphVisitor) - Method in class org.jruby.truffle.runtime.subsystems.ObjectSpaceManager
 
visitFrameInstance(FrameInstance, ObjectSpaceManager.ObjectGraphVisitor) - Method in class org.jruby.truffle.runtime.subsystems.ObjectSpaceManager
 
visitGlobalAsgnNode(GlobalAsgnNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitGlobalAsgnNode(GlobalAsgnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitGlobalAsgnNode(GlobalAsgnNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitGlobalVarNode(GlobalVarNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitGlobalVarNode(GlobalVarNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitGlobalVarNode(GlobalVarNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitHashNode(HashNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitHashNode(HashNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitHashNode(HashNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitIfNode(IfNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitIfNode(IfNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitIfNode(IfNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
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.AbstractNodeVisitor
 
visitInstAsgnNode(InstAsgnNode) - Method in class org.jruby.ast.visitor.InstanceVariableFinder
Add the name of the instance variable being assigned to our set of instance variable names and continue to walk child nodes.
visitInstAsgnNode(InstAsgnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitInstAsgnNode(InstAsgnNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitInstVarNode(InstVarNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitInstVarNode(InstVarNode) - Method in class org.jruby.ast.visitor.InstanceVariableFinder
Add the name of the instance variable being retrieved to our set of instance variable names and continue to walk child nodes.
visitInstVarNode(InstVarNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitInstVarNode(InstVarNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitIntInsn(int, int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitIterNode(IterNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitIterNode(IterNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitIterNode(IterNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitJumpInsn(int, Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitKeywordArgNode(KeywordArgNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitKeywordArgNode(KeywordArgNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitKeywordArgNode(KeywordArgNode) - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
visitKeywordArgNode(KeywordArgNode) - Method in class org.jruby.truffle.translator.ParameterCollector
 
visitKeywordRestArgNode(KeywordRestArgNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitKeywordRestArgNode(KeywordRestArgNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitKeywordRestArgNode(KeywordRestArgNode) - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
visitKeywordRestArgNode(KeywordRestArgNode) - Method in class org.jruby.truffle.translator.ParameterCollector
 
visitLabel(Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitLambdaNode(LambdaNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitLambdaNode(LambdaNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitLambdaNode(LambdaNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitLdcInsn(Object) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitLineNumber(int, Label) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitListNode(ListNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitListNode(ListNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitListNode(ListNode) - Method in class org.jruby.truffle.translator.ParameterCollector
 
visitLiteralNode(LiteralNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitLiteralNode(LiteralNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitLocalAsgnNode(LocalAsgnNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitLocalAsgnNode(LocalAsgnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitLocalAsgnNode(LocalAsgnNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitLocalAsgnNode(LocalAsgnNode) - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
visitLocalAsgnNode(LocalAsgnNode) - Method in class org.jruby.truffle.translator.ParameterCollector
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitLocalVarNode(LocalVarNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitLocalVarNode(LocalVarNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitLocalVarNode(LocalVarNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitMatch2Node(Match2Node) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitMatch2Node(Match2Node) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitMatch2Node(Match2Node) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitMatch3Node(Match3Node) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitMatch3Node(Match3Node) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitMatch3Node(Match3Node) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitMatchNode(MatchNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitMatchNode(MatchNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitMatchNode(MatchNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
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.AbstractNodeVisitor
 
visitModuleNode(ModuleNode) - Method in class org.jruby.ast.visitor.InstanceVariableFinder
ModuleNode creates a new scope and self, so do not search for ivars.
visitModuleNode(ModuleNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitModuleNode(ModuleNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitMultiANewArrayInsn(String, int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitMultipleAsgnNode(MultipleAsgnNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitMultipleAsgnNode(MultipleAsgn19Node) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitMultipleAsgnNode(MultipleAsgnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitMultipleAsgnNode(MultipleAsgn19Node) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitMultipleAsgnNode(MultipleAsgnNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitMultipleAsgnNode(MultipleAsgn19Node) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitMultipleAsgnNode(MultipleAsgn19Node) - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
visitMultipleAsgnNode(MultipleAsgn19Node) - Method in class org.jruby.truffle.translator.ParameterCollector
 
visitNewlineNode(NewlineNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitNewlineNode(NewlineNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitNewlineNode(NewlineNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitNextNode(NextNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitNextNode(NextNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitNextNode(NextNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitNilNode(NilNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitNilNode(NilNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitNilNode(NilNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitNthRefNode(NthRefNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitNthRefNode(NthRefNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitNthRefNode(NthRefNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitObjectGraph(ObjectSpaceManager.ObjectGraphVisitor) - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
visitObjectGraphChildren(ObjectSpaceManager.ObjectGraphVisitor) - Method in class org.jruby.truffle.runtime.core.RubyArray
 
visitObjectGraphChildren(ObjectSpaceManager.ObjectGraphVisitor) - Method in class org.jruby.truffle.runtime.core.RubyBasicObject
 
visitObjectGraphChildren(ObjectSpaceManager.ObjectGraphVisitor) - Method in class org.jruby.truffle.runtime.core.RubyBinding
 
visitObjectGraphChildren(ObjectSpaceManager.ObjectGraphVisitor) - Method in class org.jruby.truffle.runtime.core.RubyHash
 
visitObjectGraphChildren(ObjectSpaceManager.ObjectGraphVisitor) - Method in class org.jruby.truffle.runtime.core.RubyMatchData
 
visitObjectGraphChildren(ObjectSpaceManager.ObjectGraphVisitor) - Method in class org.jruby.truffle.runtime.core.RubyModule
 
visitObjectGraphChildren(ObjectSpaceManager.ObjectGraphVisitor) - Method in class org.jruby.truffle.runtime.core.RubyProc
 
visitObjectGraphChildren(ObjectSpaceManager.ObjectGraphVisitor) - Method in class org.jruby.truffle.runtime.core.RubyRange.ObjectRange
 
visitOpAsgnAndNode(OpAsgnAndNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitOpAsgnAndNode(OpAsgnAndNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitOpAsgnAndNode(OpAsgnAndNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitOpAsgnNode(OpAsgnNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitOpAsgnNode(OpAsgnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitOpAsgnNode(OpAsgnNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitOpAsgnOrNode(OpAsgnOrNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitOpAsgnOrNode(OpAsgnOrNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitOpAsgnOrNode(OpAsgnOrNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitOpElementAsgnNode(OpElementAsgnNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitOpElementAsgnNode(OpElementAsgnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitOpElementAsgnNode(OpElementAsgnNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitOptArgNode(OptArgNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitOptArgNode(OptArgNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitOptArgNode(OptArgNode) - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
visitOptArgNode(OptArgNode) - Method in class org.jruby.truffle.translator.ParameterCollector
 
visitOrNode(OrNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitOrNode(OrNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitOrNode(OrNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitOther(Node) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitOther(Node) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitOther(Node) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitParameterAnnotation(int, String, boolean) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitParameterAnnotationWithFields(int, String, boolean, Map<String, Object>) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitPostExeNode(PostExeNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitPostExeNode(PostExeNode) - Method in class org.jruby.ast.visitor.InstanceVariableFinder
PostExeNode can't appear in methods, so do not search for ivars.
visitPostExeNode(PostExeNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitPostExeNode(PostExeNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitPreExeNode(PreExeNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitPreExeNode(PreExeNode) - Method in class org.jruby.ast.visitor.InstanceVariableFinder
PreExeNode can't appear in methods, so do not search for ivars.
visitPreExeNode(PreExeNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitPreExeNode(PreExeNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitRationalNode(RationalNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitRationalNode(RationalNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitRationalNode(RationalNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitRedoNode(RedoNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitRedoNode(RedoNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitRedoNode(RedoNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitRegexpNode(RegexpNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitRegexpNode(RegexpNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitRegexpNode(RegexpNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitRequiredKeywordArgumentValueNode(RequiredKeywordArgumentValueNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitRequiredKeywordArgumentValueNode(RequiredKeywordArgumentValueNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitRescueBodyNode(RescueBodyNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitRescueBodyNode(RescueBodyNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitRescueNode(RescueNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitRescueNode(RescueNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitRescueNode(RescueNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitRestArgNode(RestArgNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitRestArgNode(RestArgNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitRestArgNode(RestArgNode) - Method in class org.jruby.truffle.translator.LoadArgumentsTranslator
 
visitRestArgNode(RestArgNode) - Method in class org.jruby.truffle.translator.ParameterCollector
 
visitRetryNode(RetryNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitRetryNode(RetryNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitRetryNode(RetryNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitReturnNode(ReturnNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitReturnNode(ReturnNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitReturnNode(ReturnNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitRootNode(RootNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitRootNode(RootNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitSClassNode(SClassNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitSClassNode(SClassNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitSClassNode(SClassNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitSelfNode(SelfNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitSelfNode(SelfNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitSelfNode(SelfNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitSplatNode(SplatNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitSplatNode(SplatNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitSplatNode(SplatNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitStrNode(StrNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitStrNode(StrNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitStrNode(StrNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitSuperNode(SuperNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitSuperNode(SuperNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitSValueNode(SValueNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitSValueNode(SValueNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitSValueNode(SValueNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitSymbolNode(SymbolNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitSymbolNode(SymbolNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitSymbolNode(SymbolNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitTrueNode(TrueNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitTrueNode(TrueNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitTrueNode(TrueNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
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.AbstractNodeVisitor
 
visitUndefNode(UndefNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitUndefNode(UndefNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitUntilNode(UntilNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitUntilNode(UntilNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitUntilNode(UntilNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitVAliasNode(VAliasNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitVAliasNode(VAliasNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitVarInsn(int, int) - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
visitVCallNode(VCallNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitVCallNode(VCallNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitVCallNode(VCallNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitWhenNode(WhenNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitWhenNode(WhenNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitWhileNode(WhileNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitWhileNode(WhileNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitWhileNode(WhileNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitXStrNode(XStrNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitXStrNode(XStrNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitXStrNode(XStrNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitYieldNode(YieldNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitYieldNode(YieldNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitYieldNode(YieldNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitZArrayNode(ZArrayNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitZArrayNode(ZArrayNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
visitZArrayNode(ZArrayNode) - Method in class org.jruby.truffle.translator.BodyTranslator
 
visitZSuperNode(ZSuperNode) - Method in class org.jruby.ast.visitor.AbstractNodeVisitor
 
visitZSuperNode(ZSuperNode) - Method in interface org.jruby.ast.visitor.NodeVisitor
 
vmGCStart() - Method in class org.jruby.truffle.nodes.rubinius.VMPrimitiveNodes.VMGCStartPrimitiveNode
 
vmGetModuleName(Object) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMGetModuleNamePrimitiveNode
 
vmObjectClass(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectClassPrimitiveNode
 
vmObjectClass(VirtualFrame, Object) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectSingletonClassPrimitiveNode
 
vmObjectEqual(Object, Object) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectEqualPrimitiveNode
 
vmObjectKindOf(VirtualFrame, Object, RubyClass) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectKindOfPrimitiveNode
 
vmObjectRespondTo(VirtualFrame, Object, Object, boolean) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectRespondToPrimitiveNode
 
vmode(Object) - Static method in class org.jruby.util.io.EncodingUtils
 
vmode(Object, IRubyObject) - Static method in class org.jruby.util.io.EncodingUtils
 
vmodeVperm(IRubyObject, IRubyObject) - Static method in class org.jruby.util.io.EncodingUtils
 
VMPrimitiveNodes - Class in org.jruby.truffle.nodes.rubinius
Rubinius primitives associated with the VM.
VMPrimitiveNodes() - Constructor for class org.jruby.truffle.nodes.rubinius.VMPrimitiveNodes
 
VMPrimitiveNodes.VMGCStartPrimitiveNode - Class in org.jruby.truffle.nodes.rubinius
 
VMPrimitiveNodes.VMGCStartPrimitiveNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.rubinius.VMPrimitiveNodes.VMGCStartPrimitiveNode
 
VMPrimitiveNodes.VMGCStartPrimitiveNode(VMPrimitiveNodes.VMGCStartPrimitiveNode) - Constructor for class org.jruby.truffle.nodes.rubinius.VMPrimitiveNodes.VMGCStartPrimitiveNode
 
VMPrimitiveNodesFactory - Class in org.jruby.truffle.nodes.rubinius
 
VMPrimitiveNodesFactory() - Constructor for class org.jruby.truffle.nodes.rubinius.VMPrimitiveNodesFactory
 
VMPrimitiveNodesFactory.VMGCStartPrimitiveNodeFactory - Class in org.jruby.truffle.nodes.rubinius
 
vmSetModuleName(Object) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMSetModuleNamePrimitiveNode
 
vmSingletonClassObject(Object) - Method in class org.jruby.truffle.nodes.rubinius.TypePrimitiveNodes.VMObjectSingletonClassObjectPrimitiveNode
 
VOID - Static variable in class org.jruby.ast.java_signature.PrimitiveTypeNode
 
VOID - Static variable in class org.jruby.parser.JavaSignatureParser
 
voidreturn() - Method in class org.jruby.compiler.impl.SkinnyMethodAdapter
 
VOLATILE - Static variable in class org.jruby.parser.JavaSignatureParser
 
vperm(Object) - Static method in class org.jruby.util.io.EncodingUtils
 
vperm(Object, IRubyObject) - Static method in class org.jruby.util.io.EncodingUtils
 

W

wait(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
Deprecated.
wait(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
 
wait(Ruby, IRubyObject[]) - Static method in class org.jruby.RubyProcess
 
wait2(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
Deprecated.
wait2(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
 
WAIT_MACROS - Static variable in class org.jruby.util.io.PosixShim
 
wait_readable(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.io.wait.IOWaitLibrary
 
wait_ruby(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.thread.ConditionVariable
 
wait_timeout(IRubyObject, Double) - Method in class org.jruby.RubyThread
 
wait_writable(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.ext.io.wait.IOWaitLibrary
waits until input available or timed out and returns self, or nil when EOF reached.
waitall(IRubyObject) - Static method in class org.jruby.RubyProcess
Deprecated.
waitall(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyProcess
 
waitall(Ruby) - Static method in class org.jruby.RubyProcess
 
waitFor() - Method in class org.jruby.util.io.POSIXProcess
 
waitFor() - Method in class org.jruby.util.ShellLauncher.POpenProcess
 
waitForIO(ThreadContext, RubyIO, int) - Method in class org.jruby.RubyThread
 
waitForIO(Channel, int) - Static method in class org.jruby.util.io.BlockingIO
 
waitForResume() - Method in class org.jruby.truffle.runtime.core.RubyFiber
Send the Java thread that represents this fiber to sleep until it recieves a resume or exit message.
waitpid(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
Deprecated.
waitpid(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
 
waitpid(Ruby, IRubyObject[]) - Static method in class org.jruby.RubyProcess
 
waitpid(Ruby, long, int) - Static method in class org.jruby.RubyProcess
 
waitpid2(IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
Deprecated.
waitpid2(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyProcess
 
waitpid2(Ruby, IRubyObject[]) - Static method in class org.jruby.RubyProcess
 
waitReadable(ThreadContext, long) - Method in class org.jruby.util.io.OpenFile
 
waitReadable(ThreadContext) - Method in class org.jruby.util.io.OpenFile
 
waitUntilReady() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
Implement IO#wait as per io/wait in MRI.
waitUntilReady() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
waitUntilReady() - Method in interface org.jruby.util.io.Stream
Implement IO#wait as per io/wait in MRI.
waitWritable(ThreadContext, long) - Method in class org.jruby.util.io.OpenFile
 
waitWritable(ThreadContext) - Method in class org.jruby.util.io.OpenFile
 
wakeup(RubyThread, RubyThread, ThreadService.Event.Type) - Static method in class org.jruby.internal.runtime.ThreadService.Event
Deprecated.
wakeup() - Method in interface org.jruby.RubyThread.BlockingTask
Deprecated.
 
wakeup() - Method in class org.jruby.RubyThread.SleepTask
 
wakeup(RubyThread, Data) - Method in interface org.jruby.RubyThread.Task
 
wakeup(RubyThread, Data) - Method in interface org.jruby.RubyThread.Unblocker
 
wakeup() - Method in class org.jruby.RubyThread
 
warn(IRubyWarnings.ID, ISourcePosition, String) - Method in interface org.jruby.common.IRubyWarnings
 
warn(IRubyWarnings.ID, String, int, String) - Method in interface org.jruby.common.IRubyWarnings
 
warn(IRubyWarnings.ID, String, String) - Method in interface org.jruby.common.IRubyWarnings
 
warn(IRubyWarnings.ID, String) - Method in interface org.jruby.common.IRubyWarnings
 
warn(IRubyWarnings.ID, ISourcePosition, String) - Method in class org.jruby.common.NullWarnings
 
warn(IRubyWarnings.ID, String, int, String) - Method in class org.jruby.common.NullWarnings
 
warn(IRubyWarnings.ID, String, String) - Method in class org.jruby.common.NullWarnings
 
warn(IRubyWarnings.ID, String) - Method in class org.jruby.common.NullWarnings
 
warn(IRubyWarnings.ID, String, Object...) - Method in class org.jruby.common.NullWarnings
Deprecated.
warn(IRubyWarnings.ID, ISourcePosition, String, Object...) - Method in class org.jruby.common.NullWarnings
Deprecated.
warn(IRubyWarnings.ID, String, int, String, Object...) - Method in class org.jruby.common.NullWarnings
Deprecated.
warn(String) - Method in class org.jruby.common.RubyWarnings
 
warn(IRubyWarnings.ID, ISourcePosition, String) - Method in class org.jruby.common.RubyWarnings
Prints a warning, unless $VERBOSE is nil.
warn(IRubyWarnings.ID, String, int, String) - Method in class org.jruby.common.RubyWarnings
Prints a warning, unless $VERBOSE is nil.
warn(IRubyWarnings.ID, String, String) - Method in class org.jruby.common.RubyWarnings
Prints a warning, unless $VERBOSE is nil.
warn(IRubyWarnings.ID, String) - Method in class org.jruby.common.RubyWarnings
 
warn(POSIXHandler.WARNING_ID, String, Object...) - Method in class org.jruby.ext.JRubyPOSIXHandler
 
warn(IRubyWarnings.ID, ISourcePosition, String, Object...) - Method in class org.jruby.parser.ParserSupport
 
warn(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyKernel
 
warn(String, Object...) - Method in class org.jruby.truffle.runtime.subsystems.Warnings
 
warn(String) - Method in class org.jruby.truffle.runtime.subsystems.Warnings
 
warn(String, Object...) - Method in interface org.jruby.util.log.Logger
 
warn(Throwable) - Method in interface org.jruby.util.log.Logger
 
warn(String, Throwable) - Method in interface org.jruby.util.log.Logger
 
warn(String, Object...) - Method in class org.jruby.util.log.StandardErrorLogger
 
warn(Throwable) - Method in class org.jruby.util.log.StandardErrorLogger
 
warn(String, Throwable) - Method in class org.jruby.util.log.StandardErrorLogger
 
warnCircularRequire(String) - Method in class org.jruby.runtime.load.LoadService
 
warning(IRubyWarnings.ID, String) - Method in interface org.jruby.common.IRubyWarnings
 
warning(IRubyWarnings.ID, ISourcePosition, String) - Method in interface org.jruby.common.IRubyWarnings
 
warning(IRubyWarnings.ID, String, int, String) - Method in interface org.jruby.common.IRubyWarnings
 
warning(IRubyWarnings.ID, String) - Method in class org.jruby.common.NullWarnings
 
warning(IRubyWarnings.ID, ISourcePosition, String) - Method in class org.jruby.common.NullWarnings
 
warning(IRubyWarnings.ID, String, int, String) - Method in class org.jruby.common.NullWarnings
 
warning(IRubyWarnings.ID, String, Object...) - Method in class org.jruby.common.NullWarnings
Deprecated.
warning(IRubyWarnings.ID, ISourcePosition, String, Object...) - Method in class org.jruby.common.NullWarnings
Deprecated.
warning(IRubyWarnings.ID, String, int, String, Object...) - Method in class org.jruby.common.NullWarnings
Deprecated.
warning(String) - Method in class org.jruby.common.RubyWarnings
Verbose mode warning methods, their contract is that consumer must explicitly check for runtime.isVerbose() before calling them
warning(IRubyWarnings.ID, String) - Method in class org.jruby.common.RubyWarnings
 
warning(IRubyWarnings.ID, ISourcePosition, String) - Method in class org.jruby.common.RubyWarnings
Prints a warning, only in verbose mode.
warning(IRubyWarnings.ID, String, int, String) - Method in class org.jruby.common.RubyWarnings
Prints a warning, only in verbose mode.
warning(IRubyWarnings.ID, ISourcePosition, String, Object...) - Method in class org.jruby.parser.ParserSupport
 
warnings - Variable in class org.jruby.parser.ParserSupport
 
Warnings - Class in org.jruby.truffle.runtime.subsystems
 
Warnings(RubyContext) - Constructor for class org.jruby.truffle.runtime.subsystems.Warnings
 
warningsEnabled() - Method in class org.jruby.Ruby
 
warningUnlessEOption(IRubyWarnings.ID, Node, String) - Method in class org.jruby.parser.ParserSupport
 
warnOnce(IRubyWarnings.ID, String) - Method in class org.jruby.common.RubyWarnings
 
warnUnlessEOption(IRubyWarnings.ID, Node, String) - Method in class org.jruby.parser.ParserSupport
 
wasBeginOfLine() - Method in class org.jruby.lexer.yacc.ByteArrayLexerSource
 
wasBeginOfLine() - Method in class org.jruby.lexer.yacc.InputStreamLexerSource
Was the last character read from the stream the first character on a line
wasBeginOfLine() - Method in class org.jruby.lexer.yacc.LexerSource
 
wbuf - Variable in class org.jruby.util.io.OpenFile
 
WCOREDUMP(long) - Method in class org.jruby.util.io.PosixShim.BSDWaitMacros
 
WCOREDUMP(long) - Method in class org.jruby.util.io.PosixShim.LinuxWaitMacros
 
WCOREDUMP(long) - Method in interface org.jruby.util.io.PosixShim.WaitMacros
 
WCOREFLAG - Variable in class org.jruby.util.io.PosixShim.BSDWaitMacros
 
wday() - Method in class org.jruby.RubyTime
 
WeakHashSet<T> - Class in org.jruby.util.collections
A simple set that uses weak references to ensure that its elements can be garbage collected.
WeakHashSet() - Constructor for class org.jruby.util.collections.WeakHashSet
 
WeakHashSet(int) - Constructor for class org.jruby.util.collections.WeakHashSet
 
WeakIdentityHashMap - Class in org.jruby.util
Class WeakIdentityHashMap is a hash map that hashes objects based on System.identityHashMap, and holds weakly onto the key.
WeakIdentityHashMap() - Constructor for class org.jruby.util.WeakIdentityHashMap
the default and only constructor
WeakIdentityHashMap(int) - Constructor for class org.jruby.util.WeakIdentityHashMap
 
WeakRef - Class in org.jruby.ext.weakref
 
WeakRef(Ruby, RubyClass) - Constructor for class org.jruby.ext.weakref.WeakRef
 
WeakRef.RefError - Class in org.jruby.ext.weakref
 
WeakRef.RefError() - Constructor for class org.jruby.ext.weakref.WeakRef.RefError
 
weakref_alive_p() - Method in class org.jruby.ext.weakref.WeakRef
 
WEAKREF_ALLOCATOR - Static variable in class org.jruby.ext.weakref.WeakRef
 
WeakReferenceReaper<T> - Class in org.jruby.util
 
WeakReferenceReaper(T) - Constructor for class org.jruby.util.WeakReferenceReaper
 
WeakRefLibrary - Class in org.jruby.ext.weakref
 
WeakRefLibrary() - Constructor for class org.jruby.ext.weakref.WeakRefLibrary
 
WeakValuedIdentityMap<Key,Value> - Class in org.jruby.util.collections
A Map that holds its values weakly and uses object identity for keys.
WeakValuedIdentityMap() - Constructor for class org.jruby.util.collections.WeakValuedIdentityMap
 
WeakValuedMap<Key,Value> - Class in org.jruby.util.collections
A Map that holds its values weakly and uses object identity for keys.
WeakValuedMap() - Constructor for class org.jruby.util.collections.WeakValuedMap
 
WeakValuedMap.KeyedReference<Key,Value> - Class in org.jruby.util.collections
 
WeakValuedMap.KeyedReference(Value, Key, ReferenceQueue) - Constructor for class org.jruby.util.collections.WeakValuedMap.KeyedReference
 
WEXITSTATUS(long) - Method in class org.jruby.util.io.PosixShim.BSDWaitMacros
 
WEXITSTATUS(long) - Method in class org.jruby.util.io.PosixShim.LinuxWaitMacros
 
WEXITSTATUS(long) - Method in interface org.jruby.util.io.PosixShim.WaitMacros
 
WhenNode - Class in org.jruby.ast
Represents a when condition
WhenNode(ISourcePosition, Node, Node, Node) - Constructor for class org.jruby.ast.WhenNode
 
WhenOneArgNode - Class in org.jruby.ast
 
WhenOneArgNode(ISourcePosition, Node, Node, Node) - Constructor for class org.jruby.ast.WhenOneArgNode
 
WhenSplatNode - Class in org.jruby.truffle.nodes.control
 
WhenSplatNode(RubyContext, SourceSection, RubyNode, RubyNode) - Constructor for class org.jruby.truffle.nodes.control.WhenSplatNode
 
WhileNode - Class in org.jruby.ast
Represents a while statement.
WhileNode(ISourcePosition, Node, Node) - Constructor for class org.jruby.ast.WhileNode
 
WhileNode(ISourcePosition, Node, Node, boolean) - Constructor for class org.jruby.ast.WhileNode
 
WhileNode - Class in org.jruby.truffle.nodes.control
 
WIFEXITED(long) - Method in class org.jruby.util.io.PosixShim.BSDWaitMacros
 
WIFEXITED(long) - Method in class org.jruby.util.io.PosixShim.LinuxWaitMacros
 
WIFEXITED(long) - Method in interface org.jruby.util.io.PosixShim.WaitMacros
 
WIFSIGNALED(long) - Method in class org.jruby.util.io.PosixShim.BSDWaitMacros
 
WIFSIGNALED(long) - Method in class org.jruby.util.io.PosixShim.LinuxWaitMacros
 
WIFSIGNALED(long) - Method in interface org.jruby.util.io.PosixShim.WaitMacros
 
WIFSTOPPED(long) - Method in class org.jruby.util.io.PosixShim.BSDWaitMacros
 
WIFSTOPPED(long) - Method in class org.jruby.util.io.PosixShim.LinuxWaitMacros
 
WIFSTOPPED(long) - Method in interface org.jruby.util.io.PosixShim.WaitMacros
 
willMethodMangleOk(String) - Static method in class org.jruby.util.JavaNameMangler
 
windows_p(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.ffi.Platform
 
WindowsFFI - Class in org.jruby.util
A binding of a few key win32 functions we need to behave properly.
WindowsFFI() - Constructor for class org.jruby.util.WindowsFFI
 
WindowsFFI.Kernel32 - Interface in org.jruby.util
 
with_index(ThreadContext, Block) - Method in class org.jruby.RubyEnumerator
 
with_index19(ThreadContext, Block) - Method in class org.jruby.RubyEnumerator
 
with_index19(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyEnumerator
 
with_object(ThreadContext, IRubyObject, Block) - Method in class org.jruby.RubyEnumerator
 
withDeclaringModule(RubyModule) - Method in class org.jruby.truffle.runtime.methods.InternalMethod
 
withNewName(String) - Method in class org.jruby.truffle.runtime.methods.InternalMethod
 
withoutOnce() - Method in class org.jruby.util.RegexpOptions
 
withValue(ThreadContext, IRubyObject, Block) - Method in class org.jruby.ext.jruby.JRubyFiberLocal
 
withVisibility(Visibility) - Method in class org.jruby.truffle.runtime.methods.InternalMethod
 
worldReadable(ThreadContext) - Method in class org.jruby.RubyFileStat
 
worldReadable(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
worldReadable(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
worldWritable(ThreadContext) - Method in class org.jruby.RubyFileStat
 
worldWritable(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
worldWritable(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
wrap(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.ffi.io.FileDescriptorIO
 
wrap(ThreadContext, IRubyObject, IRubyObject, Block) - Static method in class org.jruby.ext.zlib.RubyGzipFile
 
wrap(Ruby, IRubyObject) - Static method in class org.jruby.javasupport.Java
 
wrap(Ruby, Object) - Static method in class org.jruby.javasupport.JavaObject
 
wrap(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.javasupport.JavaObject
 
wrap(Object) - Method in class org.jruby.truffle.nodes.globals.WrapInThreadLocalNode
 
wrap(RubyContext, Object) - Static method in class org.jruby.truffle.nodes.globals.WrapInThreadLocalNode
 
wrap(RubyNode) - Method in interface org.jruby.truffle.translator.NodeWrapper
 
wrap19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.ext.zlib.RubyGzipFile
 
wrapDirectMemory(Ruby, long) - Method in class org.jruby.ext.ffi.Factory
Wraps a native C memory address in a MemoryIO accessor.
wrapDirectMemory(Ruby, long) - Method in class org.jruby.ext.ffi.jffi.Factory
 
wrapDirectMemory(Ruby, long) - Method in class org.jruby.ext.ffi.NoImplFactory
 
WrapInThreadLocalNode - Class in org.jruby.truffle.nodes.globals
Wrap a child value in a new ThreadLocal so that a value can be stored in a location such as a frame without making that value visible to other threads.
WrapInThreadLocalNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.globals.WrapInThreadLocalNode
 
WrapInThreadLocalNode(WrapInThreadLocalNode) - Constructor for class org.jruby.truffle.nodes.globals.WrapInThreadLocalNode
 
WrapInThreadLocalNodeFactory - Class in org.jruby.truffle.nodes.globals
 
wrapJavaObject(Ruby, Object) - Static method in class org.jruby.javasupport.Java
 
WrappedIRClosure(WrappedIRClosure) - Method in class org.jruby.ir.IRVisitor
 
WrappedIRClosure - Class in org.jruby.ir.operands
 
WrappedIRClosure(Variable, IRClosure) - Constructor for class org.jruby.ir.operands.WrappedIRClosure
 
WrappedIRClosure(WrappedIRClosure) - Method in class org.jruby.ir.targets.JVMVisitor
 
WrapperMethod - Class in org.jruby.internal.runtime.methods
 
WrapperMethod(RubyModule, DynamicMethod, Visibility) - Constructor for class org.jruby.internal.runtime.methods.WrapperMethod
Constructor for WrapperCallable.
wrapWithFraming(Signature, CallConfiguration, RubyModule, String, MethodHandle, StaticScope) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
WRITABLE - Static variable in class org.jruby.util.io.OpenFile
 
writable_p() - Method in class org.jruby.RubyFileStat
 
writable_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
writable_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
writableReal_p() - Method in class org.jruby.RubyFileStat
 
write(int) - Method in class org.jruby.embed.io.WriterOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class org.jruby.embed.io.WriterOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class org.jruby.embed.io.WriterOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(ByteBuffer) - Method in class org.jruby.ext.ffi.io.FileDescriptorByteChannel
Writes data to the native unix file descriptor.
write(ThreadContext, IRubyObject) - Method in class org.jruby.ext.stringio.StringIO
 
write(IRubyObject) - Method in class org.jruby.ext.zlib.JZlibRubyGzipWriter
 
write(ThreadContext, IRubyObject) - Method in class org.jruby.RubyIO
io_write_m
write(ThreadContext, IRubyObject, boolean) - Method in class org.jruby.RubyIO
 
write(ThreadContext, ByteList) - Method in class org.jruby.RubyIO
 
write(ThreadContext, IRubyObject, ByteList) - Static method in class org.jruby.RubyIO
 
write(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyIO
 
write(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyIO
 
write(RubyFile, RubyString) - Method in class org.jruby.truffle.nodes.core.FileNodes.WriteNode
 
write(WritableByteChannel, ByteBuffer, boolean) - Static method in class org.jruby.util.io.BlockingIO
 
write(ByteBuffer) - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Write the bytes in the specified byte list to the associated channel.
write(ByteList) - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Write the bytes in the specified byte list to the associated channel.
write(ByteList, int, int) - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Write the bytes in the specified byte list to the associated channel.
write(int) - Method in class org.jruby.util.io.ChannelDescriptor
Deprecated.
Write the byte represented by the specified int to the associated channel.
write(ByteBuffer) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
write(ByteBuffer) - Method in class org.jruby.util.io.NullChannel
 
write(ChannelFD, byte[], int, int, boolean) - Method in class org.jruby.util.io.PosixShim
 
write(ByteBuffer) - Method in class org.jruby.util.IOChannel.IOReadableWritableByteChannel
 
write(ByteBuffer) - Method in class org.jruby.util.IOChannel.IOWritableByteChannel
 
write(CallSite, ByteBuffer) - Method in class org.jruby.util.IOChannel
 
write(int) - Method in class org.jruby.util.IOOutputStream
 
write(byte[]) - Method in class org.jruby.util.IOOutputStream
 
write(byte[], int, int) - Method in class org.jruby.util.IOOutputStream
 
write_array_of_float(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of 32 bit floating point values to the memory area.
write_array_of_float64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of 64 bit floating point values to the memory area.
write_array_of_int16(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of signed 16 bit integer values to the memory area.
write_array_of_int32(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of signed 32 bit integer values to the memory area.
write_array_of_int64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of signed 64 bit integer values to the memory area.
write_array_of_int8(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of signed 8 bit integer values to the memory area.
write_array_of_long(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of signed long integer values to the memory area.
write_array_of_pointer(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
write_array_of_type(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
write_array_of_type(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
write_array_of_uint16(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of unsigned 16 bit integer values to the memory area.
write_array_of_uint32(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of unsigned 32 bit integer values to the memory area.
write_array_of_uint64(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of unsigned 64 bit integer values to the memory area.
write_array_of_uint8(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of unsigned 8 bit integer values to the memory area.
write_array_of_ulong(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an array of unsigned long integer values to the memory area.
write_bytes(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.ffi.AbstractMemory
 
write_char(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 8 bit signed integer value to the memory area.
WRITE_CONNECT_OPS - Static variable in class org.jruby.util.io.SelectBlob
Deprecated.
 
WRITE_CONNECT_OPS - Static variable in class org.jruby.util.io.SelectExecutor
 
write_double(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an 64 bit floating point value to the memory area.
write_float(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an 32 bit floating point value to the memory area.
write_int(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 32 bit signed integer value to the memory address.
write_lock - Variable in class org.jruby.util.io.OpenFile
 
write_long(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a C long integer value to the memory area.
write_long_long(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 64 bit integer value to the memory area.
write_nonblock(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyIO
 
write_pointer(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
write_short(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 16 bit signed integer value to the memory address.
write_string(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
write_string(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
 
write_uchar(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 8 bit unsigned integer value to the memory area.
write_uint(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes an 32 bit unsigned integer value to the memory address.
write_ulong_long(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 64 bit unsigned integer value to the memory area.
write_ushort(ThreadContext, IRubyObject) - Method in class org.jruby.ext.ffi.AbstractMemory
Writes a 16 bit unsigned integer value to the memory address.
WriteBooleanObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
WriteBooleanObjectFieldNode(Shape, Shape, BooleanLocation, WriteObjectFieldNode) - Constructor for class org.jruby.truffle.nodes.objectstorage.WriteBooleanObjectFieldNode
 
writeByte(int) - Method in class org.jruby.runtime.marshal.MarshalStream
 
writeChannel() - Method in class org.jruby.util.io.OpenFile
 
WriteClassVariableNode - Class in org.jruby.truffle.nodes.objects
 
WriteClassVariableNode(RubyContext, SourceSection, String, LexicalScope, RubyNode) - Constructor for class org.jruby.truffle.nodes.objects.WriteClassVariableNode
 
WriteConstantNode - Class in org.jruby.truffle.nodes
Represents writing a constant into some module.
WriteConstantNode(RubyContext, SourceSection, String, LexicalScope, RubyNode, RubyNode) - Constructor for class org.jruby.truffle.nodes.WriteConstantNode
 
writeconv - Variable in class org.jruby.util.io.OpenFile
 
writeconvAsciicompat - Variable in class org.jruby.util.io.OpenFile
 
writeconvInitialized - Variable in class org.jruby.util.io.OpenFile
 
writeconvPreEcflags - Variable in class org.jruby.util.io.OpenFile
 
writeconvPreEcopts - Variable in class org.jruby.util.io.OpenFile
 
writeDataBuffered() - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
writeDataBuffered() - Method in class org.jruby.util.io.CRLFStreamWrapper
 
writeDataBuffered() - Method in interface org.jruby.util.io.Stream
 
writeDirectly(IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalStream
 
WriteDoubleObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
WriteDoubleObjectFieldNode(Shape, Shape, DoubleLocation, WriteObjectFieldNode) - Constructor for class org.jruby.truffle.nodes.objectstorage.WriteDoubleObjectFieldNode
 
writeEncoding(Encoding) - Method in class org.jruby.runtime.marshal.MarshalStream
 
WriteHeadObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
WriteHeadObjectFieldNode(Object) - Constructor for class org.jruby.truffle.nodes.objectstorage.WriteHeadObjectFieldNode
 
WriteInstanceVariableNode - Class in org.jruby.truffle.nodes.objects
 
WriteInstanceVariableNode(RubyContext, SourceSection, Object, RubyNode, RubyNode, boolean) - Constructor for class org.jruby.truffle.nodes.objects.WriteInstanceVariableNode
 
writeInt(int) - Method in class org.jruby.runtime.marshal.MarshalStream
 
WriteIntegerObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
WriteIntegerObjectFieldNode(Shape, Shape, IntLocation, WriteObjectFieldNode) - Constructor for class org.jruby.truffle.nodes.objectstorage.WriteIntegerObjectFieldNode
 
writeInternal(ThreadContext, OpenFile, ChannelFD, byte[], int, int) - Static method in class org.jruby.util.io.OpenFile
 
WriteLevelVariableNode - Class in org.jruby.truffle.nodes.methods.locals
 
WriteLevelVariableNode(RubyContext, SourceSection, FrameSlot, int) - Constructor for class org.jruby.truffle.nodes.methods.locals.WriteLevelVariableNode
 
WriteLevelVariableNode(WriteLevelVariableNode) - Constructor for class org.jruby.truffle.nodes.methods.locals.WriteLevelVariableNode
 
WriteLevelVariableNodeFactory - Class in org.jruby.truffle.nodes.methods.locals
 
writeLink(MarshalStream, IRubyObject) - Method in class org.jruby.runtime.marshal.MarshalCache
 
WriteLocalVariableNode - Class in org.jruby.truffle.nodes.methods.locals
 
WriteLocalVariableNode(RubyContext, SourceSection, FrameSlot) - Constructor for class org.jruby.truffle.nodes.methods.locals.WriteLocalVariableNode
 
WriteLocalVariableNode(WriteLocalVariableNode) - Constructor for class org.jruby.truffle.nodes.methods.locals.WriteLocalVariableNode
 
WriteLocalVariableNodeFactory - Class in org.jruby.truffle.nodes.methods.locals
 
WriteLongObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
WriteLongObjectFieldNode(Shape, Shape, LongLocation, WriteObjectFieldNode) - Constructor for class org.jruby.truffle.nodes.objectstorage.WriteLongObjectFieldNode
 
WriteNode - Interface in org.jruby.truffle.nodes
Interface for all nodes which write something, providing a method to transform them to read the same thing.
writenonblock(ByteList) - Method in class org.jruby.util.io.ChannelStream
Deprecated.
 
WriteObjectFieldChainNode - Class in org.jruby.truffle.nodes.objectstorage
 
WriteObjectFieldChainNode(WriteObjectFieldNode) - Constructor for class org.jruby.truffle.nodes.objectstorage.WriteObjectFieldChainNode
 
WriteObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
WriteObjectFieldNode() - Constructor for class org.jruby.truffle.nodes.objectstorage.WriteObjectFieldNode
 
WriteObjectObjectFieldNode - Class in org.jruby.truffle.nodes.objectstorage
 
WriteObjectObjectFieldNode(Shape, Shape, Location, WriteObjectFieldNode) - Constructor for class org.jruby.truffle.nodes.objectstorage.WriteObjectObjectFieldNode
 
WriteReadOnlyGlobalNode - Class in org.jruby.truffle.nodes.globals
 
WriteReadOnlyGlobalNode(RubyContext, SourceSection, String, RubyNode) - Constructor for class org.jruby.truffle.nodes.globals.WriteReadOnlyGlobalNode
 
WriterOutputStream - Class in org.jruby.embed.io
A WriterOutputStream converts java.io.Writer to java.io.OutputStream.
WriterOutputStream(Writer) - Constructor for class org.jruby.embed.io.WriterOutputStream
Creates WriterOutputStream from given java.io.Writer object with a default encoding.
WriterOutputStream(Writer, String) - Constructor for class org.jruby.embed.io.WriterOutputStream
Creates WriterOutputStream from given java.io.Writer object with a specified encoding.
writeSockaddrFooter(DataOutputStream) - Static method in class org.jruby.util.io.Sockaddr
 
writeSockaddrHeader(AddressFamily, DataOutputStream) - Static method in class org.jruby.util.io.Sockaddr
 
writeSockaddrPort(DataOutputStream, InetSocketAddress) - Static method in class org.jruby.util.io.Sockaddr
 
writeSockaddrPort(DataOutputStream, int) - Static method in class org.jruby.util.io.Sockaddr
 
writeStatic(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyIO
Deprecated.
writeString(String) - Method in class org.jruby.runtime.marshal.MarshalStream
 
writeString(ByteList) - Method in class org.jruby.runtime.marshal.MarshalStream
 
writeSymbolLink(MarshalStream, String) - Method in class org.jruby.runtime.marshal.MarshalCache
 
writeToFile(File, String) - Static method in class org.jruby.ir.persistence.util.FileIO
 
writeToFile(String, String) - Static method in class org.jruby.ir.persistence.util.FileIO
 
writeTranscoder - Variable in class org.jruby.ext.zlib.RubyGzipFile
 
writeUserClass(IRubyObject, RubyClass) - Method in class org.jruby.runtime.marshal.MarshalStream
 
WRONLY - Static variable in class org.jruby.util.io.ModeFlags
write-only flag
WSPLIT - Static variable in class org.jruby.util.io.OpenFile
 
WSPLIT_INITIALIZED - Static variable in class org.jruby.util.io.OpenFile
 
WSTOPSIG(long) - Method in class org.jruby.util.io.PosixShim.BSDWaitMacros
 
WSTOPSIG(long) - Method in class org.jruby.util.io.PosixShim.LinuxWaitMacros
 
WSTOPSIG(long) - Method in interface org.jruby.util.io.PosixShim.WaitMacros
 
WTERMSIG(long) - Method in class org.jruby.util.io.PosixShim.BSDWaitMacros
 
WTERMSIG(long) - Method in class org.jruby.util.io.PosixShim.LinuxWaitMacros
 
WTERMSIG(long) - Method in interface org.jruby.util.io.PosixShim.WaitMacros
 

X

XML_ATTR_CONTENT_DECORATOR - Static variable in class org.jruby.RubyConverter
 
XML_ATTR_QUOTE_DECORATOR - Static variable in class org.jruby.RubyConverter
 
XML_TEXT_DECORATOR - Static variable in class org.jruby.RubyConverter
 
xor(boolean) - Method in class org.jruby.truffle.nodes.core.TrueClassNodes.XorNode
 
xor(RubyBignum) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
xor(long) - Method in class org.jruby.truffle.runtime.core.RubyBignum
 
XorCallSite - Class in org.jruby.runtime.callsite
 
XorCallSite() - Constructor for class org.jruby.runtime.callsite.XorCallSite
 
XStrNode - Class in org.jruby.ast
A Backtick(`) string
XStrNode(ISourcePosition, ByteList) - Constructor for class org.jruby.ast.XStrNode
 

Y

yday() - Method in class org.jruby.RubyTime
 
year() - Method in class org.jruby.RubyTime
 
yield(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.fiber.ThreadFiber
 
yield(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.fiber.ThreadFiber
 
yield(ThreadContext, Object, Object, boolean) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
yield(ThreadContext, IRubyObject[]) - Method in class org.jruby.RubyYielder
 
yield(ThreadContext, IRubyObject) - Method in class org.jruby.runtime.Block
 
yield(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.BlockBody
 
yield(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.BlockBody
 
yield(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type, Block) - Method in class org.jruby.runtime.BlockBody
 
yield(ThreadContext, IRubyObject, Binding, Block.Type, Block) - Method in class org.jruby.runtime.BlockBody
 
yield(ThreadContext, IRubyObject, Binding, Block.Type, Block) - Method in class org.jruby.runtime.CompiledBlock
 
yield(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type, Block) - Method in class org.jruby.runtime.CompiledBlock
 
yield(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type, Block) - Method in class org.jruby.runtime.CompiledBlock19
 
yield(ThreadContext, IRubyObject[]) - Method in class org.jruby.runtime.JavaInternalBlockBody
 
yield(ThreadContext, IRubyObject, Binding, Block.Type, Block) - Method in class org.jruby.runtime.MethodBlock
 
yield(ThreadContext, IRubyObject[], IRubyObject, Binding, Block.Type, Block) - Method in class org.jruby.runtime.MethodBlock
Yield to this block, usually passed to the current call.
yield(Object[]) - Method in class org.jruby.truffle.nodes.core.FiberNodes.YieldNode
 
yield(VirtualFrame, RubyProc, Object...) - Method in class org.jruby.truffle.nodes.core.YieldingCoreMethodNode
 
Yield19Node - Class in org.jruby.ast
 
Yield19Node(ISourcePosition, Node) - Constructor for class org.jruby.ast.Yield19Node
 
yieldArray(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.Block
 
YieldDispatchHeadNode - Class in org.jruby.truffle.nodes.yield
 
YieldDispatchHeadNode(RubyContext) - Constructor for class org.jruby.truffle.nodes.yield.YieldDispatchHeadNode
 
YieldDispatchNode - Class in org.jruby.truffle.nodes.yield
 
YieldDispatchNode(RubyContext) - Constructor for class org.jruby.truffle.nodes.yield.YieldDispatchNode
 
YieldingCoreMethodNode - Class in org.jruby.truffle.nodes.core
 
YieldingCoreMethodNode(RubyContext, SourceSection) - Constructor for class org.jruby.truffle.nodes.core.YieldingCoreMethodNode
 
YieldingCoreMethodNode(YieldingCoreMethodNode) - Constructor for class org.jruby.truffle.nodes.core.YieldingCoreMethodNode
 
YieldInstr - Class in org.jruby.ir.instructions
 
YieldInstr(Variable, Operand, Operand, boolean) - Constructor for class org.jruby.ir.instructions.YieldInstr
 
YieldInstr(YieldInstr) - Method in class org.jruby.ir.IRVisitor
 
YieldInstr(YieldInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
yieldIsTruthy(VirtualFrame, RubyProc, Object...) - Method in class org.jruby.truffle.nodes.core.YieldingCoreMethodNode
 
YieldNode - Class in org.jruby.ast
Represents a yield statement.
YieldNode(ISourcePosition, Node, boolean) - Constructor for class org.jruby.ast.YieldNode
Construct a new YieldNode.
YieldNode - Class in org.jruby.truffle.nodes.yield
Yield to the current block.
YieldNode(RubyContext, SourceSection, RubyNode[], boolean) - Constructor for class org.jruby.truffle.nodes.yield.YieldNode
 
yieldNonArray(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.Block
 
yieldSpecific(ThreadContext, Object) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
yieldSpecific(ThreadContext) - Method in class org.jruby.runtime.Block
 
yieldSpecific(ThreadContext, IRubyObject) - Method in class org.jruby.runtime.Block
 
yieldSpecific(ThreadContext, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.Block
 
yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Method in class org.jruby.runtime.Block
 
yieldSpecific(ThreadContext, Binding, Block.Type) - Method in class org.jruby.runtime.BlockBody
 
yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.BlockBody
 
yieldSpecific(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.BlockBody
 
yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.BlockBody
 
yieldSpecific(ThreadContext, Binding, Block.Type) - Method in class org.jruby.runtime.CallBlock
 
yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CallBlock
 
yieldSpecific(ThreadContext, Binding, Block.Type) - Method in class org.jruby.runtime.CallBlock19
 
yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CallBlock19
 
yieldSpecific(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CallBlock19
 
yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CallBlock19
 
yieldSpecific(ThreadContext, Binding, Block.Type) - Method in class org.jruby.runtime.CompiledBlock
 
yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CompiledBlock
 
yieldSpecific(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CompiledBlock
 
yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CompiledBlock
 
yieldSpecific(ThreadContext, Binding, Block.Type) - Method in class org.jruby.runtime.CompiledBlock19
 
yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CompiledBlock19
 
yieldSpecific(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CompiledBlock19
 
yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.CompiledBlock19
 
yieldSpecific(ThreadContext, Binding, Block.Type) - Method in class org.jruby.runtime.IRBlockBody
 
yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.IRBlockBody
 
yieldSpecific(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.IRBlockBody
 
yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.IRBlockBody
 
yieldSpecific(ThreadContext, Binding, Block.Type) - Method in class org.jruby.runtime.MethodBlock
 
yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.MethodBlock
 
yieldSpecific(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.MethodBlock
 
yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.MethodBlock
 
yieldSpecific(ThreadContext, Binding, Block.Type) - Method in class org.jruby.runtime.NullBlockBody
 
yieldSpecific(ThreadContext, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.NullBlockBody
 
yieldSpecific(ThreadContext, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.NullBlockBody
 
yieldSpecific(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Binding, Block.Type) - Method in class org.jruby.runtime.NullBlockBody
 
yieldSpecificFallback(Block, ThreadContext) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
yieldSpecificFallback(Block, ThreadContext, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
yieldSpecificFallback(Block, ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
yieldSpecificFallback(Block, ThreadContext, IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.runtime.invokedynamic.InvocationLinker
 
yieldUnder(ThreadContext, RubyModule, IRubyObject[], Block, EvalType) - Method in class org.jruby.RubyBasicObject
Will yield to the specific block changing the self to be the current object instead of the self that is part of the frame saved in the block frame.
yieldUnder(ThreadContext, RubyModule, Block, EvalType) - Method in class org.jruby.RubyBasicObject
Will yield to the specific block changing the self to be the current object instead of the self that is part of the frame saved in the block frame.
yybegin(int) - Method in class org.jruby.lexer.JavaSignatureLexer
Enters a new lexical state
yybegin(int) - Method in class org.jruby.lexer.StrftimeLexer
Enters a new lexical state
yycharat(int) - Method in class org.jruby.lexer.JavaSignatureLexer
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.jruby.lexer.StrftimeLexer
Returns the character at position pos from the matched text.
yyCheck - Static variable in class org.jruby.parser.JavaSignatureParser
 
yyCheck - Static variable in class org.jruby.parser.RubyParser
 
yyCheck() - Static method in class org.jruby.parser.YyTables
 
yyclose() - Method in class org.jruby.lexer.JavaSignatureLexer
Closes the input stream.
yyclose() - Method in class org.jruby.lexer.StrftimeLexer
Closes the input stream.
yydebug - Variable in class org.jruby.parser.RubyParser
 
YYDebug - Class in org.jruby.parser
Stubbed out version of our own yydebug impl for debugging if we ever find the need.
YYDebug() - Constructor for class org.jruby.parser.YYDebug
 
yyDefault(Object) - Method in class org.jruby.parser.JavaSignatureParser
executed at the beginning of a reduce action.
yyDefault(Object) - Method in class org.jruby.parser.RubyParser
executed at the beginning of a reduce action.
yyDefRed - Static variable in class org.jruby.parser.JavaSignatureParser
parser tables.
yyDefRed - Static variable in class org.jruby.parser.RubyParser
parser tables.
yyDgoto - Static variable in class org.jruby.parser.JavaSignatureParser
parser tables.
yyDgoto - Static variable in class org.jruby.parser.RubyParser
parser tables.
YYEOF - Static variable in class org.jruby.lexer.JavaSignatureLexer
This character denotes the end of file
YYEOF - Static variable in class org.jruby.lexer.StrftimeLexer
This character denotes the end of file
yyerror(String) - Method in class org.jruby.parser.JavaSignatureParser
simplified error message.
yyerror(String, String[], String) - Method in class org.jruby.parser.JavaSignatureParser
(syntax) error message.
yyerror(String) - Method in class org.jruby.parser.ParserSupport
generate parsing error
yyerror(String, String[], String) - Method in class org.jruby.parser.ParserSupport
generate parsing error
yyErrorCode - Static variable in class org.jruby.parser.JavaSignatureParser
 
yyErrorCode - Static variable in class org.jruby.parser.RubyParser
 
yyErrorCode - Static variable in interface org.jruby.parser.Tokens
 
yyExpecting(int) - Method in class org.jruby.parser.JavaSignatureParser
computes list of expected tokens on error by tracing the tables.
yyExpecting(int) - Method in class org.jruby.parser.RubyParser
computes list of expected tokens on error by tracing the tables.
yyFinal - Static variable in class org.jruby.parser.JavaSignatureParser
number of final state.
yyFinal - Static variable in class org.jruby.parser.RubyParser
number of final state.
yyGindex - Static variable in class org.jruby.parser.JavaSignatureParser
parser tables.
yyGindex - Static variable in class org.jruby.parser.RubyParser
parser tables.
YYINITIAL - Static variable in class org.jruby.lexer.JavaSignatureLexer
 
YYINITIAL - Static variable in class org.jruby.lexer.StrftimeLexer
 
yyLen - Static variable in class org.jruby.parser.JavaSignatureParser
parser tables.
yyLen - Static variable in class org.jruby.parser.RubyParser
parser tables.
yylength() - Method in class org.jruby.lexer.JavaSignatureLexer
Returns the length of the matched text region.
yylength() - Method in class org.jruby.lexer.StrftimeLexer
Returns the length of the matched text region.
yylex() - Method in class org.jruby.lexer.JavaSignatureLexer
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.jruby.lexer.StrftimeLexer
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yyLhs - Static variable in class org.jruby.parser.JavaSignatureParser
parser tables.
yyLhs - Static variable in class org.jruby.parser.RubyParser
parser tables.
yyMax - Variable in class org.jruby.parser.JavaSignatureParser
initial size and increment of the state/value stack [default 256].
yyMax - Variable in class org.jruby.parser.RubyParser
initial size and increment of the state/value stack [default 256].
yyName(int) - Static method in class org.jruby.parser.RubyParser
index-checked interface to RubyParser.yyNames.
yyNames - Static variable in class org.jruby.parser.JavaSignatureParser
maps symbol value to printable name.
yyNames - Static variable in class org.jruby.parser.RubyParser
maps symbol value to printable name.
yyparse(JavaSignatureLexer, Object) - Method in class org.jruby.parser.JavaSignatureParser
the generated parser, with debugging messages.
yyparse(JavaSignatureLexer) - Method in class org.jruby.parser.JavaSignatureParser
the generated parser.
yyparse(RubyLexer, Object) - Method in class org.jruby.parser.RubyParser
the generated parser, with debugging messages.
yyparse(RubyLexer) - Method in class org.jruby.parser.RubyParser
the generated parser.
yypushback(int) - Method in class org.jruby.lexer.JavaSignatureLexer
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.jruby.lexer.StrftimeLexer
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class org.jruby.lexer.JavaSignatureLexer
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.jruby.lexer.StrftimeLexer
Resets the scanner to read from a new input stream.
yyRindex - Static variable in class org.jruby.parser.JavaSignatureParser
parser tables.
yyRindex - Static variable in class org.jruby.parser.RubyParser
parser tables.
yyRule - Static variable in class org.jruby.parser.RubyParser
printable rules for debugging.
yySindex - Static variable in class org.jruby.parser.JavaSignatureParser
parser tables.
yySindex - Static variable in class org.jruby.parser.RubyParser
parser tables.
yystate() - Method in class org.jruby.lexer.JavaSignatureLexer
Returns the current lexical state.
yystate() - Method in class org.jruby.lexer.StrftimeLexer
Returns the current lexical state.
yyTable - Static variable in class org.jruby.parser.JavaSignatureParser
 
yyTable - Static variable in class org.jruby.parser.RubyParser
 
yyTable() - Static method in class org.jruby.parser.YyTables
 
YyTables - Class in org.jruby.parser
 
YyTables() - Constructor for class org.jruby.parser.YyTables
 
yytext() - Method in class org.jruby.lexer.JavaSignatureLexer
Returns the text matched by the current regular expression.
yytext() - Method in class org.jruby.lexer.StrftimeLexer
Returns the text matched by the current regular expression.

Z

Z_ASCII - Static variable in class org.jruby.ext.zlib.Zlib
 
Z_BINARY - Static variable in class org.jruby.ext.zlib.Zlib
 
Z_UNKNOWN - Static variable in class org.jruby.ext.zlib.Zlib
 
ZArrayNode - Class in org.jruby.ast
zero length list
ZArrayNode(ISourcePosition) - Constructor for class org.jruby.ast.ZArrayNode
 
zero(Ruby) - Static method in class org.jruby.RubyFixnum
 
zero(int) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ZeroNode
 
zero(long) - Method in class org.jruby.truffle.nodes.core.FixnumNodes.ZeroNode
 
ZERO_ARGS - Static variable in class org.jruby.runtime.BlockBody
 
zero_p() - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
zero_p() - Method in class org.jruby.RubyFileStat
 
zero_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest.FileTestFileMethods
 
zero_p(IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
zero_p(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyFileTest
 
zero_p() - Method in class org.jruby.RubyFixnum
fix_zero_p
zero_p() - Method in class org.jruby.RubyFloat
flo_zero_p
zero_p(ThreadContext) - Method in class org.jruby.RubyNumeric
num_zero_p
zeroDivisionError(Node) - Method in class org.jruby.truffle.runtime.core.CoreLibrary
 
zeroFilled(byte[], int, int) - Static method in class org.jruby.util.StringSupport
 
ZeroOperandArgNoBlockCallInstr - Class in org.jruby.ir.instructions.specialized
 
ZeroOperandArgNoBlockCallInstr(Variable, String, Operand, Operand[]) - Constructor for class org.jruby.ir.instructions.specialized.ZeroOperandArgNoBlockCallInstr
 
ZeroOperandArgNoBlockCallInstr(ZeroOperandArgNoBlockCallInstr) - Method in class org.jruby.ir.IRVisitor
 
ZeroOperandArgNoBlockCallInstr(ZeroOperandArgNoBlockCallInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
zip(ThreadContext, IRubyObject[], Block) - Method in class org.jruby.RubyArray
rb_ary_zip
zip(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
 
zip19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
 
zipCommon(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
 
zipCommon19(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
 
zipCommonAry(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
 
zipCommonConvert(Ruby, IRubyObject[]) - Static method in class org.jruby.RubyEnumerable
 
zipCommonConvert(Ruby, IRubyObject[], String) - Static method in class org.jruby.RubyEnumerable
 
zipCommonEnum(ThreadContext, IRubyObject, IRubyObject[], Block) - Static method in class org.jruby.RubyEnumerable
 
zipEnumNext(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyEnumerable
 
zipObjectIntegerFixnum(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ZipNode
 
zipObjectObject(RubyArray, RubyArray) - Method in class org.jruby.truffle.nodes.core.ArrayNodes.ZipNode
 
Zlib - Class in org.jruby.ext.zlib
 
ZLIB_VERSION - Static variable in class org.jruby.ext.zlib.RubyZlib
 
zlib_version(IRubyObject) - Static method in class org.jruby.ext.zlib.RubyZlib
 
ZlibLibrary - Class in org.jruby.ext.zlib
 
ZlibLibrary() - Constructor for class org.jruby.ext.zlib.ZlibLibrary
 
zone() - Method in class org.jruby.RubyTime
 
zoneOffsetColons(int) - Static method in class org.jruby.util.RubyDateFormatter.Token
 
ZStream - Class in org.jruby.ext.zlib
 
ZStream(Ruby, RubyClass) - Constructor for class org.jruby.ext.zlib.ZStream
 
ZSuperInstr - Class in org.jruby.ir.instructions
 
ZSuperInstr(Variable, Operand, Operand[], Operand) - Constructor for class org.jruby.ir.instructions.ZSuperInstr
 
ZSuperInstr(ZSuperInstr) - Method in class org.jruby.ir.IRVisitor
 
ZSuperInstr(ZSuperInstr) - Method in class org.jruby.ir.targets.JVMVisitor
 
ZSuperInvokeSite - Class in org.jruby.ir.targets
Created by headius on 10/23/14.
ZSuperInvokeSite(MethodType, String, String) - Constructor for class org.jruby.ir.targets.ZSuperInvokeSite
 
ZSuperNode - Class in org.jruby.ast
a call to 'super' with no arguments in a method.
ZSuperNode(ISourcePosition) - Constructor for class org.jruby.ast.ZSuperNode
 
zSuperSplatArgs(ThreadContext, IRubyObject, IRubyObject[], Block, boolean[]) - Static method in class org.jruby.ir.runtime.IRRuntimeHelpers
 
ZYieldNode - Class in org.jruby.ast
 
ZYieldNode(ISourcePosition) - Constructor for class org.jruby.ast.ZYieldNode
 

_

___getInvocationHandler() - Method in interface org.jruby.javasupport.proxy.InternalJavaProxy
 
___getProxyClass() - Method in interface org.jruby.javasupport.proxy.InternalJavaProxy
 
__alive__(ThreadContext) - Method in class org.jruby.ext.fiber.ThreadFiber
 
__current__(ThreadContext, IRubyObject) - Static method in class org.jruby.ext.fiber.ThreadFiber
 
__dir__(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
__file__(ThreadContext, IRubyObject, Block) - Method in class org.jruby.ast.executable.AbstractScript
 
__file__(ThreadContext, IRubyObject, IRubyObject, Block) - Method in class org.jruby.ast.executable.AbstractScript
 
__file__(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.ast.executable.AbstractScript
 
__file__(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Method in class org.jruby.ast.executable.AbstractScript
 
__file__(ThreadContext, IRubyObject, Block) - Method in interface org.jruby.ast.executable.Script
 
__file__(ThreadContext, IRubyObject, IRubyObject, Block) - Method in interface org.jruby.ast.executable.Script
 
__file__(ThreadContext, IRubyObject, IRubyObject, IRubyObject, Block) - Method in interface org.jruby.ast.executable.Script
 
__file__(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject, Block) - Method in interface org.jruby.ast.executable.Script
 
__file__(ThreadContext, IRubyObject, IRubyObject[], Block) - Method in interface org.jruby.ast.executable.Script
 
__jtrap_kernel(IRubyObject, IRubyObject, IRubyObject) - Static method in class org.jruby.RubySignal
 
__jtrap_osdefault_kernel(IRubyObject, IRubyObject) - Static method in class org.jruby.RubySignal
 
__jtrap_platform_kernel(IRubyObject, IRubyObject) - Static method in class org.jruby.RubySignal
 
__jtrap_restore_kernel(IRubyObject, IRubyObject) - Static method in class org.jruby.RubySignal
 
__method__(ThreadContext, IRubyObject) - Static method in class org.jruby.RubyKernel
 
__ruby_object() - Method in interface org.jruby.java.proxies.RubyObjectHolderProxy
 
__transfer__(ThreadContext, IRubyObject[]) - Method in class org.jruby.ext.fiber.ThreadFiber
 
_close(ThreadContext) - Method in class org.jruby.ext.tempfile.Tempfile
 
_dump(ThreadContext) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
_dump(ThreadContext, IRubyObject) - Method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
_dump(ThreadContext, IRubyObject) - Method in class org.jruby.RubyEncoding
 
_exec_internal(ThreadContext, IRubyObject, IRubyObject[]) - Static method in class org.jruby.RubyKernel
 
_initialize(IRubyObject[]) - Method in class org.jruby.ext.zlib.JZlibDeflate
 
_initialize(IRubyObject[]) - Method in class org.jruby.ext.zlib.JZlibInflate
 
_load(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.ext.bigdecimal.RubyBigDecimal
 
_load(ThreadContext, IRubyObject, IRubyObject) - Static method in class org.jruby.RubyEncoding
 
_new(ThreadContext) - Method in class org.jruby.java.proxies.ArrayJavaProxyCreator
 
_version - Variable in class org.jruby.ir.CodeVersion
 
_WSTATUS(long) - Method in class org.jruby.util.io.PosixShim.BSDWaitMacros
 
_WSTOPPED - Variable in class org.jruby.util.io.PosixShim.BSDWaitMacros
 
$ 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 © 2001-2015 JRuby. All Rights Reserved.