SAP ABAP Interface /IWCOR/IF_DS_EXPR_NODE (Expression node)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
     /IWCOR/SODATA_URI (Package) URI and Expression Parser
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
Interface /IWCOR/IF_DS_EXPR_NODE  
Short Description Expression node    
General Data
Package /IWCOR/SODATA_URI   URI and Expression Parser 
Created 20110608   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface /IWCOR/IF_DS_EXPR_NODE has no forward declaration.
Interfaces
Interface /IWCOR/IF_DS_EXPR_NODE has no interface.
Friends
Interface /IWCOR/IF_DS_EXPR_NODE has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ERROR_INFORMATION Instance attribute Public Object reference (TYPE REF TO) ERROR_INFORMATION_S Contains error information in case of parsing errors 20120831
2 KIND Instance attribute Public Type reference (TYPE) NODE_KIND Node Kind 20120813
3 KIND_BINARY Constant Public Type reference (TYPE) NODE_KIND 'B' Binary expression 20120813
4 KIND_FUNCTION Constant Public Type reference (TYPE) NODE_KIND 'F' Function expression 20120813
5 KIND_LITERAL Constant Public Type reference (TYPE) NODE_KIND 'C' Literal expression 20120813
6 KIND_MEMBER Constant Public Type reference (TYPE) NODE_KIND 'M' Member access expression 20120813
7 KIND_PROPERTY Constant Public Type reference (TYPE) NODE_KIND 'P' Property expression 20120813
8 KIND_UNARY Constant Public Type reference (TYPE) NODE_KIND 'U' Unary expression 20120813
9 TYPE Instance attribute Public Object reference (TYPE REF TO) /IWCOR/IF_DS_EDM_TYPE Edm Type to the node evaluates 20120813
Methods
Interface /IWCOR/IF_DS_EXPR_NODE has no method.
Events
Interface /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 200