Uses of Interface
org.jruby.runtime.builtin.InternalVariables
Packages that use InternalVariables
Package
Description
-
Uses of InternalVariables in org.jruby
Classes in org.jruby that implement InternalVariablesModifier and TypeClassDescriptionclass
Base type for the two Ruby Method types.static class
class
class
This class is used to provide an intermediate superclass for modules and classes that include other modules.final class
class
Deprecated.class
This class is used as an intermediate superclass for Module#prepend.class
class
The Java representation of a Ruby ArgumentError.class
Implements Enumerator::ArithmeticSequenceclass
RubyArray<T extends IRubyObject>
The implementation of the built-in class Array in Ruby.class
RubyBasicObject is the only implementation of theIRubyObject
.class
class
class
static class
static class
class
Implements Enumerator::Chainclass
class
class
complex.c as of revision: 20011class
The Java representation of a Ruby ConcurrencyError.class
Deprecated.class
class
The Ruby built-in class Dir.class
/** The Java representation of a Ruby DomainError.class
class
The Java representation of a Ruby EncodingError.static class
static class
static class
static class
class
Implementation of Ruby's Enumerator module.static class
Internal Enumerator::FeedValue class to be shared between enumerator and its next-er Fiber.class
The Java representation of a Ruby EOFError.class
class
The Java representation of a Ruby Fatal.class
The Java representation of a Ruby FiberError.class
The Ruby File class.class
Implements File::Statclass
Implementation of the Integer (Fixnum internal) class.class
A representation of a float objectclass
The Java representation of a Ruby FloatDomainError.class
The Java representation of a Ruby FrozenError.class
static class
Obligate string-keyed and string-valued hash, used for ENV.static class
A Pseudo-hash whose keys and values are required to be Strings.class
Implementation of the Hash class.class
The Java representation of a Ruby IndexError.class
Implementation of the Integer class.class
The Java representation of a Ruby Interrupt.class
The Java representation of a Ruby InterruptedRegexpError.class
static class
class
class
The Java representation of a Ruby IOError.class
class
The Java representation of a Ruby LoadError.class
The Java representation of a Ruby LocalJumpError.class
class
The RubyMethod class represents a RubyMethod object.class
class
The Java representation of a Ruby NameError.static final class
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 lookupableclass
class
The Java representation of a Ruby ArgumentError.class
The Java representation of a Ruby ArgumentError.class
The Java representation of a Ruby NoMemoryError.class
The Java representation of a Ruby NoMethodError.class
The Java representation of a Ruby NotImplementedError.class
Base class for all numerical types in ruby.class
RubyObject represents the implementation of the Object class in Ruby.static class
static class
static class
static class
class
static class
class
Implements Enumerator::Producerclass
Implementation of the Random class.class
class
class
The Java representation of a Ruby RangeError.class
Ruby Rational impl (MRI: rational.c).class
class
The Java representation of a Ruby RegexpError.class
The Java representation of a Ruby RuntimeError.class
The Java representation of a Ruby ScriptError.class
The Java representation of a Ruby SecurityError.class
The Java representation of a Ruby SignalException.class
The Java representation of a Ruby StandardError.class
/** The Java representation of a Ruby StopIteration.class
Implementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.static class
An FString is a frozen string that is also deduplicated and cached.class
class
Represents a Ruby symbol (e.g.class
The Java representation of a Ruby SyntaxError.class
The Java representation of a Ruby SystemCallError.class
The Java representation of a Ruby SystemExit.class
The Java representation of a Ruby SystemStackError.class
Implementation of Ruby'sThread
class.static class
static class
class
The Java representation of a Ruby ThreadError.class
Implementation of Ruby'sThreadGroup
class.class
The Time class.class
The Java representation of a Ruby TypeError.class
An unbound method representation (e.g.class
The Java representation of a Ruby UncaughtThrowError.class
class
The Java representation of a Ruby ZeroDivisionError.Fields in org.jruby declared as InternalVariablesModifier and TypeFieldDescriptionstatic final InternalVariables
BasicObjectStub.DUMMY_INTERNAL_VARIABLES
Methods in org.jruby that return InternalVariablesModifier and TypeMethodDescriptionstatic InternalVariables
BasicObjectStub.getInternalVariables
(IRubyObject self) RubyBasicObject.getInternalVariables()
Dummy method to avoid a cast, and to avoid polluting the IRubyObject interface with all the instance variable management methods. -
Uses of InternalVariables in org.jruby.ext.bigdecimal
Classes in org.jruby.ext.bigdecimal that implement InternalVariables -
Uses of InternalVariables in org.jruby.ext.date
Classes in org.jruby.ext.date that implement InternalVariablesModifier and TypeClassDescriptionclass
JRuby'sDate
implementation - 'native' parts.class
JRuby'sDateTime
implementation - 'native' parts. -
Uses of InternalVariables in org.jruby.ext.digest
Classes in org.jruby.ext.digest that implement InternalVariablesModifier and TypeClassDescriptionstatic class
static class
-
Uses of InternalVariables in org.jruby.ext.ffi
Classes in org.jruby.ext.ffi that implement InternalVariablesModifier and TypeClassDescriptionclass
A native function invokerclass
A abstract memory object that defines operations common to both pointers and memory buffersclass
final class
class
Defines a C callback's parameters and return type.final class
Represents a C enumfinal class
A type which represents a conversion to/from a native type.class
class
class
C memory pointer operations.class
final class
final class
Defines the memory layout for a native structure.static final class
static class
static final class
static final class
static class
static final class
static final class
static final class
static final class
class
static final class
static final class
-
Uses of InternalVariables in org.jruby.ext.ffi.io
Classes in org.jruby.ext.ffi.io that implement InternalVariablesModifier and TypeClassDescriptionclass
An IO implementation that reads/writes to a native file descriptor. -
Uses of InternalVariables in org.jruby.ext.ffi.jffi
Classes in org.jruby.ext.ffi.jffi that implement InternalVariablesModifier and TypeClassDescriptionclass
static final class
final class
class
class
-
Uses of InternalVariables in org.jruby.ext.fiber
Classes in org.jruby.ext.fiber that implement InternalVariables -
Uses of InternalVariables in org.jruby.ext.jruby
Classes in org.jruby.ext.jruby that implement InternalVariablesModifier and TypeClassDescriptionclass
final class
class
final class
-
Uses of InternalVariables in org.jruby.ext.monitor
Classes in org.jruby.ext.monitor that implement InternalVariables -
Uses of InternalVariables in org.jruby.ext.pathname
Classes in org.jruby.ext.pathname that implement InternalVariables -
Uses of InternalVariables in org.jruby.ext.ripper
Classes in org.jruby.ext.ripper that implement InternalVariables -
Uses of InternalVariables in org.jruby.ext.set
Classes in org.jruby.ext.set that implement InternalVariablesModifier and TypeClassDescriptionclass
Native implementation of Ruby's Set (set.rb replacement).static final class
class
Native implementation of Ruby's SortedSet (set.rb replacement). -
Uses of InternalVariables in org.jruby.ext.socket
Classes in org.jruby.ext.socket that implement InternalVariablesModifier and TypeClassDescriptionclass
class
class
class
Implementation of the BasicSocket class from Ruby.class
class
class
class
class
class
class
class
-
Uses of InternalVariables in org.jruby.ext.syslog
Classes in org.jruby.ext.syslog that implement InternalVariables -
Uses of InternalVariables in org.jruby.ext.thread
Classes in org.jruby.ext.thread that implement InternalVariablesModifier and TypeClassDescriptionclass
The "ConditionVariable" class from the 'thread' library.class
The "Mutex" class from the 'thread' library.class
The "Queue" class from the 'thread' library.class
The "SizedQueue" class from the 'thread' library. -
Uses of InternalVariables in org.jruby.ext.tracepoint
Classes in org.jruby.ext.tracepoint that implement InternalVariables -
Uses of InternalVariables in org.jruby.ext.zlib
Classes in org.jruby.ext.zlib that implement InternalVariablesModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of InternalVariables in org.jruby.ir.operands
Methods in org.jruby.ir.operands that return InternalVariables -
Uses of InternalVariables in org.jruby.java.proxies
Classes in org.jruby.java.proxies that implement InternalVariablesModifier and TypeClassDescriptionfinal class
class
A shim class created when constructing primitive arrays from proxied Java classes.class
class
class
final class
A proxy for wrappingjava.util.Map
instances. -
Uses of InternalVariables in org.jruby.javasupport
Classes in org.jruby.javasupport that implement InternalVariablesModifier and TypeClassDescriptionclass
Deprecated.since 9.4class
Deprecated.since 9.3class
Deprecated.since 9.4class
A "thin" Java package wrapper (for the runtime to see them as Ruby objects). -
Uses of InternalVariables in org.jruby.javasupport.proxy
Classes in org.jruby.javasupport.proxy that implement InternalVariablesModifier and TypeClassDescriptionclass
Generalized proxy for classes and interfaces.static class
class
class
-
Uses of InternalVariables in org.jruby.runtime.builtin
Methods in org.jruby.runtime.builtin that return InternalVariables -
Uses of InternalVariables in org.jruby.specialized
Classes in org.jruby.specialized that implement InternalVariablesModifier and TypeClassDescriptionclass
One object version of RubyArraySpecialized.class
This is the base class for all specialized RubyArray.class
Two object version of RubyArraySpecialized. -
Uses of InternalVariables in org.jruby.util.collections
Classes in org.jruby.util.collections that implement InternalVariablesModifier and TypeClassDescriptionclass
An RubyArray that maintains an O(1) Set for fast include? operations.