top
|
up
|
prev
|
next
RetInstruction Class
Definition at line
317
of
Instruction.hpp
Constructors
RetInstruction
(
Value
* value_)
Member Functions
void
Write
(CodeFormatter& formatter,
Function
& function,
Context
& context)
Member Variables
Value
*
value
Constructor Details
RetInstruction Constructor
cmsxi::RetInstruction::RetInstruction(
Value
* value_)
Definition at line
566
of
Instruction.cpp
:
566
:
Instruction
(
)
,
value
(
value_
)
567
{
568
}
Declaration at line
320
of
Instruction.hpp
Member Function Details
Write Member Function
void
cmsxi::RetInstruction::Write(CodeFormatter& formatter,
Function
& function,
Context
& context)
Definition at line
570
of
Instruction.cpp
Calls:
cmsxi::Instruction::WriteMetadataRef
,
cmsxi::Type::Name
,
cmsxi::Value::GetType
,
cmsxi::Value::Name
top
|
up
|
prev
|
next