cvs commit: jakarta-bcel/xdocs manual.xml
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
mdahm 02/03/12 10:08:16
Modified: xdocs manual.xml
Log:
Generate BCEL-Java code from class
Revision Changes Path
1.7 +11 -2 jakarta-bcel/xdocs/manual.xml
Index: manual.xml
===================================================================
RCS file: /home/cvs/jakarta-bcel/xdocs/manual.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- manual.xml 27 Nov 2001 12:29:30 -0000 1.6
+++ manual.xml 12 Mar 2002 18:08:16 -0000 1.7
@@ -1330,8 +1330,7 @@
</section>
- <section name="A Appendix">
- </section>
+ <section name="A Appendix"/>
<section name="HelloWorldBuilder">
<p>
@@ -1642,6 +1641,16 @@
}
</source>
</section>
+
+ <section name="BCELifier">
+ <p>
+ If you want to learn how certain things are generated using BCEL you
+ can do the following: Write your program with the needed features in
+ Java and compile it as usual. Then use <tt>BCELifier</tt> to create
+ a class that creates that very input class using BCEL.<br/>
+ (Think about this sentence for a while, or just try it ...)
+ </p>
+
<section name="Constant pool UML diagram">
<p align="center">
--
To unsubscribe, e-mail: <mailto:[email protected]>
For additional commands, e-mail: <mailto:[email protected]>