ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
xpath_parser::binary_op_t Struct Reference
Collaboration diagram for xpath_parser::binary_op_t:
Collaboration graph
[legend]

Public Member Functions

 binary_op_t ()
 
 binary_op_t (ast_type_t asttype_, xpath_value_type rettype_, int precedence_)
 

Static Public Member Functions

static binary_op_t parse (xpath_lexer &lexer)
 

Public Attributes

ast_type_t asttype
 
xpath_value_type rettype
 
int precedence
 

Detailed Description

Definition at line 10399 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ binary_op_t() [1/2]

xpath_parser::binary_op_t::binary_op_t ( )
inline

Definition at line 10405 of file pugixml.cpp.

Referenced by parse().

Here is the caller graph for this function:

◆ binary_op_t() [2/2]

xpath_parser::binary_op_t::binary_op_t ( ast_type_t  asttype_,
xpath_value_type  rettype_,
int  precedence_ 
)
inline

Definition at line 10407 of file pugixml.cpp.

Member Function Documentation

◆ parse()

static binary_op_t xpath_parser::binary_op_t::parse ( xpath_lexer lexer)
inlinestatic

Member Data Documentation

◆ asttype

ast_type_t xpath_parser::binary_op_t::asttype

Definition at line 10401 of file pugixml.cpp.

Referenced by xpath_parser::parse_expression_rec().

◆ precedence

int xpath_parser::binary_op_t::precedence

Definition at line 10403 of file pugixml.cpp.

Referenced by xpath_parser::parse_expression_rec().

◆ rettype

xpath_value_type xpath_parser::binary_op_t::rettype

Definition at line 10402 of file pugixml.cpp.

Referenced by xpath_parser::parse_expression_rec().


The documentation for this struct was generated from the following file: