GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
OCTAVE_STYPE Union Reference

#include "oct-parse.h"

Collaboration diagram for OCTAVE_STYPE:

Public Attributes

octave::comment_listcomment_type
 
int dummy_type
 
octave_user_functionoctave_user_function_type
 
char punct_type
 
octave::tokentok_val
 
octave::tree_anon_fcn_handletree_anon_fcn_handle_type
 
octave::tree_argument_listtree_argument_list_type
 
octave::tree_celltree_cell_type
 
octave::tree_classdef_attribute_listtree_classdef_attribute_list_type
 
octave::tree_classdef_attributetree_classdef_attribute_type
 
octave::tree_classdef_bodytree_classdef_body_type
 
octave::tree_classdef_enum_blocktree_classdef_enum_block_type
 
octave::tree_classdef_enum_listtree_classdef_enum_list_type
 
octave::tree_classdef_enumtree_classdef_enum_type
 
octave::tree_classdef_eventtree_classdef_event_type
 
octave::tree_classdef_events_blocktree_classdef_events_block_type
 
octave::tree_classdef_events_listtree_classdef_events_list_type
 
octave::tree_classdef_methods_blocktree_classdef_methods_block_type
 
octave::tree_classdef_methods_listtree_classdef_methods_list_type
 
octave::tree_classdef_properties_blocktree_classdef_properties_block_type
 
octave::tree_classdef_property_listtree_classdef_property_list_type
 
octave::tree_classdef_propertytree_classdef_property_type
 
octave::tree_classdef_superclass_listtree_classdef_superclass_list_type
 
octave::tree_classdef_superclasstree_classdef_superclass_type
 
octave::tree_classdeftree_classdef_type
 
octave::tree_colon_expressiontree_colon_expression_type
 
octave::tree_commandtree_command_type
 
octave::tree_constanttree_constant_type
 
octave::tree_decl_commandtree_decl_command_type
 
octave::tree_decl_elttree_decl_elt_type
 
octave::tree_decl_init_listtree_decl_init_list_type
 
octave::tree_expressiontree_expression_type
 
octave::tree_fcn_handletree_fcn_handle_type
 
octave::tree_function_deftree_function_def_type
 
octave::tree_identifiertree_identifier_type
 
octave::tree_if_clausetree_if_clause_type
 
octave::tree_if_command_listtree_if_command_list_type
 
octave::tree_if_commandtree_if_command_type
 
octave::tree_index_expressiontree_index_expression_type
 
octave::tree_matrixtree_matrix_type
 
octave::tree_metaclass_querytree_metaclass_query_type
 
octave::tree_parameter_listtree_parameter_list_type
 
octave::tree_statement_listtree_statement_list_type
 
octave::tree_statementtree_statement_type
 
octave::tree_superclass_reftree_superclass_ref_type
 
octave::tree_switch_case_listtree_switch_case_list_type
 
octave::tree_switch_casetree_switch_case_type
 
octave::tree_switch_commandtree_switch_command_type
 
octave::treetree_type
 

Detailed Description

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

Member Data Documentation

◆ comment_type

octave::comment_list* OCTAVE_STYPE::comment_type

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

◆ dummy_type

int OCTAVE_STYPE::dummy_type

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

◆ octave_user_function_type

octave_user_function* OCTAVE_STYPE::octave_user_function_type

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

◆ punct_type

char OCTAVE_STYPE::punct_type

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

◆ tok_val

octave::token* OCTAVE_STYPE::tok_val

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

◆ tree_anon_fcn_handle_type

octave::tree_anon_fcn_handle* OCTAVE_STYPE::tree_anon_fcn_handle_type

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

◆ tree_argument_list_type

octave::tree_argument_list* OCTAVE_STYPE::tree_argument_list_type

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

◆ tree_cell_type

octave::tree_cell* OCTAVE_STYPE::tree_cell_type

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

◆ tree_classdef_attribute_list_type

octave::tree_classdef_attribute_list* OCTAVE_STYPE::tree_classdef_attribute_list_type

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

◆ tree_classdef_attribute_type

octave::tree_classdef_attribute* OCTAVE_STYPE::tree_classdef_attribute_type

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

◆ tree_classdef_body_type

octave::tree_classdef_body* OCTAVE_STYPE::tree_classdef_body_type

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

◆ tree_classdef_enum_block_type

octave::tree_classdef_enum_block* OCTAVE_STYPE::tree_classdef_enum_block_type

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

◆ tree_classdef_enum_list_type

octave::tree_classdef_enum_list* OCTAVE_STYPE::tree_classdef_enum_list_type

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

◆ tree_classdef_enum_type

octave::tree_classdef_enum* OCTAVE_STYPE::tree_classdef_enum_type

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

◆ tree_classdef_event_type

octave::tree_classdef_event* OCTAVE_STYPE::tree_classdef_event_type

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

◆ tree_classdef_events_block_type

octave::tree_classdef_events_block* OCTAVE_STYPE::tree_classdef_events_block_type

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

◆ tree_classdef_events_list_type

octave::tree_classdef_events_list* OCTAVE_STYPE::tree_classdef_events_list_type

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

◆ tree_classdef_methods_block_type

octave::tree_classdef_methods_block* OCTAVE_STYPE::tree_classdef_methods_block_type

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

◆ tree_classdef_methods_list_type

octave::tree_classdef_methods_list* OCTAVE_STYPE::tree_classdef_methods_list_type

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

◆ tree_classdef_properties_block_type

octave::tree_classdef_properties_block* OCTAVE_STYPE::tree_classdef_properties_block_type

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

◆ tree_classdef_property_list_type

octave::tree_classdef_property_list* OCTAVE_STYPE::tree_classdef_property_list_type

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

◆ tree_classdef_property_type

octave::tree_classdef_property* OCTAVE_STYPE::tree_classdef_property_type

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

◆ tree_classdef_superclass_list_type

octave::tree_classdef_superclass_list* OCTAVE_STYPE::tree_classdef_superclass_list_type

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

◆ tree_classdef_superclass_type

octave::tree_classdef_superclass* OCTAVE_STYPE::tree_classdef_superclass_type

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

◆ tree_classdef_type

octave::tree_classdef* OCTAVE_STYPE::tree_classdef_type

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

◆ tree_colon_expression_type

octave::tree_colon_expression* OCTAVE_STYPE::tree_colon_expression_type

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

◆ tree_command_type

octave::tree_command* OCTAVE_STYPE::tree_command_type

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

◆ tree_constant_type

octave::tree_constant* OCTAVE_STYPE::tree_constant_type

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

◆ tree_decl_command_type

octave::tree_decl_command* OCTAVE_STYPE::tree_decl_command_type

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

◆ tree_decl_elt_type

octave::tree_decl_elt* OCTAVE_STYPE::tree_decl_elt_type

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

◆ tree_decl_init_list_type

octave::tree_decl_init_list* OCTAVE_STYPE::tree_decl_init_list_type

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

◆ tree_expression_type

octave::tree_expression* OCTAVE_STYPE::tree_expression_type

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

◆ tree_fcn_handle_type

octave::tree_fcn_handle* OCTAVE_STYPE::tree_fcn_handle_type

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

◆ tree_function_def_type

octave::tree_function_def* OCTAVE_STYPE::tree_function_def_type

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

◆ tree_identifier_type

octave::tree_identifier* OCTAVE_STYPE::tree_identifier_type

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

◆ tree_if_clause_type

octave::tree_if_clause* OCTAVE_STYPE::tree_if_clause_type

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

◆ tree_if_command_list_type

octave::tree_if_command_list* OCTAVE_STYPE::tree_if_command_list_type

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

◆ tree_if_command_type

octave::tree_if_command* OCTAVE_STYPE::tree_if_command_type

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

◆ tree_index_expression_type

octave::tree_index_expression* OCTAVE_STYPE::tree_index_expression_type

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

◆ tree_matrix_type

octave::tree_matrix* OCTAVE_STYPE::tree_matrix_type

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

◆ tree_metaclass_query_type

octave::tree_metaclass_query* OCTAVE_STYPE::tree_metaclass_query_type

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

◆ tree_parameter_list_type

octave::tree_parameter_list* OCTAVE_STYPE::tree_parameter_list_type

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

◆ tree_statement_list_type

octave::tree_statement_list* OCTAVE_STYPE::tree_statement_list_type

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

◆ tree_statement_type

octave::tree_statement* OCTAVE_STYPE::tree_statement_type

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

◆ tree_superclass_ref_type

octave::tree_superclass_ref* OCTAVE_STYPE::tree_superclass_ref_type

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

◆ tree_switch_case_list_type

octave::tree_switch_case_list* OCTAVE_STYPE::tree_switch_case_list_type

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

◆ tree_switch_case_type

octave::tree_switch_case* OCTAVE_STYPE::tree_switch_case_type

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

◆ tree_switch_command_type

octave::tree_switch_command* OCTAVE_STYPE::tree_switch_command_type

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

◆ tree_type

octave::tree* OCTAVE_STYPE::tree_type

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


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