cgv
|
Public Attributes | |
OperatorType | ot |
const char * | word |
int | arity |
int | priority |
OperatorPrecedence | precedence |
OperatorLocation | location |
Definition at line 8 of file operators.cxx.
int cgv::ppp::operator_info::arity |
Definition at line 12 of file operators.cxx.
OperatorLocation cgv::ppp::operator_info::location |
Definition at line 15 of file operators.cxx.
OperatorType cgv::ppp::operator_info::ot |
Definition at line 10 of file operators.cxx.
OperatorPrecedence cgv::ppp::operator_info::precedence |
Definition at line 14 of file operators.cxx.
int cgv::ppp::operator_info::priority |
Definition at line 13 of file operators.cxx.
const char* cgv::ppp::operator_info::word |
Definition at line 11 of file operators.cxx.