Data processing: software development – installation – and managem – Software program development tool – Programming language
Reexamination Certificate
2005-07-29
2010-10-19
Bullock, Jr., Lewis A (Department: 2193)
Data processing: software development, installation, and managem
Software program development tool
Programming language
C717S114000, C717S143000
Reexamination Certificate
active
07818719
ABSTRACT:
Syntax for creating object instances utilizing expressions instead of statements. A syntax component facilitates extension of conventional object-creation-expression syntax. An initializer component provides for initialization of a newly-created entity via object and collection initializers. The initializer component provides initialization of the newly-created entity utilizing an object initializer where the object initializer specifies values for one or more fields or properties of the newly-created entity which is an object, and consists of a sequence of member initializers enclosed by tokens and separated by commas. The initializer component can also provides initialization of the newly-created entity utilizing a collection initializer when the underlying object implements a certain interface or implements a certain pattern. An overloading constructor can be called as part of the initialization process. In another aspect, code inferencing is disclosed whereby given a type, the corresponding code can be inferred by the compiler and inserted for compiling by a compiler.
REFERENCES:
patent: 5913064 (1999-06-01), Chen
patent: 5995753 (1999-11-01), Walker
patent: 6085034 (2000-07-01), Danforth
patent: 6690981 (2004-02-01), Kawachi et al.
patent: 6857118 (2005-02-01), Karr et al.
patent: 6993529 (2006-01-01), Basko et al.
patent: 7047249 (2006-05-01), Vincent
patent: 7185016 (2007-02-01), Rasmussen
patent: 7194485 (2007-03-01), Kaipa
patent: 7340720 (2008-03-01), Halstead et al.
patent: 2004/0098384 (2004-05-01), Min et al.
patent: 2004/0139423 (2004-07-01), Boehm et al.
patent: 2004/0148592 (2004-07-01), Vion-Dury
patent: 2004/0210828 (2004-10-01), Langer
patent: 2004/0230584 (2004-11-01), Nouri
patent: 2004/0243921 (2004-12-01), Carr et al.
patent: 2004/0260691 (2004-12-01), Desai et al.
patent: 2005/0027681 (2005-02-01), Bernstein et al.
patent: 2005/0055336 (2005-03-01), Hui et al.
patent: 2005/0138073 (2005-06-01), Zhou et al.
patent: 2005/0216508 (2005-09-01), Meijer
patent: 2006/0179068 (2006-08-01), Warner et al.
patent: 2006/0200438 (2006-09-01), Schloming
patent: 2007/0027862 (2007-02-01), Meijer
patent: 2007/0067716 (2007-03-01), Jung et al.
Woychowsky, 2002, Create your own collection objects in JavaScript, http://articles.techrepublic.com.com/5100-10878—11-1044659.html).
Dave, Using Named Parameters in Constructors, (dated 2001 using archive.org) http://web.archive.org/web/20010422044251/http://www.cs.cf.ac.uk/Dave/PERL
ode126.html.
Sun Microsystems (JAVA Language specification, URL: http://72.5.124.55/docs/books/jls/first—edition/html/12.doc.html, 1996, retrieved on Jul. 15, 2009).
Woychowsky (Create your own collection objects in JavaScript, http://articles.techrepublic.com.com/5100-10878—11-1044659.html, 2002, retrieved on Apr. 10, 2009).
Michael (Java Parameters, URL: http://web.archive.org/web/20001007052051/http://www.cs.colorado.edu/˜main/lab/javaparm.html, 2000, retrieved on Sep. 10, 2009).
Dave (Using Named Parameters in Constructors, dated 2002, http://web.archive.org/web/20020209132349/http://www.cs.cf.ac.uk/Dave/PERL
ode126.html, retrieved on Jan. 14, 2010).
U.S. Appl. No. 11/193,574, filed Jul. 29, 2005, Meijer, et al.
U.S. Appl. No. 11/193,573, filed Jul. 29, 2005, Warren, et al.
U.S. Appl. No. 11/193,787, filed Jul. 29, 2005, Meijer, et al.
U.S. Appl. No. 11/019,335, filed Dec. 21, 2004, Sonkin, et al.
Vieira et al. “XVerter: Querying XML Data with OR-DBMS,” AMD 2003, Nov. 7, 2003, 8 pages, New Orleans, Louisiana.
Bonifati et al. “Pushing Reactive Services to XML Repositories Using Active Rules,” ACM 2001, May 1, 2001, 9 pages, Hong Kong.
Sundaresan et al. “Algorithms and Programming Models for Efficient Representation of XML for Internet Applications,” ACM 2001, May 1, 2001, 10 pages, Hong Kong.
Abelson, et al., Structure and Interpretbn of Computer programs. The Rules of Evaluation [online], Cambridge, MA: The MIT Press. 1996 [retrieved on Jan. 30, 2007]. Retrieved from the Internet: CURL:http:llmitpress.mit.edu/sicp/full-text/sicp/book
ode56.html>,(chapter 3.2.1).
Barcndrfgt, The Impact of the Lambda Calculus and Computer Science, The Bulletin of Symbolic Logic [online], Jun. 1997 [retrieved on Jan. 30, 2007] Retrieved from the Internet:<UPL;https://www.mcs.vuw.ac.nz/courses/COMP432/2006T2/docs/BarLambda.pdf>.
International Search Report dated Mar. 1, 2007 for PCT Application Serial No. PCT/US 06/24567, 2 Pages.
International Search Report dated Sep. 17, 2007 for PCT Application Serial No. PCT/US 06/24567, 3 Pages.
C#: Overview of C# 3.0, Draft 2, Jul. 2005, 18 pages.
Notice of Allowance dated Mar. 1, 2010 cited in U.S. Appl. No. 11/193,601.
Office Action dated Nov. 14, 2007 cited in U.S. Appl. No. 11/193,601.
Office Action dated May 1, 2008 cited in Application No. 11/193,601.
Office Action dated Aug. 7, 2008 cited in U.S. Appl. No. 11/193,601.
Office Action dated Jan. 23, 2009 cited in U.S. Appl. No. 11/193,601.
Office Action dated Jun. 11, 2009 cited in U.S. Appl. No. 11/193,601.
Bolognese Luca
Hallam Peter A.
Hejlsberg Anders
Katzenberger Gary S.
Kulkarni Dinesh C.
Bullock, Jr. Lewis A
Microsoft Corporation
Pan Hang
Workman Nydegger
LandOfFree
Extending expression-based syntax for creating object instances does not yet have a rating. At this time, there are no reviews or comments for this patent.
If you have personal experience with Extending expression-based syntax for creating object instances, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Extending expression-based syntax for creating object instances will most certainly appreciate the feedback.
Profile ID: LFUS-PAI-O-4240257