SAP ABAP Class CL_SLIN_PARSE_DSL (Manage Grammar Collection)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA-EPC (Application Component) Extended Program Check (SLIN)
⤷
SLIN_INTERN (Package) Internal Use for SLIN (changes made without discussion)
⤷
⤷
Properties
| Class | CL_SLIN_PARSE_DSL | |
| Short Description | Manage Grammar Collection | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLIN_INTERN | Internal Use for SLIN (changes made without discussion) |
| Created | 20071118 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SLIN_PARSE_DSL has no forward declaration.
Interfaces
Class CL_SLIN_PARSE_DSL has no interface implemented.
Friends
Class CL_SLIN_PARSE_DSL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | See coding | 20071118 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Read Grammar | 20071118 | |
| 2 | Static method | Public | Method | Factory | 20071118 | |
| 3 | Instance method | Public | Method | Does Grammar Exist? | 20071118 | |
| 4 | Instance method | Public | Method | Add Grammar | 20071118 |
Events
Class CL_SLIN_PARSE_DSL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ITEM | Private | See coding | 20071118 | begin of Item,
grammarName type string,
isLinked type boolean,
grammar type ref to CL_SLIN_PARSE_GRAMMAR,
end of Item
|
Method Signatures
Method GET_GRAMMAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GRAMMAR_NAME | Call by reference | Type reference (TYPE) | STRING | Name der Grammatik | 20071118 | |||
| 2 | RET | Value transfer | Object reference (TYPE REF TO) | CL_SLIN_PARSE_GRAMMAR | 20080321 |
Method GET_GRAMMAR on class CL_SLIN_PARSE_DSL has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET | Value transfer | Object reference (TYPE REF TO) | CL_SLIN_PARSE_DSL | 20080321 |
Method GET_INSTANCE on class CL_SLIN_PARSE_DSL has no exception.
Method HAS_GRAMMAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GRAMMAR_NAME | Call by reference | Type reference (TYPE) | STRING | Name der Grammatik | 20071121 | |||
| 2 | RET | Value transfer | Type reference (TYPE) | BOOLEAN | 20080321 |
Method HAS_GRAMMAR on class CL_SLIN_PARSE_DSL has no exception.
Method SET_GRAMMAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GRAMMAR | Call by reference | Object reference (TYPE REF TO) | CL_SLIN_PARSE_GRAMMAR | 20071118 |
Method SET_GRAMMAR on class CL_SLIN_PARSE_DSL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |