Class Method list used by SAP ABAP Class CL_ESH_QP_LEXER (SearchTerms Lexer)
SAP ABAP Class CL_ESH_QP_LEXER (SearchTerms Lexer) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_ABAP_CONV_IN_CE - UCCPI Code Page and Endian Conversion (External -> System Format)
2 Class Method  CL_ABAP_MATCHER - GET_LENGTH Regular Expressions
3 Class Method  CL_ABAP_MATCHER - GET_SUBMATCH Regular Expressions
4 Class Method  CL_ABAP_MATCHER - MATCH Regular Expressions
5 Class Method  CL_ABAP_MATCHER - MATCH Regular Expressions
6 Class Method  CL_ABAP_REGEX - CONSTRUCTOR Regular Expressions
7 Class Method  CL_ABAP_REGEX - CREATE_MATCHER Regular Expressions
8 Class Method  CL_ABAP_REGEX - CREATE_MATCHER Regular Expressions
9 Class Method  CL_ESH_QP_LEXER - READCH SearchTerms Lexer SOURCE rv_success = readch( ).
10 Class Method  CL_ESH_QP_LEXER - SET_TEXT SearchTerms Lexer
11 Class Method  CL_ESH_QP_LEXER - READCH SearchTerms Lexer SOURCE rv_success = readch( ).
12 Class Method  CL_ESH_QP_LEXER - READCH_CONDITIONAL SearchTerms Lexer SOURCE if readch_conditional( iv_char = '=' ) = abap_true.
13 Class Method  CL_ESH_QP_LEXER - READCH_CONDITIONAL SearchTerms Lexer SOURCE elseif readch_conditional( iv_char = '>' ) = abap_true.
14 Class Method  CL_ESH_QP_LEXER - READCH_CONDITIONAL SearchTerms Lexer SOURCE if readch_conditional( iv_char = '=' ) = abap_true.
15 Class Method  CL_ESH_QP_LEXER - READCH_CONDITIONAL SearchTerms Lexer SOURCE if readch_conditional( iv_char = '"' ) = abap_true.
16 Class Method  CL_ESH_QP_LEXER - READCH_CONDITIONAL SearchTerms Lexer SOURCE elseif readch_conditional( iv_char = '(' ) = abap_true.
17 Class Method  CL_ESH_QP_LEXER - READCH_CONDITIONAL SearchTerms Lexer SOURCE elseif readch_conditional( iv_char = ')' ) = abap_true.
18 Class Method  CL_ESH_QP_LEXER - READCH_CONDITIONAL SearchTerms Lexer SOURCE if readch_conditional( iv_char = ':' ) = abap_true.
19 Class Method  CL_ESH_QP_LEXER - READCH_CONDITIONAL SearchTerms Lexer SOURCE IF readch_conditional( iv_char = ':' ) = abap_true.
20 Class Method  CL_ESH_QP_LEXER - READCH_ID SearchTerms Lexer SOURCE WHILE readch_id( ) = abap_true.
21 Class Method  CL_ESH_QP_LEXER - READCH_WORD SearchTerms Lexer SOURCE while readch_word( ) = abap_true.
22 Class Method  CL_ESH_QP_LEXER - READ_ATTRIBUTE SearchTerms Lexer SOURCE if -type = gc_in_type and read_attribute( ) = abap_true.
23 Class Method  CL_ESH_QP_LEXER - READCH SearchTerms Lexer SOURCE rv_success = readch( ).
24 Class Method  CL_ESH_QP_LEXER - READCH SearchTerms Lexer SOURCE rv_success = readch( ).
25 Class Method  CL_ESH_QP_LEXER - READCH SearchTerms Lexer SOURCE readch( ).
26 Class Method  CL_ESH_QP_LEXER - READCH SearchTerms Lexer SOURCE readch( ).
27 Class Method  CL_ESH_QP_LEXER - READCH SearchTerms Lexer SOURCE readch( ).
28 Class Method  CL_ESH_QP_LEXER - READCH SearchTerms Lexer SOURCE readch( ).
29 Class Method  CL_ESH_QP_LEXER - NEXT_TOKEN SearchTerms Lexer
30 Class Method  CL_ESH_QP_LEXER - NEXTCH SearchTerms Lexer SOURCE call method nextch( importing ev_char = lv_next ev_success = lv_success ).
31 Class Method  CL_ESH_QP_LEXER - IS_WORD SearchTerms Lexer SOURCE if is_word( mv_peek ) = abap_true.
32 Class Method  CL_ESH_QP_LEXER - IS_SPACE SearchTerms Lexer SOURCE WHILE is_space( mv_peek ) = abap_true.
33 Class Method  CL_ESH_QP_LEXER - IS_SPACE SearchTerms Lexer SOURCE while is_space( mv_peek ) = abap_true.
34 Class Method  CL_ESH_QP_LEXER - IS_IDENTIFIER SearchTerms Lexer SOURCE IF is_identifier( mv_peek ) = abap_true.
35 Class Method  CL_ESH_QP_LEXER - IS_IDENTIFIER SearchTerms Lexer SOURCE if is_identifier( mv_peek ) = abap_false.
36 Class Method  CL_ESH_QP_LEXER - IS_IDENTIFIER SearchTerms Lexer SOURCE if is_identifier( mv_peek ) = abap_true.