SAP ABAP Class /UI5/CL_JSON_PARSER (UI Theming: JSON Parser (INTERNAL NOT FOR PUBLIC USE))
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-THD (Application Component) Theme Designer
⤷
/UI5/THEMING_INFRA (Package) UI Theming Infrastructure
⤷
⤷
Properties
| Class | /UI5/CL_JSON_PARSER | |
| Short Description | UI Theming: JSON Parser (INTERNAL NOT FOR PUBLIC USE) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /UI5/THEMING_INFRA | UI Theming Infrastructure |
| Created | 20130116 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /UI5/CL_JSON_PARSER has no interface implemented.
Friends
Class /UI5/CL_JSON_PARSER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20130116 | |||||
| 2 | Constant | Public | See coding | 20130116 | |||||
| 3 | Constant | Public | See coding | 20130116 | |||||
| 4 | Instance attribute | Public | Type reference (TYPE) | T_ENTRY_MAP | 20130116 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRING | 20130116 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | I | 20130116 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | I | 20130116 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | INTERNAL NOT FOR GENERAL USE! | 20130503 | |
| 2 | Instance method | Private | Method | INTERNAL NOT FOR GENERAL USE! | 20130116 | |
| 3 | Instance method | Public | Method | INTERNAL NOT FOR GENERAL USE! | 20140130 | |
| 4 | Instance method | Public | Method | INTERNAL NOT FOR GENERAL USE! | 20130116 | |
| 5 | Instance method | Private | Method | INTERNAL NOT FOR GENERAL USE! | 20130116 | |
| 6 | Instance method | Private | Method | INTERNAL NOT FOR GENERAL USE! | 20130116 | |
| 7 | Instance method | Private | Method | INTERNAL NOT FOR GENERAL USE! | 20130116 | |
| 8 | Instance method | Private | Method | INTERNAL NOT FOR GENERAL USE! | 20130116 | |
| 9 | Instance method | Public | Method | INTERNAL NOT FOR GENERAL USE! | 20130116 | |
| 10 | Instance method | Private | Method | INTERNAL NOT FOR GENERAL USE! | 20130116 | |
| 11 | Instance method | Public | Method | INTERNAL NOT FOR GENERAL USE! | 20130116 | |
| 12 | Instance method | Public | Method | INTERNAL NOT FOR GENERAL USE! | 20140220 |
Events
Class /UI5/CL_JSON_PARSER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_ENTRY | Public | See coding | 20130116 | begin of t_entry,
type type i,
subtype type i,
parent type string,
name type string,
value type string,
end of t_entry
|
||
| 2 | T_ENTRY_MAP | Public | See coding | 20130116 | t_entry_map type sorted table of t_entry with unique key parent name
|
||
| 3 | T_TOKEN | Public | See coding | 20130116 | begin of t_token,
type type i,
subtype type i,
value type string,
end of t_token
|
Method Signatures
Method ARRAY_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PATH | Call by reference | Type reference (TYPE) | STRING | 20130503 | ||||
| 2 | VALUES | Value transfer | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20130503 |
Method ARRAY_VALUES on class /UI5/CL_JSON_PARSER has no exception.
Method ERROR Signature
Method ERROR on class /UI5/CL_JSON_PARSER has no parameter.
Method ERROR on class /UI5/CL_JSON_PARSER has no exception.
Method EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20140130 | ||||
| 2 | PATH | Call by reference | Type reference (TYPE) | STRING | 20140130 |
Method EXISTS on class /UI5/CL_JSON_PARSER has no exception.
Method PARSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | JSON | Call by reference | Type reference (TYPE) | STRING | 20130116 |
Method PARSE on class /UI5/CL_JSON_PARSER has no exception.
Method PARSE_ARRAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20130116 | ||||
| 2 | PARENT | Call by reference | Type reference (TYPE) | STRING | 20130116 |
Method PARSE_ARRAY on class /UI5/CL_JSON_PARSER has no exception.
Method PARSE_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20130116 | ||||
| 2 | PARENT | Call by reference | Type reference (TYPE) | STRING | 20130116 |
Method PARSE_OBJECT on class /UI5/CL_JSON_PARSER has no exception.
Method PARSE_TOKEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TOKEN | Value transfer | Type reference (TYPE) | T_TOKEN | 20130116 |
Method PARSE_TOKEN on class /UI5/CL_JSON_PARSER has no exception.
Method PARSE_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20130116 | ||||
| 2 | PARENT | Call by reference | Type reference (TYPE) | STRING | 20130116 |
Method PARSE_VALUE on class /UI5/CL_JSON_PARSER has no exception.
Method PRINT Signature
Method PRINT on class /UI5/CL_JSON_PARSER has no parameter.
Method PRINT on class /UI5/CL_JSON_PARSER has no exception.
Method PUSHBACK_TOKEN Signature
Method PUSHBACK_TOKEN on class /UI5/CL_JSON_PARSER has no parameter.
Method PUSHBACK_TOKEN on class /UI5/CL_JSON_PARSER has no exception.
Method VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PATH | Call by reference | Type reference (TYPE) | STRING | 20130116 | ||||
| 2 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20130116 |
Method VALUE on class /UI5/CL_JSON_PARSER has no exception.
Method VALUE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PATH | Call by reference | Type reference (TYPE) | STRING | 20140220 | ||||
| 2 | VALUE_TYPE | Value transfer | Type reference (TYPE) | I | 20140220 |
Method VALUE_TYPE on class /UI5/CL_JSON_PARSER has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 100 |