Uses of Package
org.jruby.ir
Packages that use org.jruby.ir
Package
Description
-
Classes in org.jruby.ir used by org.jrubyClassDescriptionMarker Enumeration for indicating which methods in the IR are for runtime use versus compiler use.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.Marker Enumeration for indicating which methods in the IR are for runtime use versus compiler use.
-
Classes in org.jruby.ir used by org.jruby.ast.utilClassDescriptionRight 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.
-
Classes in org.jruby.ir used by org.jruby.compilerClassDescriptionRight 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.
-
Classes in org.jruby.ir used by org.jruby.internal.runtimeClassDescriptionRight 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.
-
Classes in org.jruby.ir used by org.jruby.internal.runtime.methodsClassDescriptionRight 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.
-
Classes in org.jruby.ir used by org.jruby.irClassDescriptionRight 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.Abstract class that contains general logic for both IR Compiler and IR Interpreter
-
Classes in org.jruby.ir used by org.jruby.ir.builderClassDescriptionRight 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.
-
Classes in org.jruby.ir used by org.jruby.ir.dataflow.analyses
-
Classes in org.jruby.ir used by org.jruby.ir.instructionsClassDescriptionMarker Enumeration for indicating which methods in the IR are for runtime use versus compiler use.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.Superclass for IR visitors.
-
Classes in org.jruby.ir used by org.jruby.ir.instructions.boxing
-
Classes in org.jruby.ir used by org.jruby.ir.instructions.defined
-
Classes in org.jruby.ir used by org.jruby.ir.instructions.specializedClassDescriptionRight 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.
-
Classes in org.jruby.ir used by org.jruby.ir.interpreterClassDescriptionRight 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.Abstract class that contains general logic for both IR Compiler and IR Interpreter
-
Classes in org.jruby.ir used by org.jruby.ir.listenersClassDescriptionRight 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.
-
Classes in org.jruby.ir used by org.jruby.ir.operandsClassDescriptionMarker Enumeration for indicating which methods in the IR are for runtime use versus compiler use.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.Superclass for IR visitors.
-
Classes in org.jruby.ir used by org.jruby.ir.passesClassDescriptionRight 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.
-
Classes in org.jruby.ir used by org.jruby.ir.persistenceClassDescriptionRight 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.Superclass for IR visitors.
-
Classes in org.jruby.ir used by org.jruby.ir.representationsClassDescriptionRight 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.
-
Classes in org.jruby.ir used by org.jruby.ir.runtimeClassDescriptionMarker Enumeration for indicating which methods in the IR are for runtime use versus compiler use.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.Marker Enumeration for indicating which methods in the IR are for runtime use versus compiler use.
-
Classes in org.jruby.ir used by org.jruby.ir.targetsClassDescriptionRight 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.Superclass for IR visitors.
-
Classes in org.jruby.ir used by org.jruby.ir.targets.indy
-
Classes in org.jruby.ir used by org.jruby.ir.targets.simple
-
Classes in org.jruby.ir used by org.jruby.ir.transformations.inliningClassDescriptionRight 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.
-
Classes in org.jruby.ir used by org.jruby.ir.util
-
Classes in org.jruby.ir used by org.jruby.parserClassDescriptionRight 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.
-
Classes in org.jruby.ir used by org.jruby.runtimeClassDescriptionMarker Enumeration for indicating which methods in the IR are for runtime use versus compiler use.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.Marker Enumeration for indicating which methods in the IR are for runtime use versus compiler use.
-
Classes in org.jruby.ir used by org.jruby.runtime.callsiteClassDescriptionRight 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.
-
Classes in org.jruby.ir used by org.jruby.runtime.loadClassDescriptionRight 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.
-
Classes in org.jruby.ir used by org.jruby.utilClassDescriptionRight 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.