| Package | Description |
|---|---|
| org.jruby.ir.targets | |
| org.jruby.ir.targets.indy | |
| org.jruby.ir.targets.simple |
| Modifier and Type | Field and Description |
|---|---|
IRBytecodeAdapter |
MethodData.method |
| Modifier and Type | Method and Description |
|---|---|
IRBytecodeAdapter |
JVM.method() |
IRBytecodeAdapter |
ClassData.method() |
| Constructor and Description |
|---|
MethodData(IRBytecodeAdapter method,
IRScope scope,
java.lang.String scopeField,
com.headius.invokebinder.Signature signature,
int specificArity) |
| Constructor and Description |
|---|
IndyArgumentsCompiler(IRBytecodeAdapter compiler) |
IndyBlockCompiler(IRBytecodeAdapter compiler) |
IndyBranchCompiler(IRBytecodeAdapter compiler) |
IndyCheckpointCompiler(IRBytecodeAdapter compiler) |
IndyConstantCompiler(IRBytecodeAdapter compiler) |
IndyDynamicValueCompiler(IRBytecodeAdapter compiler) |
IndyGlobalVariableCompiler(IRBytecodeAdapter compiler) |
IndyInstanceVariableCompiler(IRBytecodeAdapter compiler) |
IndyInvocationCompiler(IRBytecodeAdapter compiler) |
IndyValueCompiler(IRBytecodeAdapter compiler) |
IndyYieldCompiler(IRBytecodeAdapter compiler) |
| Constructor and Description |
|---|
NormalArgumentsCompiler(IRBytecodeAdapter compiler) |
NormalBlockCompiler(IRBytecodeAdapter compiler) |
NormalBranchCompiler(IRBytecodeAdapter compiler) |
NormalCheckpointCompiler(IRBytecodeAdapter compiler) |
NormalConstantCompiler(IRBytecodeAdapter compiler) |
NormalDynamicValueCompiler(IRBytecodeAdapter compiler) |
NormalGlobalVariableCompiler(IRBytecodeAdapter compiler) |
NormalInstanceVariableCompiler(IRBytecodeAdapter compiler) |
NormalInvocationCompiler(IRBytecodeAdapter compiler) |
NormalValueCompiler(IRBytecodeAdapter compiler) |
NormalYieldCompiler(IRBytecodeAdapter compiler) |
Copyright © 2001-2022 JRuby. All Rights Reserved.