0.6.0
Loading...
Searching...
No Matches
type_instructions::t_instructions Type Reference

Public Attributes

integer kind = instruction_empty
 
type(t_expression), pointer expr1 => null()
 
type(t_expression), pointer expr2 => null()
 
type(t_expression), pointer expr3 => null()
 
type(t_instructions), pointer next => null()
 
type(t_instructions), pointer left => null()
 
type(t_instructions), pointer right => null()
 
integer vector_dimension = -1
 
logical is_time_varying = .false.
 

Member Data Documentation

◆ expr1

type(t_expression), pointer type_instructions::t_instructions::expr1 => null()

◆ expr2

type(t_expression), pointer type_instructions::t_instructions::expr2 => null()

◆ expr3

type(t_expression), pointer type_instructions::t_instructions::expr3 => null()

◆ is_time_varying

logical type_instructions::t_instructions::is_time_varying = .false.

◆ kind

integer type_instructions::t_instructions::kind = instruction_empty

◆ left

type(t_instructions), pointer type_instructions::t_instructions::left => null()

◆ next

type(t_instructions), pointer type_instructions::t_instructions::next => null()

◆ right

type(t_instructions), pointer type_instructions::t_instructions::right => null()

◆ vector_dimension

integer type_instructions::t_instructions::vector_dimension = -1

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