SAP ABAP Class /IWBEP/IF_MGW_EXPR_NODE (Expression node)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_MGW_EXPR_VISITABLE | Expression Visitable interface | 20130902 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_MGW_EXPR_BINARY | Binary expression | 20130326 |
2 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_MGW_EXPR_FUNCTION | Function expression | 20130326 |
3 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_MGW_EXPR_LITERAL | Literal expression | 20130326 |
4 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_MGW_EXPR_MEMBER | Member expression | 20130326 |
5 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_MGW_EXPR_PROPERTY | Property expression | 20130326 |
6 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_MGW_EXPR_UNARY | Unary expression | 20130326 |
7 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_MGW_EXPR_NODE | Expression node | 20130326 |
Properties
Class | /IWBEP/IF_MGW_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 | 20130326 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /IWBEP/IF_MGW_EXPR_NODE has no forward declaration.
Interfaces
Class /IWBEP/IF_MGW_EXPR_NODE has no interface implemented.
Friends
Class /IWBEP/IF_MGW_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 | 20130326 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | NODE_KIND | Node Kind | 20130326 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | NODE_KIND | 'B' | Binary expression | 20130326 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | NODE_KIND | 'F' | Function expression | 20130326 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | NODE_KIND | 'C' | Literal expression | 20130326 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | NODE_KIND | 'M' | Member access expression | 20130326 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | NODE_KIND | 'P' | Property expression | 20130326 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | NODE_KIND | 'U' | Unary expression | 20130326 |
Methods
Class /IWBEP/IF_MGW_EXPR_NODE has no method.
Events
Class /IWBEP/IF_MGW_EXPR_NODE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | ERROR_INFORMATION_S | Public | See coding | 20130326 | 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 | 20130326 | node_kind TYPE c LENGTH 1
|
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in |