Related articles |
---|
Implementing OO xnooga@gmail.com (2006-03-22) |
Re: Implementing OO roboticdesigner@gmail.com (MainStem) (2006-03-27) |
Re: Implementing OO oliverhunt@gmail.com (oliverhunt@gmail.com) (2006-03-27) |
Re: Implementing OO Ido.Yehieli@gmail.com (2006-03-27) |
Re: Implementing OO mailbox@dmitry-kazakov.de (Dmitry A. Kazakov) (2006-03-29) |
Re: Implementing OO oliverhunt@gmail.com (oliverhunt@gmail.com) (2006-04-03) |
Re: Implementing OO mailbox@dmitry-kazakov.de (Dmitry A. Kazakov) (2006-04-08) |
Re: Implementing OO henry@spsystems.net (2006-04-17) |
[1 later articles] |
From: | "MainStem" <roboticdesigner@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 27 Mar 2006 01:18:46 -0500 |
Organization: | http://groups.google.com |
References: | 06-03-072 |
Keywords: | OOP |
Posted-Date: | 27 Mar 2006 01:18:46 EST |
hello my friend i think you have to check out the Java virtual machine
implementation for doing that you have to perform some data structures
that encapsulates all class memebers and methods inside and once the
user refer to that class name in the data structure you retrieve all
its members and initialize its members in memory then the user can
refer to any member inside of that class according to the data
attributes protection if it is public or private or even internal or
portected so you have to look first at Java virtual machine
implementation and try to imitate it my friend.
check the following url and see how they could perform OOP in java
according to their specifications.
http://java.sun.com/docs/books/vmspec/html/VMSpecTOC.doc.html
Return to the
comp.compilers page.
Search the
comp.compilers archives again.