Package org.jruby.ir.targets.indy
Class IndyInstanceVariableCompiler
java.lang.Object
org.jruby.ir.targets.indy.IndyInstanceVariableCompiler
- All Implemented Interfaces:
InstanceVariableCompiler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
compiler
-
-
Constructor Details
-
IndyInstanceVariableCompiler
-
-
Method Details
-
putField
Description copied from interface:InstanceVariableCompilerStore instance variable into self.Stack required: self, value Stack result: empty
- Specified by:
putFieldin interfaceInstanceVariableCompiler- Parameters:
name- name of variable to store
-
getField
Description copied from interface:InstanceVariableCompilerLoad instance variable from self.Stack required: self Stack result: value from self
- Specified by:
getFieldin interfaceInstanceVariableCompiler- Parameters:
name- name of variable to load
-