code-generation
Source code generation in Xcode 4
I have a project where a large amount of C++ code is auto generated from some meta descriptions into multiple files. How do I make X开发者_运维问答code 4 automatically add these files into the project[详细]
2023-04-03 20:02 分类:问答Pushing to stack reference to the class begin generated with ASM
I\'m using ASM Java library to generate a class X from scratch. Inside one of the static methods of this class I need to push a reference to X.class. Since there isn\'t yet a X.class I can\'t use visi[详细]
2023-04-03 17:49 分类:问答Is it possible to generate XML from a EDMX model?
I\'mgenerating my POCO\'s from edmx model, and would l开发者_如何学运维ike to know if its possible to make use of the neat codegen features of Entity Framework to create my an xml document along with[详细]
2023-04-03 07:01 分类:问答Any AspectJ code generation library (like Sun's codemodel for Java code generation)?
I开发者_JAVA百科s there any free library to generate AspectJ code at compile-time (at the annotation processing step for example)? I am looking for something similar to codemodel, but to generate Aspe[详细]
2023-04-02 12:00 分类:问答How to add fields to EJB CMP entity bean automatically?
We have a data model that contai开发者_JAVA技巧ns large amount of columns in few key tables. Now I\'d need to add corresponding mappings for them to EJB 3.x CMP entity beans. Because column name (on D[详细]
2023-04-02 05:11 分类:问答Codedom generate complex if statement
I\'m a bit stuck with try to generate a complex if statement like the one below if (class1.Property == class2.Property || (class3.Property && class4.Property))[详细]
2023-04-01 15:18 分类:问答Fake documentation/code generator or rewriter
This is a serious question, but the intent is not very serious; it\'s act开发者_如何学JAVAually a joke I wanted to play on someone and while thinking about it I got quite interested.[详细]
2023-04-01 07:31 分类:问答Should I use the "with" statement in generated code?
I am developing a programming language which compiles to javascript, the code generated contains too much repetition, like:[详细]
2023-04-01 03:21 分类:问答XJC Generating Integer Instead of int
The following schema should be generating two primitive int fields in a Value class, but instead generates a primitive int for the element and java.lang.Integer for the attribute.[详细]
2023-04-01 01:37 分类:问答Generate java classes from castor mapping file
I have this question: Is it possible to generate java code from castor xml mapping files? I have just a bunch of xml files and no xsds.[详细]
2023-03-31 22:49 分类:问答