SAP ABAP Class CL_SEARCH_PATTERN (CL_SEARCH_PATTERN)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ENH (Application Component) Enhancement Tools
⤷
SEEF_UTILITIES (Package) Enhancement Framework Utilities
⤷
⤷
Properties
| Class | CL_SEARCH_PATTERN | |
| Short Description | ||
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEEF_UTILITIES | Enhancement Framework Utilities |
| Created | 20071029 | SAP |
| Last change | 20130531 | 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_SEARCH_PATTERN has no interface implemented.
Friends
Class CL_SEARCH_PATTERN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TY_CACHE | 20071108 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_PATTERN_NFA | 20071108 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | STRING | 20071108 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | 20071108 | ||
| 2 | Static method | Public | Method | 20071108 | ||
| 3 | Instance method | Public | Method | 20071108 |
Events
Class CL_SEARCH_PATTERN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CACHE | Private | See coding | 20071108 | ty_cache type hashed table of ty_cache_entry with unique key pattern
|
||
| 2 | TY_CACHE_ENTRY | Private | See coding | 20071108 | begin of ty_cache_entry,
pattern type string,
ref type ref to cl_search_pattern,
end of ty_cache_entry
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_PATTERN | Call by reference | Type reference (TYPE) | CLIKE | 20071108 |
Method CONSTRUCTOR on class CL_SEARCH_PATTERN has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_PATTERN | Call by reference | Type reference (TYPE) | CLIKE | 20071108 | ||||
| 2 | RE_REF | Value transfer | Object reference (TYPE REF TO) | CL_SEARCH_PATTERN | 20071108 |
Method CREATE on class CL_SEARCH_PATTERN has no exception.
Method GET_NFA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_NFA | Value transfer | Object reference (TYPE REF TO) | CL_PATTERN_NFA | 20071108 |
Method GET_NFA on class CL_SEARCH_PATTERN has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |