GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Attributes | List of all members
YYSTYPE Union Reference

#include "oct-tex-parser.h"

Collaboration diagram for YYSTYPE:
Collaboration graph
[legend]

Public Attributes

char ch
octave_comment_listcomment_type
voiddummy_type
text_elemente_base
text_element_liste_list
double num
octave_user_functionoctave_user_function_type
char sep_type
std::string * str
int sym
tokentok_val
tree_anon_fcn_handletree_anon_fcn_handle_type
tree_argument_listtree_argument_list_type
tree_celltree_cell_type
tree_colon_expressiontree_colon_expression_type
tree_commandtree_command_type
tree_constanttree_constant_type
tree_decl_commandtree_decl_command_type
tree_decl_elttree_decl_elt_type
tree_decl_init_listtree_decl_init_list_type
tree_expressiontree_expression_type
tree_fcn_handletree_fcn_handle_type
tree_identifiertree_identifier_type
tree_if_clausetree_if_clause_type
tree_if_command_listtree_if_command_list_type
tree_if_commandtree_if_command_type
tree_index_expressiontree_index_expression_type
tree_matrixtree_matrix_type
tree_parameter_listtree_parameter_list_type
tree_statement_listtree_statement_list_type
tree_statementtree_statement_type
tree_switch_case_listtree_switch_case_list_type
tree_switch_casetree_switch_case_type
tree_switch_commandtree_switch_command_type
treetree_type

Detailed Description

Definition at line 97 of file oct-tex-parser.h.

Member Data Documentation

char YYSTYPE::ch

Definition at line 103 of file oct-tex-parser.h.

octave_comment_list * YYSTYPE::comment_type

Definition at line 389 of file oct-parse.cc.

void * YYSTYPE::dummy_type

Definition at line 418 of file oct-parse.cc.

text_element* YYSTYPE::e_base

Definition at line 111 of file oct-tex-parser.h.

text_element_list* YYSTYPE::e_list

Definition at line 112 of file oct-tex-parser.h.

double YYSTYPE::num

Definition at line 104 of file oct-tex-parser.h.

octave_user_function * YYSTYPE::octave_user_function_type

Definition at line 417 of file oct-parse.cc.

char YYSTYPE::sep_type

Definition at line 392 of file oct-parse.cc.

std::string* YYSTYPE::str

Definition at line 108 of file oct-tex-parser.h.

int YYSTYPE::sym

Definition at line 105 of file oct-tex-parser.h.

token * YYSTYPE::tok_val
tree_anon_fcn_handle * YYSTYPE::tree_anon_fcn_handle_type

Definition at line 399 of file oct-parse.cc.

tree_argument_list * YYSTYPE::tree_argument_list_type

Definition at line 403 of file oct-parse.cc.

tree_cell * YYSTYPE::tree_cell_type

Definition at line 395 of file oct-parse.cc.

tree_colon_expression * YYSTYPE::tree_colon_expression_type

Definition at line 402 of file oct-parse.cc.

tree_command * YYSTYPE::tree_command_type

Definition at line 405 of file oct-parse.cc.

tree_constant * YYSTYPE::tree_constant_type

Definition at line 397 of file oct-parse.cc.

tree_decl_command * YYSTYPE::tree_decl_command_type

Definition at line 414 of file oct-parse.cc.

tree_decl_elt * YYSTYPE::tree_decl_elt_type

Definition at line 412 of file oct-parse.cc.

tree_decl_init_list * YYSTYPE::tree_decl_init_list_type

Definition at line 413 of file oct-parse.cc.

tree_expression * YYSTYPE::tree_expression_type

Definition at line 396 of file oct-parse.cc.

tree_fcn_handle * YYSTYPE::tree_fcn_handle_type

Definition at line 398 of file oct-parse.cc.

tree_identifier * YYSTYPE::tree_identifier_type

Definition at line 400 of file oct-parse.cc.

tree_if_clause * YYSTYPE::tree_if_clause_type

Definition at line 407 of file oct-parse.cc.

tree_if_command_list * YYSTYPE::tree_if_command_list_type

Definition at line 408 of file oct-parse.cc.

tree_if_command * YYSTYPE::tree_if_command_type

Definition at line 406 of file oct-parse.cc.

tree_index_expression * YYSTYPE::tree_index_expression_type

Definition at line 401 of file oct-parse.cc.

tree_matrix * YYSTYPE::tree_matrix_type

Definition at line 394 of file oct-parse.cc.

tree_parameter_list * YYSTYPE::tree_parameter_list_type

Definition at line 404 of file oct-parse.cc.

tree_statement_list * YYSTYPE::tree_statement_list_type

Definition at line 416 of file oct-parse.cc.

tree_statement * YYSTYPE::tree_statement_type

Definition at line 415 of file oct-parse.cc.

tree_switch_case_list * YYSTYPE::tree_switch_case_list_type

Definition at line 411 of file oct-parse.cc.

tree_switch_case * YYSTYPE::tree_switch_case_type

Definition at line 410 of file oct-parse.cc.

tree_switch_command * YYSTYPE::tree_switch_command_type

Definition at line 409 of file oct-parse.cc.

tree * YYSTYPE::tree_type

Definition at line 393 of file oct-parse.cc.


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