This parser parses a call of the form "a.b( arg1, arg2, ..., argN )". More...
#include <rtt/scripting/ExpressionParser.hpp>
Public Member Functions | |
| DataCallParser (ExpressionParser &p, CommonParser &cp, TaskContext *pc) | |
| rule_t & | parser () |
| DataSourceBase * | getParseResult () |
This parser parses a call of the form "a.b( arg1, arg2, ..., argN )".
Definition at line 65 of file ExpressionParser.hpp.
1.6.3