Uses of Class
org.jruby.ir.targets.IRBytecodeAdapter
Packages that use IRBytecodeAdapter
-
Uses of IRBytecodeAdapter in org.jruby.ir.targets
Fields in org.jruby.ir.targets declared as IRBytecodeAdapterMethods in org.jruby.ir.targets that return IRBytecodeAdapterConstructors in org.jruby.ir.targets with parameters of type IRBytecodeAdapterModifierConstructorDescriptionMethodData(IRBytecodeAdapter method, IRScope scope, String scopeField, com.headius.invokebinder.Signature signature, int specificArity) -
Uses of IRBytecodeAdapter in org.jruby.ir.targets.indy
Methods in org.jruby.ir.targets.indy with parameters of type IRBytecodeAdapterModifier and TypeMethodDescriptionstatic voidIndyInvocationCompiler.invokeBlockGiven(IRBytecodeAdapter compiler, String methodName, String file) static voidIndyInvocationCompiler.invokeFrameName(IRBytecodeAdapter compiler, String methodName, String file) Constructors in org.jruby.ir.targets.indy with parameters of type IRBytecodeAdapterModifierConstructorDescriptionIndyArgumentsCompiler(IRBytecodeAdapter compiler) IndyBlockCompiler(IRBytecodeAdapter compiler) IndyBranchCompiler(IRBytecodeAdapter compiler) IndyCheckpointCompiler(IRBytecodeAdapter compiler) IndyConstantCompiler(IRBytecodeAdapter compiler) IndyDynamicValueCompiler(IRBytecodeAdapter compiler) IndyGlobalVariableCompiler(IRBytecodeAdapter compiler) IndyInvocationCompiler(IRBytecodeAdapter compiler) IndyLocalVariableCompiler(IRBytecodeAdapter irBytecodeAdapter) IndyValueCompiler(IRBytecodeAdapter compiler) IndyYieldCompiler(IRBytecodeAdapter compiler) -
Uses of IRBytecodeAdapter in org.jruby.ir.targets.simple
Constructors in org.jruby.ir.targets.simple with parameters of type IRBytecodeAdapterModifierConstructorDescriptionNormalArgumentsCompiler(IRBytecodeAdapter compiler) NormalBlockCompiler(IRBytecodeAdapter compiler) NormalBranchCompiler(IRBytecodeAdapter compiler) NormalCheckpointCompiler(IRBytecodeAdapter compiler) NormalConstantCompiler(IRBytecodeAdapter compiler) NormalDynamicValueCompiler(IRBytecodeAdapter compiler) NormalInvocationCompiler(IRBytecodeAdapter compiler) NormalLocalVariableCompiler(IRBytecodeAdapter irBytecodeAdapter) NormalValueCompiler(IRBytecodeAdapter compiler) NormalYieldCompiler(IRBytecodeAdapter compiler)