S
S.Marion
Hello,
I'm using javap for my project.
Basically, what I'm interested in are the "new", "newarray" and
"anewarray" statements.
However, javap only outputs things like:
new #10; //class StringBuffer
but does not give me the fully qualified name.
Is there any way I could get to know this information?
Cheers,
Sebastien Marion
I'm using javap for my project.
Basically, what I'm interested in are the "new", "newarray" and
"anewarray" statements.
However, javap only outputs things like:
new #10; //class StringBuffer
but does not give me the fully qualified name.
Is there any way I could get to know this information?
Cheers,
Sebastien Marion