SAP ABAP Class CL_ACI_EVAL (EXPERIMENTAL, DON'T USE (AST Evaluator))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABP_ACI_API (Package) EXPERIMENTAL, DON'T USE (API for the ACI)
Properties
Class CL_ACI_EVAL  
Short Description EXPERIMENTAL, DON'T USE (AST Evaluator)    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SABP_ACI_API   EXPERIMENTAL, DON'T USE (API for the ACI) 
Created 20070912   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ACI_EVAL has no forward declaration.
Interfaces
Class CL_ACI_EVAL has no interface implemented.
Friends
Class CL_ACI_EVAL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_PTR Instance attribute Protected Type reference (TYPE) %_C_POINTER Kernel object 20070912
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Create evaluator instance 20070912
2 DESTRUCTOR Instance method Public Destructor DESTRUCTOR 20070912
3 EVALUATE Instance method Public Method Evaluate an expression 20070912
Events
Class CL_ACI_EVAL has no event.
Types
Class CL_ACI_EVAL has no local type.
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INSTANCE Value transfer Object reference (TYPE REF TO) CL_ACI_EVAL Created evaluator instance 20070912

Method CREATE on class CL_ACI_EVAL has no exception.

Method DESTRUCTOR Signature

Method DESTRUCTOR on class CL_ACI_EVAL has no parameter.
Method DESTRUCTOR on class CL_ACI_EVAL has no exception.

Method EVALUATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ASTROOT Call by reference Object reference (TYPE REF TO) CL_ACI_ASTROOT AST root node 20070912
2 Importing EXPRESSION Call by reference Type reference (TYPE) STRING Expression to be evaluated 20070912
3 Importing NODES_IN Call by reference Type reference (TYPE) ACI_ASTNODES Input nodeset 20070912
4 Exporting NODES_OUT Call by reference Type reference (TYPE) ACI_ASTNODES Output nodeset 20070912
# Exception Resumable Description Created on
1 CX_ACI_ERROR EXPERIMENTAL, DON'T USE (Errors related to the ACI) 20090109
History
Last changed by/on SAP  20110908 
SAP Release Created in 712