MONC
Private Attributes | List of all members
arithmetic_operator_mod::arithmetic_execution_node Type Reference
Collaboration diagram for arithmetic_operator_mod::arithmetic_execution_node:
Collaboration graph
[legend]

Private Attributes

character(len=string_length) variable
 
integer operator
 
type(arithmetic_execution_node), pointer left
 
type(arithmetic_execution_node), pointer right
 An equation cache item which olds the execution tree and fields required for that calculation. More...
 

Detailed Description

Definition at line 28 of file arithmetic-operator.F90.

Member Data Documentation

◆ left

type(arithmetic_execution_node), pointer arithmetic_operator_mod::arithmetic_execution_node::left
private

Definition at line 31 of file arithmetic-operator.F90.

31  type(arithmetic_execution_node), pointer :: left, right

◆ operator

integer arithmetic_operator_mod::arithmetic_execution_node::operator
private

Definition at line 30 of file arithmetic-operator.F90.

30  integer :: operator

◆ right

type(arithmetic_execution_node), pointer arithmetic_operator_mod::arithmetic_execution_node::right
private

An equation cache item which olds the execution tree and fields required for that calculation.

Definition at line 31 of file arithmetic-operator.F90.

◆ variable

character(len=string_length) arithmetic_operator_mod::arithmetic_execution_node::variable
private

Definition at line 29 of file arithmetic-operator.F90.

29  character(len=STRING_LENGTH) :: variable

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