class NstInstructionDeallocate: public NstInstruction

Class NstInstructionDeallocate

Inheritance:


Public Fields

[more]NstParameterList parameters
parameters.

Public Methods

[more] NstInstructionDeallocate(const NstVariable& nst)
Creates a new NstInstructionDeallocate
[more] ~NstInstructionDeallocate()
Recursive destructor.
[more] NstInstructionDeallocate(const NstInstructionDeallocate& o)
Recursive copy constructor
[more]int type() const
The type is NST_INSTRUCTION_DEALLOCATE.
[more]char* class_type() const
Returns the string NST_INSTRUCTION_DEALLOCATE.
[more]char* class_name() const
Returns the string NstInstructionDeallocate.
[more]void copy(const NstInstructionDeallocate& s)
Recursive copy of s.
[more]NstInstructionDeallocate* clone() const
Recursive cloning.
[more]NstInstructionDeallocate& operator= (const NstInstructionDeallocate& s)
Same as copy.
[more]NstVariable* status() const
Returns the status (Attribute 1).
[more]NstVariable* status(const NstVariable& n)
Replaces the status (Attribute 1).


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 NstInstructionDeallocate.
o NstInstructionDeallocate(const NstVariable& nst)
Creates a new NstInstructionDeallocate.
Parameters:
nst - status

o ~NstInstructionDeallocate()
Recursive destructor.

o NstInstructionDeallocate(const NstInstructionDeallocate& 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_DEALLOCATE.

ochar* class_type() const
Returns the string NST_INSTRUCTION_DEALLOCATE.

ochar* class_name() const
Returns the string NstInstructionDeallocate.

oNstParameterList parameters
parameters.

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

oNstInstructionDeallocate* clone() const
Recursive cloning.

oNstInstructionDeallocate& operator= (const NstInstructionDeallocate& s)
Same as copy.

oNstVariable* status() const
Returns the status (Attribute 1).

oNstVariable* status(const NstVariable& n)
Replaces the status (Attribute 1).


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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