Aseba::BlockNode Struct Reference
[AESL Compiler]

Node for "block", i.e. a vector of statements. More...

#include <tree.h>

Inheritance diagram for Aseba::BlockNode:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 BlockNode (const SourcePos &sourcePos)
 Constructor.
virtual void emit (PreLinkBytecode &bytecodes) const
 Generate bytecode.
virtual Nodeoptimize (std::ostream *dump)
 Optimize this node, return the optimized node.
virtual std::string toNodeName () const
 Return a string representation of the name of this node.
virtual std::string toString () const
 Return a string representation of this node.

Detailed Description

Node for "block", i.e. a vector of statements.

Definition at line 90 of file tree.h.


Constructor & Destructor Documentation

Aseba::BlockNode::BlockNode ( const SourcePos sourcePos  )  [inline]

Constructor.

Definition at line 93 of file tree.h.


Member Function Documentation

virtual std::string Aseba::BlockNode::toNodeName (  )  const [inline, virtual]

Return a string representation of the name of this node.

Implements Aseba::Node.

Reimplemented in Aseba::ProgramNode.

Definition at line 98 of file tree.h.

virtual std::string Aseba::BlockNode::toString (  )  const [inline, virtual]

Return a string representation of this node.

Implements Aseba::Node.

Reimplemented in Aseba::ProgramNode.

Definition at line 97 of file tree.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


asebaros
Author(s): $author
autogenerated on Mon Sep 5 08:42:12 2011