dynamic-code Questions

4

Is there any tool which provides Java dynamic code generation and that also supports generics? Javassist for example, is the kind of tool that I need, but it does not support generics. I wrote a ...
Felicio asked 29/8, 2010 at 21:43

4

Solved

I have to pass a function an instance of an object, so obviously all the information to be taken as argument is to be loaded onto the evaluation stack Here is the code that i am looking for someCl...
Amaranthaceous asked 14/2, 2011 at 7:15

3

I have T4 template where I'd like to generate an .cs file. I have an array of System.Data.DataColumn that i'd like to use as a private variables in my generated code file. I'm using ColumnName a...
Briarroot asked 23/4, 2013 at 10:6

3

Solved

When it comes to run time introspection and dynamic code generation I don't think ruby has any rivals except possibly for some lisp dialects. The other day I was doing some code exercise to explore...
Pendergrass asked 13/6, 2011 at 6:0

3

Solved

Let's say I release a code library as a standalone PHP class. Someone then uses version 1.0 of that library in their application. Later, I release version 2.0 of the library and that same someone, ...
Truncated asked 26/4, 2011 at 15:23

1

Solved

Is it possible and if so how, to make Visual Studio highlight dynamic expressions in code? When I just hovered above some code, visual studio told me it was a dynamic expression. This made me real...
1

© 2022 - 2024 — McMap. All rights reserved.