Package | Description |
---|---|
org.jruby.compiler.ir | |
org.jruby.compiler.ir.instructions |
Modifier and Type | Method and Description |
---|---|
static CodeVersion |
CodeVersion.getClassVersionToken() |
static CodeVersion |
CodeVersion.getMethodVersionToken() |
CodeVersion |
IRMethod.getVersion() |
CodeVersion |
IRModule.getVersion() |
Constructor and Description |
---|
METHOD_VERSION_GUARD_Instr(IRMethod m,
CodeVersion v,
Label failurePathLabel) |
MODULE_VERSION_GUARD_Instr(IRModule m,
CodeVersion v,
Label failurePathLabel) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.