Home
 

class WriteStmtCls

class WriteStmtCls: public StatementCls

A write statement

Inheritance:


Public Methods

[more] WriteStmtCls(PPTreeNodeCls Expr, char* StmtText)
Constructor



Inherited from StatementCls:

Public Methods

oint emit()


Protected Fields

ochar* stmt_text



Documentation

A write statement.    WriteStmt: write ( <Expr> )
oWriteStmtCls(PPTreeNodeCls Expr, char* StmtText)
Constructor.
Parameters:
Expr - Expression to write
StmtText - Text of input file that created this statement

This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



DOC++