Orocos Real-Time Toolkit  2.5.0
Public Member Functions
RTT::scripting::DataCallParser Class Reference

This parser parses a call of the form "a.b( arg1, arg2, ..., argN )". More...

#include <rtt/scripting/ExpressionParser.hpp>

List of all members.

Public Member Functions

 DataCallParser (ExpressionParser &p, CommonParser &cp, TaskContext *pc, ExecutionEngine *caller)
rule_t & parser ()
base::DataSourceBasegetParseResult ()
boost::shared_ptr
< base::AttributeBase
getParseHandle ()

Detailed Description

This parser parses a call of the form "a.b( arg1, arg2, ..., argN )".

Todo:
check why lexeme_d[] is used in implementation, thus why datacalls are parsed on the character level instead of on the phrase level. (probably for the dots ?)

Definition at line 65 of file ExpressionParser.hpp.


The documentation for this class was generated from the following files: