class VsForIn : public VsStatement

For..In statement.

Inheritance:


Public Methods

virtual VsStatement::Status1 execute(VsFunctionCall *)
VsForIn(VsVar *variable, VsExpr *object, VsStatementList *body)
virtual ~VsForIn()

Private Fields

VsStatementList* body
VsExpr* object
VsVar* variable

Inherited from VsStatement:

Public Classes

enum Status1

Public

enum Status1

Documentation

For..In statement.
VsForIn(VsVar *variable, VsExpr *object, VsStatementList *body)

virtual ~VsForIn()

virtual VsStatement::Status1 execute(VsFunctionCall *)

VsVar* variable

VsExpr* object

VsStatementList* body


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de