SAP ABAP Class CL_PST_VARIABLE (convenience API for PST node representing variables)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE-REF (Application Component) Tools for Refactoring ABAP Artifacts
     SRFAC_PROGRAM_STRUCTURE_TREE (Package) Program Structure Tree
Properties
Class CL_PST_VARIABLE  
Short Description convenience API for PST node representing variables    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SRFAC_PROGRAM_STRUCTURE_TREE   Program Structure Tree 
Created 20130911   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PST_VARIABLE has no forward declaration.
Interfaces
Class CL_PST_VARIABLE has no interface implemented.
Friends
Class CL_PST_VARIABLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 KIND Instance attribute Public Object reference (TYPE REF TO) CE_PST_KIND 20130920
2 NAME Instance attribute Public Type reference (TYPE) STRING 20130913
3 NODE Instance attribute Public Object reference (TYPE REF TO) CL_PST_NODE 20130913
4 TYPE_REFERENCE Instance attribute Private Object reference (TYPE REF TO) CL_PST_NODE 20130913
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method 20130913
2 GET_REFERENCED_DATA_OBJECT Instance method Public Method 20130913
3 GET_REFERENCED_TYPE Instance method Public Method 20130913
4 GET_TYPE_DEF Instance method Public Method 20130913
5 GET_TYPE_OPERATOR Instance method Public Method 20130913
6 HAS_LINE_OF_ADDITION Instance method Private Method 20130913
7 HAS_LOCAL_SCOPE Instance method Public Method 20130930
8 HAS_RANGE_OF_ADDITION Instance method Private Method 20130913
9 HAS_TABLE_OF_ADDITION Instance method Private Method 20130913
10 IS_DECLARED_INLINE Instance method Public Method 20130913
11 IS_DEFINED_WITH_LIKE Instance method Public Method 20130913
12 IS_DEFINED_WITH_TYPE Instance method Public Method 20130913
13 IS_PROMOTABLE Instance method Public Method 20130930
14 IS_STRUCTURED Instance method Public Method 20130930
15 IS_USEABLE_AS_PARAMETER_TYPE Instance method Public Method 20130913
16 PROPOSE_NAME_FOR_TYPE Instance method Public Method 20130913
Events
Class CL_PST_VARIABLE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TAB Public See coding 20130913 tab type standard table of ref to cl_pst_variable with default key
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Object reference (TYPE REF TO) CL_PST_NODE 20130913
2 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_PST_VARIABLE 20130913

Method CREATE on class CL_PST_VARIABLE has no exception.

Method GET_REFERENCED_DATA_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_PST_NODE 20130913

Method GET_REFERENCED_DATA_OBJECT on class CL_PST_VARIABLE has no exception.

Method GET_REFERENCED_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) STRING 20130913

Method GET_REFERENCED_TYPE on class CL_PST_VARIABLE has no exception.

Method GET_TYPE_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HELPER_TYPE Call by reference Type reference (TYPE) STRING 20130913
2 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_PST_REGION 20130913

Method GET_TYPE_DEF on class CL_PST_VARIABLE has no exception.

Method GET_TYPE_OPERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) STRING 20130913

Method GET_TYPE_OPERATOR on class CL_PST_VARIABLE has no exception.

Method HAS_LINE_OF_ADDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130913

Method HAS_LINE_OF_ADDITION on class CL_PST_VARIABLE has no exception.

Method HAS_LOCAL_SCOPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130930

Method HAS_LOCAL_SCOPE on class CL_PST_VARIABLE has no exception.

Method HAS_RANGE_OF_ADDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130913

Method HAS_RANGE_OF_ADDITION on class CL_PST_VARIABLE has no exception.

Method HAS_TABLE_OF_ADDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130913

Method HAS_TABLE_OF_ADDITION on class CL_PST_VARIABLE has no exception.

Method IS_DECLARED_INLINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130913

Method IS_DECLARED_INLINE on class CL_PST_VARIABLE has no exception.

Method IS_DEFINED_WITH_LIKE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130913

Method IS_DEFINED_WITH_LIKE on class CL_PST_VARIABLE has no exception.

Method IS_DEFINED_WITH_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130913

Method IS_DEFINED_WITH_TYPE on class CL_PST_VARIABLE has no exception.

Method IS_PROMOTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130930

Method IS_PROMOTABLE on class CL_PST_VARIABLE has no exception.

Method IS_STRUCTURED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130930

Method IS_STRUCTURED on class CL_PST_VARIABLE has no exception.

Method IS_USEABLE_AS_PARAMETER_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130913

Method IS_USEABLE_AS_PARAMETER_TYPE on class CL_PST_VARIABLE has no exception.

Method PROPOSE_NAME_FOR_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAME_PROPOSAL Value transfer Type reference (TYPE) STRING 20130913

Method PROPOSE_NAME_FOR_TYPE on class CL_PST_VARIABLE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740