SAP ABAP Class CL_ACI_OPERATOR (EXPERIMENTAL, DON'T USE (AST Operator))
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)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ACI_ARGUMENT EXPERIMENTAL, DON'T USE (AST Argument) 20070823
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ACI_STRUC_OPERATOR EXPERIMENTAL, DON'T USE (AST Structured Operator) 20080118
Properties
Class CL_ACI_OPERATOR  
Short Description EXPERIMENTAL, DON'T USE (AST Operator)    
Super Class CL_ACI_ARGUMENT EXPERIMENTAL, DON'T USE (AST Argument) 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SABP_ACI_API   EXPERIMENTAL, DON'T USE (API for the ACI) 
Created 20070823   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ACI_OPERATOR has no forward declaration.
Interfaces
Class CL_ACI_OPERATOR has no interface implemented.
Friends
Class CL_ACI_OPERATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 OID Instance attribute Public Type reference (TYPE) T_OPERATOR_ID Operator Id 20070823
2 OID_MAP Static Attribute Private Type reference (TYPE) T_IDMAP Internal Id map 20070823
3 OSTR_MAP Static Attribute Private Type reference (TYPE) T_STRMAP Internal string map 20080103
Methods
# Method Level Visibility Method type Description Created on
1 FILL_ID_MAP Static method Private Method Fill id / string map 20070823
2 GET_ARGUMENTS Instance method Public Method Get all arguments in list 20070823
3 GET_ARGUMENT_BY_INDEX Instance method Public Method Get specific argument in list 20070823
4 GET_ARGUMENT_COUNT Instance method Public Method Get number of arguments 20090109
5 OPERATOR_ID_TO_STRING Static method Public Method Get string representation of operator id 20070823
6 STRING_TO_OPERATOR_ID Static method Public Method Get operator id for string representation 20090109
Events
Class CL_ACI_OPERATOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_OPERATOR_ID Public Type reference (TYPE) INT4 Operator Id 20090112
Method Signatures

Method FILL_ID_MAP Signature

Method FILL_ID_MAP on class CL_ACI_OPERATOR has no parameter.
Method FILL_ID_MAP on class CL_ACI_OPERATOR has no exception.

Method GET_ARGUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ARGUMENTS Value transfer Type reference (TYPE) ACI_ARGUMENTS Arguments of operator 20070823

Method GET_ARGUMENTS on class CL_ACI_OPERATOR has no exception.

Method GET_ARGUMENT_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ARGUMENT Value transfer Object reference (TYPE REF TO) CL_ACI_ARGUMENT Argument 20070823
2 Importing INDEX Call by reference Type reference (TYPE) INT4 Argument index 20070823
# Exception Resumable Description Created on
1 CX_ACI_ERROR EXPERIMENTAL, DON'T USE (Errors related to the ACI) 20090109

Method GET_ARGUMENT_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COUNT Value transfer Type reference (TYPE) I Number of arguments 20090109

Method GET_ARGUMENT_COUNT on class CL_ACI_OPERATOR has no exception.

Method OPERATOR_ID_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OPERATOR_ID Call by reference Type reference (TYPE) T_OPERATOR_ID Operator Id 20070823
2 Returning STRING Value transfer Type reference (TYPE) STRING String 20070823
# Exception Resumable Description Created on
1 CX_ACI_ERROR EXPERIMENTAL, DON'T USE (Errors related to the ACI) 20090112

Method STRING_TO_OPERATOR_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OPERATOR_ID Value transfer Type reference (TYPE) T_OPERATOR_ID Operator Id 20090109
2 Importing STRING Call by reference Type reference (TYPE) STRING String 20090109
# Exception Resumable Description Created on
1 CX_ACI_ERROR EXPERIMENTAL, DON'T USE (Errors related to the ACI) 20090112
History
Last changed by/on SAP  20110908 
SAP Release Created in 710