SAP ABAP Class CL_QLAST_EXPRESSION (expression)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC (Application Component) ABAP Dictionary
⤷
SDDIC_VIEWPARSER (Package) DDIC Viewparser
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_QLAST_ASTBASE | AST-baseclass | 20121126 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_QLAST_ARITHM_EXP | arithmetic expression | 20130613 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_QLAST_CASE_EXP_BASE | case base | 20130528 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_QLAST_COND_EXPRESSION | conditional expression | 20121126 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_QLAST_LITERAL_EXPRESSION | literal expression | 20121126 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_QLAST_SIMPLE_EXPRESSION | simple expression | 20121126 |
Properties
| Class | CL_QLAST_EXPRESSION | |
| Short Description | expression | |
| Super Class | CL_QLAST_ASTBASE | AST-baseclass |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SDDIC_VIEWPARSER | DDIC Viewparser |
| Created | 20121012 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_QLAST_EXPRESSION has no forward declaration.
Interfaces
Class CL_QLAST_EXPRESSION has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_DDL_PARSER | 20121126 | view parser |
Attributes
Class CL_QLAST_EXPRESSION has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20121126 |
Events
Class CL_QLAST_EXPRESSION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | EXPRESSION_TABLE_TYPE | Public | See coding | 20121126 | EXPRESSION_TABLE_TYPE TYPE STANDARD TABLE OF REF TO CL_QLAST_EXPRESSION WITH EMPTY KEY
|
Method Signatures
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TYPE | Value transfer | Type reference (TYPE) | QLAST_EXPRESSION_TYPE | 20121126 |
Method GET_TYPE on class CL_QLAST_EXPRESSION has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |