|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use YARVMachine.InstructionSequence | |
org.jruby.ast.executable | |
org.jruby.compiler.yarv | |
org.jruby.internal.runtime.methods |
Uses of YARVMachine.InstructionSequence in org.jruby.ast.executable |
Fields in org.jruby.ast.executable declared as YARVMachine.InstructionSequence | |
YARVMachine.InstructionSequence |
YARVMachine.Instruction.iseq_op
|
Constructors in org.jruby.ast.executable with parameters of type YARVMachine.InstructionSequence | |
ISeqPosition(YARVMachine.InstructionSequence iseq)
|
|
YARVCompiledRunner(Ruby runtime,
YARVMachine.InstructionSequence iseq)
|
|
YARVMachine.Instruction(int bytecode,
java.lang.String op,
YARVMachine.InstructionSequence op1)
|
Uses of YARVMachine.InstructionSequence in org.jruby.compiler.yarv |
Methods in org.jruby.compiler.yarv that return YARVMachine.InstructionSequence | |
YARVMachine.InstructionSequence |
StandardYARVCompiler.getInstructionSequence(java.lang.String name,
java.lang.String filename,
java.lang.String level)
|
Uses of YARVMachine.InstructionSequence in org.jruby.internal.runtime.methods |
Constructors in org.jruby.internal.runtime.methods with parameters of type YARVMachine.InstructionSequence | |
YARVMethod(RubyModule implementationClass,
YARVMachine.InstructionSequence iseq,
StaticScope staticScope,
Visibility visibility,
SinglyLinkedList cref)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |