|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.ast.executable.YARVMachine
public class YARVMachine
Nested Class Summary | |
---|---|
static class |
YARVMachine.Instruction
|
static class |
YARVMachine.InstructionSequence
|
Field Summary | |
---|---|
static YARVMachine |
INSTANCE
|
Constructor Summary | |
---|---|
YARVMachine()
|
Method Summary | |
---|---|
IRubyObject |
exec(ThreadContext context,
IRubyObject self,
DynamicScope scope,
YARVMachine.Instruction[] bytecodes)
|
IRubyObject |
exec(ThreadContext context,
IRubyObject self,
StaticScope scope,
YARVMachine.Instruction[] bytecodes)
|
static int |
instruction(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final YARVMachine INSTANCE
Constructor Detail |
---|
public YARVMachine()
Method Detail |
---|
public static int instruction(java.lang.String name)
public IRubyObject exec(ThreadContext context, IRubyObject self, StaticScope scope, YARVMachine.Instruction[] bytecodes)
public IRubyObject exec(ThreadContext context, IRubyObject self, DynamicScope scope, YARVMachine.Instruction[] bytecodes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |