コード例 #1
0
ファイル: ConstantPool.cs プロジェクト: molunshang/JVM
 public ConstantPool(ClassReader reader)
 {
     _constantInfos = reader.ReadConstantInfos(this);
 }