class NstInstructionLabelassign: public NstInstruction

Class NstInstructionLabelassign

Inheritance:


Public Fields

[more]int assign_label
assign_label.

Public Methods

[more] NstInstructionLabelassign(const NstVariable& nv, const int& nassign_label)
Creates a new NstInstructionLabelassign
[more] ~NstInstructionLabelassign()
Recursive destructor.
[more] NstInstructionLabelassign(const NstInstructionLabelassign& o)
Recursive copy constructor
[more]int type() const
The type is NST_INSTRUCTION_LABELASSIGN.
[more]char* class_type() const
Returns the string NST_INSTRUCTION_LABELASSIGN.
[more]char* class_name() const
Returns the string NstInstructionLabelassign.
[more]void copy(const NstInstructionLabelassign& s)
Recursive copy of s.
[more]NstInstructionLabelassign* clone() const
Recursive cloning.
[more]NstInstructionLabelassign& operator= (const NstInstructionLabelassign& s)
Same as copy.
[more]NstVariable* label_variable() const
Returns the label_variable (Attribute 0).
[more]NstVariable* label_variable(const NstVariable& n)
Replaces the label_variable (Attribute 0).


Inherited from NstInstruction:

Public Methods

oint base_type() const
oNstTree* create_default()


Inherited from NstTree:

Public Fields

olong tree_id
oNstUserInfo user_info

Public Methods

oNstTree* cut_buffer() const
ovoid error(const char* st) const
ovoid warning(const char* st) const
oostream& operator << (ostream& s, const NstTree& t)
oNstTree* init()
oNstTree* init(NstTrees::iterator &it)
oNstTree* next()
oNstTree* next(NstTrees::iterator &it)
ovoid traversal(int (*action)(NstTree*, void*), void* extra = NULL)
oNstTree* upsearch(int (*comptest)(NstTree*, void*), void* extra = NULL)
oNstTree* cut()
oNstDefinition* search(const NstIdentifier& i, int tp = -1) const
ovoid replace(NstTree& n)
oNstTree* in() const
o fathers() const
ostring whoami() const


Documentation

Class NstInstructionLabelassign.
o NstInstructionLabelassign(const NstVariable& nv, const int& nassign_label)
Creates a new NstInstructionLabelassign.
Parameters:
nv - label_variable
nassign_label - assign_label

o ~NstInstructionLabelassign()
Recursive destructor.

o NstInstructionLabelassign(const NstInstructionLabelassign& o)
Recursive copy constructor. Creates a new object that is a recursive copy of the parameter.
Parameters:
o - object to copy.

oint type() const
The type is NST_INSTRUCTION_LABELASSIGN.

ochar* class_type() const
Returns the string NST_INSTRUCTION_LABELASSIGN.

ochar* class_name() const
Returns the string NstInstructionLabelassign.

oint assign_label
assign_label.

ovoid copy(const NstInstructionLabelassign& s)
Recursive copy of s.

oNstInstructionLabelassign* clone() const
Recursive cloning.

oNstInstructionLabelassign& operator= (const NstInstructionLabelassign& s)
Same as copy.

oNstVariable* label_variable() const
Returns the label_variable (Attribute 0).

oNstVariable* label_variable(const NstVariable& n)
Replaces the label_variable (Attribute 0).


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.