SAP ABAP Class CL_ESH_QP_UNARY_NODE (Sort node in a SearchTerms parse tree)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_ENG_QUERY_PARSER_RD (Package) Recursive descent query parser
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ESH_QP_NODE Node in a SearchTerms parse tree 20080725
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ESH_QP_NOT_NODE NOT node in a SearchTerms parse tree 20080725
Properties
Class CL_ESH_QP_UNARY_NODE  
Short Description Sort node in a SearchTerms parse tree    
Super Class CL_ESH_QP_NODE Node in a SearchTerms parse tree 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_ENG_QUERY_PARSER_RD   Recursive descent query parser 
Created 20080725   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ESH_QP_UNARY_NODE has no interface implemented.
Friends
Class CL_ESH_QP_UNARY_NODE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CHILD Instance attribute Protected Object reference (TYPE REF TO) CL_ESH_QP_NODE Root of a query subtree whose result is to be sorted 20080725
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20080725
2 SET_CHILD Instance method Public Method Set child node 20080725
Events
Class CL_ESH_QP_UNARY_NODE has no event.
Types
Class CL_ESH_QP_UNARY_NODE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHILD Call by reference Object reference (TYPE REF TO) CL_ESH_QP_NODE Node in a SearchTerms parse tree 20080725
2 Importing IV_VALIDATED_FLAG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED 20081217

Method CONSTRUCTOR on class CL_ESH_QP_UNARY_NODE has no exception.

Method SET_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHILD Call by reference Object reference (TYPE REF TO) CL_ESH_QP_NODE Node in a SearchTerms parse tree 20080725

Method SET_CHILD on class CL_ESH_QP_UNARY_NODE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 712