Uses of Annotation Type
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 TypeClassDescriptionclassclassDeprecated.classThe Java representation of a Ruby ArgumentError.classImplements Enumerator::ArithmeticSequenceclassRubyArray<T extends IRubyObject>The implementation of the built-in class Array in Ruby.classclassclassclassImplements Enumerator::Chainclassclasscomplex.c as of revision: 20011classThe Java representation of a Ruby ConcurrencyError.classDeprecated.classclassThe Ruby built-in class Dir.class/** The Java representation of a Ruby DomainError.classclassThe Java representation of a Ruby EncodingError.static classstatic classstatic classstatic classclassThe Java representation of a Ruby EOFError.classclassThe Java representation of a Ruby Fatal.classThe Java representation of a Ruby FiberError.classThe Ruby File class.classImplements File::StatclassA representation of a float objectclassThe Java representation of a Ruby FloatDomainError.classThe Java representation of a Ruby FrozenError.classclassImplementation of the Hash class.classThe Java representation of a Ruby IndexError.classImplementation of the Integer class.classThe Java representation of a Ruby Interrupt.classThe Java representation of a Ruby InterruptedRegexpError.classclassThe Java representation of a Ruby IOError.classclassThe Java representation of a Ruby LoadError.classThe Java representation of a Ruby LocalJumpError.classclassThe RubyMethod class represents a RubyMethod object.classclassThe Java representation of a Ruby NameError.static final classNested 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 lookupableclassclassThe Java representation of a Ruby NoMemoryError.classThe Java representation of a Ruby NoMethodError.classThe Java representation of a Ruby NotImplementedError.classBase class for all numerical types in ruby.classRubyObject represents the implementation of the Object class in Ruby.classstatic classclassImplementation of the Random class.classclassThe Java representation of a Ruby RangeError.classRuby Rational impl (MRI: rational.c).classclassThe Java representation of a Ruby RegexpError.classThe Java representation of a Ruby RuntimeError.classThe Java representation of a Ruby ScriptError.classThe Java representation of a Ruby SecurityError.classThe Java representation of a Ruby SignalException.classThe Java representation of a Ruby StandardError.class/** The Java representation of a Ruby StopIteration.classImplementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.classclassRepresents a Ruby symbol (e.g.classThe Java representation of a Ruby SyntaxError.classThe Java representation of a Ruby SystemCallError.classThe Java representation of a Ruby SystemExit.classThe Java representation of a Ruby SystemStackError.classImplementation of Ruby'sThreadclass.classThe Java representation of a Ruby ThreadError.classImplementation of Ruby'sThreadGroupclass.classThe Time class.classThe Java representation of a Ruby TypeError.classAn unbound method representation (e.g.classThe Java representation of a Ruby UncaughtThrowError.classclassThe Java representation of a Ruby ZeroDivisionError. -
Uses of JRubyClass in org.jruby.anno
Methods in org.jruby.anno with parameters of type JRubyClassModifier and TypeMethodDescriptionvoidAnnotationBinder.addSubclassNames(List<String> classAndSubs, JRubyClass classAnno) static voidAnnotationHelper.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 TypeClassDescriptionclassJRuby'sDateimplementation - 'native' parts.classJRuby'sDateTimeimplementation - 'native' parts. -
Uses of JRubyClass in org.jruby.ext.digest
Classes in org.jruby.ext.digest with annotations of type JRubyClassModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Uses of JRubyClass in org.jruby.ext.ffi
Classes in org.jruby.ext.ffi with annotations of type JRubyClassModifier and TypeClassDescriptionclassA native function invokerclassA abstract memory object that defines operations common to both pointers and memory buffersclassfinal classclassDefines a C callback's parameters and return type.final classRepresents a C enumfinal classA type which represents a conversion to/from a native type.classclassC memory pointer operations.classfinal classfinal classDefines the memory layout for a native structure.static final classstatic classstatic final classstatic final classstatic classstatic final classstatic final classstatic final classstatic final class(package private) static final classclassstatic final classstatic final class -
Uses of JRubyClass in org.jruby.ext.ffi.io
Classes in org.jruby.ext.ffi.io with annotations of type JRubyClassModifier and TypeClassDescriptionclassAn 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 JRubyClassModifier and TypeClassDescriptionclassfinal class(package private) classWrapper around the native callback, to represent it as a ruby objectclass -
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 TypeClassDescriptionclassNative implementation of Ruby's Set (set.rb replacement).classNative 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 TypeClassDescriptionclassImplementation of the BasicSocket class from Ruby.classclassclassclassclassclassclass -
Uses of JRubyClass in org.jruby.ext.stringio
Classes in org.jruby.ext.stringio with annotations of type JRubyClass -
Uses of JRubyClass in org.jruby.ext.strscan
Classes in org.jruby.ext.strscan with annotations of type JRubyClass -
Uses of JRubyClass in org.jruby.ext.tempfile
Classes in org.jruby.ext.tempfile with annotations of type JRubyClass -
Uses of JRubyClass in org.jruby.ext.thread
Classes in org.jruby.ext.thread with annotations of type JRubyClassModifier and TypeClassDescriptionclassThe "ConditionVariable" class from the 'thread' library.classThe "Mutex" class from the 'thread' library.classThe "Queue" class from the 'thread' library.classThe "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 TypeClassDescriptionclassclassclassstatic classclassclassstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclass -
Uses of JRubyClass in org.jruby.javasupport
Classes in org.jruby.javasupport with annotations of type JRubyClassModifier and TypeClassDescriptionclassclassclassA "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 classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Uses of JRubyClass in org.jruby.javasupport.proxy
Classes in org.jruby.javasupport.proxy with annotations of type JRubyClassModifier and TypeClassDescriptionstatic classclassclass