CN107133077A - A kind of page end calls the method and device of locally applied function - Google Patents

A kind of page end calls the method and device of locally applied function Download PDF

Info

Publication number
CN107133077A
CN107133077A CN201610113515.1A CN201610113515A CN107133077A CN 107133077 A CN107133077 A CN 107133077A CN 201610113515 A CN201610113515 A CN 201610113515A CN 107133077 A CN107133077 A CN 107133077A
Authority
CN
China
Prior art keywords
class
function
code segment
page end
name
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201610113515.1A
Other languages
Chinese (zh)
Inventor
刘潮
何腾俊
王凯
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Show Leopard Technology Co Ltd
Original Assignee
Shenzhen Show Leopard Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Show Leopard Technology Co Ltd filed Critical Shenzhen Show Leopard Technology Co Ltd
Priority to CN201610113515.1A priority Critical patent/CN107133077A/en
Publication of CN107133077A publication Critical patent/CN107133077A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

The present invention discloses a kind of method that page end calls locally applied function, and this method includes:The code segment for any function that page end is sent with string format is received, page end pre-sets to preset the code segment that programming language is write;According to the syntax rule of the programming language, code segment is parsed into syntax tree, syntax tree includes the class name and method name in code segment with execution sequence;According to execution sequence, perform class name and method name in syntax tree and distinguish corresponding class and method, complete calling for function.Because local terminal is when receiving the code segment of any function of page end, it is to be resolved to syntax tree according to the syntax rule of default programming language, and perform each class and method in code segment successively according to execution sequence, finally realize that page end is called to locally applied function.So even if page end needs increase to call locally applied a certain function, local terminal saves the updating maintenance cost of developer also without renewal.

Description

A kind of page end calls the method and device of locally applied function
Technical field
The present invention relates to data processing field, and in particular to a kind of method that page end calls locally applied function And device.
Background technology
Mixing application for combining native applications and web application characteristics, page end calls locally applied The implementation of each function is a lot.At present, the page end of main flow calls the method needs of locally applied function The logical code for calling each function is write in locally applied in advance, is typically realized by if { } else { } sentence. Once page end, which needs to increase, calls locally applied a certain function, locally applied needs are while more new logic generation If { } else { } sentence in code, even if realizing this function in otherwise locally applied, page end can not be just Normal is called to it.It can be seen that, obligato in aforesaid way is developer to patrolling in locally applied Collect the updating maintenance of code.
The content of the invention
In view of the above-mentioned problems, the invention provides the method and dress that a kind of page end calls locally applied function Put, maintenance of the developer to locally applied middle logical code can not only be saved, it is ensured that page end can It is functional to locally applied institute to be called.
The invention provides a kind of method that page end calls locally applied function, methods described includes:
The code segment for any function that page end is sent with string format is received, the page end is pre-set Have to preset the code segment for realizing each function that programming language is write;
According to the syntax rule of the programming language, the code segment is parsed into syntax tree, the syntax tree Including having the class name and method name of execution sequence in the code segment;
According to the execution sequence, the class name and method name performed in the syntax tree distinguishes corresponding class And method, complete calling for the function.
Preferably, in the syntax tree is performed the corresponding class of any class name or method name or method it Before, first determine whether locally to whether there is the class or methods described;
If locally there is the class or methods described, the class or methods described are performed;Otherwise, point out Mistake.
Preferably, after last method in performing the syntax tree, judge that methods described whether there is and return Return value;
If methods described has return value, the return value is sent to the page end.
Preferably, the programming language is Objective-C language.
Preferably, if described locally have the class or methods described, the class or methods described are performed, Specifically include:
Using the Runtime mechanism of Objective-C language, during locally applied operation, perform The class and methods described locally existed.
Present invention also offers the device that a kind of page end calls locally applied function, described device includes:
Receiving module, the code segment for receiving any function that page end is sent with string format is described Page end is previously provided with to preset the code segment for realizing each function that programming language is write;
Parsing module, for the syntax rule according to the programming language, grammer is parsed into by the code segment Tree, the syntax tree includes the class name and method name in the code segment with execution sequence;
First performing module, for according to the execution sequence, performing the class name in the syntax tree and side Legitimate name distinguishes corresponding class and method, completes calling for the function.
Preferably, described device also includes:
First judge module, for the corresponding class of any class name or method name in the syntax tree is performed Or before method, first determine whether locally to whether there is the class or methods described;
Second performing module, for when locally there is the class or methods described, performing the class or described Method;
Reminding module, for when the class or methods described is locally not present, pointing out mistake.
Preferably, described device also includes:
Second judge module, for after last method in performing the syntax tree, judging methods described With the presence or absence of return value;
Sending module, for when methods described has return value, the return value to be sent to the webpage End.
Preferably, the programming language is Objective-C language.
Preferably, second performing module, specifically for:Utilize the Runtime of Objective-C language Mechanism, during locally applied operation, performs the class and methods described locally existed.
The page end that the present invention is provided is called in the method for locally applied function, first, and local terminal receives net The code segment for any function that page end is sent with string format, the page end is previously provided with default volume What Cheng Yuyan write realizes the code segment of each function.Secondly, the local terminal is according to the programming language Syntax rule, the code segment is parsed into syntax tree, the syntax tree includes having in the code segment The class name and method name of execution sequence.Finally, the local terminal is performed according to the execution sequence Class name and method name in the syntax tree distinguish corresponding class and method, complete the tune of the function With.The local terminal of the present invention, when receiving the code segment of any function of page end, is according to default The syntax rule of programming language is resolved to syntax tree, and the execution sequence in syntax tree is performed successively Each class and method in the code segment, finally realize method of the page end to locally applied function.Even if Page end, which needs to increase, calls locally applied a certain function, and local terminal is saved out also without renewal The updating maintenance cost of hair personnel.
Brief description of the drawings
In order to illustrate more clearly of the technical scheme in the embodiment of the present application, institute in being described below to embodiment The accompanying drawing needed to use is briefly described, it should be apparent that, drawings in the following description are only the application Some embodiments, for those of ordinary skill in the art, do not paying the premise of creative labor Under, other accompanying drawings can also be obtained according to these accompanying drawings.
Fig. 1 is the flow for the method that a kind of page end provided in an embodiment of the present invention calls locally applied function Figure;
Fig. 2 is the flow for the method that another page end provided in an embodiment of the present invention calls locally applied function Figure;
Fig. 3 is that a kind of page end provided in an embodiment of the present invention calls the apparatus structure of locally applied function to illustrate Figure.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present application, the technical scheme in the embodiment of the present application is carried out clear Chu, it is fully described by, it is clear that described embodiment is only some embodiments of the present application, rather than Whole embodiments.Based on the embodiment in the application, those of ordinary skill in the art are not making creation Property work under the premise of the every other embodiment that is obtained, belong to the scope of the application protection.
Embodiment one
With reference to Fig. 1, Fig. 1 is the side that a kind of page end provided in an embodiment of the present invention calls locally applied function The flow chart of method, this method can specifically include:(S101-S103)
S101:Local terminal receives the code segment for any function that page end is sent with string format, described Page end is previously provided with to preset the code segment for realizing each function that programming language is write.
S102:The code segment is parsed into grammer by local terminal according to the syntax rule of the programming language Tree, the syntax tree includes the class name and method name in the code segment with execution sequence.
S103:Local terminal performs the class name and method name in the syntax tree according to the execution sequence Claim corresponding class and method respectively, complete calling for the function.
When page end in mixing application has the demand for accessing locally applied a certain function, to local terminal Send the code segment for realizing this function.The code segment is to pre-set in page end.In practical application, The page end is previously provided with the code segment for realizing various functions, wherein the code segment is by presetting programming language What speech was write.Generally when the mixing for realizing IOS systems is applied, page end is write respectively using Objective-C The code segment of item function.
Local terminal is after the code segment that page end is sent with string format is received, according to the page end Code of the syntax rule to string format for writing the programming language that the code segment of each function is used Duan Jinhang is parsed.Specifically, syntax rule of the local terminal according to the programming language, from the code segment In find class name and method name, and set up syntax tree according to their execution sequence.Wherein, code The syntax tree of section is it can be shown that the class and the execution sequence of method that the code segment includes.
In the present embodiment, local terminal is after the syntax tree of the code segment is obtained, according in the syntax tree The execution sequence of class and method, inquiry locally whether there is the class and method.When locally exist the class or During methods described, the class or methods described are performed.When the class and method that the syntax tree includes are held At the end of row, page end is then completed to be called to locally applied function.In addition, working as in the syntax tree most When the latter method being performed has return value, the return value is sent to page end, now the webpage End completes and locally applied function is called when receiving the return value.
Page end provided in an embodiment of the present invention is called in the method for locally applied function, first, local terminal Receive the code segment of any function that page end is sent with string format, the page end be previously provided with What default programming language was write realizes the code segment of each function.Secondly, the local terminal is compiled according to described Cheng Yuyan syntax rule, syntax tree is parsed into by the code segment, and the syntax tree includes the code segment In have execution sequence class name and method name.Finally, the local terminal is according to the execution sequence, Perform class name and method name in the syntax tree and distinguish corresponding class and method, complete the function Call.Local terminal in the embodiment of the present invention is when receiving the code segment of any function of page end, It is to be resolved to syntax tree according to the syntax rule of default programming language, and the execution in syntax tree is suitable Sequence performs each class and method in the code segment successively, finally realizes page end to locally applied function Method.Even if page end need increase call locally applied a certain function, local terminal also without renewal, Save the updating maintenance cost of developer.
With reference to Fig. 2, Fig. 2 is that another page end provided in an embodiment of the present invention calls locally applied function The flow chart of method, this method can specifically include:(S201-S206)
S201:Local terminal receives the code segment for any function that page end is sent with string format, described Page end is previously provided with the code segment for realizing each function write with Objective-C.
S202:The code segment is parsed into grammer by local terminal according to Objective-C syntax rule Tree, the syntax tree includes the class name and method name in the code segment with execution sequence.
S203:The local terminal judges locally to whether there is class name, the method name in the syntax tree Corresponding class and method, if it is present performing S204.
S204:Using the Runtime mechanism of Objective-C language, during locally applied operation, Class name, the corresponding class of method name and the method in the syntax tree are performed according to the execution sequence.
S205:After last method in performing the syntax tree, judge methods described with the presence or absence of return Value;If it is, performing S206.
S206:The return value is sent to the page end.
Page end provided in an embodiment of the present invention calls the method for locally applied function to be applied to IOS systems In mixing application.The Runtime mechanism of Objective-C language has dynamically to be held during program is run The characteristic of row method, so, the embodiment of the present invention utilizes the Runtime mechanism of Objective-C language, During locally applied operation, according to the execution sequence of class in syntax tree and method, perform successively class and Method, is finally completed page end and locally applied function is called.
Because the local terminal in the embodiment of the present invention is when receiving the code segment of any function of page end, It is to be resolved to syntax tree, and the execution in syntax tree according to the syntax rule of default programming language Order performs each class and method in the code segment successively, finally realizes page end to locally applied function Method.So, even if page end, which needs to increase, calls locally applied a certain function, local terminal is not yet Need to update, save the updating maintenance cost of developer.
With reference to Fig. 3, Fig. 3 is the dress that a kind of page end provided in an embodiment of the present invention calls locally applied function Structural representation is put, described device includes:(301-303)
Receiving module 301, the code segment for receiving any function that page end is sent with string format, The page end is previously provided with to preset the code segment for realizing each function that programming language is write;
Parsing module 302, for the syntax rule according to the programming language, the code segment is parsed into Syntax tree, the syntax tree includes the class name and method name in the code segment with execution sequence;
First performing module 303, for according to the execution sequence, performing the class name in the syntax tree Distinguish corresponding class and method with method name, complete calling for the function.
In practical application, described device also includes:
First judge module, for the corresponding class of any class name or method name in the syntax tree is performed Or before method, first determine whether locally to whether there is the class or methods described;
Second performing module, for when locally there is the class or methods described, performing the class or described Method;
Reminding module, for when the class or methods described is locally not present, pointing out mistake.
In addition, described device also includes:
Second judge module, for after last method in performing the syntax tree, judging methods described With the presence or absence of return value;
Sending module, for when methods described has return value, the return value to be sent to the webpage End.
In a kind of preferred implementation, the programming language that the page end is used is Objective-C language.
Specifically, second performing module, specifically for:Utilize the Runtime of Objective-C language Mechanism, during locally applied operation, performs the class and methods described locally existed.
Page end provided in an embodiment of the present invention calls the device of locally applied function to realize following functions: Receive the code segment of any function that page end is sent with string format, the page end be previously provided with What default programming language was write realizes the code segment of each function.According to the syntax rule of the programming language, The code segment is parsed into syntax tree, the syntax tree includes the class in the code segment with execution sequence Title and method name.According to the execution sequence, the class name and method name in the syntax tree are performed Corresponding class and method, complete calling for the function respectively.Local terminal in the embodiment of the present invention is connecing When receiving the code segment of any function of page end, solved according to the syntax rule of default programming language Analyse as syntax tree, and the execution sequence in syntax tree performs each class and the side in the code segment successively Method, finally realizes method of the page end to locally applied function.Locally should even if page end needs increase to call A certain function, local terminal saves the updating maintenance cost of developer also without renewal.
For device embodiment, because it corresponds essentially to embodiment of the method, so related part Illustrate referring to the part of embodiment of the method.Device embodiment described above is only schematic , wherein the unit illustrated as separating component can be or may not be physically separate , the part shown as unit can be or may not be physical location, you can with positioned at one Individual place, or can also be distributed on multiple NEs.It can be selected according to the actual needs In some or all of module realize the purpose of this embodiment scheme.Those of ordinary skill in the art Without creative efforts, you can to understand and implement.
It should be noted that herein, such as first and second or the like relational terms be used merely to by One entity or operation make a distinction with another entity or operation, and not necessarily require or imply these There is any this actual relation or order between entity or operation.Moreover, term " comprising ", " bag Containing " or any other variant thereof is intended to cover non-exclusive inclusion, so that including a series of key elements Process, method, article or equipment not only include those key elements, but also including being not expressly set out Other key elements, or also include for this process, method, article or the intrinsic key element of equipment. In the case of there is no more limitations, the key element limited by sentence "including a ...", it is not excluded that including Also there is other identical element in process, method, article or the equipment of the key element.
The page end provided above the embodiment of the present invention calls the method and device of locally applied function to enter Go and be discussed in detail, specific case used herein is explained the principle and embodiment of the present invention State, the explanation of above example is only intended to the method and its core concept for helping to understand the present invention;Meanwhile, For those of ordinary skill in the art, according to the thought of the present invention, in embodiment and application On will change, in summary, this specification content should not be construed as limiting the invention.

Claims (10)

1. a kind of method that page end calls locally applied function, it is characterised in that methods described includes:
The code segment for any function that page end is sent with string format is received, the page end is pre-set Have to preset the code segment for realizing each function that programming language is write;
According to the syntax rule of the programming language, the code segment is parsed into syntax tree, the syntax tree Including having the class name and method name of execution sequence in the code segment;
According to the execution sequence, the class name and method name performed in the syntax tree distinguishes corresponding class And method, complete calling for the function.
2. according to the method described in claim 1, it is characterised in that any in the syntax tree is performed Before class name or the corresponding class of method name or method, first determine whether locally to whether there is the class or described Method;
If locally there is the class or methods described, the class or methods described are performed;Otherwise, point out Mistake.
3. method according to claim 1 or 2, it is characterised in that in the syntax tree is performed After last method, judge that methods described whether there is return value;
If methods described has return value, the return value is sent to the page end.
4. method according to claim 1 or 2, it is characterised in that the programming language is Objective-C language.
5. method according to claim 4, it is characterised in that if described locally have the class Or methods described, then the class or methods described are performed, is specifically included:
Using the Runtime mechanism of Objective-C language, during locally applied operation, perform The class and methods described locally existed.
6. a kind of page end calls the device of locally applied function, it is characterised in that described device includes:
Receiving module, the code segment for receiving any function that page end is sent with string format is described Page end is previously provided with to preset the code segment for realizing each function that programming language is write;
Parsing module, for the syntax rule according to the programming language, grammer is parsed into by the code segment Tree, the syntax tree includes the class name and method name in the code segment with execution sequence;
First performing module, for according to the execution sequence, performing the class name in the syntax tree and side Legitimate name distinguishes corresponding class and method, completes calling for the function.
7. device according to claim 6, it is characterised in that described device also includes:
First judge module, for the corresponding class of any class name or method name in the syntax tree is performed Or before method, first determine whether locally to whether there is the class or methods described;
Second performing module, for when locally there is the class or methods described, performing the class or described Method;
Reminding module, for when the class or methods described is locally not present, pointing out mistake.
8. the device according to claim 5 or 6, it is characterised in that described device also includes:
Second judge module, for after last method in performing the syntax tree, judging methods described With the presence or absence of return value;
Sending module, for when methods described has return value, the return value to be sent to the webpage End.
9. the device according to claim 6 or 7, it is characterised in that the programming language is Objective-C language.
10. device according to claim 9, it is characterised in that second performing module, specifically For:Using the Runtime mechanism of Objective-C language, during locally applied operation, hold The class and methods described that row is locally present.
CN201610113515.1A 2016-02-29 2016-02-29 A kind of page end calls the method and device of locally applied function Pending CN107133077A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610113515.1A CN107133077A (en) 2016-02-29 2016-02-29 A kind of page end calls the method and device of locally applied function

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610113515.1A CN107133077A (en) 2016-02-29 2016-02-29 A kind of page end calls the method and device of locally applied function

Publications (1)

Publication Number Publication Date
CN107133077A true CN107133077A (en) 2017-09-05

Family

ID=59721499

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610113515.1A Pending CN107133077A (en) 2016-02-29 2016-02-29 A kind of page end calls the method and device of locally applied function

Country Status (1)

Country Link
CN (1) CN107133077A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107894946A (en) * 2017-11-17 2018-04-10 深圳泉眼体育运营管理有限公司 Page frame per second statistical method, device, terminal and computer-readable recording medium
CN109766137A (en) * 2017-11-02 2019-05-17 中国电信股份有限公司 The method and apparatus of live page are loaded in mixed type application program
CN109976793A (en) * 2019-03-15 2019-07-05 北京字节跳动网络技术有限公司 A kind of operation method of application program, device, equipment and medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102393857A (en) * 2011-11-01 2012-03-28 中兴通讯股份有限公司 Method and system for local call based on web page
CN103106102A (en) * 2013-01-14 2013-05-15 百度在线网络技术(北京)有限公司 Running method of Web application program and mobile terminal
WO2013100990A1 (en) * 2011-12-28 2013-07-04 Intel Corporation Hybrid mobile interactions for native apps and web apps
CN104301443A (en) * 2014-10-09 2015-01-21 百度在线网络技术(北京)有限公司 Method and system for calling end capacity ports on web page
CN104932910A (en) * 2014-03-20 2015-09-23 中国移动通信集团公司 Method and system for application program interface extension
CN105051685A (en) * 2013-03-13 2015-11-11 高通股份有限公司 System and method to enable web property access to a native application

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102393857A (en) * 2011-11-01 2012-03-28 中兴通讯股份有限公司 Method and system for local call based on web page
WO2013100990A1 (en) * 2011-12-28 2013-07-04 Intel Corporation Hybrid mobile interactions for native apps and web apps
CN103106102A (en) * 2013-01-14 2013-05-15 百度在线网络技术(北京)有限公司 Running method of Web application program and mobile terminal
CN105051685A (en) * 2013-03-13 2015-11-11 高通股份有限公司 System and method to enable web property access to a native application
CN104932910A (en) * 2014-03-20 2015-09-23 中国移动通信集团公司 Method and system for application program interface extension
CN104301443A (en) * 2014-10-09 2015-01-21 百度在线网络技术(北京)有限公司 Method and system for calling end capacity ports on web page

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109766137A (en) * 2017-11-02 2019-05-17 中国电信股份有限公司 The method and apparatus of live page are loaded in mixed type application program
CN109766137B (en) * 2017-11-02 2022-03-29 中国电信股份有限公司 Method and device for loading live broadcast page in mixed application program
CN107894946A (en) * 2017-11-17 2018-04-10 深圳泉眼体育运营管理有限公司 Page frame per second statistical method, device, terminal and computer-readable recording medium
CN109976793A (en) * 2019-03-15 2019-07-05 北京字节跳动网络技术有限公司 A kind of operation method of application program, device, equipment and medium
CN109976793B (en) * 2019-03-15 2022-05-10 北京字节跳动网络技术有限公司 Application program running method, device, equipment and medium

Similar Documents

Publication Publication Date Title
US10699061B2 (en) Application page quick access
KR102317535B1 (en) Methods and systems for implementing data tracking with software development kits
CN105893084B (en) Version upgrading method and terminal device
CN102647414A (en) Protocol analysis method, protocol analysis device and protocol analysis system
CN105183484A (en) Method and device for compatibility of multi-version application programming interface
CN103065625A (en) Method and device for adding digital voice tag
CN110555014B (en) Data migration method and system, electronic device and storage medium
CN101908078A (en) Method and device for importing webpage data to EXCEL sheet
CN107133077A (en) A kind of page end calls the method and device of locally applied function
CN110333880A (en) A kind of configuration update method, device, equipment and storage medium
CN103414693A (en) Dotting method and dotting device
CN110781183A (en) Method and device for processing incremental data in Hive database and computer equipment
CN110362450A (en) A kind of log data acquisition method, device and computer readable storage medium
CN110851136A (en) Data acquisition method and device, electronic equipment and storage medium
CN102915344A (en) SQL (structured query language) statement processing method and device
CN104468419A (en) Method and system for recovering configuration of interchanger and interchanger
CN109669678A (en) Template engine integration method, device, electronic equipment and storage medium
CN109697281A (en) The online method, apparatus and electronic equipment for merging document
CN109522507B (en) Method for uniformly managing webpage components
CN104753891A (en) XML (Extensive Markup Language) message analyzing method and device
CN106681852A (en) Method and device for adjusting browser compatibility
CN108924840A (en) Method for managing black list, device and terminal
CN113297502B (en) Rich text monitoring and filtering method and device
CN103473376A (en) Data processing method and client ends
CN109325149B (en) XML message retrieval method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20170905

RJ01 Rejection of invention patent application after publication