class TermInstr

Container of instructions. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

A term is an atomic policy unit which may be executed.

 TermInstr (const string& name, vector<Instruction*>* instr)

TermInstr

Parameters:

nameterm name.
instrlist of instructions of this term. Caller must not delete.
 ~TermInstr ()

~TermInstr

vector<Instruction*>&  instructions ()

instructions

Returns: the instructions of this term. Caller must not delete.

const string&  name ()

name

Returns: name of the term


Generated by: pavlin on possum.icir.org on Wed Apr 13 21:53:13 2005, using kdoc $.