SAP ABAP Class CL_ICU_TOKENIZER (Text tokenizer)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE (Package) New MLT Environment

⤷

⤷

Properties
Class | CL_ICU_TOKENIZER | |
Short Description | Text tokenizer | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SLXE | New MLT Environment |
Created | 20040824 | SAP |
Last change | 20050228 | 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_ICU_TOKENIZER has no interface implemented.
Friends
Class CL_ICU_TOKENIZER 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_ICU_BREAKITERATOR | 20040824 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ICU_S_LOCALE | 20040824 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ICU_A_LOCALE_NAME | 20040824 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20040824 |
2 | ![]() |
Instance method | Private | Method | Returns true if input contains an alphanumeric character | 20040824 |
3 | ![]() |
Instance method | Public | Method | Produce word count for a given string | 20040824 |
4 | ![]() |
Instance method | Public | Method | Produce word list for a given string | 20040824 |
Events
Class CL_ICU_TOKENIZER has no event.
Types
Class CL_ICU_TOKENIZER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_FALLBACK_OFF | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20040824 | ||
2 | ![]() |
IM_LOCALE | Call by reference | Type reference (TYPE) | ICU_S_LOCALE | 20040824 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ICU Locale nicht vorhanden | 20040824 | |
2 | ![]() |
Allgemeiner ICU Fehler | 20040824 |
Method CONTAINSALPHANUM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_END | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20040824 | ||
2 | ![]() |
IM_S | Call by reference | Type reference (TYPE) | STRING | 20040824 | |||
3 | ![]() |
IM_START | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20040824 | ||
4 | ![]() |
RE_RC | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20040824 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040824 | ||
2 | ![]() |
20040824 | ||
3 | ![]() |
20040824 |
Method WORD_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_SOURCE | Call by reference | Type reference (TYPE) | STRING | 20040824 | |||
2 | ![]() |
RE_COUNT | Value transfer | Type reference (TYPE) | I | 20040824 |
Method WORD_COUNT on class CL_ICU_TOKENIZER has no exception.
Method WORD_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_COUNT | Call by reference | Type reference (TYPE) | I | 20040824 | |||
2 | ![]() |
EX_WORDS | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20040824 | ||
3 | ![]() |
IM_SOURCE | Call by reference | Type reference (TYPE) | STRING | 20040824 |
Method WORD_LIST on class CL_ICU_TOKENIZER has no exception.
History
Last changed by/on | SAP | 20050228 |
SAP Release Created in | 700 |