Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pyramid
master
Pyramid
Constants
VirtualMachine
Flag
Instruction
IntermediateEvaluator
Operation
Value
Generated using Crystal 1.10.1
2024-02-25 05:28:16 UTC
class
Pyramid::
VirtualMachine::
Instruction
Pyramid::VirtualMachine::Instruction
Reference
Object
Defined in:
pyramid/virtual_machine/instruction.cr
Constructors
.new
(operation : Operation, value : Value | Nil =
nil
)
Instance Method Summary
#operation
: Operation
#operation=
(operation : Operation)
#value
: Value
#value=
(value : Value)
Constructor Detail
def self.
new
(operation :
Operation
, value :
Value
| Nil =
nil
)
#
[
View source
]
Instance Method Detail
def
operation
:
Operation
#
[
View source
]
def
operation=
(operation :
Operation
)
#
[
View source
]
def
value
:
Value
#
[
View source
]
def
value=
(value :
Value
)
#
[
View source
]