forked from JavaTX/JavaCompilerCore
Weiterer bcel Versuch StringLiteral
This commit is contained in:
parent
09a447cc48
commit
614607e803
@ -111,7 +111,9 @@ public class StringLiteral extends Literal
|
||||
|
||||
InstructionFactory _factory = new InstructionFactory(cg, cg.getConstantPool());
|
||||
|
||||
il.append(_factory.ASTORE_1.createNew(this.getString()));
|
||||
il.append(_factory.ASTORE_1);
|
||||
il.append(_factory.createNew(string));
|
||||
|
||||
|
||||
return il;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user