SAP ABAP Class CL_GFS_JOIN_BRACKET_GEN (CL_GFS_JOIN_BRACKET_GEN)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-FSI (Application Component) Fast Search Infrastructure
⤷
SFSG_RP (Package) Fast Search Repository
⤷
⤷
Properties
| Class | CL_GFS_JOIN_BRACKET_GEN | |
| Short Description | ||
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFSG_RP | Fast Search Repository |
| Created | 20050329 | SAP |
| Last change | 20050411 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_GFS_JOIN_BRACKET_GEN has no interface implemented.
Friends
Class CL_GFS_JOIN_BRACKET_GEN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GFS_USAGE_TREE_NODE | 20050329 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GFS_USAGE_TREE | 20050329 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | T_STACK_T | 20050329 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | T_STACK_T | 20050329 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20050329 | |
| 2 | Instance method | Public | Method | 20050329 | ||
| 3 | Static method | Private | Method | 20050329 | ||
| 4 | Instance method | Public | Method | 20050329 | ||
| 5 | Static method | Private | Method | 20050329 | ||
| 6 | Instance method | Private | Method | 20050329 | ||
| 7 | Static method | Private | Method | 20050329 | ||
| 8 | Static method | Private | Method | 20050329 | ||
| 9 | Static method | Private | Method | 20050329 | ||
| 10 | Static method | Private | Method | 20050329 |
Events
Class CL_GFS_JOIN_BRACKET_GEN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_EDGE_T | Public | See coding | 20050329 | t_edge_t TYPE STANDARD TABLE OF REF TO cl_gfs_join_graph_edge
|
||
| 2 | T_STACK_ENTRY | Public | See coding | 20050329 | BEGIN OF t_stack_entry,
node TYPE REF TO cl_gfs_usage_tree_node,
view_name TYPE sfsg_definition_name,
alias type tabname,
* join this node as outgoing point
join_edge TYPE REF TO cl_gfs_join_graph_edge,
END OF t_stack_entry
|
||
| 3 | T_STACK_T | Public | See coding | 20050329 | t_stack_t TYPE STANDARD TABLE OF t_stack_entry
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ROOT | Call by reference | Object reference (TYPE REF TO) | CL_GFS_USAGE_TREE_NODE | 20050329 |
Method CONSTRUCTOR on class CL_GFS_JOIN_BRACKET_GEN has no exception.
Method GET_REMAINING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EDGE | Call by reference | Type reference (TYPE) | T_EDGE_T | 20050329 |
Method GET_REMAINING on class CL_GFS_JOIN_BRACKET_GEN has no exception.
Method GET_STACK_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_STACK | Call by reference | Type reference (TYPE) | T_STACK_T | 20050329 | ||||
| 2 | R_SIZE | Value transfer | Type reference (TYPE) | I | 20050329 |
Method GET_STACK_SIZE on class CL_GFS_JOIN_BRACKET_GEN has no exception.
Method GOTO_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_NODE | Call by reference | Object reference (TYPE REF TO) | CL_GFS_USAGE_TREE_NODE | 20050329 | ||||
| 2 | ET_EDGE | Call by reference | Type reference (TYPE) | T_EDGE_T | 20050329 | ||||
| 3 | E_BRACE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20050329 | ||||
| 4 | IR_EDGE | Call by reference | Object reference (TYPE REF TO) | CL_GFS_JOIN_GRAPH_EDGE | 20050329 | ||||
| 5 | IR_FROM_VERTEX | Call by reference | Object reference (TYPE REF TO) | CL_GFS_JOIN_GRAPH_VERTEX | 20050329 | ||||
| 6 | I_ALIAS | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20050329 | |||
| 7 | I_CYCLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050329 | |||
| 8 | I_VIEW_NAME | Call by reference | Type reference (TYPE) | TABNAME | Search Definition Name of Generic Fast Search | 20050329 |
Method GOTO_VIEW on class CL_GFS_JOIN_BRACKET_GEN has no exception.
Method IS_IN_STACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_NODE | Call by reference | Object reference (TYPE REF TO) | CL_GFS_USAGE_TREE_NODE | 20050329 | ||||
| 2 | IT_STACK | Call by reference | Type reference (TYPE) | T_STACK_T | 20050329 | ||||
| 3 | R_BOOL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050329 |
Method IS_IN_STACK on class CL_GFS_JOIN_BRACKET_GEN has no exception.
Method NAV_NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_EDGE | Call by reference | Type reference (TYPE) | T_EDGE_T | 20050329 | ||||
| 2 | CT_VISITED | Call by reference | Type reference (TYPE) | T_STACK_T | 20050329 | ||||
| 3 | C_CHANGE_POS | Call by reference | Type reference (TYPE) | I | 20050329 | ||||
| 4 | ER_NODE | Call by reference | Object reference (TYPE REF TO) | CL_GFS_USAGE_TREE_NODE | 20050329 | ||||
| 5 | E_END | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20050329 | ||||
| 6 | IR_EDGE | Call by reference | Object reference (TYPE REF TO) | CL_GFS_JOIN_GRAPH_EDGE | 20050329 | ||||
| 7 | IR_NODE | Call by reference | Object reference (TYPE REF TO) | CL_GFS_USAGE_TREE_NODE | 20050329 |
Method NAV_NEXT on class CL_GFS_JOIN_BRACKET_GEN has no exception.
Method PEEK_STACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_STACK | Call by reference | Type reference (TYPE) | T_STACK_T | 20050329 | ||||
| 2 | R_ENTRY | Call by reference | Type reference (TYPE) | T_STACK_ENTRY | 20050329 |
Method PEEK_STACK on class CL_GFS_JOIN_BRACKET_GEN has no exception.
Method POP_STACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_STACK | Call by reference | Type reference (TYPE) | T_STACK_T | 20050329 | ||||
| 2 | R_ENTRY | Call by reference | Type reference (TYPE) | T_STACK_ENTRY | 20050329 |
Method POP_STACK on class CL_GFS_JOIN_BRACKET_GEN has no exception.
Method PUSH_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_STACK_DEST | Call by reference | Type reference (TYPE) | T_STACK_T | 20050329 | ||||
| 2 | IT_STACK_SRC | Call by reference | Type reference (TYPE) | T_STACK_T | 20050329 |
Method PUSH_ALL on class CL_GFS_JOIN_BRACKET_GEN has no exception.
Method PUSH_STACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_STACK | Call by reference | Type reference (TYPE) | T_STACK_T | 20050329 | ||||
| 2 | I_ENTRY | Call by reference | Type reference (TYPE) | T_STACK_ENTRY | 20050329 |
Method PUSH_STACK on class CL_GFS_JOIN_BRACKET_GEN has no exception.
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in | 710 |