SAP ABAP Interface IF_PST_STATEMENT_TYPES (PST Statement Types)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-REF (Application Component) Tools for Refactoring ABAP Artifacts
⤷
SRFAC_PROGRAM_STRUCTURE_TREE (Package) Program Structure Tree

⤷

⤷

Properties
Interface | IF_PST_STATEMENT_TYPES | |
Short Description | PST Statement Types |
General Data
Package | SRFAC_PROGRAM_STRUCTURE_TREE | Program Structure Tree |
Created | 20120808 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_PST_STATEMENT_TYPES has no forward declaration.
Interfaces
Interface IF_PST_STATEMENT_TYPES has no interface.
Friends
Interface IF_PST_STATEMENT_TYPES has no friend.
Attributes
Interface IF_PST_STATEMENT_TYPES has no attribute.
Methods
Interface IF_PST_STATEMENT_TYPES has no method.
Events
Interface IF_PST_STATEMENT_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_POSITION | Public | See coding | 20120808 | BEGIN OF ty_position,
row TYPE i,
col TYPE i,
abs TYPE i,
END OF ty_position
|
||
2 | TY_RANGE | Public | See coding | 20120808 | BEGIN OF ty_range,
start TYPE ty_position,
end TYPE ty_position,
END OF ty_range
|
||
3 | TY_S_PST_STATEMENT | Public | Object reference (TYPE REF TO) | CL_PST_STATEMENT | 20120808 |
|
|
4 | TY_S_SCAN_STATEMENT | Public | Type reference (TYPE) | SSTMNT | 20120808 |
|
|
5 | TY_S_SCAN_STRUCTURE | Public | Type reference (TYPE) | SSTRUC | 20120810 |
|
|
6 | TY_S_SCAN_TOKEN | Public | Type reference (TYPE) | STOKESX | 20120808 |
|
|
7 | TY_S_STATEMENT | Public | See coding | 20120808 | BEGIN OF ty_s_statement.
INCLUDE TYPE ty_s_scan_statement AS scan_statement.
INCLUDE TYPE ty_s_structure_info AS structure_info.
TYPES statement_index TYPE i.
TYPES chain_start_index TYPE i.
TYPES chain_end_index TYPE i.
TYPES start_position_abs TYPE i.
TYPES colon_position_abs TYPE i.
TYPES terminator_position_abs TYPE i.
TYPES all_tokens_qualified TYPE abap_bool.
TYPES END OF ty_s_statement
|
||
8 | TY_S_STRUCTURE | Public | See coding | 20120808 | BEGIN OF ty_s_structure.
INCLUDE TYPE ty_s_scan_structure AS scan_structure.
TYPES END OF ty_s_structure
|
||
9 | TY_S_STRUCTURE_INFO | Public | See coding | 20120808 | BEGIN OF ty_s_structure_info.
TYPES structure_index TYPE i.
TYPES parent_structure_index TYPE i.
TYPES is_structure_start_keyword TYPE abap_bool.
TYPES is_structure_end_keyword TYPE abap_bool.
TYPES END OF ty_s_structure_info
|
||
10 | TY_S_TOKEN | Public | See coding | 20120808 | BEGIN OF ty_s_token.
INCLUDE TYPE ty_s_scan_token AS scan_token.
TYPES token_index TYPE i.
TYPES start_abs TYPE i.
TYPES end_abs TYPE i.
types unqualified_token_type type TOKEN_TYPE.
TYPES END OF ty_s_token
|
||
11 | TY_T_PST_STATEMENTS | Public | See coding | 20120808 | ty_t_pst_statements TYPE STANDARD TABLE OF ty_s_pst_statement WITH NON-UNIQUE DEFAULT KEY
|
||
12 | TY_T_SCAN_STATEMENTS | Public | See coding | 20120808 | ty_t_scan_statements TYPE STANDARD TABLE OF ty_s_scan_statement WITH NON-UNIQUE DEFAULT KEY
|
||
13 | TY_T_SCAN_STRUCTURES | Public | See coding | 20120810 | ty_t_scan_structures TYPE STANDARD TABLE OF ty_s_scan_structure WITH NON-UNIQUE DEFAULT KEY
|
||
14 | TY_T_SCAN_TOKENS | Public | See coding | 20120808 | ty_t_scan_tokens TYPE STANDARD TABLE OF ty_s_scan_token WITH NON-UNIQUE DEFAULT KEY
|
||
15 | TY_T_STATEMENTS | Public | See coding | 20120808 | ty_t_statements TYPE STANDARD TABLE OF ty_s_statement WITH NON-UNIQUE DEFAULT KEY
|
||
16 | TY_T_STRUCTURES | Public | See coding | 20120808 | ty_t_structures TYPE STANDARD TABLE OF ty_s_structure WITH NON-UNIQUE DEFAULT KEY
|
||
17 | TY_T_TOKENS | Public | See coding | 20120808 | ty_t_tokens TYPE STANDARD TABLE OF ty_s_token WITH NON-UNIQUE DEFAULT KEY
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |