GNU Octave  4.2.1
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
OCTAVE_STYPE Union Reference

#include "oct-parse.h"

Collaboration diagram for OCTAVE_STYPE:
Collaboration graph
[legend]

Public Attributes

octave_comment_listcomment_type
 
int dummy_type
 
octave_user_functionoctave_user_function_type
 
char punct_type
 
tokentok_val
 
tree_anon_fcn_handletree_anon_fcn_handle_type
 
tree_argument_listtree_argument_list_type
 
tree_celltree_cell_type
 
tree_classdef_attribute_listtree_classdef_attribute_list_type
 
tree_classdef_attributetree_classdef_attribute_type
 
tree_classdef_bodytree_classdef_body_type
 
tree_classdef_enum_blocktree_classdef_enum_block_type
 
tree_classdef_enum_listtree_classdef_enum_list_type
 
tree_classdef_enumtree_classdef_enum_type
 
tree_classdef_eventtree_classdef_event_type
 
tree_classdef_events_blocktree_classdef_events_block_type
 
tree_classdef_events_listtree_classdef_events_list_type
 
tree_classdef_methods_blocktree_classdef_methods_block_type
 
tree_classdef_methods_listtree_classdef_methods_list_type
 
tree_classdef_properties_blocktree_classdef_properties_block_type
 
tree_classdef_property_listtree_classdef_property_list_type
 
tree_classdef_propertytree_classdef_property_type
 
tree_classdef_superclass_listtree_classdef_superclass_list_type
 
tree_classdef_superclasstree_classdef_superclass_type
 
tree_classdeftree_classdef_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_funcalltree_funcall_type
 
tree_function_deftree_function_def_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 219 of file oct-parse.h.

Member Data Documentation

octave_comment_list* OCTAVE_STYPE::comment_type

Definition at line 229 of file oct-parse.h.

int OCTAVE_STYPE::dummy_type

Definition at line 223 of file oct-parse.h.

octave_user_function* OCTAVE_STYPE::octave_user_function_type

Definition at line 259 of file oct-parse.h.

char OCTAVE_STYPE::punct_type

Definition at line 232 of file oct-parse.h.

token* OCTAVE_STYPE::tok_val

Definition at line 226 of file oct-parse.h.

tree_anon_fcn_handle* OCTAVE_STYPE::tree_anon_fcn_handle_type

Definition at line 241 of file oct-parse.h.

tree_argument_list* OCTAVE_STYPE::tree_argument_list_type

Definition at line 245 of file oct-parse.h.

tree_cell* OCTAVE_STYPE::tree_cell_type

Definition at line 235 of file oct-parse.h.

tree_classdef_attribute_list* OCTAVE_STYPE::tree_classdef_attribute_list_type

Definition at line 263 of file oct-parse.h.

tree_classdef_attribute* OCTAVE_STYPE::tree_classdef_attribute_type

Definition at line 262 of file oct-parse.h.

tree_classdef_body* OCTAVE_STYPE::tree_classdef_body_type

Definition at line 266 of file oct-parse.h.

tree_classdef_enum_block* OCTAVE_STYPE::tree_classdef_enum_block_type

Definition at line 277 of file oct-parse.h.

tree_classdef_enum_list* OCTAVE_STYPE::tree_classdef_enum_list_type

Definition at line 276 of file oct-parse.h.

tree_classdef_enum* OCTAVE_STYPE::tree_classdef_enum_type

Definition at line 275 of file oct-parse.h.

tree_classdef_event* OCTAVE_STYPE::tree_classdef_event_type

Definition at line 272 of file oct-parse.h.

tree_classdef_events_block* OCTAVE_STYPE::tree_classdef_events_block_type

Definition at line 274 of file oct-parse.h.

tree_classdef_events_list* OCTAVE_STYPE::tree_classdef_events_list_type

Definition at line 273 of file oct-parse.h.

tree_classdef_methods_block* OCTAVE_STYPE::tree_classdef_methods_block_type

Definition at line 271 of file oct-parse.h.

tree_classdef_methods_list* OCTAVE_STYPE::tree_classdef_methods_list_type

Definition at line 270 of file oct-parse.h.

tree_classdef_properties_block* OCTAVE_STYPE::tree_classdef_properties_block_type

Definition at line 269 of file oct-parse.h.

tree_classdef_property_list* OCTAVE_STYPE::tree_classdef_property_list_type

Definition at line 268 of file oct-parse.h.

tree_classdef_property* OCTAVE_STYPE::tree_classdef_property_type

Definition at line 267 of file oct-parse.h.

tree_classdef_superclass_list* OCTAVE_STYPE::tree_classdef_superclass_list_type

Definition at line 265 of file oct-parse.h.

tree_classdef_superclass* OCTAVE_STYPE::tree_classdef_superclass_type

Definition at line 264 of file oct-parse.h.

tree_classdef* OCTAVE_STYPE::tree_classdef_type

Definition at line 261 of file oct-parse.h.

tree_colon_expression* OCTAVE_STYPE::tree_colon_expression_type

Definition at line 244 of file oct-parse.h.

tree_command* OCTAVE_STYPE::tree_command_type

Definition at line 247 of file oct-parse.h.

tree_constant* OCTAVE_STYPE::tree_constant_type

Definition at line 237 of file oct-parse.h.

tree_decl_command* OCTAVE_STYPE::tree_decl_command_type

Definition at line 256 of file oct-parse.h.

tree_decl_elt* OCTAVE_STYPE::tree_decl_elt_type

Definition at line 254 of file oct-parse.h.

tree_decl_init_list* OCTAVE_STYPE::tree_decl_init_list_type

Definition at line 255 of file oct-parse.h.

tree_expression* OCTAVE_STYPE::tree_expression_type

Definition at line 236 of file oct-parse.h.

tree_fcn_handle* OCTAVE_STYPE::tree_fcn_handle_type

Definition at line 238 of file oct-parse.h.

tree_funcall* OCTAVE_STYPE::tree_funcall_type

Definition at line 239 of file oct-parse.h.

tree_function_def* OCTAVE_STYPE::tree_function_def_type

Definition at line 240 of file oct-parse.h.

tree_identifier* OCTAVE_STYPE::tree_identifier_type

Definition at line 242 of file oct-parse.h.

tree_if_clause* OCTAVE_STYPE::tree_if_clause_type

Definition at line 249 of file oct-parse.h.

tree_if_command_list* OCTAVE_STYPE::tree_if_command_list_type

Definition at line 250 of file oct-parse.h.

tree_if_command* OCTAVE_STYPE::tree_if_command_type

Definition at line 248 of file oct-parse.h.

tree_index_expression* OCTAVE_STYPE::tree_index_expression_type

Definition at line 243 of file oct-parse.h.

tree_matrix* OCTAVE_STYPE::tree_matrix_type

Definition at line 234 of file oct-parse.h.

tree_parameter_list* OCTAVE_STYPE::tree_parameter_list_type

Definition at line 246 of file oct-parse.h.

tree_statement_list* OCTAVE_STYPE::tree_statement_list_type

Definition at line 258 of file oct-parse.h.

tree_statement* OCTAVE_STYPE::tree_statement_type

Definition at line 257 of file oct-parse.h.

tree_switch_case_list* OCTAVE_STYPE::tree_switch_case_list_type

Definition at line 253 of file oct-parse.h.

tree_switch_case* OCTAVE_STYPE::tree_switch_case_type

Definition at line 252 of file oct-parse.h.

tree_switch_command* OCTAVE_STYPE::tree_switch_command_type

Definition at line 251 of file oct-parse.h.

tree* OCTAVE_STYPE::tree_type

Definition at line 233 of file oct-parse.h.


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