Beispiel #1
0
 public ConstantPool(ClassReader reader)
 {
     _constantInfos = reader.ReadConstantInfos(this);
 }