use of soot.toDex.instructions.Insn21c in project soot by Sable.
the class ConstantVisitor method caseClassConstant.
public void caseClassConstant(ClassConstant c) {
TypeReference referencedClass = new ImmutableTypeReference(c.getValue());
stmtV.addInsn(new Insn21c(Opcode.CONST_CLASS, destinationReg, referencedClass), origStmt);
}
Aggregations