SAP ABAP Class /IWCOR/IF_DS_EXPR_NODE (Expression node)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | /IWCOR/IF_DS_EXPR_BINARY | Binary expression | 20120813 |
2 | Interface composition (i COMPRISING i_ref) | /IWCOR/IF_DS_EXPR_FUNCTION | Function expression | 20120813 |
3 | Interface composition (i COMPRISING i_ref) | /IWCOR/IF_DS_EXPR_LITERAL | Literal expression | 20120813 |
4 | Interface composition (i COMPRISING i_ref) | /IWCOR/IF_DS_EXPR_MEMBER | Member access expression | 20120813 |
5 | Interface composition (i COMPRISING i_ref) | /IWCOR/IF_DS_EXPR_PROPERTY | Property expression | 20120813 |
6 | Interface composition (i COMPRISING i_ref) | /IWCOR/IF_DS_EXPR_UNARY | Unary expression | 20120813 |
7 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_DS_EXPR_NODE | Expression Node | 20110808 |
Properties
Class | /IWCOR/IF_DS_EXPR_NODE | |
Short Description | Expression node | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20110608 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /IWCOR/IF_DS_EXPR_NODE has no forward declaration.
Interfaces
Class /IWCOR/IF_DS_EXPR_NODE has no interface implemented.
Friends
Class /IWCOR/IF_DS_EXPR_NODE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | ERROR_INFORMATION_S | Contains error information in case of parsing errors | 20120831 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | NODE_KIND | Node Kind | 20120813 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | NODE_KIND | 'B' | Binary expression | 20120813 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | NODE_KIND | 'F' | Function expression | 20120813 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | NODE_KIND | 'C' | Literal expression | 20120813 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | NODE_KIND | 'M' | Member access expression | 20120813 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | NODE_KIND | 'P' | Property expression | 20120813 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | NODE_KIND | 'U' | Unary expression | 20120813 | |
9 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EDM_TYPE | Edm Type to the node evaluates | 20120813 |
Methods
Class /IWCOR/IF_DS_EXPR_NODE has no method.
Events
Class /IWCOR/IF_DS_EXPR_NODE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | ERROR_INFORMATION_S | Public | See coding | 20120831 | BEGIN OF error_information_s,
position TYPE i,
exception type ref to cx_root,
text TYPE string,
END OF error_information_s
|
||
2 | NODE_KIND | Public | See coding | 20120813 | node_kind TYPE c LENGTH 1
|
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in |