Class Method list used by SAP ABAP Class CL_IBASE_STRUC_TREE (Main tree)
SAP ABAP Class CL_IBASE_STRUC_TREE (Main tree) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_IBASE_STRUC_NODE - CONSTRUCTOR Structure node
2 Class Method  CL_IBASE_STRUC_NODE - SET_CHILD Structure node
3 Class Method  CL_IBASE_STRUC_NODE - SET_PARENT Structure node
4 Class Method  CL_IBASE_STRUC_TREE - GET_NEXT Main tree
5 Class Method  CL_IBASE_STRUC_TREE - IS_EMPTY Main tree SOURCE if is_empty( ) = ibxx_false.
6 Class Method  CL_IBASE_STRUC_TREE - POP Main tree SOURCE r_node = pop( ).
7 Class Method  CL_IBASE_STRUC_TREE - PUSH Main tree SOURCE call method push( l_node_rec-node ).
8 Class Method  CL_IBASE_STRUC_TREE - PUSH Main tree SOURCE call method push( r_node->child_node ).
9 Class Method  CL_IBASE_STRUC_TREE - PUSH Main tree SOURCE call method push( r_node->sister_node ).