Beispiel #1
0
 public void visitConstantString(ConstantString S) {
   // identifying constant strings
   StringInfo.addString(S.getBytes(cpool));
 }