Uses of Annotation Interface
org.jruby.anno.JRubyClass
Packages that use JRubyClass
Package
Description
-
Uses of JRubyClass in org.jruby
Classes in org.jruby with annotations of type JRubyClassModifier and TypeClassDescriptionclass
Base type for the two Ruby Method types.class
Deprecated.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
class
class
class
Implements Enumerator::Chainclass
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
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
A representation of a float objectclass
The Java representation of a Ruby FloatDomainError.class
The Java representation of a Ruby FrozenError.class
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
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.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.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.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. -
Uses of JRubyClass in org.jruby.anno
Methods in org.jruby.anno with parameters of type JRubyClassModifier and TypeMethodDescriptionvoid
AnnotationBinder.addSubclassNames
(List<String> classAndSubs, JRubyClass classAnno) static void
AnnotationHelper.addSubclassNames
(List<String> classAndSubs, JRubyClass classAnno) -
Uses of JRubyClass in org.jruby.ext.date
Classes in org.jruby.ext.date with annotations of type JRubyClassModifier and TypeClassDescriptionclass
JRuby'sDate
implementation - 'native' parts.class
JRuby'sDateTime
implementation - 'native' parts. -
Uses of JRubyClass in org.jruby.ext.digest
Classes in org.jruby.ext.digest with annotations of type JRubyClassModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
-
Uses of JRubyClass in org.jruby.ext.ffi
Classes in org.jruby.ext.ffi with annotations of type JRubyClassModifier 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
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 JRubyClass in org.jruby.ext.ffi.io
Classes in org.jruby.ext.ffi.io with annotations of type JRubyClassModifier and TypeClassDescriptionclass
An IO implementation that reads/writes to a native file descriptor. -
Uses of JRubyClass in org.jruby.ext.ffi.jffi
Classes in org.jruby.ext.ffi.jffi with annotations of type JRubyClass -
Uses of JRubyClass in org.jruby.ext.jruby
Classes in org.jruby.ext.jruby with annotations of type JRubyClass -
Uses of JRubyClass in org.jruby.ext.monitor
Classes in org.jruby.ext.monitor with annotations of type JRubyClass -
Uses of JRubyClass in org.jruby.ext.pathname
Classes in org.jruby.ext.pathname with annotations of type JRubyClass -
Uses of JRubyClass in org.jruby.ext.set
Classes in org.jruby.ext.set with annotations of type JRubyClassModifier and TypeClassDescriptionclass
Native implementation of Ruby's Set (set.rb replacement).class
Native implementation of Ruby's SortedSet (set.rb replacement). -
Uses of JRubyClass in org.jruby.ext.socket
Classes in org.jruby.ext.socket with annotations of type JRubyClassModifier and TypeClassDescriptionclass
Implementation of the BasicSocket class from Ruby.class
class
class
class
class
class
class
-
Uses of JRubyClass in org.jruby.ext.thread
Classes in org.jruby.ext.thread with annotations of type JRubyClassModifier 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 JRubyClass in org.jruby.ext.zlib
Classes in org.jruby.ext.zlib with annotations of type JRubyClassModifier and TypeClassDescriptionclass
class
class
static class
class
class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
-
Uses of JRubyClass in org.jruby.javasupport
Classes in org.jruby.javasupport with annotations of type JRubyClassModifier and TypeClassDescriptionclass
A "thin" Java package wrapper (for the runtime to see them as Ruby objects). -
Uses of JRubyClass in org.jruby.javasupport.ext
Classes in org.jruby.javasupport.ext with annotations of type JRubyClassModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Uses of JRubyClass in org.jruby.javasupport.proxy
Classes in org.jruby.javasupport.proxy with annotations of type JRubyClassModifier and TypeClassDescriptionclass
Generalized proxy for classes and interfaces.static class
class