![]() |
![]() |
![]() |
cpg-network Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#define CPG_INSTRUCTION_CONSTANT_CONST (obj) struct CpgInstructionConstant; struct CpgInstructionConstantClass; CpgInstruction * cpg_instruction_constant_new (gchar const *symbol
); gchar const * cpg_instruction_constant_get_symbol (CpgInstructionConstant *instruction
); void cpg_instruction_constant_set_symbol (CpgInstructionConstant *instruction
,gchar const *symbol
); CpgInstructionConstantPrivate;
CpgMiniObject +----CpgInstruction +----CpgInstructionNumber +----CpgInstructionConstant
#define CPG_INSTRUCTION_CONSTANT_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CPG_TYPE_INSTRUCTION_CONSTANT, CpgInstructionConstant const))
struct CpgInstructionConstant;
The instruction class for CPG_INSTRUCTION_TYPE_CONSTANT
CpgInstruction * cpg_instruction_constant_new (gchar const *symbol
);
gchar const * cpg_instruction_constant_get_symbol (CpgInstructionConstant *instruction
);
void cpg_instruction_constant_set_symbol (CpgInstructionConstant *instruction
,gchar const *symbol
);