Public Member Functions

el7::scripting::parsing::BoolValueNode Class Reference

#include <BoolValueNode.h>

Inheritance diagram for el7::scripting::parsing::BoolValueNode:
el7::scripting::parsing::ValueNode el7::scripting::parsing::ExpressionNode el7::scripting::parsing::Node

List of all members.

Public Member Functions

 BoolValueNode (unsigned long code_ref, bool value)
 ~BoolValueNode (void)
const bool get_value () const
void build (building::Builder *builder) const

Constructor & Destructor Documentation

el7::scripting::parsing::BoolValueNode::BoolValueNode ( unsigned long  code_ref,
bool  value 
)

Explicit constructor.

el7::scripting::parsing::BoolValueNode::~BoolValueNode ( void   ) 

Destructor.


Member Function Documentation

void el7::scripting::parsing::BoolValueNode::build ( building::Builder builder  )  const [virtual]
const bool el7::scripting::parsing::BoolValueNode::get_value (  )  const [inline]

Returns the (bool) value represented by this node.


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