irods
4.2.8
About: iRODS (the integrated Rule Oriented Data System) is a distributed data-management system for creating data grids, digital libraries, persistent archives, and real-time data systems.
![]() ![]() |
#include <parser.hpp>
Public Attributes | |
char * | string |
int | arity |
int | prec |
Definition at line 25 of file parser.hpp.
int op::arity |
Definition at line 27 of file parser.hpp.
int op::prec |
Definition at line 28 of file parser.hpp.
Referenced by getBinaryPrecedence(), and getUnaryPrecedence().
char* op::string |
Definition at line 26 of file parser.hpp.
Referenced by isBinaryOp(), isUnaryOp(), and nextTokenRuleGen().