Public Member Functions

el7::scripting::parsing::TypeofNode Class Reference

#include <TypeofNode.h>

Inheritance diagram for el7::scripting::parsing::TypeofNode:
el7::scripting::parsing::ExpressionNode el7::scripting::parsing::Node

List of all members.

Public Member Functions

 TypeofNode (unsigned long code_ref, ExpressionNode *expression_node)
 ~TypeofNode (void)
const ExpressionNodeget_expression_node () const
void build (building::Builder *builder) const

Constructor & Destructor Documentation

el7::scripting::parsing::TypeofNode::TypeofNode ( unsigned long  code_ref,
ExpressionNode expression_node 
)

Explicit constructor.

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

Destructor.


Member Function Documentation

void el7::scripting::parsing::TypeofNode::build ( building::Builder builder  )  const [virtual]
const ExpressionNode* el7::scripting::parsing::TypeofNode::get_expression_node (  )  const [inline]

Returns the expression node to detect the type of.


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