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 ABAP 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 E_ENTRY_TYPE Constant Public See coding 20130116
2 E_TOKEN_SUBTYPE Constant Public See coding 20130116
3 E_TOKEN_TYPE Constant Public See coding 20130116
4 M_ENTRIES Instance attribute Public Type reference (TYPE) T_ENTRY_MAP 20130116
5 M_JSON Instance attribute Private Type reference (TYPE) STRING 20130116
6 M_OFFSET Instance attribute Private Type reference (TYPE) I 20130116
7 M_PUSHBACK_OFFSET Instance attribute Private Type reference (TYPE) I 20130116
Methods
# Method Level Visibility Method type Description Created on
1 ARRAY_VALUES Instance method Public Method INTERNAL NOT FOR GENERAL USE! 20130503
2 ERROR Instance method Private Method INTERNAL NOT FOR GENERAL USE! 20130116
3 EXISTS Instance method Public Method INTERNAL NOT FOR GENERAL USE! 20140130
4 PARSE Instance method Public Method INTERNAL NOT FOR GENERAL USE! 20130116
5 PARSE_ARRAY Instance method Private Method INTERNAL NOT FOR GENERAL USE! 20130116
6 PARSE_OBJECT Instance method Private Method INTERNAL NOT FOR GENERAL USE! 20130116
7 PARSE_TOKEN Instance method Private Method INTERNAL NOT FOR GENERAL USE! 20130116
8 PARSE_VALUE Instance method Private Method INTERNAL NOT FOR GENERAL USE! 20130116
9 PRINT Instance method Public Method INTERNAL NOT FOR GENERAL USE! 20130116
10 PUSHBACK_TOKEN Instance method Private Method INTERNAL NOT FOR GENERAL USE! 20130116
11 VALUE Instance method Public Method INTERNAL NOT FOR GENERAL USE! 20130116
12 VALUE_TYPE 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 Importing PATH Call by reference Type reference (TYPE) STRING 20130503
2 Returning 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 Returning EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20140130
2 Importing 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 Importing 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 Importing NAME Call by reference Type reference (TYPE) STRING 20130116
2 Importing 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 Importing NAME Call by reference Type reference (TYPE) STRING 20130116
2 Importing 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 Returning 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 Importing NAME Call by reference Type reference (TYPE) STRING 20130116
2 Importing 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 Importing PATH Call by reference Type reference (TYPE) STRING 20130116
2 Returning 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 Importing PATH Call by reference Type reference (TYPE) STRING 20140220
2 Returning 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