class NstInstructionGoto: public NstInstruction

Class NstInstructionGoto

Inheritance:


Public Fields

[more]int goto_label
goto_label.

Public Methods

[more] NstInstructionGoto(const int& ngoto_label)
Creates a new NstInstructionGoto
[more]int type() const
The type is NST_INSTRUCTION_GOTO.
[more]char* class_type() const
Returns the string NST_INSTRUCTION_GOTO.
[more]char* class_name() const
Returns the string NstInstructionGoto.
[more]void copy(const NstInstructionGoto& s)
Recursive copy of s.
[more]NstInstructionGoto* clone() const
Recursive cloning.
[more]NstInstructionGoto& operator= (const NstInstructionGoto& s)
Same as copy.


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 NstInstructionGoto.
o NstInstructionGoto(const int& ngoto_label)
Creates a new NstInstructionGoto.
Parameters:
ngoto_label - goto_label

oint type() const
The type is NST_INSTRUCTION_GOTO.

ochar* class_type() const
Returns the string NST_INSTRUCTION_GOTO.

ochar* class_name() const
Returns the string NstInstructionGoto.

oint goto_label
goto_label.

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

oNstInstructionGoto* clone() const
Recursive cloning.

oNstInstructionGoto& operator= (const NstInstructionGoto& s)
Same as copy.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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