Alexey Zhukov [
http://community.jboss.org/people/r3k0j] created the discussion
"Acessing instance initializer via Javassist"
To view the discussion, visit:
http://community.jboss.org/message/567626#567626
--------------------------------------------------------------
Can i access instance initializer of class using Javassist to modificate it, copy to
method or delete?
class MyClass {
static {
// i can access this one using CtClass.getClassInitializer()
}
public static void main(String[] args) {
new MyClass() {
{ // need to access this one
}
}
}
}
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/567626#567626]
Start a new discussion in Javassist at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]