SAP ABAP Class CL_SRT_WSP_EXPRESSION_NODE (WSP Expression Node)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
⤷
SOAP_CONFIG (Package) SOAP Configuration Framework
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SRT_WSP_EXPRESSION_NODE | WSP Expression Node | 20040804 |
Properties
| Class | CL_SRT_WSP_EXPRESSION_NODE | |
| Short Description | WSP Expression Node | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | SRT_WSP | |
| Program status | ||
| Category | 0 | |
| Package | SOAP_CONFIG | SOAP Configuration Framework |
| Created | 20040803 | SAP |
| Last change | 20090618 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SRT_WSP_EXPRESSION_NODE | WSP Expression Node | 20040804 |
Friends
Class CL_SRT_WSP_EXPRESSION_NODE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'CL_SRT_WSP_EXPRESSION_NODE' | Class Name | 20040907 | ||
| 2 | Constant | Public | Type reference (TYPE) | SRT_WSP_OPERATOR | TSRTP_C_WSP_OP_ALL | Operator "ALL" | 20040803 | ||
| 3 | Constant | Public | Type reference (TYPE) | SRT_WSP_OPERATOR | TSRTP_C_WSP_OP_EXACTLYONE | Operator "EXACTLYONE" | 20040803 | ||
| 4 | Constant | Public | Type reference (TYPE) | SRT_WSP_OPERATOR | TSRTP_C_WSP_OP_POLICY | Operator "POLICY" | 20040803 | ||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SRT_WSP_EXPR_CONTEXT | WSP Context | 20040804 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | SRT_CL_SRT_WSP_EXPRESSIONS | Table of WSP Expressions | 20040804 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | SRT_WSP_OPERATOR | CO_OPERATOR_ALL | Operator | 20040804 | ||
| 8 | Instance attribute | Protected | Type reference (TYPE) | SRT_IF_SRT_WSP_STATEMENTS | Table of WSP Statements | 20040929 |
Methods
Events
Class CL_SRT_WSP_EXPRESSION_NODE has no event.
Types
Class CL_SRT_WSP_EXPRESSION_NODE has no local type.
Method Signatures
Method ADD_STATEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATEMENT | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_STATEMENT | WSP statement | 20040929 |
Method ADD_STATEMENT on class CL_SRT_WSP_EXPRESSION_NODE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_SRT_WSP_EXPR_CONTEXT | WSP context | 20040804 | |||
| 2 | OPERATOR | Call by reference | Type reference (TYPE) | SRT_WSP_OPERATOR | WSP Operator | 20040804 |
Method CONSTRUCTOR on class CL_SRT_WSP_EXPRESSION_NODE has no exception.
Method CREATE_CHILD_EXPRESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPRESSION | Value transfer | Object reference (TYPE REF TO) | CL_SRT_WSP_EXPRESSION_NODE | WSP expression node | 20040804 | |||
| 2 | OPERATOR | Value transfer | Type reference (TYPE) | SRT_WSP_OPERATOR | WSP Operator | 20040804 |
Method CREATE_CHILD_EXPRESSION on class CL_SRT_WSP_EXPRESSION_NODE has no exception.
Method CREATE_ROOT_EXPRESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPRESSION | Value transfer | Object reference (TYPE REF TO) | CL_SRT_WSP_EXPRESSION_NODE | WSP expression node | 20040804 | |||
| 2 | OPERATOR | Value transfer | Type reference (TYPE) | SRT_WSP_OPERATOR | WSP Operator | 20040804 |
Method CREATE_ROOT_EXPRESSION on class CL_SRT_WSP_EXPRESSION_NODE has no exception.
Method DELETE_EXPRESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPRESSION | Value transfer | Object reference (TYPE REF TO) | CL_SRT_WSP_EXPRESSION_NODE | WSP expression node | 20040803 |
Method DELETE_EXPRESSION on class CL_SRT_WSP_EXPRESSION_NODE has no exception.
Method DELETE_STATEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATEMENT | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_STATEMENT | WSP statement | 20040929 |
Method DELETE_STATEMENT on class CL_SRT_WSP_EXPRESSION_NODE has no exception.
Method EVALUATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RC | Value transfer | Type reference (TYPE) | BOOLEAN | return code OK = 'X' NOT OK = ' ' | 20040803 | |||
| 2 | TEMPLATE | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_EXPRESSION_NODE | template expression | 20040803 | |||
| 3 | VALID_EXPRESSIONS | Call by reference | Object reference (TYPE REF TO) | CL_SRT_WSP_EXPRESSION_NODE | wrong expressions | 20040812 | |||
| 4 | WRONG_EXPRESSIONS | Call by reference | Object reference (TYPE REF TO) | CL_SRT_WSP_EXPRESSION_NODE | wrong expressions | 20040803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050101 |
Method GET_EXPRESSIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPRESSIONS | Value transfer | Type reference (TYPE) | SRT_CL_SRT_WSP_EXPRESSIONS | table of WSP expressions | 20040803 |
Method GET_EXPRESSIONS on class CL_SRT_WSP_EXPRESSION_NODE has no exception.
Method GET_NORMALIZED_EXPRESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPRESSION | Value transfer | Object reference (TYPE REF TO) | CL_SRT_WSP_EXPRESSION_NODE | WSP expression node | 20040804 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050101 |
Method GET_STATEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATEMENTS | Value transfer | Type reference (TYPE) | SRT_IF_SRT_WSP_STATEMENTS | table of WSP statements | 20040929 |
Method GET_STATEMENTS on class CL_SRT_WSP_EXPRESSION_NODE has no exception.
Method SET_STATEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATEMENTS | Value transfer | Type reference (TYPE) | SRT_IF_SRT_WSP_STATEMENTS | table of WSP statements | 20040929 |
Method SET_STATEMENTS on class CL_SRT_WSP_EXPRESSION_NODE has no exception.
Method _CHECK_EXPRESSIONS Signature
Method _CHECK_EXPRESSIONS on class CL_SRT_WSP_EXPRESSION_NODE has no parameter.
Method _CHECK_EXPRESSIONS on class CL_SRT_WSP_EXPRESSION_NODE has no exception.
Method _CHECK_STATEMENTS Signature
Method _CHECK_STATEMENTS on class CL_SRT_WSP_EXPRESSION_NODE has no parameter.
Method _CHECK_STATEMENTS on class CL_SRT_WSP_EXPRESSION_NODE has no exception.
Method _COMPARE_STATEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EQUAL | Value transfer | Type reference (TYPE) | BOOLEAN | EQ = 'X'; NE = ' ' | 20040929 | |||
| 2 | STATEMENTS1 | Call by reference | Type reference (TYPE) | SRT_IF_SRT_WSP_STATEMENTS | table of WSP statements | 20040929 | |||
| 3 | STATEMENTS2 | Call by reference | Type reference (TYPE) | SRT_IF_SRT_WSP_STATEMENTS | table of WSP statements | 20040929 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050101 |
Method _DELETE_DUPLICATE_EXPRESSIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPRESSION_IN | Call by reference | Object reference (TYPE REF TO) | CL_SRT_WSP_EXPRESSION_NODE | WSP expression | 20040809 | |||
| 2 | EXPRESSION_OUT | Value transfer | Object reference (TYPE REF TO) | CL_SRT_WSP_EXPRESSION_NODE | WSP expression | 20040809 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050101 |
Method _DELETE_DUPLICATE_STATEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATEMENTS_IN | Call by reference | Type reference (TYPE) | SRT_IF_SRT_WSP_STATEMENTS | table of WSP statements | 20040929 | |||
| 2 | STATEMENTS_OUT | Value transfer | Type reference (TYPE) | SRT_IF_SRT_WSP_STATEMENTS | table of WSP statements | 20040929 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050101 |
Method _GET_NORMALIZED_EXPRESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPRESSION | Value transfer | Object reference (TYPE REF TO) | CL_SRT_WSP_EXPRESSION_NODE | WSP expression node | 20040809 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050101 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 700 |