SAP ABAP Class CL_SLIN_LEXER (Statement Lexer)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA-EPC (Application Component) Extended Program Check (SLIN)
     SLIN_INTERN (Package) Internal Use for SLIN (changes made without discussion)
Properties
Class CL_SLIN_LEXER  
Short Description Statement Lexer    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLIN_INTERN   Internal Use for SLIN (changes made without discussion) 
Created 20120119   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SLIN_LEXER has no interface implemented.
Friends
Class CL_SLIN_LEXER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CUR Instance attribute Public Type reference (TYPE) I 20120119
2 CUR_WORD Instance attribute Public Type reference (TYPE) STRING 20130624
3 IDX Instance attribute Public Type reference (TYPE) SSTMNT_IDX 20120119
4 WORDS Instance attribute Public Type reference (TYPE) STRING_TABLE 20120119
5 WORD_CNT Instance attribute Public Type reference (TYPE) I 20120322
Methods
# Method Level Visibility Method type Description Created on
1 GET Instance method Public Method 20120119
2 GET_INSTANCE Static method Public Method 20120119
3 INC Instance method Public Method 20120119
4 INIT Instance method Public Method 20120119
5 INIT_WORDS Instance method Public Method 20120301
6 MODIFY Instance method Public Method 20130505
7 PEEK Instance method Public Method 20120119
8 READ Instance method Public Method 20120229
9 SEARCH Instance method Public Method 20120710
10 SET_CUR Instance method Public Method 20120119
11 STMNT_TO_EXCLAMATION_WORDS Static method Public Method 20130808
12 STMNT_TO_WORDS Static method Public Method 20130808
Events
Class CL_SLIN_LEXER has no event.
Types
Class CL_SLIN_LEXER has no local type.
Method Signatures

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Type reference (TYPE) STRING 20120119

Method GET on class CL_SLIN_LEXER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Object reference (TYPE REF TO) CL_SLIN_LEXER 20120119

Method GET_INSTANCE on class CL_SLIN_LEXER has no exception.

Method INC Signature

Method INC on class CL_SLIN_LEXER has no parameter.
Method INC on class CL_SLIN_LEXER has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CUR Call by reference Type reference (TYPE) I 1 20120119
2 Importing IDX Call by reference Type reference (TYPE) SSTMNT_IDX 20120119
3 Importing SCAN Call by reference Object reference (TYPE REF TO) CL_SLIN_SCAN 20120515

Method INIT on class CL_SLIN_LEXER has no exception.

Method INIT_WORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CUR Call by reference Type reference (TYPE) I 1 20120507
2 Importing IDX Call by reference Type reference (TYPE) SSTMNT_IDX 0 20120507
3 Importing WORDS Call by reference Type reference (TYPE) STRING_TABLE Tabelle von Strings 20120301

Method INIT_WORDS on class CL_SLIN_LEXER has no exception.

Method MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WORD Call by reference Type reference (TYPE) STRING 20130505
2 Importing WORD_TBX Call by reference Type reference (TYPE) SYTABIX ABAP-Systemfeld: Zeilenindex interner Tabellen 20130522

Method MODIFY on class CL_SLIN_LEXER has no exception.

Method PEEK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OFFI Call by reference Type reference (TYPE) I 20120119
2 Returning RET Value transfer Type reference (TYPE) STRING 20120119

Method PEEK on class CL_SLIN_LEXER has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Type reference (TYPE) STRING 20120229
2 Importing WORD_IDX Call by reference Type reference (TYPE) I 20120229

Method READ on class CL_SLIN_LEXER has no exception.

Method SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Type reference (TYPE) I 20120710
2 Importing START Call by reference Type reference (TYPE) I 1 20120710
3 Importing WORD Call by reference Type reference (TYPE) STRING 20120710

Method SEARCH on class CL_SLIN_LEXER has no exception.

Method SET_CUR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CUR Call by reference Type reference (TYPE) I 20120119

Method SET_CUR on class CL_SLIN_LEXER has no exception.

Method STMNT_TO_EXCLAMATION_WORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Type reference (TYPE) STRING_TABLE 20130808
2 Importing SCAN Call by reference Object reference (TYPE REF TO) CL_SLIN_SCAN 20130808
3 Importing STMNT Call by reference Type reference (TYPE) SSTMNT 20130808

Method STMNT_TO_EXCLAMATION_WORDS on class CL_SLIN_LEXER has no exception.

Method STMNT_TO_WORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Type reference (TYPE) STRING_TABLE 20130808
2 Importing SCAN Call by reference Object reference (TYPE REF TO) CL_SLIN_SCAN 20130808
3 Importing STMNT Call by reference Type reference (TYPE) SSTMNT 20130808

Method STMNT_TO_WORDS on class CL_SLIN_LEXER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740