Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
hollicode
main
Hollicode
BytecodeGenerator
BinaryOP
BooleanConstantOp
CallOp
EchoOp
JumpIfFalseOp
JumpOp
LookupOp
NegateOp
NilOp
NotOp
NumberConstantOp
Operation
OptionOp
PopOp
ReturnOp
StringConstantOp
TracedJumpOp
VariableOp
WaitOp
Compiler
Expression
Binary
Call
Empty
Grouping
Lookup
Terminal
Unary
Value
Scanner
StatementType
Token
TokenType
Built with Crystal 1.9.2
2023-10-07 20:48:40 UTC
class
Hollicode::BytecodeGenerator::OptionOp
Hollicode::BytecodeGenerator::OptionOp
Hollicode::BytecodeGenerator::Operation
Reference
Object
Defined in:
core/bytecode_generator.cr
Constructors
.new
(value : Int32)
Instance Method Summary
#op_code
: Int32
#value
: Int32
#value=
(value : Int32)
Constructor Detail
def self.
new
(value : Int32)
#
[
View source
]
Instance Method Detail
def
op_code
: Int32
#
def
value
: Int32
#
def
value=
(value : Int32)
#